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
2011-09-01
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-09-01
Permit remat of partial register defs when it is safe.
Jakob Stoklund Olesen
2011-09-01
Revert r138794, "Do not try to rematerialize a value from a partial definition."
Jakob Stoklund Olesen
2011-09-01
Prevent remat of partial register redefinitions.
Jakob Stoklund Olesen
2011-09-01
Teach MachineLICM reg pressure tracking code to deal with MVT::untyped. Sorry...
Evan Cheng
2011-09-01
PreRA scheduler should avoid cloning compares.
Andrew Trick
2011-08-31
Fix Size Typing
David Greene
2011-08-31
Misc cleanup; addresses Duncan's comments on r138877.
Eli Friedman
2011-08-31
Fill in type legalization for MERGE_VALUES in all the various cases. Patch b...
Eli Friedman
2011-08-31
Generic expansion for atomic load/store into cmpxchg/atomicrmw xchg; implemen...
Eli Friedman
2011-08-31
Compress Repeated Byte Output
David Greene
2011-08-31
Spelling and grammar fixes to problems found by Duncan.
Rafael Espindola
2011-08-30
Emit segmented-stack specific code into function prologues for
Rafael Espindola
2011-08-30
Follow up to r138791.
Evan Cheng
2011-08-30
Do not try to rematerialize a value from a partial definition.
Bob Wilson
2011-08-29
Thumb2 parsing and encoding for IT blocks.
Jim Grosbach
2011-08-28
Fix PR5329: pay attention to constructor/destructor priority
Duncan Sands
2011-08-27
These splits should be done whether they are critical edges or not.
Bill Wendling
2011-08-26
Update the dominator tree with the correct dominator for the new 'unwind' block.
Bill Wendling
2011-08-26
Split the landing pad block only if it's a critical edge. Also intelligently
Bill Wendling
2011-08-26
Atomic load/store on ARM/Thumb.
Eli Friedman
2011-08-25
Look at only the terminators of the basic block. Also, if we're using the new EH
Bill Wendling
2011-08-24
Basic x86 code generation for atomic load and store instructions.
Eli Friedman
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
Tidy up. Trailing whitespace.
Jim Grosbach
2011-08-24
Add the sentinal "no handle" value to the ResumeInst.
Bill Wendling
2011-08-23
Don't replace *all* uses with the new stuff.
Bill Wendling
2011-08-23
Look at the end of the entry block for an invoke.
Bill Wendling
2011-08-23
A landingpad instruction is neither folded nor dead.
Bill Wendling
2011-08-23
Fix 80 col violations.
Evan Cheng
2011-08-22
Split the landing pad's edge. Then for all uses of a landingpad instruction's
Bill Wendling
2011-08-22
Follow up to Jim's r138278. This fixes commuteInstruction so it handles two-a...
Evan Cheng
2011-08-22
Some whitespace fixes and #include reordering.
Bill Wendling
2011-08-22
Be less redundant.
Nick Lewycky
2011-08-19
Do not use named md nodes to track variables that are completely optimized. T...
Devang Patel
2011-08-19
Roll back the rest of r126557. It's a hack that will break in some obscure ca...
Benjamin Kramer
2011-08-19
Eli points out that this is what report_fatal_error() is for.
Nick Lewycky
2011-08-19
This is not actually unreachable, so don't use llvm_unreachable for it. Since
Nick Lewycky
2011-08-19
Add llc flags to disable machine DCE and CSE.
Jakob Stoklund Olesen
2011-08-19
Make a bunch of symbols private.
Benjamin Kramer
2011-08-19
Don't treat a partial <def,undef> operand as a read.
Jakob Stoklund Olesen
2011-08-18
add the comments of each declaration follow it, making it easier to read and ...
Renato Golin
2011-08-18
Eliminate unnecessary forwarding function.
Devang Patel
2011-08-18
Add new DIE into the map asap.
Devang Patel
2011-08-18
FastISel: avoid function calls between the materialization of the constant an...
Ivan Krasin
2011-08-17
Add the support in code-gen for the landingpad instruction lowering.
Bill Wendling
2011-08-17
Revert patch. Forgot a dependent commit.
Bill Wendling
2011-08-17
Add the body of 'visitLandingPad'.
Bill Wendling
2011-08-17
Modify for the new EH scheme.
Bill Wendling
2011-08-16
Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...
Devang Patel
[prev]
[next]