index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
SelectionDAG
/
FastISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[FastISel][tblgen] Rename tblgen generated FastISel functions. NFC.
Juergen Ributzka
2014-09-03
1
-50
/
+50
*
[FastISel] Rename public visible FastISel functions. NFC.
Juergen Ributzka
2014-09-03
1
-44
/
+42
*
[FastISel] Some long overdue spring cleaning of FastISel.
Juergen Ributzka
2014-09-03
1
-378
/
+333
*
[FastISel] Provide the option to skip target-independent instruction selectio...
Juergen Ributzka
2014-09-02
1
-18
/
+24
*
[FastISel] Undo phi node updates when falling-back to SelectionDAG.
Juergen Ributzka
2014-08-28
1
-4
/
+7
*
[FastISel]
Juergen Ributzka
2014-08-28
1
-1
/
+8
*
[FastISel] Fix a potential bug in FastEmitInst_ri
Juergen Ributzka
2014-08-27
1
-2
/
+1
*
Reapply [FastISel] Let the target decide first if it wants to materialize a c...
Juergen Ributzka
2014-08-19
1
-15
/
+21
*
[FastISel] Remove an performance debugging assert.
Juergen Ributzka
2014-08-15
1
-1
/
+0
*
Revert several FastISel commits to track down a buildbot error.
Juergen Ributzka
2014-08-14
1
-21
/
+15
*
[FastISel] Let the target decide first if it wants to materialize a constant.
Juergen Ributzka
2014-08-13
1
-15
/
+21
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-13
/
+9
*
[FastISel] Fix the patchpoint intrinsic lowering in FastISel for large target...
Juergen Ributzka
2014-07-31
1
-1
/
+1
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-2
/
+4
*
[FastISel] Local values shouldn't be alive across an inline asm call with sid...
Juergen Ributzka
2014-07-16
1
-0
/
+5
*
Remove TLI from isInTailCallPosition's arguments. NFC.
Juergen Ributzka
2014-07-16
1
-1
/
+1
*
[FastISel] Insert patchpoint instruction before the target generated call ins...
Juergen Ributzka
2014-07-15
1
-1
/
+2
*
[FastISel] Fix patchpoint lowering to set the result register.
Juergen Ributzka
2014-07-15
1
-5
/
+6
*
Avoid a warning from MSVC on "*/" in this code by inserting a space
Reid Kleckner
2014-07-12
1
-1
/
+1
*
[FastISel] Add target-independent patchpoint intrinsic support. WIP.
Juergen Ributzka
2014-07-11
1
-0
/
+169
*
[FastISel] Add basic infrastructure to support a target-independent call lowe...
Juergen Ributzka
2014-07-11
1
-2
/
+208
*
[FastISel] Breakout intrinsic lowering into a separate function and add a tar...
Juergen Ributzka
2014-07-11
1
-34
/
+39
*
Move function dependent resetting of a subtarget variable out of the
Eric Christopher
2014-07-04
1
-0
/
+1
*
[FastISel] Factor out stackmap intrinsic selection code into a dedicated help...
Juergen Ributzka
2014-07-01
1
-73
/
+76
*
[FastISel][X86] - Add branch weights
Juergen Ributzka
2014-06-13
1
-2
/
+6
*
[FastISel][X86] Add MachineMemOperand to load/store instructions.
Juergen Ributzka
2014-06-12
1
-0
/
+44
*
[FastISel] Add support for the stackmap intrinsic.
Juergen Ributzka
2014-06-12
1
-0
/
+102
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Patch by Vadim Chugunov
Yaron Keren
2014-04-19
1
-2
/
+4
*
Make FastISel::SelectInstruction return before target specific fast-isel code
Akira Hatanaka
2014-04-15
1
-2
/
+8
*
FastISel: constrain the RegClass of operands when emitting instructions.
Tim Northover
2014-04-15
1
-8
/
+47
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-2
/
+2
*
Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
Owen Anderson
2014-03-13
1
-1
/
+1
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-3
/
+3
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
Rename a DebugLoc variable to DbgLoc and a DataLayout to DL.
Rafael Espindola
2014-02-18
1
-73
/
+73
*
Avoid illegal integer promotion in fastisel
Bob Wilson
2013-11-15
1
-0
/
+15
*
Fix indenting.
David Blaikie
2013-10-14
1
-7
/
+8
*
Debug info: Get rid of the VLA indirection hack in FastISel.
Adrian Prantl
2013-09-18
1
-15
/
+10
*
Debug info: Fix PR16736 and rdar://problem/14990587.
Adrian Prantl
2013-09-16
1
-0
/
+1
*
Un-break the buildbot by tweaking the indirection flag.
Adrian Prantl
2013-07-10
1
-2
/
+8
*
Reapply an improved version of r180816/180817.
Adrian Prantl
2013-07-09
1
-10
/
+16
*
Remove trailing whitespace from SelectionDAG/*.cpp
Stephen Lin
2013-07-08
1
-2
/
+2
*
Typo.
Jakob Stoklund Olesen
2013-07-04
1
-1
/
+1
*
FastISel can only apend to basic blocks.
Jakob Stoklund Olesen
2013-07-04
1
-8
/
+5
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-28
1
-1
/
+4
*
DebugInfo: Don't lose unreferenced non-trivial by-value parameters
David Blaikie
2013-06-21
1
-6
/
+4
*
Debug Info: Simplify Frame Index handling in DBG_VALUE Machine Instructions
David Blaikie
2013-06-16
1
-15
/
+17
*
Unify formatting of debug output.
Adrian Prantl
2013-05-22
1
-2
/
+2
[prev]
[next]