index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
SlotIndexes.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-1
/
+3
*
Remove SlotIndex::PHI_BIT. It is no longer used by anything.
Jakob Stoklund Olesen
2010-09-25
1
-28
/
+9
*
Terminator gaps were unused. Might as well delete them.
Jakob Stoklund Olesen
2010-09-24
1
-17
/
+0
*
Fix a FIXME. The SlotIndex::Slot enum should be private.
Jakob Stoklund Olesen
2010-08-11
1
-11
/
+27
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-1
/
+1
*
Render MachineFunctions to HTML pages, with options to render register
Lang Hames
2010-07-19
1
-0
/
+5
*
Added a support for inserting new MBBs into the numbering.
Lang Hames
2010-07-09
1
-0
/
+42
*
Handle unindexed instructions in SlotIndices.
Jakob Stoklund Olesen
2010-07-02
1
-7
/
+12
*
remove some unneeded errorhandling stuff.
Chris Lattner
2010-04-07
1
-7
/
+3
*
include densemap.h explicitly and rearrange #includes.
Chris Lattner
2010-04-02
1
-3
/
+3
*
Changed the definition of an "invalid" slot to include the empty & tombstone ...
Lang Hames
2010-02-09
1
-10
/
+10
*
Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.
Lang Hames
2009-12-22
1
-1
/
+1
*
Fixed use of phi param in SlotIndex constructors.
Lang Hames
2009-12-19
1
-2
/
+2
*
Lang verified that SlotIndex is "pod like" even though it isn't a pod.
Chris Lattner
2009-12-15
1
-1
/
+3
*
Remove isPod() from DenseMapInfo, splitting it out to its own
Chris Lattner
2009-12-15
1
-1
/
+1
*
Fixed call to wrong constructor.
Lang Hames
2009-11-17
1
-1
/
+1
*
Added an API to the SlotIndexes pass to allow new instructions to be inserted...
Lang Hames
2009-11-14
1
-74
/
+64
*
Moved some ManagedStatics out of the SlotIndexes header.
Lang Hames
2009-11-08
1
-29
/
+2
*
Fix class -> struct tag.
Daniel Dunbar
2009-11-07
1
-1
/
+1
*
Update some globals to use ManagedStatic.
Lang Hames
2009-11-07
1
-19
/
+58
*
Tidied some ugliness in the SlotIndex default constructor.
Lang Hames
2009-11-05
1
-1
/
+1
*
Removed an assert which was causing significant slowdowns in debug builds.
Lang Hames
2009-11-05
1
-1
/
+0
*
Handle empty/tombstone keys for LiveIndex more cleanly. Check for index sanit...
Lang Hames
2009-11-04
1
-18
/
+44
*
Another spurious friend declaration removed.
Lang Hames
2009-11-04
1
-2
/
+0
*
Removed an unnecessary friend declaration and some crufty comments from Index...
Lang Hames
2009-11-04
1
-33
/
+0
*
The Indexes Patch.
Lang Hames
2009-11-03
1
-0
/
+775
[prev]