Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
ExecutionEngine
/
TargetSelect.cpp
9f9e468
[TLS] use emulated TLS if the target supports only this mode
by Chih-Hung Hsieh
· 8 years ago
8eec91e
[ExecutionEngine] After a heroic dev-meeting hack session, the JIT supports TLS.
by Lang Hames
· 8 years ago
79e238a
Delete Default and JITDefault code models
by Rafael Espindola
· 8 years ago
4253126
Use the range variant of find/find_if instead of unpacking begin/end
by David Majnemer
· 9 years ago
b550cb1
[NFC] Header cleanup
by Mehdi Amini
· 9 years ago
46c561c
Readdress r236990, use of static members on a non-static variable.
by David Blaikie
· 10 years ago
79cc1e3
Reinstate "Nuke the old JIT."
by Eric Christopher
· 11 years ago
b9fd9ed
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
by Eric Christopher
· 11 years ago
f8b27c4
Nuke the old JIT.
by Rafael Espindola
· 11 years ago
2617dcc
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
by Craig Topper
· 11 years ago
943908b
Clean up some usage of Triple. The base class has methods for determining if the target is iOS and Linux.
by Cameron Esfahani
· 12 years ago
18db1f2
Enable FastISel on ARM for Linux and NaCl, not MCJIT
by JF Bastien
· 12 years ago
a51c6ed
Introduce llvm::sys::getProcessTriple() function.
by Peter Collingbourne
· 13 years ago
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
50a6252
Adjust JIT target triple on OS X to match the current architecture.
by Bob Wilson
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
feb805f
Support for generating ELF objects on Windows.
by Andrew Kaylor
· 13 years ago
b5b4d8b
ExecutionEngine/TargetSelect.cpp: Override default triple as LLVM_HOSTTRIPLE.
by NAKAMURA Takumi
· 13 years ago
778056b
Make it so that the MArch, MCPU, MAttrs passed to EngineBuilder are actually used.
by Owen Anderson
· 13 years ago
1ace8b6
ExecutionEngine: Check for NULL ErrorStr before using it.
by Jim Grosbach
· 13 years ago
add6f1d
Make it feasible for clients using EngineBuilder to capture the TargetMachine that is created as part of selecting the appropriate target.
by Owen Anderson
· 14 years ago
7f26246
ExecutionEngine: refactor interface
by Dylan Noblesmith
· 14 years ago
dff2478
EngineBuilder: support for custom TargetOptions. Fixes the
by Peter Collingbourne
· 14 years ago
50f02cb
Move global variables in TargetMachine into new TargetOptions class. As an API
by Nick Lewycky
· 14 years ago
19a58df
ExecutionEngine: honor optimization level
by Dylan Noblesmith
· 14 years ago
94441fb
rename getHostTriple into getDefaultTargetTriple
by Sebastian Pop
· 14 years ago
2bb4035
Move TargetRegistry and TargetSelect from Target to Support where they belong.
by Evan Cheng
· 14 years ago
efd9b42
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
by Evan Cheng
· 14 years ago
2129f59
Introduce MCCodeGenInfo, which keeps information that can affect codegen
by Evan Cheng
· 14 years ago
fe6e405
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
by Evan Cheng
· 14 years ago
8264e27
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries) into MC.
by Evan Cheng
· 14 years ago
1756faa
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)
by Dylan Noblesmith
· 14 years ago
[Renamed (89%) from llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp]
58799a3
Revert ExecutionEngine patches, they either failed to build or broke unit tests.
by Jakob Stoklund Olesen
· 14 years ago
[Renamed (96%) from llvm/lib/ExecutionEngine/TargetSelect.cpp]
00dd3d6
ExecutionEngine: add missing file
by Dylan Noblesmith
· 14 years ago