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
*
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
*
Build the appropriate target machine for the input pointer size and endianness
Chris Lattner
2003-04-22
1
-4
/
+2
*
Add support for allowing the user to extend the GCCLD searchpath
Chris Lattner
2003-04-21
1
-0
/
+4
*
Eliminate useless duplicate libraries
Chris Lattner
2003-04-19
1
-2
/
+7
*
Add first support for linking in .a files correctly and minimally, like a rea...
Chris Lattner
2003-04-19
1
-67
/
+238
*
Add crufty compatibility stuff for ld
Chris Lattner
2003-04-18
1
-0
/
+8
*
Eliminate some compatibility stuff no longer needed :P
Chris Lattner
2003-04-18
1
-10
/
+0
*
Use anonymous namespace instead of "static"
Chris Lattner
2003-04-18
1
-36
/
+36
*
Don't support codegen passes in opt
Chris Lattner
2003-04-16
1
-0
/
+2
*
Remove codegen libraries to speed up linking opt
Chris Lattner
2003-04-16
1
-3
/
+2
*
Allow the user to disable the internalize pass
Chris Lattner
2003-04-16
1
-4
/
+11
*
Give verbose error messages if bytecode file cannot be parsed
Chris Lattner
2003-04-16
4
-8
/
+28
[next]