index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-02-01
SwitchInst refactoring.
Stepan Dyatkovskiy
2012-02-01
Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...
Argyrios Kyrtzidis
2012-01-31
Obvious unnecessary loop removal. Follow through from previous checkin.
Andrew Trick
2012-01-31
with recent changes, ConstantArray is never a "string". Remove the associated
Chris Lattner
2012-01-31
RAFast: Generalize the logic for return operands.
Andrew Trick
2012-01-31
remove the last vestiges of llvm::GetConstantStringInfo, in CodeGen.
Chris Lattner
2012-01-31
rework this logic to not depend on the last argument to GetConstantStringInfo,
Chris Lattner
2012-01-31
don't emit a 1-byte object as a .fill. This is silly and causes
Chris Lattner
2012-01-31
Remove the now-dead llvm.eh.exception and llvm.eh.selector intrinsics.
Bill Wendling
2012-01-31
Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copy
Bill Wendling
2012-01-31
Use the correct ShiftAmtTy for creating shifts after legalization. PR11881. ...
Eli Friedman
2012-01-30
Chris's constant data sequence refactoring actually enabled printing
Chandler Carruth
2012-01-30
Here's a new one: GCC was complaining about an only-used-in-asserts
Matt Beaumont-Gay
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
[next]