Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b09cfb51ca2bc0ed4a019cc46dd20223b966a577
/
llvm
/
lib
/
Target
/
TargetMachineC.cpp
335487a
Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTriple(). NFC.
by Daniel Sanders
· 10 years ago
46c561c
Readdress r236990, use of static members on a non-static variable.
by David Blaikie
· 10 years ago
5560a4c
Use raw_pwrite_stream in the object writer/streamer.
by Rafael Espindola
· 11 years ago
5682ce2
Simplify use of formatted_raw_ostream.
by Rafael Espindola
· 11 years ago
f546d0f
Use a raw_svector_ostream instead of a raw_string_ostream.
by Rafael Espindola
· 11 years ago
ee0dd4d
This reverts commit r234460 and r234461.
by Rafael Espindola
· 11 years ago
132381f
Use the cast machinery to remove dummy uses of formatted_raw_ostream.
by Rafael Espindola
· 11 years ago
46a4355
Make DataLayout Non-Optional in the Module
by Mehdi Amini
· 11 years ago
30d69c2
[PM] Remove the old 'PassManager.h' header file at the top level of
by Chandler Carruth
· 11 years ago
3105fd8
Remove mostly unused setters.
by Rafael Espindola
· 11 years ago
5ec2b1d
[multiversion] Implement the old pass manager's TTI wrapper pass in
by Chandler Carruth
· 11 years ago
93dcdc4
[PM] Switch the TargetMachine interface from accepting a pass manager
by Chandler Carruth
· 11 years ago
8b77065
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
by Eric Christopher
· 11 years ago
c435adc
Add doInitialization/doFinalization to DataLayoutPass.
by Rafael Espindola
· 11 years ago
3fd1e99
Modernize raw_fd_ostream's constructor a bit.
by Rafael Espindola
· 11 years ago
d913448
Remove the TargetMachine forwards for TargetSubtargetInfo based
by Eric Christopher
· 11 years ago
e69170a
Revert "Introduce a string_ostream string builder facilty"
by Alp Toker
· 11 years ago
6147173
Introduce a string_ostream string builder facilty
by Alp Toker
· 11 years ago
6298b34
[un]wrap extracted from lib/Target/Target[MachineC].cpp, lib/ExecutionEngine/ExecutionEngineBindings.cpp into include/llvm/IR/DataLayout.h
by Artyom Skrobov
· 11 years ago
d59664f
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary.
by Benjamin Kramer
· 11 years ago
062a2ba
[C++] Use 'nullptr'. Target edition.
by Craig Topper
· 12 years ago
339430f
Use DataLayout from the module when easily available.
by Rafael Espindola
· 12 years ago
9351251
Make DataLayout a plain object, not a pass.
by Rafael Espindola
· 12 years ago
90c7f1c
Replace the F_Binary flag with a F_Text one.
by Rafael Espindola
· 12 years ago
5fe955c
Add target analysis passes to the codegen pipeline for MCJIT.
by Juergen Ributzka
· 12 years ago
8a8cd2b
Re-sort all of the includes with ./utils/sort_includes.py so that
by Chandler Carruth
· 12 years ago
5a6cfda
[llvm-c] Make LLVMGetTargetFromName actually work
by Peter Zotov
· 12 years ago
0e38fc8
[llvm-c] Add missing const qualifiers to LLVMCreateTargetMachine
by Peter Zotov
· 12 years ago
b2c8b8a
[llvm-c] Simplify signature of LLVMGetTargetFromName
by Peter Zotov
· 12 years ago
7b61b75
[llvm-c] Improve TargetMachine bindings
by Peter Zotov
· 12 years ago
39f5d7d
llvm-c: Don't assert in LLVMTargetMachineEmitToFile on nonexistent file
by Anders Waldenborg
· 12 years ago
a89c1e3
llvm-c: Return NULL from LLVMGetFirstTarget instead of asserting
by Anders Waldenborg
· 12 years ago
6d35481
Add a wrapper for open.
by Rafael Espindola
· 12 years ago
85e0d27
This exposes more MCJIT options via the C API:
by Filip Pizlo
· 12 years ago
dec20e4
This patch breaks up Wrap.h so that it does not have to include all of
by Filip Pizlo
· 12 years ago
04d4e93
Move C++ code out of the C headers and into either C++ headers
by Eric Christopher
· 13 years ago
ec924c5
C API: Add LLVMTargetMachineEmitToMemoryBuffer()
by Tom Stellard
· 13 years ago
7b287ee
Correct this error message, and most importantly make it distinct from the
by Nick Lewycky
· 13 years ago
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
cdfe20b
Move TargetData to DataLayout.
by Micah Villmow
· 13 years ago
264d2e7
Add a C binding to the Target and TargetMachine classes to allow for emitting
by Duncan Sands
· 14 years ago