summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r237789 - [mips] The naming convention for private labels is ABI depe...Daniel Sanders2015-05-201-1/+0
* [mips] The naming convention for private labels is ABI dependant.Daniel Sanders2015-05-201-0/+1
* [StatepointLowering] Support of the gc.relocates for invoke statepoints.Igor Laevsky2015-05-203-53/+78
* Add a GCStrategy for CoreCLRSwaroop Sridhar2015-05-202-0/+56
* Remove a stale commentPhilip Reames2015-05-191-3/+0
* Revert r237708 (MIR serialization) - incremental buildbots became unstable.Alex Lorenz2015-05-1911-298/+9
* MachineInstr: Remove unused parameter.Matthias Braun2015-05-1910-21/+17
* use 'auto *' for pointers; clearer usage, no deep copyingSanjay Patel2015-05-191-2/+2
* tidy upSanjay Patel2015-05-191-5/+5
* use range-based for-loopSanjay Patel2015-05-191-7/+4
* MIR Serialization: print and parse LLVM IR using MIR format.Alex Lorenz2015-05-1911-9/+298
* RegisterCoalescer: Improve a comment.Matthias Braun2015-05-191-6/+5
* use range-based for loopSanjay Patel2015-05-191-5/+5
* SelectionDAG: Cleanup and simplify FoldConstantArithmeticMatthias Braun2015-05-191-100/+91
* DAGCombiner: Factor common pattern into isOneConstant() function. NFCMatthias Braun2015-05-191-35/+32
* DAGCombiner: Factor common pattern into isAllOnesConstant() function. NFCMatthias Braun2015-05-191-46/+43
* DAGCombiner: Use isNullConstant() where possibleMatthias Braun2015-05-191-19/+13
* Revert accidental change in r237633Matthias Braun2015-05-181-1/+1
* DAGCombiner: Factor common pattern into isNullConstant() function. NFCMatthias Braun2015-05-181-71/+59
* Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...David Blaikie2015-05-183-7/+7
* MachineInstr: Change return value of getOpcode() to unsigned.Matthias Braun2015-05-184-11/+11
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-1813-40/+40
* Preserve the order of READ_REGISTER and WRITE_REGISTERHal Finkel2015-05-182-5/+9
* Revert r237579, as it broke windows buildbotsOliver Stannard2015-05-181-1/+2
* [LLVM - ARM/AArch64] Add ACLE special register intrinsicsOliver Stannard2015-05-181-2/+1
* [DAGCombine] Be more pedantic about use iteration in CombineToPreIndexedLoadS...Hal Finkel2015-05-181-11/+12
* MachineScheduler debug output clarity.Andrew Trick2015-05-171-2/+3
* RegisterPressureTracker: reword stale comments.Andrew Trick2015-05-172-9/+13
* [WinEH] Push unique_ptr through the Action interface.Benjamin Kramer2015-05-162-38/+32
* Correct indentation. NFCCraig Topper2015-05-161-2/+2
* MachineSink: Collect registers before clearing their killflags.Matthias Braun2015-05-161-1/+10
* [SDAGBuilder] Make the AArch64 builder happier.James Molloy2015-05-151-4/+4
* Add SDNodes for umin, umax, smin and smax.James Molloy2015-05-157-9/+77
* Stop resetting SanitizeAddress in TargetMachine::resetTargetOptions. NFC.Akira Hatanaka2015-05-152-3/+10
* Turn effective assert(0) into llvm_unreachableMatthias Braun2015-05-141-3/+1
* TargetSchedule: factor out common code; NFCMatthias Braun2015-05-141-21/+17
* Remove MCInstrItineraries includes in parts that don't use them anymoreMatthias Braun2015-05-143-3/+0
* [CodeGen] Use standard -not gnueabi- naming for f16 libcalls on Darwin.Ahmed Bougacha2015-05-141-0/+8
* Revert r237046. See the testcase on the thread where r237046 was committed.Nick Lewycky2015-05-134-56/+52
* [DebugInfo] Debug locations for constant SD nodesSergey Dmitrouk2015-05-131-41/+76
* [Statepoints] Support for "patchable" statepoints.Sanjoy Das2015-05-122-9/+13
* CodeGen: ignore DEBUG_VALUE nodes in KILL taggingSaleem Abdulrasool2015-05-121-0/+6
* [Statepoints] Clean up statepoint argument accessors.Pat Gavlin2015-05-121-22/+12
* Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.Pete Cooper2015-05-121-2/+2
* [Statepoints] Split the calling convention and statepoint flags operand to ST...Pat Gavlin2015-05-121-22/+15
* Reverse ordering of base and derived pointer during safepoint lowering.Igor Laevsky2015-05-121-10/+12
* Migrate existing backends that care about software floating pointEric Christopher2015-05-121-1/+1
* Fixing memory leakAndrew Kaylor2015-05-121-0/+2
* Refactoring gc_relocate related code in CodeGenPrepare.cppSanjoy Das2015-05-111-7/+4
* [WinEH] Handle nested landing pads that return directly to the parent function.Andrew Kaylor2015-05-111-10/+104
OpenPOWER on IntegriCloud