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
/
include
/
llvm
/
CodeGen
/
SlotIndexes.h
Age
Commit message (
Expand
)
Author
2010-07-09
Added a support for inserting new MBBs into the numbering.
Lang Hames
2010-07-02
Handle unindexed instructions in SlotIndices.
Jakob Stoklund Olesen
2010-04-07
remove some unneeded errorhandling stuff.
Chris Lattner
2010-04-02
include densemap.h explicitly and rearrange #includes.
Chris Lattner
2010-02-09
Changed the definition of an "invalid" slot to include the empty & tombstone ...
Lang Hames
2009-12-22
Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.
Lang Hames
2009-12-19
Fixed use of phi param in SlotIndex constructors.
Lang Hames
2009-12-15
Lang verified that SlotIndex is "pod like" even though it isn't a pod.
Chris Lattner
2009-12-15
Remove isPod() from DenseMapInfo, splitting it out to its own
Chris Lattner
2009-11-17
Fixed call to wrong constructor.
Lang Hames
2009-11-14
Added an API to the SlotIndexes pass to allow new instructions to be inserted...
Lang Hames
2009-11-08
Moved some ManagedStatics out of the SlotIndexes header.
Lang Hames
2009-11-07
Fix class -> struct tag.
Daniel Dunbar
2009-11-07
Update some globals to use ManagedStatic.
Lang Hames
2009-11-05
Tidied some ugliness in the SlotIndex default constructor.
Lang Hames
2009-11-05
Removed an assert which was causing significant slowdowns in debug builds.
Lang Hames
2009-11-04
Handle empty/tombstone keys for LiveIndex more cleanly. Check for index sanit...
Lang Hames
2009-11-04
Another spurious friend declaration removed.
Lang Hames
2009-11-04
Removed an unnecessary friend declaration and some crufty comments from Index...
Lang Hames
2009-11-03
The Indexes Patch.
Lang Hames