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
/
lib
/
ExecutionEngine
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-1
/
+1
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-1
/
+1
*
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...
Eli Bendersky
2012-03-13
1
-1
/
+12
*
Library-ize the dyld components of llvm-rtdyld.
Jim Grosbach
2011-03-21
1
-1
/
+1
*
MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.
Daniel Dunbar
2010-11-17
1
-1
/
+1
*
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
*
Removed trailing whitespace from Makefiles.
Misha Brukman
2009-01-09
1
-2
/
+2
*
remove attribution from lib Makefiles.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-27
1
-1
/
+1
*
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
1
-0
/
+8
*
Remove a bunch of unneeded stuph
Chris Lattner
2003-09-08
1
-45
/
+0
*
ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/
Brian Gaeke
2003-09-05
1
-1
/
+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
*
* Make pointer values work better by treating them uniformly as 64 bit values.
Chris Lattner
2001-10-27
1
-0
/
+1
*
* 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
1
-0
/
+12
*
Genericize support for calling functions a bit
Chris Lattner
2001-09-10
1
-0
/
+1
*
Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.common
Chris Lattner
2001-09-07
1
-8
/
+3
[next]