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
/
ADT
/
IndexedMap.h
Age
Commit message (
Expand
)
Author
2012-04-20
SparseSet: Add support for key-derived indexes and arbitrary key types.
Andrew Trick
2011-01-09
Remove MachineRegisterInfo::getLastVirtReg(), it was giving wrong results
Jakob Stoklund Olesen
2011-01-09
Use IndexedMap for MachineRegisterInfo as well. No functional change.
Jakob Stoklund Olesen
2011-01-08
Use an IndexedMap for LiveOutRegInfo to hide its dependence on TargetRegister...
Jakob Stoklund Olesen
2009-09-06
Public and private corrections, warned about by icc (#304).
Duncan Sands
2009-02-20
Fixed lint errors:
Misha Brukman
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-02-01
rename DenseMap to IndexedMap.
Chris Lattner
2007-02-01
rename DenseMap -> IndexedMap.
Chris Lattner
2004-09-30
Remove whitespace from the end of the line.
Alkis Evlogimenos
2004-09-09
Add missing #include
Chris Lattner
2004-09-02
Pull in definition of std::unary_function.
Alkis Evlogimenos
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-27
Add size member function.
Alkis Evlogimenos
2004-08-26
Add default index functor (an identity functor). You could use a
Alkis Evlogimenos
2004-02-26
Fix a bug in the densemap that was killing the local allocator, and probably
Chris Lattner
2004-02-26
Fix typeo. grow() cannot shrink storage. clear() should really nuke storage
Chris Lattner
2004-02-25
Add DenseMap template and actually use it for for mapping virtual regs
Alkis Evlogimenos