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
/
LTO
/
LTOCodeGenerator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the C++ LTO API easier to use from C++ clients.
Peter Collingbourne
2015-06-01
1
-14
/
+7
*
LTO: Add API to choose whether to embed uselists
Duncan P. N. Exon Smith
2015-04-27
1
-2
/
+1
*
LTO: Simplify code generator initialization
Duncan P. N. Exon Smith
2015-04-27
1
-15
/
+2
*
[LTO API] add lto_codegen_set_should_internalize.
Manman Ren
2015-04-17
1
-1
/
+2
*
uselistorder: Remove the global bits
Duncan P. N. Exon Smith
2015-04-15
1
-6
/
+1
*
uselistorder: Pull the bit through WriteToBitcodFile()
Duncan P. N. Exon Smith
2015-04-15
1
-1
/
+2
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
1
-1
/
+2
*
IR: Set -preserve-bc-uselistorder=false by default
Duncan P. N. Exon Smith
2015-04-14
1
-0
/
+5
*
Simplify use of formatted_raw_ostream.
Rafael Espindola
2015-04-09
1
-4
/
+1
*
This reverts commit r234460 and r234461.
Rafael Espindola
2015-04-09
1
-1
/
+4
*
Use the cast machinery to remove dummy uses of formatted_raw_ostream.
Rafael Espindola
2015-04-09
1
-4
/
+1
*
[LTO] do not run internalize pass from compileOptimized.
Manman Ren
2015-04-08
1
-3
/
+0
*
Verifier: Remove the separate -verify-di pass
Duncan P. N. Exon Smith
2015-03-19
1
-1
/
+0
*
libLTO, llvm-lto, gold: Introduce flag for controlling optimization level.
Peter Collingbourne
2015-03-19
1
-10
/
+22
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-4
/
+1
*
[LTO API] fix memory leakage introduced at r230290.
Manman Ren
2015-02-25
1
-4
/
+15
*
[LTO API] add lto_codegen_set_module to set the destination module.
Manman Ren
2015-02-24
1
-0
/
+16
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-4
/
+4
*
[LTO API] split lto_codegen_compile to lto_codegen_optimize and
Manman Ren
2015-02-03
1
-26
/
+53
*
[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
*
[PM] Sink the population of the pass manager with target-specific
Chandler Carruth
2015-01-30
1
-1
/
+4
*
[LTO] Scan all per-function subtargets when collecting runtime library names.
Akira Hatanaka
2015-01-30
1
-12
/
+22
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-2
/
+2
*
[PM] Rework how the TargetLibraryInfo pass integrates with the new pass
Chandler Carruth
2015-01-24
1
-2
/
+3
*
[PM] Separate the InstCombiner from its pass.
Chandler Carruth
2015-01-20
1
-1
/
+1
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
libLTO: Assert if LTOCodeGenerator and LTOModule are from different contexts
Duncan P. N. Exon Smith
2014-11-11
1
-0
/
+3
*
libLTO: Allow LTOCodeGenerator to own a context
Duncan P. N. Exon Smith
2014-11-11
1
-4
/
+18
*
Add an option to the LTO code generator to disable vectorization during LTO
Arnold Schwaighofer
2014-10-26
1
-3
/
+9
*
Update the error handling of lib/Linker.
Rafael Espindola
2014-10-25
1
-2
/
+2
*
LTO: Document the Boolean argument from r218784
Duncan P. N. Exon Smith
2014-10-02
1
-1
/
+2
*
LTO: Ignore disabled diagnostic remarks
Duncan P. N. Exon Smith
2014-10-01
1
-1
/
+1
*
Add doInitialization/doFinalization to DataLayoutPass.
Rafael Espindola
2014-09-10
1
-1
/
+1
*
unique_ptrify LTOCodeGenerator::NativeObjectFile
David Blaikie
2014-09-02
1
-7
/
+2
*
Fix some cases were ArrayRefs were being passed by reference. Also remove 'co...
Craig Topper
2014-08-27
1
-1
/
+1
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-3
/
+3
*
Move some logic to populateLTOPassManager.
Rafael Espindola
2014-08-21
1
-22
/
+11
*
Respect LibraryInfo in populateLTOPassManager and use it. NFC.
Rafael Espindola
2014-08-21
1
-3
/
+2
*
Handle inlining in populateLTOPassManager like in populateModulePassManager.
Rafael Espindola
2014-08-21
1
-1
/
+3
*
Move DisableGVNLoadPRE from populateLTOPassManager to PassManagerBuilder.
Rafael Espindola
2014-08-21
1
-3
/
+5
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-2
/
+2
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-2
/
+2
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-2
/
+2
*
Don't internalize all but main by default.
Rafael Espindola
2014-08-05
1
-4
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-3
/
+5
*
AArch64: remove arm64 triple enumerator.
Tim Northover
2014-07-23
1
-2
/
+1
*
MergedLoadStoreMotion pass
Gerolf Hoflehner
2014-07-18
1
-0
/
+1
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-4
/
+5
*
Implement LTOModule on top of IRObjectFile.
Rafael Espindola
2014-07-04
1
-1
/
+1
[next]