index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Age
Commit message (
Expand
)
Author
2010-03-07
Use Other as a sentinel instead of iAny.
Chris Lattner
2010-03-07
_2_ gcc crashes, ah, ah, ah...
Jeffrey Yasskin
2010-03-07
Avoid leaking CompileUnits and DbgScopes from DwarfDebug. Leaks found by Val...
Jeffrey Yasskin
2010-03-07
tidy up
Chris Lattner
2010-03-06
Don't update physical register def.
Evan Cheng
2010-03-06
Add some new bits of debug info handling. No
Dale Johannesen
2010-03-06
Reapply r97778 and r97779, enabled only for unsigned i64 to f64
Dan Gohman
2010-03-05
Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. This
Charles Davis
2010-03-05
Better handling of dead super registers in LiveVariables. We used to do this:
Jakob Stoklund Olesen
2010-03-05
We don't really care about correct register liveness information after the
Jakob Stoklund Olesen
2010-03-05
Avoid creating bad PHI instructions when BR is being const-folded.
Jakob Stoklund Olesen
2010-03-05
Fix PR6497, a bug where we'd fold a load into an addc
Chris Lattner
2010-03-05
inline a small function with one call site.
Chris Lattner
2010-03-05
Revert r97778 and r97779. They're somehow breaking llvm-gcc builds.
Dan Gohman
2010-03-05
Fix these constants to be more portable.
Dan Gohman
2010-03-05
Rewrite i64-to-f64 conversion using an algorithm which handles
Dan Gohman
2010-03-05
Fix some more places where dbg_value affected codegen.
Dale Johannesen
2010-03-04
Fix memcheck-found leaks: one false positive from using new[], and one true
Jeffrey Yasskin
2010-03-04
For SJLJ exception handling, make sure that all calls that are not marked
Jim Grosbach
2010-03-04
Run machine licm before machine cse to avoid messing up licm opportunities.
Evan Cheng
2010-03-04
Avoid cse load instructions unless they are known to be invariant loads.
Evan Cheng
2010-03-04
add a statistic for # times fastisel fails.
Chris Lattner
2010-03-04
Fix a typo Duncan noticed.
Dan Gohman
2010-03-04
Rename -machine-cse to -enable-machine-cse.
Evan Cheng
2010-03-04
Look ahead a bit to determine if a physical register def that is not marked d...
Evan Cheng
2010-03-04
change the new isel matcher to emit ComplexPattern matches
Chris Lattner
2010-03-04
Fix more code to work properly with vector operands. Based on
Dan Gohman
2010-03-04
inline CannotYetSelectIntrinsic into CannotYetSelect and simplify.
Chris Lattner
2010-03-03
Fix a logic error. An instruction that has a live physical register def canno...
Evan Cheng
2010-03-03
Remove PHINodeTraits and use MachineInstrExpressionTrait instead.
Evan Cheng
2010-03-03
Move MachineInstrExpressionTrait::getHashValue() out of line so it can skip o...
Evan Cheng
2010-03-03
Re-apply r97667 but with a little bit of thought put into the patch. This imp...
Evan Cheng
2010-03-03
Revert 97667. It broke a bunch of tests.
Dan Gohman
2010-03-03
Fix funky indentation and add comments.
Evan Cheng
2010-03-03
Move DenseMapInfo for MachineInstr* to MachineInstr.h
Evan Cheng
2010-03-03
Fix a bug in SelectionDAG's ReplaceAllUsesWith in the case where
Dan Gohman
2010-03-03
Machine CSE work in progress. It's doing some CSE now. But implicit def of ph...
Evan Cheng
2010-03-03
Add MachineRegisterInfo::hasOneUse and hasOneNonDBGUse.
Evan Cheng
2010-03-03
Revert...
Bill Wendling
2010-03-03
add some of the more obscure predicate types to the
Chris Lattner
2010-03-03
speed up scope node processing: if the first element of a scope
Chris Lattner
2010-03-03
introduce a new SwitchTypeMatcher node (which is analogous to
Chris Lattner
2010-03-03
Work in progress. Finding some cse now.
Evan Cheng
2010-03-03
Use APInt instead of zext value.
Bill Wendling
2010-03-03
- Change MachineInstr::isIdenticalTo to take a new option that determines whe...
Evan Cheng
2010-03-03
Add an option to enable machine cse (it's not doing anything yet.
Evan Cheng
2010-03-03
This test case:
Bill Wendling
2010-03-02
Fix some issues in WalkChainUsers dealing with
Chris Lattner
2010-03-02
Okay. One last attempt:
Bill Wendling
2010-03-02
run HandleMergeInputChains even if we only have one input chain.
Chris Lattner
[prev]
[next]