| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ExecutionEngine] Re-enable FastISel for non-iOS arm targets. | Lang Hames | 2020-01-11 | 1 | -7/+0 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [TLS] use emulated TLS if the target supports only this mode | Chih-Hung Hsieh | 2018-02-28 | 1 | -0/+2 |
| * | [ExecutionEngine] After a heroic dev-meeting hack session, the JIT supports TLS. | Lang Hames | 2017-10-20 | 1 | -1/+2 |
| * | Delete Default and JITDefault code models | Rafael Espindola | 2017-08-03 | 1 | -5/+4 |
| * | Use the range variant of find/find_if instead of unpacking begin/end | David Majnemer | 2016-08-12 | 1 | -3/+2 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -2/+1 |
| * | Readdress r236990, use of static members on a non-static variable. | David Blaikie | 2015-05-11 | 1 | -8/+6 |
| * | Reinstate "Nuke the old JIT." | Eric Christopher | 2014-09-02 | 1 | -3/+2 |
| * | Temporarily Revert "Nuke the old JIT." as it's not quite ready to | Eric Christopher | 2014-08-07 | 1 | -2/+3 |
| * | Nuke the old JIT. | Rafael Espindola | 2014-08-07 | 1 | -3/+2 |
| * | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-15 | 1 | -4/+4 |
| * | Clean up some usage of Triple. The base class has methods for determining if... | Cameron Esfahani | 2013-08-29 | 1 | -1/+1 |
| * | Enable FastISel on ARM for Linux and NaCl, not MCJIT | JF Bastien | 2013-06-14 | 1 | -0/+8 |
| * | Introduce llvm::sys::getProcessTriple() function. | Peter Collingbourne | 2013-01-16 | 1 | -13/+2 |
| * | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
| * | Adjust JIT target triple on OS X to match the current architecture. | Bob Wilson | 2012-12-05 | 1 | -1/+11 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -2/+2 |
| * | Support for generating ELF objects on Windows. | Andrew Kaylor | 2012-10-02 | 1 | -1/+8 |
| * | ExecutionEngine/TargetSelect.cpp: Override default triple as LLVM_HOSTTRIPLE. | NAKAMURA Takumi | 2012-07-22 | 1 | -1/+1 |
| * | Make it so that the MArch, MCPU, MAttrs passed to EngineBuilder are actually ... | Owen Anderson | 2012-05-21 | 1 | -4/+0 |
| * | ExecutionEngine: Check for NULL ErrorStr before using it. | Jim Grosbach | 2012-05-10 | 1 | -2/+3 |
| * | Make it feasible for clients using EngineBuilder to capture the TargetMachine... | Owen Anderson | 2012-03-23 | 1 | -7/+13 |
| * | ExecutionEngine: refactor interface | Dylan Noblesmith | 2011-12-12 | 1 | -14/+8 |
| * | EngineBuilder: support for custom TargetOptions. Fixes the | Peter Collingbourne | 2011-12-07 | 1 | -1/+1 |
| * | Move global variables in TargetMachine into new TargetOptions class. As an API | Nick Lewycky | 2011-12-02 | 1 | -0/+2 |
| * | ExecutionEngine: honor optimization level | Dylan Noblesmith | 2011-12-01 | 1 | -1/+2 |
| * | rename getHostTriple into getDefaultTargetTriple | Sebastian Pop | 2011-11-01 | 1 | -1/+1 |
| * | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 1 | -3/+3 |
| * | - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. | Evan Cheng | 2011-07-20 | 1 | -1/+3 |
| * | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng | 2011-07-19 | 1 | -2/+3 |
| * | Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to | Evan Cheng | 2011-06-30 | 1 | -3/+2 |
| * | Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)... | Evan Cheng | 2011-06-29 | 1 | -1/+1 |
| * | ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2) | Dylan Noblesmith | 2011-05-13 | 1 | -0/+91 |
| * | Revert ExecutionEngine patches, they either failed to build or broke unit tests. | Jakob Stoklund Olesen | 2011-05-07 | 1 | -91/+0 |
| * | ExecutionEngine: add missing file | Dylan Noblesmith | 2011-05-06 | 1 | -0/+91 |