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
*
I screwed up the macros, so of course strtol didn't work. *sigh*
Chris Lattner
2001-10-29
1
-3
/
+3
*
Oops, accidentally broke reading from stdin when doing command line arguments
Chris Lattner
2001-10-29
1
-1
/
+1
*
Implement a -trace command line option and a trace option in the interpreter.
Chris Lattner
2001-10-27
1
-1
/
+5
*
* Make pointer values work better by treating them uniformly as 64 bit values.
Chris Lattner
2001-10-27
2
-0
/
+126
*
Provide argv for commands
Chris Lattner
2001-10-27
1
-3
/
+3
*
* Implement exit() builtin function
Chris Lattner
2001-10-27
1
-2
/
+3
*
Add support for building a runtime library for LLI
Chris Lattner
2001-10-24
2
-0
/
+37
*
Implement a -L command line argument to specify a search path. Implement min...
Chris Lattner
2001-10-24
2
-40
/
+78
*
Changes to get some meaningful feedback from the bytecode reader. At some po...
Chris Lattner
2001-10-24
2
-14
/
+22
*
Add '-v' option to enable verbose output from the linker
Chris Lattner
2001-10-23
2
-2
/
+26
*
Fix to reference the right header
Chris Lattner
2001-10-19
1
-1
/
+1
*
Enhancements to pass argc & argv to main if required
Chris Lattner
2001-10-18
1
-1
/
+1
*
Remove unneccesary retcode var
Chris Lattner
2001-10-18
1
-2
/
+1
*
Refactor Assembly/Bytecode writer code into Assembly & bytecode libraries
Chris Lattner
2001-10-18
1
-2
/
+3
*
Expose more xforms to the opt utility
Chris Lattner
2001-10-18
2
-2
/
+5
*
Bytecode writer is yanked out of Module printer
Chris Lattner
2001-10-18
1
-25
/
+22
*
Move malloc/free lowering after tracing until lli supports
Vikram S. Adve
2001-10-18
1
-4
/
+7
*
Only output code if file open is successful
Chris Lattner
2001-10-18
1
-6
/
+4
*
Trace code should always be exported just before code generation;
Vikram S. Adve
2001-10-18
2
-26
/
+29
*
Use the standard header not the old one
Chris Lattner
2001-10-18
1
-2
/
+1
*
Add support to insert trace code as an "optimization"
Chris Lattner
2001-10-18
2
-16
/
+14
*
Convert to new simpler, more powerful pass structure
Chris Lattner
2001-10-18
1
-11
/
+6
*
* Passes return true if they change something, not if they fail
Chris Lattner
2001-10-18
1
-11
/
+11
*
Passes return true if they change something, not if they fail
Chris Lattner
2001-10-18
1
-2
/
+5
*
ConcretePass should not be a templated class!
Chris Lattner
2001-10-15
1
-2
/
+2
*
Minor cleanups
Chris Lattner
2001-10-15
1
-12
/
+10
*
Use the new Pass infrastructure to clean up llc
Chris Lattner
2001-10-15
1
-261
/
+117
*
Add library
Chris Lattner
2001-10-15
1
-1
/
+1
*
Minor code cleanups
Chris Lattner
2001-10-15
1
-8
/
+6
*
Implement global variables. Struct and Pointer initializers are not implemen...
Chris Lattner
2001-10-15
1
-5
/
+2
*
*** empty log message ***
Vikram S. Adve
2001-10-14
2
-40
/
+168
*
Add a new -d argument to dump the internal rep as assembly.
Chris Lattner
2001-10-14
2
-0
/
+10
*
MethodTypes take an explicit isVarArg argument
Chris Lattner
2001-10-13
1
-2
/
+3
*
Fix comment flyer
Chris Lattner
2001-10-13
3
-6
/
+6
*
Add new linker
Chris Lattner
2001-10-13
4
-0
/
+140
*
Build the new linker
Chris Lattner
2001-10-13
1
-1
/
+1
*
Repeat some libs due to circular dependences between Sparc and other
Vikram S. Adve
2001-10-10
1
-1
/
+1
*
Add hack to get rid of malloc & free instructions for code generation
Chris Lattner
2001-10-04
1
-4
/
+123
*
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
Chris Lattner
2001-09-28
3
-15
/
+18
*
Add support to print a call graph, and also add support for module level inte...
Chris Lattner
2001-09-28
1
-7
/
+37
*
Add proper support to send output to the right place
Chris Lattner
2001-09-19
1
-3
/
+36
*
Emit assembly language from the target...
Chris Lattner
2001-09-19
1
-0
/
+1
*
C++ gives us auto_ptr's, so we might as well use them. :)
Chris Lattner
2001-09-18
1
-30
/
+24
*
Minor changes.
Vikram S. Adve
2001-09-18
1
-21
/
+33
*
Added regalloc
Ruchira Sasanka
2001-09-15
1
-1
/
+1
*
Oops, accidentally checked my debugging makefile
Chris Lattner
2001-09-14
1
-1
/
+1
*
Make a new llvm/Target #include directory.
Chris Lattner
2001-09-14
1
-31
/
+23
*
Checkin changes to:
Chris Lattner
2001-09-14
1
-2
/
+4
*
This checkin represents some cleanup of the backend, implementing the followi...
Chris Lattner
2001-09-14
3
-15
/
+4
*
Export the instruction forest support from the analysis library
Chris Lattner
2001-09-14
1
-1
/
+7
[next]