index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
TargetMachineC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-5
/
+7
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-7
/
+5
*
[un]wrap extracted from lib/Target/Target[MachineC].cpp, lib/ExecutionEngine/...
Artyom Skrobov
2014-05-13
1
-17
/
+0
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-0
/
+1
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
Use DataLayout from the module when easily available.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+1
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Add target analysis passes to the codegen pipeline for MCJIT.
Juergen Ributzka
2014-01-23
1
-0
/
+4
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
[llvm-c] Make LLVMGetTargetFromName actually work
Peter Zotov
2013-11-15
1
-1
/
+2
*
[llvm-c] Add missing const qualifiers to LLVMCreateTargetMachine
Peter Zotov
2013-11-15
1
-3
/
+4
*
[llvm-c] Simplify signature of LLVMGetTargetFromName
Peter Zotov
2013-11-15
1
-7
/
+4
*
[llvm-c] Improve TargetMachine bindings
Peter Zotov
2013-11-06
1
-0
/
+39
*
llvm-c: Don't assert in LLVMTargetMachineEmitToFile on nonexistent file
Anders Waldenborg
2013-10-17
1
-1
/
+1
*
llvm-c: Return NULL from LLVMGetFirstTarget instead of asserting
Anders Waldenborg
2013-10-17
1
-2
/
+6
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
1
-1
/
+1
*
This exposes more MCJIT options via the C API:
Filip Pizlo
2013-05-01
1
-22
/
+2
*
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
1
-1
/
+0
*
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-22
1
-0
/
+30
*
C API: Add LLVMTargetMachineEmitToMemoryBuffer()
Tom Stellard
2013-04-16
1
-12
/
+33
*
Correct this error message, and most importantly make it distinct from the
Nick Lewycky
2013-03-10
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-6
/
+6
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-6
/
+6
*
Add a C binding to the Target and TargetMachine classes to allow for emitting
Duncan Sands
2012-04-11
1
-0
/
+197
[prev]