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
path:
root
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
comeented out debug printing
Anand Shukla
2002-07-21
1
-3
/
+3
*
minor corrections
Anand Shukla
2002-07-18
6
-139
/
+187
*
Seperate stats for DCE'd functions and vars
Chris Lattner
2002-07-18
1
-3
/
+4
*
*** empty log message ***
Chris Lattner
2002-07-18
1
-2
/
+3
*
Only functions with external linkage can be resolved to function declarations.
Chris Lattner
2002-07-18
1
-2
/
+6
*
* Rewrite loop to be slightly more efficient (arguably)
Chris Lattner
2002-07-18
1
-2
/
+2
*
* Correctly get prototype for void*malloc(size_t)
Chris Lattner
2002-07-18
1
-2
/
+11
*
Implement linking of ConstExprs
Chris Lattner
2002-07-18
1
-9
/
+43
*
Anand forgot to check in the makefile corresponding to his previous change
Chris Lattner
2002-07-17
1
-1
/
+1
*
* Remove dead code from ExprTypeConvert.cpp
Chris Lattner
2002-07-17
3
-66
/
+83
*
* Add a bunch of debugging features to LevelRaise
Chris Lattner
2002-07-16
1
-4
/
+37
*
Avoid !sized assertion failure if Ty is not a sized type
Chris Lattner
2002-07-16
1
-1
/
+2
*
Fix bug: test/Regression/Transforms/LevelRaise/2002-07-16-RaiseCrash2.ll
Chris Lattner
2002-07-16
1
-1
/
+3
*
Moved over EmitFunctions to this library
Anand Shukla
2002-07-16
1
-0
/
+45
*
removed this directory
Anand Shukla
2002-07-16
1
-5
/
+0
*
Moved EmitFunctions.cpp up to instrumentation directory
Anand Shukla
2002-07-16
1
-45
/
+0
*
Bugfix to previous checkin
Chris Lattner
2002-07-16
1
-1
/
+1
*
* Cleanup pass
Chris Lattner
2002-07-16
1
-17
/
+10
*
* Add assertion to ExprTypeConvert to detect error earlier than without it
Chris Lattner
2002-07-16
2
-0
/
+2
*
Added EmitFunctions directory
Anand Shukla
2002-07-12
1
-0
/
+1
*
Initial makefile
Anand Shukla
2002-07-12
1
-0
/
+5
*
Initial version: adds a function table to output code
Anand Shukla
2002-07-12
1
-0
/
+52
*
Disable folding g-e-p instructions into loads and stores.
Chris Lattner
2002-07-10
1
-0
/
+2
*
Disable pool allocation stuff until data structure analysis is sorted back out
Chris Lattner
2002-07-10
1
-2
/
+7
*
Fix iteration and InsertPos bugs introduced when Chris changed over to ilist.
Vikram S. Adve
2002-07-08
1
-21
/
+35
*
changes BBsorting and oredering
Anand Shukla
2002-07-08
2
-720
/
+90
*
small corrections
Anand Shukla
2002-07-08
1
-23
/
+22
*
changed function numbering
Anand Shukla
2002-07-08
1
-102
/
+95
*
*** empty log message ***
Chris Lattner
2002-06-30
3
-3
/
+0
*
Clean up anands patch
Chris Lattner
2002-06-30
1
-1
/
+0
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
1
-2
/
+3
*
additions and bug fixes
Anand Shukla
2002-06-25
5
-445
/
+1395
*
added include<iostream> for cerr
Anand Shukla
2002-06-25
1
-0
/
+1
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
7
-14
/
+34
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
1
-0
/
+1
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
22
-711
/
+627
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
7
-287
/
+272
*
*** empty log message ***
Chris Lattner
2002-06-25
6
-150
/
+114
*
Remove DynamicConstantMerge pass, because it did not fit in with the Pass
Chris Lattner
2002-06-25
1
-64
/
+27
*
Remove "fixers" for problems in GCC generated code that cannot be generated
Chris Lattner
2002-06-25
1
-187
/
+11
*
Relocating Graph.h
Anand Shukla
2002-06-25
1
-0
/
+465
*
Avoid deleting individual instructions until AFTER dead blocks have dropped
Chris Lattner
2002-05-28
1
-17
/
+20
*
Simplify the interface to local DCE and Constant prop
Chris Lattner
2002-05-26
4
-9
/
+9
*
Do not remove type names that contain a .
Chris Lattner
2002-05-26
1
-4
/
+0
*
Fix "unimplemented features":
Chris Lattner
2002-05-24
1
-6
/
+37
*
Split the FunctionResolution pass out of CleanGCCOutput.cpp.
Chris Lattner
2002-05-24
2
-218
/
+226
*
Fix comments to reflect reality
Chris Lattner
2002-05-24
1
-4
/
+4
*
Support programs that do not #include <malloc.h> or give a full prototype
Chris Lattner
2002-05-24
1
-3
/
+42
*
Fold add X, 0 for floating point types as well
Chris Lattner
2002-05-23
1
-2
/
+1
*
Convert code to use the DEBUG macro so that debug code can simply be
Chris Lattner
2002-05-22
5
-197
/
+147
[next]