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
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
1
-2
/
+1
*
Restore the capability to manipulate datalayout from the C API
Amaury Sechet
2016-02-16
1
-0
/
+4
*
Support: Fix incremental build when re-configuring targets
Duncan P. N. Exon Smith
2016-02-13
1
-1
/
+1
*
C API: Remove LLVMGetDataLayout that was deprecated in 3.7
Mehdi Amini
2016-02-12
1
-14
/
+0
*
Fix LLVM C API for DataLayout
Mehdi Amini
2015-08-26
1
-20
/
+15
*
Revert "Fix LLVM C API for DataLayout"
Mehdi Amini
2015-08-26
1
-8
/
+22
*
Fix LLVM C API for DataLayout
Mehdi Amini
2015-08-26
1
-22
/
+8
*
Revert "Fix LLVM C API for DataLayout"
Mehdi Amini
2015-08-26
1
-8
/
+22
*
Fix LLVM C API for DataLayout
Mehdi Amini
2015-08-26
1
-22
/
+8
*
Revert "Fix LLVM C API for DataLayout"
Mehdi Amini
2015-08-25
1
-8
/
+22
*
Fix LLVM C API for DataLayout
Mehdi Amini
2015-08-25
1
-22
/
+8
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-1
/
+0
*
Fix ODR violation. NFC.
Diego Novillo
2015-07-27
1
-4
/
+4
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
1
-13
/
+17
*
Revert "Remove access to the DataLayout in the TargetMachine"
Mehdi Amini
2015-07-24
1
-17
/
+13
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
1
-13
/
+17
*
Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTripl...
Daniel Sanders
2015-06-16
1
-1
/
+1
*
Readdress r236990, use of static members on a non-static variable.
David Blaikie
2015-05-11
1
-9
/
+6
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
1
-1
/
+1
*
Simplify use of formatted_raw_ostream.
Rafael Espindola
2015-04-09
1
-5
/
+3
*
Use a raw_svector_ostream instead of a raw_string_ostream.
Rafael Espindola
2015-04-09
1
-6
/
+8
*
This reverts commit r234460 and r234461.
Rafael Espindola
2015-04-09
1
-3
/
+1
*
Use the cast machinery to remove dummy uses of formatted_raw_ostream.
Rafael Espindola
2015-04-09
1
-1
/
+3
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+1
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-2
/
+2
*
Remove mostly unused setters.
Rafael Espindola
2015-02-12
1
-1
/
+1
*
[multiversion] Implement the old pass manager's TTI wrapper pass in
Chandler Carruth
2015-02-01
1
-1
/
+2
*
[PM] Switch the TargetMachine interface from accepting a pass manager
Chandler Carruth
2015-01-31
1
-1
/
+2
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-2
/
+2
*
Add doInitialization/doFinalization to DataLayoutPass.
Rafael Espindola
2014-09-10
1
-1
/
+1
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-4
/
+4
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+3
*
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
[next]