Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
81619b121c9a3ff32487343503ad80f2ffe48fc3
/
lib
/
Analysis
/
LiveVar
/
BBLiveVar.cpp
601fc7c
Eliminate uses of MachineBasicBlock::get
by Chris Lattner
· 23 years ago
55291ea
Rename MachineCodeForBasicBlock to MachineBasicBlock
by Chris Lattner
· 23 years ago
9afa88c
A single MachineInstr operand may now be both a def and a use.
by Vikram S. Adve
· 23 years ago
add9643
minor change in removing endl
by Anand Shukla
· 23 years ago
1896150
*** empty log message ***
by Chris Lattner
· 23 years ago
c6f3ae5
Eliminate duplicate or unneccesary #include's
by Chris Lattner
· 23 years ago
483e14e
s/Method/Function
by Chris Lattner
· 23 years ago
c8a79af
isLabelType is obsolete
by Chris Lattner
· 23 years ago
4a12da7
Fixed several problems with handling arguments to Phis.
by Vikram S. Adve
· 23 years ago
1ddf664
Make it compile with GCC 3.0.4
by Chris Lattner
· 23 years ago
455889a
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
by Chris Lattner
· 24 years ago
6357a3f
Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap from MethodLiveVarInfo.
by Chris Lattner
· 24 years ago
2f898d2
Convert operand iterator over to work like an STL iterator
by Chris Lattner
· 24 years ago
748697d
Minor change: Methods that return ValueSet's that are guaranteed to be valid
by Chris Lattner
· 24 years ago
7471a7b
Must include SetOperations to do set_*
by Chris Lattner
· 24 years ago
5e5dfa3
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
by Chris Lattner
· 24 years ago
0665a5f
* Code Cleanups * Introduce RAV to allow stream I/O instead of using printValue
by Chris Lattner
· 24 years ago
f39f379
Changes neccesary due to the move of BBLiveVar.h to the lib/Analysis/LiveVar directory
by Chris Lattner
· 24 years ago
ab58411
* Give BBLiveVar.cpp a proper file header
by Chris Lattner
· 24 years ago
1164632
* Add #includes that were yanked out of header files
by Chris Lattner
· 24 years ago
697954c
Changes to build successfully with GCC 3.02
by Chris Lattner
· 24 years ago
789cebb
Added more comments. Added code to destructor in MethodLiveVarInfo to delete
by Ruchira Sasanka
· 24 years ago
7a17675
Renamed inst_const_iterator -> const_inst_iterator
by Chris Lattner
· 24 years ago
634b352
Print Debug Code to stderr instead of stdout so that it doesn't mess up the assembly output
by Chris Lattner
· 24 years ago
c1daae8
added support for implict operands in machine instruction
by Ruchira Sasanka
· 24 years ago
f0604b8
Pull predecessor and successor iterators out of the CFG*.h files, and plop them into
by Chris Lattner
· 24 years ago
f6374bf
Move the sparc target to a new lib/Target directory
by Chris Lattner
· 24 years ago
0811f76
This checkin represents some cleanup of the backend, implementing the following things:
by Chris Lattner
· 24 years ago
e27c344
LV code on machine instructions
by Ruchira Sasanka
· 24 years ago
683847f
*** empty log message ***
by Ruchira Sasanka
· 24 years ago