R600/SI: Emit .hsa.version section for amdhsa OS
[oota-llvm.git] / tools / lli / Makefile
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael Espindolafix configure+make build
2013-10-02 Andrew KaylorAdding out-of-process execution support to lli.
2013-06-28 Daniel MaleaAdd flag to lli to enable debugging of IR when used...
2013-03-26 Chandler CarruthManually update the dependencies in the Makefiles....
2013-01-28 Andrew KaylorAdd support for source and line information to IntelJIT...
2012-11-05 Jim Grosbachlli: Initialize the native asm parser for inline assembly.
2012-03-13 Eli BenderskyAdd profiling support for Intel Parallel Amplifier...
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2010-11-17 Daniel DunbarMCJIT: Stub out MCJIT implementation, still doesn't...
2010-11-13 Daniel Dunbarlli: Switch to using ParseIRFile, for consistency with...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2008-08-17 Anton KorobeynikovMove X86 assembler printers into separate directory...
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-05-06 Chris Lattnerswitch tools to bitcode from bytecode
2007-05-06 Chris Lattneradd bitcode reading support, remove eh stuff
2006-09-04 Chris Lattnerlli uses LinkAllCodegenComponents, so it needs this...
2006-09-04 Chris LattnerUse llvm-config instead of magic JIT thing to link...
2006-07-07 Chris LattnerTools require EH for their top-level try blocks.
2004-11-29 Reid SpencerUse LLVMLIBS=JIT to get JIT libraries
2004-10-14 Misha BrukmanUse the shared Makefile.JIT for JIT-enablement
2004-10-14 Misha BrukmanEnable the PowerPC JIT by compiling powerpc.o library...
2004-10-08 Misha BrukmanUse the SparcV9-marked instr scheduling library
2004-08-29 Reid SpencerAdd the LLVMsystem.a library as it is now used for...
2004-08-04 Brian Gaekesparcv9select is history
2004-02-25 Brian GaekeGreat renaming part II: Sparc --> SparcV9 (also include...
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-09-05 Brian GaekeInterpreter, JIT moved to lib/ExecutionEngine (includes...
2003-09-01 Chris LattnerPreselection is now integrated into the Sparc target...
2003-09-01 Chris LattnerSparc peephole optimizer moved out of post-opts library...
2003-08-15 Chris Lattnerrename selection library to selectiondag
2003-08-13 Chris LattnerIncorporate mapping library into the sparc library
2003-08-11 Chris LattnerInclude the new selection library for the X86 target
2003-07-28 Misha BrukmanAdd in support to load shared objects (-load is provide...
2003-07-02 Misha Brukman* If compiling on X86 or Sparc, automagically enable...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-17 Brian GaekeUse $(PLATFORMLIBDL) to selectively bring in -ldl only...
2003-06-17 Chris LattnerLife is too short. Link in too much stuff on Linux...
2003-06-17 Chris LattnerThe never-ending odyssey trying to get sparc to link
2003-06-17 Chris LattnerMake sure to get the value of ARCH before we use it
2003-06-17 Chris LattnerDo not link in the Sparc JIT when building on X86....
2003-06-17 Chris LattnerWhoops, didn't mean to check that in :(
2003-06-17 Chris LattnerUse more structured command line option processing
2003-05-27 Misha BrukmanLink in Sparc libs for the JIT, even on X86 to be able...
2003-04-23 Chris LattnerWe now need to link libscalar to get the switch lowerin...
2003-01-22 Chris LattnerFix didn't fix the race condition in the makefiles
2003-01-21 Chris LattnerFix race condition in Makefile
2003-01-13 Chris LattnerNo longer need scalaropts lib
2002-12-23 Chris LattnerSubstantial changes to refactor LLI to incorporate...
2002-11-04 Chris LattnerNo need to explicitly inclue ExportSymbols now
2002-09-13 Chris LattnerExport symbols for linux
2002-07-23 Chris Lattner*** empty log message ***
2002-05-20 Chris LattnerRemove tracing code hack
2002-05-19 Vikram S. AdveLink with test/Libraries/libinstr32.a for runtime routines
2002-04-07 Chris LattnerRemove asmwriter library from link line, because the...
2002-03-11 Chris LattnerRemove runtime library in favor of users linking agains...
2002-02-24 Chris LattnerRemove hack. This is better fixed in Makefile.common
2002-02-24 Chris LattnerBuild with newer compiler, with same bug
2002-01-21 Chris LattnerEliminate opt library
2001-12-13 Chris LattnerBuild runtime library with local GCCAS
2001-10-27 Chris Lattner* Make pointer values work better by treating them...
2001-10-27 Chris Lattner* Implement exit() builtin function
2001-10-24 Chris LattnerAdd support for building a runtime library for LLI
2001-09-10 Chris LattnerGenericize support for calling functions a bit
2001-09-07 Chris LattnerMake use of the new TOOLNAME/USEDLIBS options provided...
2001-08-27 Chris LattnerLots of new functionality
2001-08-23 Chris LattnerInitial checkin of interpreter