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
/
SlotIndexes.cpp
Age
Commit message (
Expand
)
Author
2010-07-21
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-06-24
Print the LSBs of a SlotIndex symbolically using letters referring to the
Jakob Stoklund Olesen
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2010-02-09
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-01-22
Ignore DEBUG_VALUE when building live intervals;
Dale Johannesen
2010-01-05
Change errs() to dbgs().
David Greene
2009-12-22
Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.
Lang Hames
2009-11-14
Added an API to the SlotIndexes pass to allow new instructions to be inserted...
Lang Hames
2009-11-10
Fix DenseMap iterator constness.
Jeffrey Yasskin
2009-11-08
Moved some ManagedStatics out of the SlotIndexes header.
Lang Hames
2009-11-07
Update some globals to use ManagedStatic.
Lang Hames
2009-11-05
Added support for renumbering existing index list elements. Removed some junk...
Lang Hames
2009-11-04
Handle empty/tombstone keys for LiveIndex more cleanly. Check for index sanit...
Lang Hames
2009-11-03
The Indexes Patch.
Lang Hames