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
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-24
1
-1
/
+0
*
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2010-01-22
1
-0
/
+1
*
Move X86 assembler printers into separate directory. This allows JIT-only use...
Anton Korobeynikov
2008-08-17
1
-1
/
+1
*
remove attributions from tools/utils makefiles.
Chris Lattner
2007-12-29
1
-2
/
+2
*
switch tools to bitcode from bytecode
Chris Lattner
2007-05-06
1
-1
/
+1
*
add bitcode reading support, remove eh stuff
Chris Lattner
2007-05-06
1
-2
/
+1
*
lli uses LinkAllCodegenComponents, so it needs this. Thanks to
Chris Lattner
2006-09-04
1
-1
/
+2
*
Use llvm-config instead of magic JIT thing to link in libs
Chris Lattner
2006-09-04
1
-1
/
+1
*
Tools require EH for their top-level try blocks.
Chris Lattner
2006-07-07
1
-0
/
+1
*
Use LLVMLIBS=JIT to get JIT libraries
Reid Spencer
2004-11-29
1
-9
/
+3
*
Use the shared Makefile.JIT for JIT-enablement
Misha Brukman
2004-10-14
1
-52
/
+2
*
Enable the PowerPC JIT by compiling powerpc.o library into lli
Misha Brukman
2004-10-14
1
-0
/
+13
*
Use the SparcV9-marked instr scheduling library
Misha Brukman
2004-10-08
1
-1
/
+1
*
Add the LLVMsystem.a library as it is now used for operating system
Reid Spencer
2004-08-29
1
-1
/
+1
*
sparcv9select is history
Brian Gaeke
2004-08-04
1
-1
/
+1
*
Great renaming part II: Sparc --> SparcV9 (also includes command-line options...
Brian Gaeke
2004-02-25
1
-4
/
+4
*
Added LLVM copyright to Makefiles.
John Criswell
2003-10-20
1
-0
/
+8
*
Interpreter, JIT moved to lib/ExecutionEngine (includes -> llvm/ExecutionEngine)
Brian Gaeke
2003-09-05
1
-2
/
+1
*
Preselection is now integrated into the Sparc target library
Chris Lattner
2003-09-01
1
-1
/
+1
*
Sparc peephole optimizer moved out of post-opts library into Sparc target lib...
Chris Lattner
2003-09-01
1
-1
/
+1
*
rename selection library to selectiondag
Chris Lattner
2003-08-15
1
-1
/
+1
*
Incorporate mapping library into the sparc library
Chris Lattner
2003-08-13
1
-1
/
+1
*
Include the new selection library for the X86 target
Chris Lattner
2003-08-11
1
-1
/
+1
*
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
*
We now need to link libscalar to get the switch lowering pass
Chris Lattner
2003-04-23
1
-2
/
+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
*
Substantial changes to refactor LLI to incorporate both the Jello JIT and
Chris Lattner
2002-12-23
1
-1
/
+5
*
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
*
*** empty log message ***
Chris Lattner
2002-07-23
1
-1
/
+1
*
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
1
-14
/
+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
[next]