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
/
SelectionDAGISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Change the informal convention of DBG_VALUE so that we can express a
Adrian Prantl
2013-04-30
1
-7
/
+10
*
Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'm
Eli Bendersky
2013-04-19
1
-79
/
+1
*
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-04-19
1
-1
/
+1
*
Use dbgs() consistently for -debug printouts
Eli Bendersky
2013-04-19
1
-13
/
+13
*
Add some more stats for fast isel vs. SelectionDAG, w.r.t lowering function
Eli Bendersky
2013-04-19
1
-1
/
+10
*
Move SDNode order propagation to SDNodeOrdering, which also fixes a missed
Justin Holewinski
2013-03-20
1
-0
/
+2
*
Propagate DAG node ordering during type legalization and instruction selection
Justin Holewinski
2013-03-20
1
-1
/
+3
*
Reset some of the target options which affect code generation.
Bill Wendling
2013-03-13
1
-0
/
+1
*
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2013-03-08
1
-13
/
+11
*
ArrayRefize some code. No functionality change.
Benjamin Kramer
2013-03-07
1
-3
/
+1
*
No need to go through int64 and APInt when generating a new constant.
Nadav Rotem
2013-03-07
1
-3
/
+3
*
Remove duplicate line and move another closer to its actual use
Eli Bendersky
2013-03-01
1
-3
/
+1
*
A small refactoring + adding comments.
Eli Bendersky
2013-02-28
1
-7
/
+4
*
Remove unnecessary cast to void.
Eric Christopher
2013-02-27
1
-1
/
+0
*
Silence the unused variable warning.
Nadav Rotem
2013-02-27
1
-5
/
+7
*
The FastISEL should be fast. But when we record statistics we use atomic oper...
Nadav Rotem
2013-02-27
1
-9
/
+10
*
Fix wording.
Chad Rosier
2013-02-25
1
-3
/
+4
*
[fast-isel] Add X86FastIsel::FastLowerArguments to handle functions with 6 or
Chad Rosier
2013-02-25
1
-0
/
+10
*
[ms-inline asm] Remove a redundant call to the setHasMSInlineAsm function.
Chad Rosier
2013-02-18
1
-2
/
+1
*
[ms-inline asm] Fix undefined behavior to reset hasMSInlineAsm in advance of ...
NAKAMURA Takumi
2013-02-18
1
-0
/
+1
*
[ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.
Chad Rosier
2013-02-16
1
-14
/
+17
*
Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...
Bill Wendling
2013-02-15
1
-0
/
+4
*
Currently, codegen may spent some time in SDISel passes even if an entire
Evan Cheng
2013-02-11
1
-7
/
+13
*
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Funnel the actual TargetTransformInfo pass from the SelectionDAGISel
Chandler Carruth
2013-01-05
1
-1
/
+3
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-8
/
+8
*
Use MachineInstrBuilder for PHI nodes in SelectionDAGISel.
Jakob Stoklund Olesen
2012-12-20
1
-50
/
+25
*
Fall back to the selection dag isel to select tail calls.
Chad Rosier
2012-12-11
1
-5
/
+7
*
Use dyn_cast instead of isa and cast. No functionality change.
Jakub Staszak
2012-12-04
1
-4
/
+4
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-20
/
+20
*
misched: Allow subtargets to enable misched and dependent options.
Andrew Trick
2012-11-13
1
-1
/
+3
*
Freeze the reserved registers as soon as isel is complete.
Jakob Stoklund Olesen
2012-10-15
1
-0
/
+5
*
Fix bad comment. No functional change.
Craig Topper
2012-09-16
1
-1
/
+1
*
Add a new optimization pass: Stack Coloring, that merges disjoint static allo...
Nadav Rotem
2012-09-06
1
-4
/
+9
*
BranchProb: modify the definition of an edge in BranchProbabilityInfo to handle
Manman Ren
2012-08-24
1
-0
/
+7
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
1
-2
/
+2
*
Fall back to selection DAG isel for calls to builtin functions.
Bob Wilson
2012-08-03
1
-1
/
+1
*
Provide function name in 'Cannot select' fatal error.
Jim Grosbach
2012-07-13
1
-0
/
+1
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-5
/
+5
*
Add some constantness. No functionality change.
Jakub Staszak
2012-04-30
1
-9
/
+9
*
Fix PR12599.
Jakob Stoklund Olesen
2012-04-20
1
-1
/
+6
*
Make ISelPosition a local variable.
Jakob Stoklund Olesen
2012-04-20
1
-8
/
+25
*
Register DAGUpdateListeners with SelectionDAG.
Jakob Stoklund Olesen
2012-04-20
1
-6
/
+6
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
1
-4
/
+2
*
misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.
Andrew Trick
2012-03-07
1
-3
/
+4
*
whitespace
Andrew Trick
2012-03-07
1
-3
/
+3
*
Rename getExceptionAddressRegister() to getExceptionPointerRegister() for con...
Lang Hames
2012-02-14
1
-1
/
+1
*
[unwind removal] Remove all of the code for the dead 'unwind' instruction. There
Bill Wendling
2012-02-06
1
-2
/
+0
*
VLIW specific scheduler framework that utilizes deterministic finite automato...
Andrew Trick
2012-02-01
1
-0
/
+2
*
Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copy
Bill Wendling
2012-01-31
1
-25
/
+0
[prev]
[next]