Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
10243c8907f1cd2331e946b2bd9d0e0faabdd880
/
llvm
/
lib
/
Target
/
TargetMachineC.cpp
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
· 13 years ago
dec20e4
This patch breaks up Wrap.h so that it does not have to include all of
by Filip Pizlo
· 13 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