aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/TargetSelect.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-11[ExecutionEngine] Re-enable FastISel for non-iOS arm targets.Lang Hames1-7/+0
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-02-28[TLS] use emulated TLS if the target supports only this modeChih-Hung Hsieh1-0/+2
2017-10-20[ExecutionEngine] After a heroic dev-meeting hack session, the JIT supports TLS.Lang Hames1-1/+2
2017-08-03Delete Default and JITDefault code modelsRafael Espindola1-5/+4
2016-08-12Use the range variant of find/find_if instead of unpacking begin/endDavid Majnemer1-3/+2
2016-04-18[NFC] Header cleanupMehdi Amini1-2/+1
2015-05-11Readdress r236990, use of static members on a non-static variable.David Blaikie1-8/+6
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher1-3/+2
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher1-2/+3
2014-08-07Nuke the old JIT.Rafael Espindola1-3/+2
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-4/+4
2013-08-29Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani1-1/+1
2013-06-14Enable FastISel on ARM for Linux and NaCl, not MCJITJF Bastien1-0/+8
2013-01-16Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne1-13/+2
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
2012-12-05Adjust JIT target triple on OS X to match the current architecture.Bob Wilson1-1/+11
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2012-10-02Support for generating ELF objects on Windows.Andrew Kaylor1-1/+8
2012-07-22ExecutionEngine/TargetSelect.cpp: Override default triple as LLVM_HOSTTRIPLE.NAKAMURA Takumi1-1/+1
2012-05-21Make it so that the MArch, MCPU, MAttrs passed to EngineBuilder are actually ...Owen Anderson1-4/+0
2012-05-10ExecutionEngine: Check for NULL ErrorStr before using it.Jim Grosbach1-2/+3
2012-03-23Make it feasible for clients using EngineBuilder to capture the TargetMachine...Owen Anderson1-7/+13
2011-12-12ExecutionEngine: refactor interfaceDylan Noblesmith1-14/+8
2011-12-07EngineBuilder: support for custom TargetOptions. Fixes thePeter Collingbourne1-1/+1
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky1-0/+2
2011-12-01ExecutionEngine: honor optimization levelDylan Noblesmith1-1/+2
2011-11-01rename getHostTriple into getDefaultTargetTripleSebastian Pop1-1/+1
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng1-3/+3
2011-07-20- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng1-1/+3
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng1-2/+3
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng1-3/+2
2011-06-29Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng1-1/+1
2011-05-13ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith1-0/+91
2011-05-07Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen1-91/+0
2011-05-06ExecutionEngine: add missing fileDylan Noblesmith1-0/+91