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
/
lib
/
CodeGen
/
SlotIndexes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Release build: guard dump functions with
Manman Ren
2012-09-11
1
-2
/
+2
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
1
-0
/
+4
*
Remove more dead code.
Jakob Stoklund Olesen
2012-04-25
1
-3
/
+0
*
SlotIndexes used to store the index list in a crufty custom linked-list. I can't
Lang Hames
2012-04-17
1
-27
/
+25
*
Use the standard MachineFunction::print() after SlotIndexes.
Jakob Stoklund Olesen
2012-01-24
1
-1
/
+1
*
Rename SlotIndexes to match how they are used.
Jakob Stoklund Olesen
2011-11-13
1
-4
/
+6
*
Use basic block numbers as indexes when mapping slot index ranges.
Jakob Stoklund Olesen
2011-04-02
1
-11
/
+9
*
Renumber slot indexes locally when possible.
Jakob Stoklund Olesen
2011-03-04
1
-2
/
+25
*
Number SlotIndexes uniformly without looking at the number of defs on each in...
Jakob Stoklund Olesen
2011-03-04
1
-24
/
+5
*
Add SlotIndex statistics.
Jakob Stoklund Olesen
2011-03-04
1
-0
/
+4
*
Renumber slot indexes uniformly instead of spacing according to the number of...
Jakob Stoklund Olesen
2011-03-03
1
-15
/
+1
*
Represent sentinel slot indexes with a null pointer.
Jakob Stoklund Olesen
2011-03-03
1
-31
/
+0
*
Tweak debug output from SlotIndexes.
Jakob Stoklund Olesen
2011-02-03
1
-1
/
+5
*
Insert two blank SlotIndexes between basic blocks instead of just one.
Jakob Stoklund Olesen
2010-11-11
1
-2
/
+6
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
Remove SlotIndex::PHI_BIT. It is no longer used by anything.
Jakob Stoklund Olesen
2010-09-25
1
-5
/
+1
*
Terminator gaps were unused. Might as well delete them.
Jakob Stoklund Olesen
2010-09-24
1
-16
/
+1
*
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-21
1
-1
/
+2
*
Print the LSBs of a SlotIndex symbolically using letters referring to the
Jakob Stoklund Olesen
2010-06-24
1
-1
/
+3
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-1
/
+1
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-2
/
+2
*
Ignore DEBUG_VALUE when building live intervals;
Dale Johannesen
2010-01-22
1
-0
/
+3
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-6
/
+6
*
Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.
Lang Hames
2009-12-22
1
-5
/
+6
*
Added an API to the SlotIndexes pass to allow new instructions to be inserted...
Lang Hames
2009-11-14
1
-2
/
+1
*
Fix DenseMap iterator constness.
Jeffrey Yasskin
2009-11-10
1
-1
/
+1
*
Moved some ManagedStatics out of the SlotIndexes header.
Lang Hames
2009-11-08
1
-2
/
+28
*
Update some globals to use ManagedStatic.
Lang Hames
2009-11-07
1
-2
/
+4
*
Added support for renumbering existing index list elements. Removed some junk...
Lang Hames
2009-11-05
1
-25
/
+31
*
Handle empty/tombstone keys for LiveIndex more cleanly. Check for index sanit...
Lang Hames
2009-11-04
1
-2
/
+2
*
The Indexes Patch.
Lang Hames
2009-11-03
1
-0
/
+189