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
/
lli
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add in support to load shared objects (-load is provided by Support library).
Misha Brukman
2003-07-28
1
-1
/
+1
*
* If compiling on X86 or Sparc, automagically enable the JIT for that arch
Misha Brukman
2003-07-02
1
-9
/
+25
*
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-30
1
-1
/
+1
*
Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where
Brian Gaeke
2003-06-17
1
-1
/
+1
*
Life is too short. Link in too much stuff on Linux to make building on sun e...
Chris Lattner
2003-06-17
1
-4
/
+3
*
The never-ending odyssey trying to get sparc to link
Chris Lattner
2003-06-17
1
-1
/
+1
*
Make sure to get the value of ARCH before we use it
Chris Lattner
2003-06-17
1
-0
/
+5
*
Do not link in the Sparc JIT when building on X86. Eventually the sparc will...
Chris Lattner
2003-06-17
1
-6
/
+6
*
Whoops, didn't mean to check that in :(
Chris Lattner
2003-06-17
1
-3
/
+19
*
Use more structured command line option processing
Chris Lattner
2003-06-17
1
-19
/
+3
*
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 ".bc" from the end of InputFile if it is there, in
Brian Gaeke
2003-05-23
1
-0
/
+7
*
The JIT is the default mode for LLI now
Chris Lattner
2003-05-12
1
-1
/
+1
*
We now need to link libscalar to get the switch lowering pass
Chris Lattner
2003-04-23
1
-2
/
+2
*
Build the appropriate target machine for the input pointer size and endianness
Chris Lattner
2003-04-22
1
-4
/
+2
*
Fix didn't fix the race condition in the makefiles
Chris Lattner
2003-01-22
1
-1
/
+1
*
Fix race condition in Makefile
Chris Lattner
2003-01-21
1
-1
/
+1
*
No longer need scalaropts lib
Chris Lattner
2003-01-13
1
-1
/
+1
*
Fixes to compile with GCC 3.2
Chris Lattner
2002-12-24
1
-4
/
+4
*
Substantial changes to refactor LLI to incorporate both the Jello JIT and
Chris Lattner
2002-12-23
2
-60
/
+80
*
Add support to count the number of dynamic instructions executed by LLI
Chris Lattner
2002-12-08
1
-4
/
+1
*
No need to explicitly inclue ExportSymbols now
Chris Lattner
2002-11-04
1
-1
/
+1
*
Export symbols for linux
Chris Lattner
2002-09-13
1
-1
/
+5
*
Namespace correctness is good
Chris Lattner
2002-07-25
1
-2
/
+2
*
REmove extra blank lines
Chris Lattner
2002-07-25
1
-2
/
+0
*
*** empty log message ***
Chris Lattner
2002-07-23
1
-1
/
+1
*
*** empty log message ***
Chris Lattner
2002-07-22
1
-14
/
+28
*
Remove tracing code hack
Chris Lattner
2002-05-20
1
-1
/
+1
*
Link with test/Libraries/libinstr32.a for runtime routines
Vikram S. Adve
2002-05-19
1
-1
/
+1
*
Remove asmwriter library from link line, because the useful contents of it
Chris Lattner
2002-04-07
1
-2
/
+1
*
Remove runtime library in favor of users linking against real libraries.
Chris Lattner
2002-03-11
2
-284
/
+0
*
Remove hack. This is better fixed in Makefile.common
Chris Lattner
2002-02-24
1
-1
/
+1
*
Build with newer compiler, with same bug
Chris Lattner
2002-02-24
1
-1
/
+1
*
Eliminate opt library
Chris Lattner
2002-01-21
1
-2
/
+2
*
Build runtime library with local GCCAS
Chris Lattner
2001-12-13
1
-4
/
+4
*
Implement strlen strdup strcmp
Chris Lattner
2001-12-13
1
-0
/
+35
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-1
/
+1
*
Fix problem where lli < foo.bc would have argc = 0
Chris Lattner
2001-11-26
1
-0
/
+7
*
Implement memset memcpy, calloc
Chris Lattner
2001-10-30
1
-0
/
+85
*
Initialize map for purify
Chris Lattner
2001-10-30
1
-0
/
+1
*
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
*
Enhancements to pass argc & argv to main if required
Chris Lattner
2001-10-18
1
-1
/
+1
*
Implement global variables. Struct and Pointer initializers are not implemen...
Chris Lattner
2001-10-15
1
-5
/
+2
*
Genericize support for calling functions a bit
Chris Lattner
2001-09-10
1
-0
/
+1
[next]