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
2011-01-12
Apply the patch from PR8958, which allows llc to get slightly
Dan Gohman
2011-01-12
Try again enabling LiveDebugVariables.
Jakob Stoklund Olesen
2011-01-12
Don't emit a DBG_VALUE for a spill slot that the rewriter decided not to use ...
Jakob Stoklund Olesen
2011-01-12
Fix braino in dominator tree walk.
Jakob Stoklund Olesen
2011-01-12
Sometimes, old virtual registers can linger on DBG_VALUE instructions.
Jakob Stoklund Olesen
2011-01-12
Teach VirtRegRewriter to update slot indexes when erasing instructions.
Jakob Stoklund Olesen
2011-01-12
Annotate VirtRegRewriter debug output with slot indexes.
Jakob Stoklund Olesen
2011-01-12
Verify slot index ordering.
Jakob Stoklund Olesen
2011-01-12
Verify that machine instruction parent pointers are consistent.
Jakob Stoklund Olesen
2011-01-11
The world is not ready for LiveDebugVariables yet.
Jakob Stoklund Olesen
2011-01-11
Enable LiveDebugVariables by default.
Jakob Stoklund Olesen
2011-01-11
Don't insert DBG_VALUE instructions after the first terminator.
Jakob Stoklund Olesen
2011-01-11
Appropriately truncate debug info range in dwarf output.
Devang Patel
2011-01-11
Move ExpandAtomic into the integer expansion routines - it's only used there.
Eric Christopher
2011-01-10
Fix PR 8916 (qv for analysis), at least the immediate problem.
Dale Johannesen
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
fit in 80 cols and use MBB::isSuccessor instead of a hand
Chris Lattner
2011-01-10
Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.
Jakob Stoklund Olesen
2011-01-09
Remove MachineRegisterInfo::getLastVirtReg(), it was giving wrong results
Jakob Stoklund Olesen
2011-01-09
sort this.
Chris Lattner
2011-01-09
Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual and
Jakob Stoklund Olesen
2011-01-09
Add a forgotten VireReg2IndexFunctor.
Jakob Stoklund Olesen
2011-01-09
Eliminate some extra hash table lookups.
Cameron Zwarich
2011-01-09
Add an informative comment.
Cameron Zwarich
2011-01-09
Simplify LiveDebugVariables by storing MachineOperand copies locations instead
Jakob Stoklund Olesen
2011-01-09
Shrink a BitVector that didn't mean to store bits for all physical registers.
Jakob Stoklund Olesen
2011-01-09
Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...
Jakob Stoklund Olesen
2011-01-09
Use IndexedMap for MachineRegisterInfo as well. No functional change.
Jakob Stoklund Olesen
2011-01-08
Fix VirtRegMap to use TRI::index2VirtReg and TRI::virtReg2Index instead of
Jakob Stoklund Olesen
2011-01-08
Fix a MachineVerifier loop that probably didn't mean to skip the last two
Jakob Stoklund Olesen
2011-01-08
Use an IndexedMap for LiveVariables::VirtRegInfo.
Jakob Stoklund Olesen
2011-01-08
Use an IndexedMap for LiveOutRegInfo to hide its dependence on TargetRegister...
Jakob Stoklund Olesen
2011-01-08
Fix coding style.
Cameron Zwarich
2011-01-08
Make more passes preserve dominators (or state that they preserve dominators if
Cameron Zwarich
2011-01-08
Recognize inline asm 'rev /bin/bash, ' as a bswap intrinsic call.
Evan Cheng
2011-01-07
Do not model all INLINEASM instructions as having unmodelled side effects.
Evan Cheng
2011-01-07
Speculatively revert r123032.
Devang Patel
2011-01-07
Appropriately truncate debug info range in dwarf output.
Devang Patel
2011-01-07
DBG_VALUE does not have any side effects; it also makes no sense to mark it c...
Evan Cheng
2011-01-07
Add ARM patterns to match EXTRACT_SUBVECTOR nodes.
Bob Wilson
2011-01-07
Fix a comment typo.
Bob Wilson
2011-01-07
Change EXTRACT_SUBVECTOR to require a constant index.
Bob Wilson
2011-01-07
Early exit if we don't have invokes. The 'Unwinds' vector isn't modified unless
Bill Wendling
2011-01-06
Fix the other problem reported in PR8582. Testcase and patch by
Duncan Sands
2011-01-06
Add some fairly duplicated code to let type legalization split illegal
Eric Christopher
2011-01-06
Emit 128 bit constant.
Devang Patel
2011-01-06
Re-implement r122936 with proper target hooks. Now getMaxStoresPerMemcpy
Evan Cheng
2011-01-06
Revert r122936. I'll re-implement the change.
Evan Cheng
2011-01-06
Zap the last two -Wself-assign warnings in llvm.
Jakob Stoklund Olesen
2011-01-06
Add the SpillPlacement analysis pass.
Jakob Stoklund Olesen
[prev]
[next]