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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Better handling of dead super registers in LiveVariables. We used to do this:
Jakob Stoklund Olesen
2010-03-05
1
-21
/
+21
*
We don't really care about correct register liveness information after the
Jakob Stoklund Olesen
2010-03-05
1
-4
/
+10
*
Avoid creating bad PHI instructions when BR is being const-folded.
Jakob Stoklund Olesen
2010-03-05
1
-0
/
+2
*
Fix PR6497, a bug where we'd fold a load into an addc
Chris Lattner
2010-03-05
1
-0
/
+7
*
inline a small function with one call site.
Chris Lattner
2010-03-05
1
-16
/
+4
*
Revert r97778 and r97779. They're somehow breaking llvm-gcc builds.
Dan Gohman
2010-03-05
1
-17
/
+41
*
Fix these constants to be more portable.
Dan Gohman
2010-03-05
1
-3
/
+3
*
Rewrite i64-to-f64 conversion using an algorithm which handles
Dan Gohman
2010-03-05
1
-41
/
+17
*
Fix some more places where dbg_value affected codegen.
Dale Johannesen
2010-03-05
4
-4
/
+22
*
Fix memcheck-found leaks: one false positive from using new[], and one true
Jeffrey Yasskin
2010-03-04
1
-9
/
+28
*
For SJLJ exception handling, make sure that all calls that are not marked
Jim Grosbach
2010-03-04
1
-31
/
+36
*
Run machine licm before machine cse to avoid messing up licm opportunities.
Evan Cheng
2010-03-04
1
-2
/
+2
*
Avoid cse load instructions unless they are known to be invariant loads.
Evan Cheng
2010-03-04
1
-10
/
+36
*
add a statistic for # times fastisel fails.
Chris Lattner
2010-03-04
1
-0
/
+6
*
Fix a typo Duncan noticed.
Dan Gohman
2010-03-04
1
-1
/
+1
*
Rename -machine-cse to -enable-machine-cse.
Evan Cheng
2010-03-04
1
-1
/
+1
*
Look ahead a bit to determine if a physical register def that is not marked d...
Evan Cheng
2010-03-04
1
-6
/
+61
*
change the new isel matcher to emit ComplexPattern matches
Chris Lattner
2010-03-04
1
-3
/
+7
*
Fix more code to work properly with vector operands. Based on
Dan Gohman
2010-03-04
1
-5
/
+5
*
inline CannotYetSelectIntrinsic into CannotYetSelect and simplify.
Chris Lattner
2010-03-04
1
-19
/
+16
*
Fix a logic error. An instruction that has a live physical register def canno...
Evan Cheng
2010-03-03
1
-2
/
+5
*
Remove PHINodeTraits and use MachineInstrExpressionTrait instead.
Evan Cheng
2010-03-03
2
-39
/
+2
*
Move MachineInstrExpressionTrait::getHashValue() out of line so it can skip o...
Evan Cheng
2010-03-03
1
-0
/
+45
*
Re-apply r97667 but with a little bit of thought put into the patch. This imp...
Evan Cheng
2010-03-03
1
-65
/
+3
*
Revert 97667. It broke a bunch of tests.
Dan Gohman
2010-03-03
1
-0
/
+63
*
Fix funky indentation and add comments.
Evan Cheng
2010-03-03
1
-17
/
+24
*
Move DenseMapInfo for MachineInstr* to MachineInstr.h
Evan Cheng
2010-03-03
1
-63
/
+0
*
Fix a bug in SelectionDAG's ReplaceAllUsesWith in the case where
Dan Gohman
2010-03-03
1
-4
/
+45
*
Machine CSE work in progress. It's doing some CSE now. But implicit def of ph...
Evan Cheng
2010-03-03
1
-24
/
+61
*
Add MachineRegisterInfo::hasOneUse and hasOneNonDBGUse.
Evan Cheng
2010-03-03
2
-6
/
+16
*
Revert...
Bill Wendling
2010-03-03
1
-3
/
+3
*
add some of the more obscure predicate types to the
Chris Lattner
2010-03-03
1
-56
/
+99
*
speed up scope node processing: if the first element of a scope
Chris Lattner
2010-03-03
1
-38
/
+141
*
introduce a new SwitchTypeMatcher node (which is analogous to
Chris Lattner
2010-03-03
1
-3
/
+34
*
Work in progress. Finding some cse now.
Evan Cheng
2010-03-03
1
-4
/
+88
*
Use APInt instead of zext value.
Bill Wendling
2010-03-03
1
-1
/
+1
*
- Change MachineInstr::isIdenticalTo to take a new option that determines whe...
Evan Cheng
2010-03-03
3
-32
/
+29
*
Add an option to enable machine cse (it's not doing anything yet.
Evan Cheng
2010-03-03
1
-0
/
+5
*
This test case:
Bill Wendling
2010-03-03
1
-5
/
+7
*
Fix some issues in WalkChainUsers dealing with
Chris Lattner
2010-03-02
1
-11
/
+25
*
Okay. One last attempt:
Bill Wendling
2010-03-02
1
-3
/
+3
*
run HandleMergeInputChains even if we only have one input chain.
Chris Lattner
2010-03-02
1
-29
/
+3
*
Swap parameters of isSafeToMove and isSafeToReMat for consistency.
Evan Cheng
2010-03-02
5
-10
/
+10
*
Fix typo.
Evan Cheng
2010-03-02
1
-1
/
+1
*
Fix grammar.
Devang Patel
2010-03-02
1
-1
/
+1
*
Fix the xfail I added a couple of patches back. The issue
Chris Lattner
2010-03-02
1
-12
/
+40
*
I was confused about this, it turns out that MorphNodeTo
Chris Lattner
2010-03-02
1
-3
/
+2
*
factor node morphing out to its own helper method.
Chris Lattner
2010-03-02
1
-54
/
+62
*
Sink InstructionSelect() out of each target into SDISel, and rename it
Chris Lattner
2010-03-02
1
-2
/
+59
*
Add file to CMakeLists.txt
Eric Christopher
2010-03-02
1
-0
/
+1
[next]