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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reapply "LTO: Disable extra verify runs in release builds"
Duncan P. N. Exon Smith
2015-09-15
1
-8
/
+13
*
Revert "LTO: Disable extra verify runs in release builds"
Duncan P. N. Exon Smith
2015-09-15
1
-13
/
+8
*
LTO: Disable extra verify runs in release builds
Duncan P. N. Exon Smith
2015-09-15
1
-8
/
+13
*
[PM] Port SROA to the new pass manager.
Chandler Carruth
2015-09-12
1
-1
/
+1
*
Add a non-exiting diagnostic handler for LTO.
Yunzhong Gao
2015-09-11
1
-2
/
+8
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-1
/
+1
*
Fix typo.
Yaron Keren
2015-09-01
1
-1
/
+1
*
LTO: Cleanup parameter names and header docs, NFC
Duncan P. N. Exon Smith
2015-08-31
1
-53
/
+48
*
CodeGen: Introduce splitCodeGen and teach LTOCodeGenerator to use it.
Peter Collingbourne
2015-08-27
1
-13
/
+15
*
LTO: Simplify merged module ownership.
Peter Collingbourne
2015-08-24
1
-28
/
+12
*
LTO: Rename mergedModule variables to MergedModule to prepare for ownership c...
Peter Collingbourne
2015-08-24
1
-20
/
+17
*
LTO: Maintain target triple, FeatureStr and CGOptLevel in the module or LTOCo...
Peter Collingbourne
2015-08-22
1
-18
/
+22
*
LTO: Change signature of LTOCodeGenerator::setCodePICModel() to take a Reloc:...
Peter Collingbourne
2015-08-21
1
-30
/
+0
*
LTO: Simplify ownership of LTOCodeGenerator::TargetMach.
Peter Collingbourne
2015-08-21
1
-6
/
+3
*
LTO: Simplify ownership of LTOCodeGenerator::CodegenOptions.
Peter Collingbourne
2015-08-21
1
-15
/
+9
*
[PM/AA] Remove the last relics of the separate IPA library from LLVM,
Chandler Carruth
2015-08-18
1
-1
/
+0
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
2
-2
/
+2
*
Revert "Remove access to the DataLayout in the TargetMachine"
Mehdi Amini
2015-07-24
2
-2
/
+2
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
2
-2
/
+2
*
LTO: expose LTO_SYMBOL_ALIAS, which indicates that the symbol is an alias.
Peter Collingbourne
2015-07-04
1
-0
/
+3
*
Teach LTOModule to emit linker flags for dllexported symbols, plus interface ...
Peter Collingbourne
2015-06-29
1
-11
/
+13
*
Simplify the Mangler interface now that DataLayout is mandatory.
Rafael Espindola
2015-06-23
1
-1
/
+1
*
Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.
Rafael Espindola
2015-06-16
1
-11
/
+12
*
Wrap some long lines in LLVMBuild files. NFC
Douglas Katzman
2015-06-12
1
-1
/
+16
*
LTO: expose LTO_SYMBOL_COMDAT flag, which indicates that the definition is pa...
Peter Collingbourne
2015-06-11
1
-0
/
+3
*
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
*
Remove more superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-30
1
-1
/
+1
*
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
*
Add a parameter for getLazyBitcodeModule to lazily load Metadata.
Manman Ren
2015-03-13
1
-1
/
+2
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
2
-5
/
+2
*
[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
*
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
Zachary Turner
2015-02-11
1
-0
/
+3
*
[LTO API] split lto_codegen_compile to lto_codegen_optimize and
Manman Ren
2015-02-03
1
-26
/
+53
*
Only access TLOF via the TargetMachine, not TargetLowering.
Eric Christopher
2015-02-03
1
-4
/
+2
*
[multiversion] Implement the old pass manager's TTI wrapper pass in
Chandler Carruth
2015-02-01
1
-1
/
+2
*
[CMake] LLVMLTO requires Intrinsics.gen since r227685 introduced llvm/Analysi...
NAKAMURA Takumi
2015-02-01
1
-0
/
+2
[next]