summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-22[AArch64] Use MachineRegisterInfo instead of LiveIntervals to calculate liven...Pete Cooper1-4/+4
2015-04-22don't repeat function names in comments; NFCSanjay Patel1-38/+31
2015-04-22Fix correctness check for test_vec_fpextend_doublePirama Arumuga Nainar1-7/+9
2015-04-22[Hexagon] Consider constant-extended offsets to be validKrzysztof Parzyszek2-10/+15
2015-04-22Change MachineOperand::OpKind from unsigned char to a bitfield. NFC.Pete Cooper1-1/+1
2015-04-22Test commit: fix typo in comment.Luqman Aden1-2/+2
2015-04-22Fix Windows build break: use LLVM_FUNCTION_NAME instead of __func__.Krzysztof Parzyszek2-2/+2
2015-04-22R600: Fix always inline pass breaking noinline functionsMatt Arsenault2-12/+12
2015-04-22Recommit r235219, it's need for out-of-tree users of AlignOf.h.Yaron Keren1-0/+8
2015-04-22[Hexagon] Overhaul of stack object allocationKrzysztof Parzyszek10-447/+1328
2015-04-22[opaque pointer type] Use pointee type retrieved from asm, rather than access...David Blaikie1-2/+1
2015-04-22[cmake] Quote the path to the target exports file, fixes PR23313Reid Kleckner1-1/+1
2015-04-22[x86] Add store-folded memop patterns for vcvtps2phSanjay Patel2-8/+64
2015-04-22[Hexagon] Treat CFI as solo instructionsKrzysztof Parzyszek1-3/+5
2015-04-22[Hexagon] Implement HexagonInstPrinter::printRegNameKrzysztof Parzyszek2-6/+7
2015-04-22Support arm32 R_ARM_V4BX relocation formatAdhemerval Zanella2-6/+82
2015-04-22Fix a type mismatch assert in SCEV divisionBrendon Cahoon2-0/+37
2015-04-22[X86][AVX] Fix failure due to a missing ISel pattern to select VBROADCAST nod...Andrea Di Biagio2-2/+18
2015-04-22Fixed logic to enable complex FMA formation.Olivier Sallenave1-2/+2
2015-04-22[mips][microMIPSr6] Implement mips32 to microMIPSr6 mapping supportZoran Jovanovic2-3/+24
2015-04-22[DAGCombine] Disable select(c, load,load) for indexed loadsHal Finkel2-0/+66
2015-04-22Revert "[mips][FastISel] Implement shift ops for Mips fast-isel."Vasileios Kalintiris2-202/+0
2015-04-22[AArch64] Disable complex GEP optimization by default.James Molloy2-4/+4
2015-04-22Have more strict type checks when creating BinOp nodes in BitcodeReaderFilipe Cabecinhas3-14/+34
2015-04-22[patchpoint] Add support for symbolic patchpoint targets to SelectionDAG and theLang Hames6-26/+80
2015-04-22[TableGen] Use range based for loops.Craig Topper1-14/+4
2015-04-22[TableGen] Remove some deletes that violate ownership semantics. These don't ...Craig Topper1-10/+2
2015-04-22Revert r235219, it's not needed after r235450.Yaron Keren1-5/+0
2015-04-22Replace std::auto_ptr with std::unique_ptrDavid Blaikie1-2/+2
2015-04-22Fix up Exception demo from recent opaque pointer type changes to GEPDavid Blaikie1-6/+7
2015-04-22[TableGen] Make BitRecTy::baseClassOf return true when RHS is an IntRecTy.Craig Topper1-1/+1
2015-04-22Don't use 'nullptr' in comment. Just use 'null'.Craig Topper1-1/+1
2015-04-22[opaque pointer types] Serialize the value type for atomic store instructionsDavid Blaikie2-5/+10
2015-04-22[opaque pointer types] Serialize the value type for store instructionsDavid Blaikie3-6/+11
2015-04-22Linker: Add flag to override linkage rulesDuncan P. N. Exon Smith11-10/+135
2015-04-22llvm-link: Factor out loop over input files, NFCDuncan P. N. Exon Smith1-18/+26
2015-04-22Revert "[TableGen] Use cast instead of dyn_cast where result isn't checked be...Craig Topper1-1/+1
2015-04-22Fix stale comment that mentioned 0 instead of nullptr. NFC.Craig Topper1-1/+1
2015-04-22[TableGen] Remove Pool helper class and just use unique_ptr in the maps.Craig Topper1-41/+24
2015-04-22[TableGen] Use StringRecTy::get() instead of allocating (and leaking) a Strin...Craig Topper1-2/+2
2015-04-22[TableGen] Use 'isa' to identify UnsetInits rather than comparing with the si...Craig Topper3-4/+4
2015-04-22[TableGen] Use cast instead of dyn_cast where result isn't checked before bei...Craig Topper1-1/+1
2015-04-22Cleanup formatting for consistency with surrounding code.Craig Topper1-9/+9
2015-04-22[x86] allow 64-bit extracted vector element integer stores on a 32-bit systemSanjay Patel2-1/+61
2015-04-22[WinEH] Correctly handle inlined __finally blocks with capturesReid Kleckner2-6/+81
2015-04-21[opaque pointer type] Avoid using PointerType::getElementType for a few cases...David Blaikie8-46/+116
2015-04-21Remove a zero-length file of llvm/test/Transforms/InstCombine/descale-zero.ll.NAKAMURA Takumi1-0/+0
2015-04-21Limiting gep merging to fix the performance problem described inWei Mi3-22/+7
2015-04-21Revert r235451 since it is attached to a wrong Differential Revision. Sorry.Wei Mi4-55/+22
2015-04-21Limiting gep merging to fix the performance problem described inWei Mi4-22/+55