index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
Makefile
Age
Commit message (
Expand
)
Author
2012-03-13
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...
Eli Bendersky
2011-03-21
Library-ize the dyld components of llvm-rtdyld.
Jim Grosbach
2010-11-17
MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.
Daniel Dunbar
2010-01-24
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-22
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2009-01-09
Removed trailing whitespace from Makefiles.
Misha Brukman
2007-12-29
remove attribution from lib Makefiles.
Chris Lattner
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2003-10-20
Added LLVM copyright notice to Makefiles.
John Criswell
2003-09-08
Remove a bunch of unneeded stuph
Chris Lattner
2003-09-05
ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/
Brian Gaeke
2003-09-01
Preselection is now integrated into the Sparc target library
Chris Lattner
2003-09-01
Sparc peephole optimizer moved out of post-opts library into Sparc target lib...
Chris Lattner
2003-08-15
rename selection library to selectiondag
Chris Lattner
2003-08-13
Incorporate mapping library into the sparc library
Chris Lattner
2003-08-11
Include the new selection library for the X86 target
Chris Lattner
2003-07-28
Add in support to load shared objects (-load is provided by Support library).
Misha Brukman
2003-07-02
* If compiling on X86 or Sparc, automagically enable the JIT for that arch
Misha Brukman
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-17
Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where
Brian Gaeke
2003-06-17
Life is too short. Link in too much stuff on Linux to make building on sun e...
Chris Lattner
2003-06-17
The never-ending odyssey trying to get sparc to link
Chris Lattner
2003-06-17
Make sure to get the value of ARCH before we use it
Chris Lattner
2003-06-17
Do not link in the Sparc JIT when building on X86. Eventually the sparc will...
Chris Lattner
2003-06-17
Whoops, didn't mean to check that in :(
Chris Lattner
2003-06-17
Use more structured command line option processing
Chris Lattner
2003-05-27
Link in Sparc libs for the JIT, even on X86 to be able to support debugging
Misha Brukman
2003-04-23
We now need to link libscalar to get the switch lowering pass
Chris Lattner
2003-01-22
Fix didn't fix the race condition in the makefiles
Chris Lattner
2003-01-21
Fix race condition in Makefile
Chris Lattner
2003-01-13
No longer need scalaropts lib
Chris Lattner
2002-12-23
Substantial changes to refactor LLI to incorporate both the Jello JIT and
Chris Lattner
2002-11-04
No need to explicitly inclue ExportSymbols now
Chris Lattner
2002-09-13
Export symbols for linux
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-05-20
Remove tracing code hack
Chris Lattner
2002-05-19
Link with test/Libraries/libinstr32.a for runtime routines
Vikram S. Adve
2002-04-07
Remove asmwriter library from link line, because the useful contents of it
Chris Lattner
2002-03-11
Remove runtime library in favor of users linking against real libraries.
Chris Lattner
2002-02-24
Remove hack. This is better fixed in Makefile.common
Chris Lattner
2002-02-24
Build with newer compiler, with same bug
Chris Lattner
2002-01-21
Eliminate opt library
Chris Lattner
2001-12-13
Build runtime library with local GCCAS
Chris Lattner
2001-10-27
* Make pointer values work better by treating them uniformly as 64 bit values.
Chris Lattner
2001-10-27
* Implement exit() builtin function
Chris Lattner
2001-10-24
Add support for building a runtime library for LLI
Chris Lattner
2001-09-10
Genericize support for calling functions a bit
Chris Lattner
2001-09-07
Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.common
Chris Lattner
2001-08-27
Lots of new functionality
Chris Lattner
2001-08-23
Initial checkin of interpreter
Chris Lattner