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-02-15
Split SelectionDAGISel::IsLegalAndProfitableToFold to
Evan Cheng
2010-02-15
Add non-temporal flags and remove an assumption of default arguments.
David Greene
2010-02-15
Add non-temporal flags to MachineMemOperand.
David Greene
2010-02-15
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2010-02-15
Ignore DBG_VALUE in a couple more places.
Dale Johannesen
2010-02-13
Fix PR6283.
Jakob Stoklund Olesen
2010-02-13
Teach MachineFrameInfo to track maximum alignment while stack objects are being
Evan Cheng
2010-02-13
Besides removing phi cycles that reduce to a single value, also remove dead
Bob Wilson
2010-02-12
give MCCodeEmitters access to the current MCContext.
Chris Lattner
2010-02-12
Rewrite handling of DBG_VALUE; previous algorithm
Dale Johannesen
2010-02-12
Reapply the new LoopStrengthReduction code, with compile time and
Dan Gohman
2010-02-12
* Updated the cost matrix normalization proceedure to better handle infinite ...
Lang Hames
2010-02-12
Add a new pass on machine instructions to optimize away PHI cycles that
Bob Wilson
2010-02-11
Reapply coalescer fix for better cross-class coalescing.
Jakob Stoklund Olesen
2010-02-11
Revert functional change. This broke a bunch of tests.
Jakob Stoklund Olesen
2010-02-11
It is always good to do a cross-class join when the large register has a tiny...
Jakob Stoklund Olesen
2010-02-11
Allow for more than one DBG_VALUE targeting the
Dale Johannesen
2010-02-11
Don't allow DBG_VALUE to affect codegen.
Dale Johannesen
2010-02-11
Use array_pod_sort instead of std::sort for improved code size.
Jakob Stoklund Olesen
2010-02-11
Use .empty() instead of .size().
Bill Wendling
2010-02-11
Fix to get it to compile.
Bill Wendling
2010-02-11
Don't print out a default newline when emitting the section offset. There are
Bill Wendling
2010-02-11
Reuse operand location when updating PHI instructions.
Jakob Stoklund Olesen
2010-02-11
Remove duplicate successors from indirectbr instructions before building the ...
Jakob Stoklund Olesen
2010-02-10
The previous fix of widening divides that trap was too fragile as it depends ...
Mon P Wang
2010-02-10
Ignore debug info one more place during coalescing.
Dale Johannesen
2010-02-10
Delete dead PHI machine instructions. These can be created due to type
Bob Wilson
2010-02-10
Skip debug info in a couple of places.
Dale Johannesen
2010-02-10
Use an index instead of pointers into the vector. If the vector resizes, then
Bill Wendling
2010-02-10
When I rewrote this loop per Chris' preference I
Dale Johannesen
2010-02-10
Fix several comments which had previously been "the the" where a
Dan Gohman
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
Now that ShrinkDemandedOps() is separated out from DAG combine. It sometimes ...
Evan Cheng
2010-02-10
Rewrite loop to suit Chris' preference.
Dale Johannesen
2010-02-10
fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h.
Chris Lattner
2010-02-10
Remove duplicated #include.
Evan Cheng
2010-02-10
Emit an error for illegal inline asm constraint (which uses illegal type) rat...
Evan Cheng
2010-02-10
fix missing #includes.
Chris Lattner
2010-02-10
Improve comments a even more.
Bill Wendling
2010-02-10
Skip DBG_VALUE many places in live intervals and
Dale Johannesen
2010-02-10
Move verbose asm instruction comments to using MCStreamer.
Chris Lattner
2010-02-10
Improve comments a bit more.
Bill Wendling
2010-02-10
more comment updates
Dale Johannesen
2010-02-10
Add isDebug argument to ChangeToRegister; this prevents
Dale Johannesen
2010-02-10
print all the newlines at the end of instructions with
Chris Lattner
2010-02-10
Fix comments to reflect renaming elsewhere.
Dale Johannesen
2010-02-09
Only dump output in debug mode.
David Greene
2010-02-09
Improve comments in the LSDA somewhat. They can be improved much more.
Bill Wendling
2010-02-09
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
Remember to update live-in lists when coalescing physregs.
Jakob Stoklund Olesen
[prev]
[next]