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
*
whitespace
Andrew Trick
2013-07-30
1
-2
/
+2
*
Use only explicit bool conversion operators
David Blaikie
2013-05-15
1
-1
/
+1
*
Add support for index resources (for a SlotIndex) to be relinquished.
Lang Hames
2013-04-19
1
-1
/
+48
*
No really, don't use end().
Jakob Stoklund Olesen
2013-03-08
1
-2
/
+2
*
Avoid creating a SlotIndex from the end() iterator.
Jakob Stoklund Olesen
2013-03-08
1
-6
/
+10
*
Add SlotIndexes::repairIndexesInRange(), which repairs SlotIndexes after adding
Cameron Zwarich
2013-02-20
1
-0
/
+5
*
Make SlotIndex::getEntry() return unsigned to match IndexListEntry.
Cameron Zwarich
2013-02-20
1
-1
/
+1
*
Renumber SlotIndexes locally when a new block is inserted.
Cameron Zwarich
2013-02-12
1
-5
/
+4
*
Fix some problems with the updating of SlotIndexes after adding a new MBB. In
Cameron Zwarich
2013-02-11
1
-13
/
+18
*
Fix the unused but nearly correct method SlotIndexes::insertMBBInMaps() and add
Cameron Zwarich
2013-02-10
1
-10
/
+12
*
Provide a common half-open interval map info implementation, and just
Chandler Carruth
2012-12-27
1
-11
/
+3
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-5
/
+5
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
Remove dead infrastructure for building DenseMaps with a SlotIndex as
Chandler Carruth
2012-07-05
1
-31
/
+0
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
Remove more dead code.
Jakob Stoklund Olesen
2012-04-25
1
-14
/
+0
*
Remove unused PointerLikeTypeTraits for IndexListEntry.
Benjamin Kramer
2012-04-21
1
-13
/
+0
*
Unbreak the MSVC build, that next() thing again.
Francois Pichet
2012-04-17
1
-1
/
+1
*
SlotIndexes used to store the index list in a crufty custom linked-list. I can't
Lang Hames
2012-04-17
1
-135
/
+73
*
Move getBundleStart() into MachineInstrBundle.h.
Jakob Stoklund Olesen
2012-03-01
1
-5
/
+2
*
Instructions inside a bundle have the same number as the bundle itself.
Jakob Stoklund Olesen
2012-02-28
1
-2
/
+6
*
Add a check to make sure we don't assign slot indexes for instructions inside...
Lang Hames
2012-02-15
1
-0
/
+2
*
Drop ZeroIndex and InvalidIndex.
Jakob Stoklund Olesen
2012-02-04
1
-5
/
+0
*
Detect when a value is undefined on an edge to a landing pad.
Jakob Stoklund Olesen
2012-01-11
1
-0
/
+6
*
Simplify more DenseMap.find users.
Benjamin Kramer
2012-01-04
1
-1
/
+1
*
Rename SlotIndexes to match how they are used.
Jakob Stoklund Olesen
2011-11-13
1
-51
/
+53
*
Fix typo.
Nick Lewycky
2011-09-29
1
-1
/
+1
*
Extract parts of RAGreedy::splitAroundRegion as SplitKit methods.
Jakob Stoklund Olesen
2011-07-15
1
-0
/
+3
*
Remove an unused variable in NDEBUG (found with -Wunused-variable).
Chandler Carruth
2011-05-02
1
-3
/
+1
*
Add a SlotIndexes::insertMachineInstrInMaps to insert the instruction after a...
Jakob Stoklund Olesen
2011-05-02
1
-21
/
+49
*
Skip a binary search when possible.
Jakob Stoklund Olesen
2011-04-11
1
-0
/
+2
*
Use std::unique instead of a SmallPtrSet to ensure unique instructions in Use...
Jakob Stoklund Olesen
2011-04-05
1
-0
/
+5
*
Stop caching basic block index ranges now that SlotIndexes can keep up.
Jakob Stoklund Olesen
2011-04-04
1
-0
/
+10
*
Use basic block numbers as indexes when mapping slot index ranges.
Jakob Stoklund Olesen
2011-04-02
1
-30
/
+19
*
Renumber slot indexes locally when possible.
Jakob Stoklund Olesen
2011-03-04
1
-21
/
+11
*
Symbolize the default instruction distance.
Jakob Stoklund Olesen
2011-03-04
1
-0
/
+6
*
Deferred SlotIndex renumbering was a good idea but never used.
Jakob Stoklund Olesen
2011-03-04
1
-25
/
+3
*
Represent sentinel slot indexes with a null pointer.
Jakob Stoklund Olesen
2011-03-03
1
-54
/
+8
*
Avoid comparing invalid slot indexes, and assert that it doesn't happen.
Jakob Stoklund Olesen
2011-03-03
1
-1
/
+2
*
Optimize SlotIndex equality tests.
Jakob Stoklund Olesen
2011-03-03
1
-2
/
+2
*
Assert if anybody tries to put a slot index on a DBG_VALUE instruction.
Jakob Stoklund Olesen
2011-01-12
1
-0
/
+3
*
Add SlotIndexes::getMBBRange() to get the range of a basic block in a single
Jakob Stoklund Olesen
2010-12-15
1
-6
/
+10
*
Implement the first half of LiveDebugVariables.
Jakob Stoklund Olesen
2010-12-02
1
-0
/
+14
*
Insert two blank SlotIndexes between basic blocks instead of just one.
Jakob Stoklund Olesen
2010-11-11
1
-0
/
+2
*
Delete unused function.
Jakob Stoklund Olesen
2010-11-10
1
-23
/
+0
*
Rename alignof -> alignOf to avoid irritating C++'0x compilers,
Chris Lattner
2010-10-30
1
-1
/
+1
*
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
[next]