summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [FastISel][tblgen] Rename tblgen generated FastISel functions. NFC.Juergen Ributzka2014-09-031-50/+50
* [FastISel] Rename public visible FastISel functions. NFC.Juergen Ributzka2014-09-031-44/+42
* [FastISel] Some long overdue spring cleaning of FastISel.Juergen Ributzka2014-09-031-378/+333
* [FastISel] Provide the option to skip target-independent instruction selectio...Juergen Ributzka2014-09-021-18/+24
* [FastISel] Undo phi node updates when falling-back to SelectionDAG.Juergen Ributzka2014-08-281-4/+7
* [FastISel]Juergen Ributzka2014-08-281-1/+8
* [FastISel] Fix a potential bug in FastEmitInst_riJuergen Ributzka2014-08-271-2/+1
* Reapply [FastISel] Let the target decide first if it wants to materialize a c...Juergen Ributzka2014-08-191-15/+21
* [FastISel] Remove an performance debugging assert.Juergen Ributzka2014-08-151-1/+0
* Revert several FastISel commits to track down a buildbot error.Juergen Ributzka2014-08-141-21/+15
* [FastISel] Let the target decide first if it wants to materialize a constant.Juergen Ributzka2014-08-131-15/+21
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-13/+9
* [FastISel] Fix the patchpoint intrinsic lowering in FastISel for large target...Juergen Ributzka2014-07-311-1/+1
* AA metadata refactoring (introduce AAMDNodes)Hal Finkel2014-07-241-2/+4
* [FastISel] Local values shouldn't be alive across an inline asm call with sid...Juergen Ributzka2014-07-161-0/+5
* Remove TLI from isInTailCallPosition's arguments. NFC.Juergen Ributzka2014-07-161-1/+1
* [FastISel] Insert patchpoint instruction before the target generated call ins...Juergen Ributzka2014-07-151-1/+2
* [FastISel] Fix patchpoint lowering to set the result register.Juergen Ributzka2014-07-151-5/+6
* Avoid a warning from MSVC on "*/" in this code by inserting a spaceReid Kleckner2014-07-121-1/+1
* [FastISel] Add target-independent patchpoint intrinsic support. WIP.Juergen Ributzka2014-07-111-0/+169
* [FastISel] Add basic infrastructure to support a target-independent call lowe...Juergen Ributzka2014-07-111-2/+208
* [FastISel] Breakout intrinsic lowering into a separate function and add a tar...Juergen Ributzka2014-07-111-34/+39
* Move function dependent resetting of a subtarget variable out of theEric Christopher2014-07-041-0/+1
* [FastISel] Factor out stackmap intrinsic selection code into a dedicated help...Juergen Ributzka2014-07-011-73/+76
* [FastISel][X86] - Add branch weightsJuergen Ributzka2014-06-131-2/+6
* [FastISel][X86] Add MachineMemOperand to load/store instructions.Juergen Ributzka2014-06-121-0/+44
OpenPOWER on IntegriCloud