Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e6ee32bfe2064fe3ee2de9d996a6c082abbdc13d
/
llvm
/
lib
/
CodeGen
/
RegAlloc
/
LiveRangeInfo.cpp
e008b2d6
Allow copy coalescing in more cases: if sum of node degrees is more than
by Vikram S. Adve
· 23 years ago
0e56b36
Break RA_DEBUG option into several levels to get better control over
by Vikram S. Adve
· 23 years ago
1dfb407
MachineInstr* in vector are not const (and never really were)
by Vikram S. Adve
· 23 years ago
113f4f4
MEGAPATCH checkin.
by Chris Lattner
· 23 years ago
d5a8470
Eliminate duplicate or unneccesary #include's
by Chris Lattner
· 24 years ago
62b7fd1
Change references to the Method class to be references to the Function
by Chris Lattner
· 24 years ago
60a6591
Method.h no longer includes BasicBlock.h
by Chris Lattner
· 24 years ago
ea13e0a
Convert operand iterator over to work like an STL iterator
by Chris Lattner
· 24 years ago
d30f989
* Code Cleanups * Removal dependencies on Type.h & remove uses of getTypeID()
by Chris Lattner
· 24 years ago
101a5d9
Must include SetOperations to do set_*
by Chris Lattner
· 24 years ago
b0af9cd
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
by Chris Lattner
· 24 years ago
30e8fb6
* Code Cleanups * Introduce RAV to allow stream I/O instead of using printValue
by Chris Lattner
· 24 years ago
83a8434
* Add #includes removed from headers
by Chris Lattner
· 24 years ago
49562d8
Add #includes neccesary since they were removed from .h files
by Chris Lattner
· 24 years ago
7f74a56
Changes to build successfully with GCC 3.02
by Chris Lattner
· 24 years ago
8c2d825
Added destructors and comments. Added correct spill candidate selection logic.
by Ruchira Sasanka
· 24 years ago
2413b16
Renamed inst_const_iterator -> const_inst_iterator
by Chris Lattner
· 24 years ago
31305c0
Coalesing bug fix - now checks for the same regType instead of the same
by Ruchira Sasanka
· 24 years ago
09d7a2a
Corrected call interference bug
by Ruchira Sasanka
· 24 years ago
5b8971f
Added support for caller saving
by Ruchira Sasanka
· 24 years ago
f3f1e45
Output to cerr rather than cout so that debug info doesn't mess up assembly generation
by Chris Lattner
· 24 years ago
2a6cc83
updated suggesting/coloring of call & return args & implicit operands.
by Ruchira Sasanka
· 24 years ago
7c10e08
--corrected coalescing test: coalsed only if two are of the same reg class
by Ruchira Sasanka
· 24 years ago
e3b9fad
--added suggesting colors; call/ret arg handling
by Ruchira Sasanka
· 24 years ago
1bec3bd
* REMOVE extraneous debug info if DEBUG_RA is not set * Spell PhyRegAlloc right.
by Chris Lattner
· 24 years ago
1f331f2
-- updated printing
by Ruchira Sasanka
· 24 years ago
6fd9532
fixed printing messages
by Ruchira Sasanka
· 24 years ago
808568e
*** empty log message ***
by Ruchira Sasanka
· 24 years ago