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
2012-01-30
when verbose asm is on, print integers in ConstantDataSequentials just
Chris Lattner
2012-01-30
don't lose tail padding on ConstantDataAggregate vec3's.
Chris Lattner
2012-01-29
Fix some scavenger performance issues.
Jakob Stoklund Olesen
2012-01-29
Avoid creating BitVector temporaries.
Jakob Stoklund Olesen
2012-01-28
Reapply r149159 with a fix to add to a PHI node with a non-null parent.
Bill Wendling
2012-01-28
Remove code that adds live ranges for dead defs. It seems to be breaking things.
Lang Hames
2012-01-28
Revert r149159 until I can fix tests.
Bill Wendling
2012-01-28
Don't always create a separate block for the call to _Unwind_Resume.
Bill Wendling
2012-01-27
Silence warning about parens for && within ||
Lang Hames
2012-01-27
Add a "moveInstr" method to LiveIntervals. This can be used to move instructions
Lang Hames
2012-01-27
Backing out ill-considered 'refactor'.
Lang Hames
2012-01-27
Move some duplicate loops in the coalescer into their own function.
Lang Hames
2012-01-27
Physreg dead defs should be handled too.
Lang Hames
2012-01-27
continue making the world safe for ConstantDataVector. At this point,
Chris Lattner
2012-01-27
Place the GEP instructions nearer to the instructions which use them.
Bill Wendling
2012-01-27
make sure the file's matching header is #include'd first.
Chris Lattner
2012-01-27
Rewrite CanShareConstantPoolEntry to be implemented in terms of the
Chris Lattner
2012-01-27
Rewrite instruction operands in AdjustCopiesBackFrom. Fixes PR11861.
Lang Hames
2012-01-26
progress making the world safe to ConstantDataVector. While
Chris Lattner
2012-01-26
tidy up forward declarations.
Chris Lattner
2012-01-26
Update comment for r149070.
Chad Rosier
2012-01-26
Replace the use of isPredicable() with isPredicated() in
Chad Rosier
2012-01-26
Clear kill flags before propagating a copy.
Jakob Stoklund Olesen
2012-01-26
Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...
James Molloy
2012-01-26
eliminate the Constant::getVectorElements method. There are better (and
Chris Lattner
2012-01-25
Improve sub-register def handling in ProcessImplicitDefs.
Jakob Stoklund Olesen
2012-01-25
Properly emit ctors / dtors with priorities into desired sections
Anton Korobeynikov
2012-01-25
Don't add live ranges for aliases of physregs that are live in to the
Lang Hames
2012-01-25
Always break upon finding a vreg operand (in Release as well as +Asserts). Re...
Lang Hames
2012-01-25
use ConstantVector::getSplat in a few places.
Chris Lattner
2012-01-25
Use the right method to get the # elements in a CDS.
Chris Lattner
2012-01-24
Set correct <def,undef> flags when lowering REG_SEQUENCE.
Jakob Stoklund Olesen
2012-01-24
Use the standard MachineFunction::print() after SlotIndexes.
Jakob Stoklund Olesen
2012-01-24
Fix old doxygen comment.
Jakob Stoklund Olesen
2012-01-24
add more support for ConstantDataSequential
Chris Lattner
2012-01-24
An option to selectively enable part of ARM EHABI support.
Evgeniy Stepanov
2012-01-24
Bit pack DIE structures better.
Benjamin Kramer
2012-01-24
Remove generation of DW_AT_sibling. Nothing as far as I can tell uses it.
Eric Christopher
2012-01-24
Add AsmPrinter (aka MCLowering) support for ConstantDataSequential,
Chris Lattner
2012-01-24
Preserve <def,undef> flags in CoalesceExtSubRegs.
Jakob Stoklund Olesen
2012-01-24
Revert r148686 (and r148694, a fix to it) due to a serious layering
Chandler Carruth
2012-01-23
Remove extraneous ';'s.
Bill Wendling
2012-01-23
copyImplicitOps is redundant here - the loop above already copies these ops.
Lang Hames
2012-01-23
Fix PR11829. PostRA LICM was too aggressive.
Jakob Stoklund Olesen
2012-01-23
Simplify debug output.
Jakob Stoklund Olesen
2012-01-23
An option to selectively enable parts of ARM EHABI support.
Evgeniy Stepanov
2012-01-22
Add an option to disable buggy copy propagation pass
Anton Korobeynikov
2012-01-21
Fix an obvious typo.
Evan Cheng
2012-01-21
Handle register masks in LiveVariables.
Jakob Stoklund Olesen
2012-01-20
Delete an unused member variable.
Jakob Stoklund Olesen
[next]