index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
LTO
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-04
MSVC complains about this being ambiguous.
Rafael Espindola
1
-2
/
+2
2015-12-04
Always pass a diagnostic handler to the linker.
Rafael Espindola
1
-4
/
+6
2015-12-04
Modernize the C++ APIs for creating LTO modules.
Rafael Espindola
1
-73
/
+58
2015-12-04
Move a call to getGlobalContext out of lib/LTO.
Rafael Espindola
1
-9
/
+2
2015-12-03
Simplify since this function never fails.
Rafael Espindola
1
-10
/
+2
2015-12-01
Use references now that it is natural to do so.
Rafael Espindola
1
-4
/
+4
2015-12-01
Delete the setModule method from the Linker.
Rafael Espindola
1
-4
/
+4
2015-11-19
[LTO] Add option to emit assembly from LTOCodeGenerator
Tobias Edler von Koch
1
-3
/
+7
2015-11-17
Switch lto codegen to using diagnostic handlers.
Yunzhong Gao
1
-28
/
+44
2015-11-11
Add a libLTO diagnostic handler that supports lto_get_error_message API
Yunzhong Gao
1
-8
/
+2
2015-11-09
Add a method to the BitcodeReader to parse only the identification block
Mehdi Amini
1
-0
/
+9
2015-09-15
Reapply "LTO: Disable extra verify runs in release builds"
Duncan P. N. Exon Smith
1
-8
/
+13
2015-09-15
Revert "LTO: Disable extra verify runs in release builds"
Duncan P. N. Exon Smith
1
-13
/
+8
2015-09-15
LTO: Disable extra verify runs in release builds
Duncan P. N. Exon Smith
1
-8
/
+13
2015-09-12
[PM] Port SROA to the new pass manager.
Chandler Carruth
1
-1
/
+1
2015-09-11
Add a non-exiting diagnostic handler for LTO.
Yunzhong Gao
1
-2
/
+8
2015-09-09
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
1
-1
/
+1
2015-09-01
Fix typo.
Yaron Keren
1
-1
/
+1
2015-08-31
LTO: Cleanup parameter names and header docs, NFC
Duncan P. N. Exon Smith
1
-53
/
+48
2015-08-27
CodeGen: Introduce splitCodeGen and teach LTOCodeGenerator to use it.
Peter Collingbourne
1
-13
/
+15
2015-08-24
LTO: Simplify merged module ownership.
Peter Collingbourne
1
-28
/
+12
2015-08-24
LTO: Rename mergedModule variables to MergedModule to prepare for ownership c...
Peter Collingbourne
1
-20
/
+17
2015-08-22
LTO: Maintain target triple, FeatureStr and CGOptLevel in the module or LTOCo...
Peter Collingbourne
1
-18
/
+22
2015-08-21
LTO: Change signature of LTOCodeGenerator::setCodePICModel() to take a Reloc:...
Peter Collingbourne
1
-30
/
+0
2015-08-21
LTO: Simplify ownership of LTOCodeGenerator::TargetMach.
Peter Collingbourne
1
-6
/
+3
2015-08-21
LTO: Simplify ownership of LTOCodeGenerator::CodegenOptions.
Peter Collingbourne
1
-15
/
+9
2015-08-18
[PM/AA] Remove the last relics of the separate IPA library from LLVM,
Chandler Carruth
1
-1
/
+0
2015-07-24
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2
-2
/
+2
2015-07-24
Revert "Remove access to the DataLayout in the TargetMachine"
Mehdi Amini
2
-2
/
+2
2015-07-24
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2
-2
/
+2
2015-07-04
LTO: expose LTO_SYMBOL_ALIAS, which indicates that the symbol is an alias.
Peter Collingbourne
1
-0
/
+3
2015-06-29
Teach LTOModule to emit linker flags for dllexported symbols, plus interface ...
Peter Collingbourne
1
-11
/
+13
2015-06-23
Simplify the Mangler interface now that DataLayout is mandatory.
Rafael Espindola
1
-1
/
+1
2015-06-16
Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.
Rafael Espindola
1
-11
/
+12
2015-06-12
Wrap some long lines in LLVMBuild files. NFC
Douglas Katzman
1
-1
/
+16
2015-06-11
LTO: expose LTO_SYMBOL_COMDAT flag, which indicates that the definition is pa...
Peter Collingbourne
1
-0
/
+3
2015-06-01
Make the C++ LTO API easier to use from C++ clients.
Peter Collingbourne
1
-14
/
+7
2015-04-27
LTO: Add API to choose whether to embed uselists
Duncan P. N. Exon Smith
1
-2
/
+1
2015-04-27
LTO: Simplify code generator initialization
Duncan P. N. Exon Smith
1
-15
/
+2
2015-04-17
[LTO API] add lto_codegen_set_should_internalize.
Manman Ren
1
-1
/
+2
2015-04-15
uselistorder: Remove the global bits
Duncan P. N. Exon Smith
1
-6
/
+1
2015-04-15
uselistorder: Pull the bit through WriteToBitcodFile()
Duncan P. N. Exon Smith
1
-1
/
+2
2015-04-14
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
1
-1
/
+2
2015-04-14
IR: Set -preserve-bc-uselistorder=false by default
Duncan P. N. Exon Smith
1
-0
/
+5
2015-04-09
Simplify use of formatted_raw_ostream.
Rafael Espindola
1
-4
/
+1
2015-04-09
This reverts commit r234460 and r234461.
Rafael Espindola
1
-1
/
+4
2015-04-09
Use the cast machinery to remove dummy uses of formatted_raw_ostream.
Rafael Espindola
1
-4
/
+1
2015-04-08
[LTO] do not run internalize pass from compileOptimized.
Manman Ren
1
-3
/
+0
2015-03-30
Remove more superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
1
-1
/
+1
2015-03-19
Verifier: Remove the separate -verify-di pass
Duncan P. N. Exon Smith
1
-1
/
+0
[next]