aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/Makefile
AgeCommit message (Expand)Author
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2009-01-09Removed trailing whitespace from Makefiles.Misha Brukman
2007-12-29remove attribution from lib Makefiles.Chris Lattner
2004-10-28Fix library name.Reid Spencer
2003-10-20Added LLVM copyright notice to Makefiles.John Criswell
2003-07-28Fix reference to architecture.Misha Brukman
2003-07-02* If compiling on X86 or Sparc, automagically enable the JIT for that archMisha Brukman
2002-12-24Initial checkin of new LLI with JIT compilerChris Lattner