summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [FastISel] Add support for the stackmap intrinsic.Juergen Ributzka2014-06-121-0/+102
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Patch by Vadim ChugunovYaron Keren2014-04-191-2/+4
* Make FastISel::SelectInstruction return before target specific fast-isel codeAkira Hatanaka2014-04-151-2/+8
* FastISel: constrain the RegClass of operands when emitting instructions.Tim Northover2014-04-151-8/+47
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-2/+2
* Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson2014-03-131-1/+1
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-3/+3
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-1/+1
* Rename a DebugLoc variable to DbgLoc and a DataLayout to DL.Rafael Espindola2014-02-181-73/+73
* Avoid illegal integer promotion in fastiselBob Wilson2013-11-151-0/+15
* Fix indenting.David Blaikie2013-10-141-7/+8
OpenPOWER on IntegriCloud