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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
21
-95
/
+95
*
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
1
-12
/
+133
*
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
2
-20
/
+29
*
Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
1
-111
/
+13
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
37
-89
/
+134
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
4
-11
/
+18
*
* Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" file
Chris Lattner
2002-02-12
2
-0
/
+230
*
* Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" file
Chris Lattner
2002-02-12
2
-200
/
+2
*
Add neccesary #include
Chris Lattner
2002-02-12
1
-0
/
+1
*
I forgot to provide dominance frontier information. Now it's available.
Chris Lattner
2002-02-12
1
-5
/
+24
*
Enable register promotion pass
Chris Lattner
2002-02-12
1
-1
/
+5
*
Initial checkin of new memory -> register promotion pass
Chris Lattner
2002-02-12
2
-0
/
+115
*
Add new abort-on-exceptions flag
Chris Lattner
2002-02-12
1
-2
/
+7
*
Add comments
Chris Lattner
2002-02-12
1
-16
/
+17
*
test/Features should not contain whole programs
Chris Lattner
2002-02-12
2
-33
/
+0
*
New testcase for bug in -raise pass
Chris Lattner
2002-02-11
1
-0
/
+76
*
Allow multiline RUN:'s
Chris Lattner
2002-02-11
1
-3
/
+5
*
Add testcase for sparc backend
Chris Lattner
2002-02-11
1
-0
/
+25
*
Added command to build SPARC executable.
Vikram S. Adve
2002-02-11
1
-0
/
+6
*
Simple fibonacci test.
Vikram S. Adve
2002-02-11
1
-0
/
+28
*
Write llvm bytecode to output .s file as last step of LLC.
Chris Lattner
2002-02-11
3
-0
/
+81
*
Shell script to simplify running cvs and viewing the output.
Vikram S. Adve
2002-02-11
2
-0
/
+108
*
Make array bound checks optional and disabled by default.
Chris Lattner
2002-02-11
1
-2
/
+2
*
Try to fix build error
Chris Lattner
2002-02-11
2
-2
/
+2
*
Fix build error
Chris Lattner
2002-02-11
1
-2
/
+2
*
Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ...
Chris Lattner
2002-02-05
8
-76
/
+118
*
Convert operand iterator over to work like an STL iterator
Chris Lattner
2002-02-05
12
-280
/
+207
*
Minor change: Methods that return ValueSet's that are guaranteed to be valid
Chris Lattner
2002-02-05
17
-146
/
+114
*
* Code Cleanups
Chris Lattner
2002-02-05
6
-60
/
+50
*
* Code Cleanups of IGNode.h
Chris Lattner
2002-02-05
4
-106
/
+48
*
Must include SetOperations to do set_*
Chris Lattner
2002-02-05
6
-0
/
+6
*
Remove generic routines to Support/SetOperations.h
Chris Lattner
2002-02-05
4
-106
/
+2
*
New Support file for operations on set like objects
Chris Lattner
2002-02-05
2
-0
/
+120
*
Remove empty files
Chris Lattner
2002-02-05
3
-0
/
+0
*
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
Chris Lattner
2002-02-05
8
-115
/
+90
*
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
Chris Lattner
2002-02-05
23
-325
/
+266
*
* Code Cleanups
Chris Lattner
2002-02-05
16
-462
/
+300
*
Changes neccesary due to the move of BBLiveVar.h to the lib/Analysis/LiveVar ...
Chris Lattner
2002-02-05
6
-6
/
+6
*
Remove empty file
Chris Lattner
2002-02-05
1
-0
/
+0
*
* Add a #include not indirectly included any more
Chris Lattner
2002-02-05
4
-0
/
+4
*
* Give BBLiveVar.cpp a proper file header
Chris Lattner
2002-02-05
4
-246
/
+204
*
* Big cleanups.
Chris Lattner
2002-02-05
5
-98
/
+70
*
Code cleanups, no functional change
Chris Lattner
2002-02-04
2
-164
/
+94
*
Clean up MethodLiveVarInfo
Chris Lattner
2002-02-04
4
-232
/
+160
*
The interface to instruction scheduling is now just a call to get the pass.
Chris Lattner
2002-02-04
1
-12
/
+1
*
* RegisterAllocation _uses_ LiveVar analysis, instead of creating it's own copy
Chris Lattner
2002-02-04
2
-8
/
+4
*
* The itf exposed by InstrScheduling is now a single function to create the r...
Chris Lattner
2002-02-04
6
-100
/
+124
*
Turn live variable analysis into a real MethodPass.
Chris Lattner
2002-02-04
4
-100
/
+82
*
Instruction scheduling is a real pass now.
Chris Lattner
2002-02-04
1
-4
/
+4
*
Remove Obsolete LoopDepthCalculator. All users should use LoopInfo directly.
Chris Lattner
2002-02-04
2
-73
/
+0
[next]