aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lli
Commit message (Expand)AuthorAgeFilesLines
* Add a JITEventListener interface that gets called back when a new function isJeffrey Yasskin2009-06-251-2/+5
* switch to using llvm/Target/TargetSelect.hChris Lattner2009-06-171-20/+4
* Use Doug's new LLVM_NATIVE_ARCH macro in config.h to link in the nativeChris Lattner2009-06-171-0/+21
* Default llc / lli optimization to "Default", which corresponds to -O1 / -O2.Evan Cheng2009-05-041-7/+21
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-1/+3
* Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner2009-03-061-1/+4
* Add command line option -entry-funcion to override entry function (default is...Evan Cheng2008-11-051-5/+12
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+5
* Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov2008-08-171-1/+1
* Add -fast command line option to lli. It enables fast codegen path.Evan Cheng2008-08-081-1/+7
* Rename -no-lazy to -disable-lazy-compilation.Evan Cheng2008-05-211-1/+1
* Added command line option -no-lazy to disable JIT lazy compilation.Evan Cheng2008-04-221-8/+30
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-291-2/+2
* Move the space in overview output for commands out of each of theDan Gohman2007-10-081-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-182-0/+175