index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
24
-705
/
+634
*
*** empty log message ***
Chris Lattner
2002-06-25
20
-408
/
+342
*
* Update with MegaPatch
Chris Lattner
2002-06-25
2
-278
/
+250
*
* Update to work with Megapatch
Chris Lattner
2002-06-25
1
-105
/
+153
*
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
*
Fix constness
Chris Lattner
2002-06-05
1
-1
/
+1
*
Fix Constness problems
Chris Lattner
2002-06-05
1
-13
/
+13
*
Fix constness problem
Chris Lattner
2002-06-05
1
-2
/
+2
*
Fix constness problems now that the cast operators preserve the constness
Chris Lattner
2002-06-05
2
-5
/
+5
*
* Be more typesafe: cast<x> now no longer discards constness
Chris Lattner
2002-06-04
1
-61
/
+61
*
Disable debugging output
Chris Lattner
2002-06-04
1
-1
/
+1
*
*** empty log message ***
Chris Lattner
2002-06-03
1
-1
/
+1
*
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
*
Support opaque type printing a little bit at least
Chris Lattner
2002-05-26
1
-0
/
+2
*
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
*
Fix bug: test/Regression/Transforms/ADCE/2002-05-23-ZeroArgPHITest.ll
Chris Lattner
2002-05-23
1
-1
/
+4
*
Convert RegClass::IsColorUsedArr from a dynamically allocated array to
Chris Lattner
2002-05-23
8
-95
/
+79
*
Avoid creating the symbol table if we don't need it.
Chris Lattner
2002-05-22
1
-2
/
+2
*
Support function declarations with either %XXX or "XXX" style for now
Chris Lattner
2002-05-22
1
-2
/
+4
*
Print out function name with % style instead of "" style
Chris Lattner
2002-05-22
1
-2
/
+2
*
Convert code to use the DEBUG macro so that debug code can simply be
Chris Lattner
2002-05-22
5
-197
/
+147
*
Fix and implement ADCE to finally work!
Chris Lattner
2002-05-22
1
-136
/
+159
*
Convert transforms over to standardize debugging output on -debug option
Chris Lattner
2002-05-22
3
-76
/
+26
*
Use the new DEBUG(x) macro to allow debugging code to be enabled on the comma...
Chris Lattner
2002-05-22
4
-62
/
+36
*
Move debug options out of header files so that the header does not have
Chris Lattner
2002-05-22
8
-20
/
+28
*
Move the DEBUG_LV option out of the public header file into a private header.
Chris Lattner
2002-05-22
2
-0
/
+18
*
Avoid #including CommandLine.h
Chris Lattner
2002-05-22
2
-8
/
+4
*
Implement a new command line option, -debug, which is meant to unify all of
Chris Lattner
2002-05-22
1
-0
/
+3
*
Add ability to update existing variables with values read from the command line
Chris Lattner
2002-05-22
1
-1
/
+1
*
Fix bug: test/Regression/Transforms/SCCP/2002-05-21-InvalidSimplify.ll
Chris Lattner
2002-05-22
1
-12
/
+12
*
* Fix typeo
Chris Lattner
2002-05-21
2
-2
/
+4
*
Add implementation of SimplifyCFG
Chris Lattner
2002-05-21
1
-0
/
+198
*
New CFG Simplification pass: removed from the old DCE pass
Chris Lattner
2002-05-21
1
-0
/
+100
*
Simplify interface to ConstantFoldTerminator
Chris Lattner
2002-05-21
1
-3
/
+3
*
Fix bug: test/Regression/Transforms/CFGSimplify/2002-05-21-PHIElimination.ll
Chris Lattner
2002-05-21
1
-4
/
+21
*
Fix bug: test/Regression/CBackend/2002-05-21-MissingReturn.ll
Chris Lattner
2002-05-21
2
-2
/
+6
*
Fixed the makefile to not die when compiling a new, empty, source directory
Mehwish Nagda
2002-05-21
1
-0
/
+3
*
* Change commandline options a bit to be nicer
Chris Lattner
2002-05-20
1
-42
/
+47
*
Hide debugging options
Chris Lattner
2002-05-20
8
-8
/
+8
*
Remove explicit support for tracing code. It should be linked into the
Chris Lattner
2002-05-20
1
-43
/
+10
*
Remove tracing code hack
Chris Lattner
2002-05-20
1
-1
/
+1
*
Fix bug: test/Regression/Transforms/SCCP/2002-05-20-MissedIncomingValue.ll
Chris Lattner
2002-05-20
1
-1
/
+11
[next]