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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix formatting in file
Chris Lattner
2003-05-29
1
-12
/
+12
*
Link in Sparc libs for the JIT, even on X86 to be able to support debugging
Misha Brukman
2003-05-27
1
-3
/
+19
*
Remove ugly hack (that I put in originally) for building in trace stuff
Chris Lattner
2003-05-27
2
-115
/
+15
*
Add compatibility option
Chris Lattner
2003-05-27
1
-0
/
+2
*
Remove ".bc" from the end of InputFile if it is there, in
Brian Gaeke
2003-05-23
1
-0
/
+7
*
gccld.cpp:
Brian Gaeke
2003-05-23
1
-57
/
+82
*
Clarify BugDriver.cpp:BugDriver::ParseInputFile()'s return values in its
Brian Gaeke
2003-05-23
1
-1
/
+3
*
Kill using declarations
Chris Lattner
2003-05-22
9
-126
/
+114
*
Allow disabling final cleanups
Chris Lattner
2003-05-21
1
-1
/
+11
*
Increase odds that this won't bork things
Chris Lattner
2003-05-21
1
-0
/
+5
*
Get rid of really old makefile cruft
Chris Lattner
2003-05-14
1
-9
/
+0
*
Search LLVM_LIB_SEARCH_PATH for objects to allow it to find crtend.o
Chris Lattner
2003-05-13
1
-6
/
+18
*
Add a disable-verify option
Chris Lattner
2003-05-12
1
-1
/
+5
*
Move static stuff to an anonymous namespace
Chris Lattner
2003-05-12
1
-15
/
+14
*
Print filename correctly
Chris Lattner
2003-05-12
1
-1
/
+1
*
The JIT is the default mode for LLI now
Chris Lattner
2003-05-12
1
-1
/
+1
*
Make a comment more accurate
Chris Lattner
2003-05-03
1
-1
/
+1
*
Add support for debugging miscompilations with the use of the JIT or CBE!
Chris Lattner
2003-05-03
1
-4
/
+162
*
Bugpoint is always verbose, eliminate option
Chris Lattner
2003-05-03
1
-5
/
+1
*
The Grammar Police is out on patrol.
Misha Brukman
2003-05-03
1
-1
/
+1
*
Add an instcombine pass before levelraise
Chris Lattner
2003-05-02
1
-0
/
+1
*
Add a new option to disable stripping of bytecode files
Chris Lattner
2003-04-28
1
-1
/
+6
*
Remove two fields from TargetData which are target specific.
Chris Lattner
2003-04-26
1
-2
/
+1
*
Add options to disable simplification with passes, in case one of them crashes
Chris Lattner
2003-04-25
1
-3
/
+16
*
Make sure to copy double alignment as well
Chris Lattner
2003-04-25
1
-1
/
+1
*
Kill using declarations
Chris Lattner
2003-04-25
1
-32
/
+31
*
Make sure to add a targetdata instance to the passmanager, and make it match the
Chris Lattner
2003-04-25
1
-0
/
+5
*
Rename Kept -> Suffix
Chris Lattner
2003-04-25
1
-4
/
+4
*
Rename Kept -> Suffix
Chris Lattner
2003-04-25
1
-11
/
+11
*
Big programs have tons of global variable initializers, and most passes don't...
Chris Lattner
2003-04-25
1
-0
/
+30
*
When cleaning up the final bytecode file, make sure to run DTE as well
Chris Lattner
2003-04-25
1
-1
/
+2
*
Speed up convergence significantly and also reduce the size of testcases by m...
Chris Lattner
2003-04-24
2
-3
/
+123
*
The big fix is this change:
Chris Lattner
2003-04-24
1
-13
/
+5
*
Remove dead functions
Chris Lattner
2003-04-24
2
-41
/
+1
*
Make sure that deleted functions have external linkage
Chris Lattner
2003-04-24
1
-1
/
+1
*
Use the list reducer to improve convergence speed and to support crashes that
Chris Lattner
2003-04-24
2
-115
/
+129
*
Adjust to match new ListReducer interface
Chris Lattner
2003-04-24
1
-21
/
+6
*
Allow reducer interfaces to mutate the lists passed in
Chris Lattner
2003-04-24
1
-2
/
+2
*
Move function from Miscompilation.cpp
Chris Lattner
2003-04-24
1
-0
/
+13
*
Move the ListReducer Class into it's own header file instead of living in Mis...
Chris Lattner
2003-04-24
2
-73
/
+87
*
Allow bugpoint to try new an different methods for pruning down lists
Chris Lattner
2003-04-24
1
-1
/
+25
*
Make sure to create a target data that matches the Module's target properties.
Chris Lattner
2003-04-24
5
-1
/
+18
*
Remove support for "target data" pass ctors
Chris Lattner
2003-04-24
4
-15
/
+0
*
LevelRaise now gets target data from passmanager
Chris Lattner
2003-04-24
1
-4
/
+4
*
Implement support for bugpoint to identify which FUNCTION an optimization
Chris Lattner
2003-04-24
6
-86
/
+410
*
Print where reference output goes
Chris Lattner
2003-04-23
1
-1
/
+1
*
The new CFrontend generates LOTs of basic blocks that just fall through and do
Chris Lattner
2003-04-23
1
-0
/
+1
*
Allow specifying an input file for the program being executed
Chris Lattner
2003-04-23
1
-1
/
+5
*
We now need to link libscalar to get the switch lowering pass
Chris Lattner
2003-04-23
1
-2
/
+2
*
Remove unnecessary &*
Chris Lattner
2003-04-23
1
-1
/
+1
[next]