aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lli/lli.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-7/+22
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-11/+15
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-64/+42
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-10/+10
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-8/+9
* Update to LLVM 3.5a.Stephen Hines2014-04-241-26/+182
* Cleaning up comments in lliAndrew Kaylor2013-10-291-2/+2
* Adding a workaround for __main linking with remote lli and Cygwin/MinGWAndrew Kaylor2013-10-291-0/+48
* Fix the lli --extra-module value_descAlp Toker2013-10-281-1/+1
* Standardizing lli's extra module command line optionAndrew Kaylor2013-10-281-2/+1
* Fixing problems in lli's RemoteMemoryManager.Andrew Kaylor2013-10-111-6/+6
* Removing unintended code block from lliAndrew Kaylor2013-10-081-9/+0
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-041-82/+33
* Pass the resolved lli-child-target executable name to execv, rather thanRichard Smith2013-10-021-1/+1
* Clean up lli execution codeAndrew Kaylor2013-10-021-39/+41
* Adding out-of-process execution support to lli.Andrew Kaylor2013-10-021-8/+41
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-011-16/+14
* Add flag to lli to enable debugging of IR when used with MCJIT.Daniel Malea2013-06-281-0/+16
* Print uint64_t -debug text correctly on 32-bit hostsTim Northover2013-05-191-5/+5
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-141-7/+7
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-071-6/+0
* Split out the IRReader header and the utility functions it provides intoChandler Carruth2013-03-261-1/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-9/+9
* Modifying lli to use the SectionMemoryManager.Andrew Kaylor2012-11-271-222/+10
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-151-2/+5
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-051-0/+4
* lli: Initialize the native asm parser for inline assembly.Jim Grosbach2012-11-051-0/+1
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-011-1/+1
* Fixed format strings to avoid pointer truncation during 64-bit debugging.Andrew Kaylor2012-11-011-4/+4
* Align the data section correctly when loading an ELF file.Tim Northover2012-10-291-3/+11
* Add float-abi and softfloat options to lliTim Northover2012-10-121-2/+26
* lli: [MCJIT] Suppress "__main" for cygming in LLIMCJITMemoryManager::getPoint...NAKAMURA Takumi2012-10-051-0/+12
* Make sure lli compiles all code before invalidating instruction caches.Tim Northover2012-09-201-0/+3
* MCJIT: Add faux remote target execution to lli for the MCJIT.Jim Grosbach2012-09-051-29/+171
* LLI: move instruction cache tweaks.Jim Grosbach2012-08-281-4/+4
* Plug a leak when using MCJIT.Benjamin Kramer2012-05-201-2/+3
* Remove extra semicolons.Benjamin Kramer2012-05-191-15/+15
* Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...Danil Malyshev2012-05-161-0/+204
* Remove redundant line (the memory manager is set above to the same objectEli Bendersky2012-04-291-1/+0
* Move the JIT flags from llc to lli. These flags showed up as part of movingNick Lewycky2012-04-181-0/+28
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-131-1/+6
* Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...Eli Bendersky2012-01-161-12/+14
* 80 columns.Jim Grosbach2012-01-111-1/+2
* lli should only create memmgr when JITing.Jim Grosbach2012-01-111-3/+1
* lli should create a JIT memory manager.Jim Grosbach2012-01-111-0/+4
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-161-1/+1
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-201-0/+18
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-0/+16