summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [NFC] Replace several manual GEP loops with gep_type_iterator.Eduard Burtescu2016-01-201-14/+6
* [opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g...Eduard Burtescu2016-01-191-1/+7
* [opaque pointer types] [NFC] CallSite: use getFunctionType() instead of going...Manuel Jacob2016-01-171-6/+4
* Test commit: fixed spelling error in comment.Wolfgang Pieb2015-12-161-1/+1
* FastISel needs to remove dead code when it bails out.Paul Robinson2015-12-141-2/+32
* Let SelectionDAG start to use probability-based interface to add successors.Cong Hou2015-11-241-7/+7
* Create a new interface addSuccessorWithoutWeight(MBB*) in MBB to add successo...Cong Hou2015-10-271-11/+14
* [SelectionDAG] Remove dead code. NFC.Benjamin Kramer2015-10-151-70/+0
* SelectionDAG: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-131-2/+2
* [WinEH] Delete the old landingpad implementation of Windows EHReid Kleckner2015-10-091-7/+0
* Revert "Revert "Revert r248959, "[WinEH] Emit int3 after noreturn calls on Wi...Reid Kleckner2015-10-091-2/+4
* Revert "Revert r248959, "[WinEH] Emit int3 after noreturn calls on Win64""Reid Kleckner2015-10-091-4/+2
* Revert r248959, "[WinEH] Emit int3 after noreturn calls on Win64"NAKAMURA Takumi2015-10-011-2/+4
* [WinEH] Emit int3 after noreturn calls on Win64Reid Kleckner2015-09-301-4/+2
* FastISel: Avoid adding a successor block twice for degenerate IR.Matthias Braun2015-08-261-1/+5
* FastISel: Factor out common code; NFC intendedMatthias Braun2015-08-261-0/+12
* [WebAssembly] Skeleton FastISel supportDan Gohman2015-08-241-0/+19
* StackMap: FastISel: Add an appropriate number of immediate operands to theAlex Lorenz2015-08-101-3/+6
* Make getByValTypeAlignment() taking DataLayout as an argumentMehdi Amini2015-07-091-1/+1
* Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini2015-07-091-13/+13
* Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()Mehdi Amini2015-07-091-3/+3
* Redirect DataLayout from TargetMachine to Module in FastISelMehdi Amini2015-07-071-1/+1
* Use function attribute "trap-func-name" and remove TargetOptions::TrapFuncName.Akira Hatanaka2015-07-021-1/+1
* Use MCSymbols for FastISel.Rafael Espindola2015-06-231-1/+20
* [Fast-ISel] Don't mark the first use of a remat constant as killed.Pete Cooper2015-05-091-4/+7
* Fix incorrect kill flags in fastisel.Pete Cooper2015-05-061-2/+6
* [patchpoint] Add support for symbolic patchpoint targets to SelectionDAG and theLang Hames2015-04-221-13/+15
* DebugInfo: Assert dbg.declare/value insts are validDuncan P. N. Exon Smith2015-04-211-2/+2
* CodeGen: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith2015-04-061-3/+1
* Use sext in fast isel.Rafael Espindola2015-04-061-1/+1
* CodeGen: Assert that inlined-at locations agreeDuncan P. N. Exon Smith2015-04-031-0/+4
* [WinEH] Run cleanup handlers when an exception is thrownDavid Majnemer2015-03-301-0/+7
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-0/+1
* Handle big index in getelementptr instructionReid Kleckner2015-03-111-3/+3
* Have getCallPreservedMask and getThisCallPreservedMask take aEric Christopher2015-03-111-1/+2
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-1/+1
* [PM] Move TargetLibraryInfo into the Analysis library.Chandler Carruth2015-01-151-1/+1
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* [StackMaps] Mark in CallLoweringInfo when lowering a patchpointHal Finkel2015-01-131-0/+1
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-1/+1
* Revert "IR: MDNode => Value"Duncan P. N. Exon Smith2014-11-111-3/+3
* IR: MDNode => Value: Instruction::getMetadata()Duncan P. N. Exon Smith2014-11-011-3/+3
* Introduce enum values for previously defined metadata types. (NFC)Philip Reames2014-10-211-2/+2
* Remove getSubtargetImpl calls from FastISel, we can get it fromEric Christopher2014-10-081-6/+5
* Remove dead call to getTypeToTransformTo. The result isEric Christopher2014-10-081-3/+1
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-8/+13
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-13/+8
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-8/+13
* [FastISel] Move optimizeCmpPredicate to FastISel base class. NFC.Juergen Ributzka2014-09-151-0/+40
* Fast-ISel: Remove dead code after falling back from selecting call instructio...Hans Wennborg2014-09-081-15/+10
OpenPOWER on IntegriCloud