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] 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
*
Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...
Adrian Prantl
2013-04-30
1
-7
/
+8
*
Change the informal convention of DBG_VALUE so that we can express a
Adrian Prantl
2013-04-30
1
-8
/
+7
*
Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comm...
Eli Bendersky
2013-04-19
1
-17
/
+10
*
Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'm
Eli Bendersky
2013-04-19
1
-0
/
+65
*
[fast-isel] Add a preemptive fix for the case where we fail to materialize an
Chad Rosier
2013-03-28
1
-0
/
+2
*
Fix a crasher newly introduced in r176659/r176649, where fast-isel tries to
Nick Lewycky
2013-03-11
1
-0
/
+2
*
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2013-03-08
1
-5
/
+3
*
[fast-isel] Seriously, add support for the expect intrinsic.
Chad Rosier
2013-03-07
1
-3
/
+3
*
[fast-isel] Add support for the expect intrinsic.
Chad Rosier
2013-03-07
1
-0
/
+5
*
Put some per-instruction statistics of fast isel under NDEBUG, together with
Eli Bendersky
2013-02-28
1
-3
/
+5
*
Reverted: r176136 - Have a way for a target to opt-out of target-independent ...
Michael Ilseman
2013-02-27
1
-1
/
+1
*
Have a way for a target to opt-out of target-independent fast isel
Michael Ilseman
2013-02-26
1
-1
/
+1
[next]