summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Debug info: Get rid of the VLA indirection hack in FastISel.Adrian Prantl2013-09-181-15/+10
* Debug info: Fix PR16736 and rdar://problem/14990587.Adrian Prantl2013-09-161-0/+1
* Un-break the buildbot by tweaking the indirection flag.Adrian Prantl2013-07-101-2/+8
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-091-10/+16
* Remove trailing whitespace from SelectionDAG/*.cppStephen Lin2013-07-081-2/+2
* Typo.Jakob Stoklund Olesen2013-07-041-1/+1
* FastISel can only apend to basic blocks.Jakob Stoklund Olesen2013-07-041-8/+5
* Debug Info: clean up usage of Verify.Manman Ren2013-06-281-1/+4
* DebugInfo: Don't lose unreferenced non-trivial by-value parametersDavid Blaikie2013-06-211-6/+4
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-161-15/+17
* Unify formatting of debug output.Adrian Prantl2013-05-221-2/+2
OpenPOWER on IntegriCloud