Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
73982b94e3b2c8ed30c3648128aa734b8f56b4a3
/
llvm
/
lib
/
CodeGen
/
SlotIndexes.cpp
a57b97e
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
by Owen Anderson
· 15 years ago
a612d7c
Print the LSBs of a SlotIndex symbolically using letters referring to the
by Jakob Stoklund Olesen
· 15 years ago
4a61882
Fix "the the" and similar typos.
by Dan Gohman
· 16 years ago
b06015a
move target-independent opcodes out of TargetInstrInfo
by Chris Lattner
· 16 years ago
7048797
Ignore DEBUG_VALUE when building live intervals;
by Dale Johannesen
· 16 years ago
714520f
Change errs() to dbgs().
by David Greene
· 16 years ago
4c05226
Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.
by Lang Hames
· 16 years ago
6b7233a
Added an API to the SlotIndexes pass to allow new instructions to be inserted into the numbering.
by Lang Hames
· 16 years ago
b40d3f7
Fix DenseMap iterator constness.
by Jeffrey Yasskin
· 16 years ago
09eeeaf
Moved some ManagedStatics out of the SlotIndexes header.
by Lang Hames
· 16 years ago
bc247dc
Update some globals to use ManagedStatic.
by Lang Hames
· 16 years ago
933c541
Added support for renumbering existing index list elements. Removed some junk from the initial numbering code in runOnMachineFunction.
by Lang Hames
· 16 years ago
289b8a2
Handle empty/tombstone keys for LiveIndex more cleanly. Check for index sanity when constructing index list entries.
by Lang Hames
· 16 years ago
05fb963
The Indexes Patch.
by Lang Hames
· 16 years ago