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
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-05
Remove dead infrastructure for building DenseMaps with a SlotIndex as
Chandler Carruth
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-04-25
Remove more dead code.
Jakob Stoklund Olesen
2012-04-21
Remove unused PointerLikeTypeTraits for IndexListEntry.
Benjamin Kramer
2012-04-17
Unbreak the MSVC build, that next() thing again.
Francois Pichet
2012-04-17
SlotIndexes used to store the index list in a crufty custom linked-list. I can't
Lang Hames
2012-03-01
Move getBundleStart() into MachineInstrBundle.h.
Jakob Stoklund Olesen
2012-02-28
Instructions inside a bundle have the same number as the bundle itself.
Jakob Stoklund Olesen
2012-02-15
Add a check to make sure we don't assign slot indexes for instructions inside...
Lang Hames
2012-02-04
Drop ZeroIndex and InvalidIndex.
Jakob Stoklund Olesen
2012-01-11
Detect when a value is undefined on an edge to a landing pad.
Jakob Stoklund Olesen
2012-01-04
Simplify more DenseMap.find users.
Benjamin Kramer
2011-11-13
Rename SlotIndexes to match how they are used.
Jakob Stoklund Olesen
2011-09-29
Fix typo.
Nick Lewycky
2011-07-15
Extract parts of RAGreedy::splitAroundRegion as SplitKit methods.
Jakob Stoklund Olesen
2011-05-02
Remove an unused variable in NDEBUG (found with -Wunused-variable).
Chandler Carruth
2011-05-02
Add a SlotIndexes::insertMachineInstrInMaps to insert the instruction after a...
Jakob Stoklund Olesen
2011-04-11
Skip a binary search when possible.
Jakob Stoklund Olesen
2011-04-05
Use std::unique instead of a SmallPtrSet to ensure unique instructions in Use...
Jakob Stoklund Olesen
2011-04-04
Stop caching basic block index ranges now that SlotIndexes can keep up.
Jakob Stoklund Olesen
2011-04-02
Use basic block numbers as indexes when mapping slot index ranges.
Jakob Stoklund Olesen
2011-03-04
Renumber slot indexes locally when possible.
Jakob Stoklund Olesen
2011-03-04
Symbolize the default instruction distance.
Jakob Stoklund Olesen
2011-03-04
Deferred SlotIndex renumbering was a good idea but never used.
Jakob Stoklund Olesen
2011-03-03
Represent sentinel slot indexes with a null pointer.
Jakob Stoklund Olesen
2011-03-03
Avoid comparing invalid slot indexes, and assert that it doesn't happen.
Jakob Stoklund Olesen
2011-03-03
Optimize SlotIndex equality tests.
Jakob Stoklund Olesen
2011-01-12
Assert if anybody tries to put a slot index on a DBG_VALUE instruction.
Jakob Stoklund Olesen
2010-12-15
Add SlotIndexes::getMBBRange() to get the range of a basic block in a single
Jakob Stoklund Olesen
2010-12-02
Implement the first half of LiveDebugVariables.
Jakob Stoklund Olesen
2010-11-11
Insert two blank SlotIndexes between basic blocks instead of just one.
Jakob Stoklund Olesen
2010-11-10
Delete unused function.
Jakob Stoklund Olesen
2010-10-30
Rename alignof -> alignOf to avoid irritating C++'0x compilers,
Chris Lattner
2010-10-19
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-09-25
Remove SlotIndex::PHI_BIT. It is no longer used by anything.
Jakob Stoklund Olesen
2010-09-24
Terminator gaps were unused. Might as well delete them.
Jakob Stoklund Olesen
2010-08-11
Fix a FIXME. The SlotIndex::Slot enum should be private.
Jakob Stoklund Olesen
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-07-19
Render MachineFunctions to HTML pages, with options to render register
Lang Hames
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
[next]