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
*
Revert r201622 and r201608.
Daniel Jasper
2014-02-19
2
-3
/
+3
*
Fix PR18743.
Rafael Espindola
2014-02-18
2
-3
/
+3
*
LTO API: add lto_module_create_from_memory_with_path.
Manman Ren
2014-02-10
1
-5
/
+6
*
Don't internalize linkonce_odr non constant variables.
Rafael Espindola
2014-02-07
1
-0
/
+8
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-1
/
+1
*
Construct the MCStreamer before constructing the MCTargetStreamer.
Rafael Espindola
2014-01-26
1
-1
/
+1
*
Most streamers' InitSections just create a text section. Make that the default
Rafael Espindola
2014-01-24
1
-3
/
+0
*
Use the actual .text section, it is less code than building a dummy one.
Rafael Espindola
2014-01-24
1
-25
/
+4
*
InitToTextSection is redundant with InitSections. Remove it.
Rafael Espindola
2014-01-23
1
-1
/
+0
*
Add target analysis passes to the codegen pipeline for MCJIT.
Juergen Ributzka
2014-01-23
1
-1
/
+0
*
Provide a dummy section to fix a crash with inline assembly in LTO.
Rafael Espindola
2014-01-22
1
-1
/
+26
*
Adding new LTO APIs to parse metadata nodes and extract linker options and
Yunzhong Gao
2014-01-21
1
-0
/
+29
*
[LTO] Add a hook to map LLVM diagnostics into the clients of LTO.
Quentin Colombet
2014-01-15
1
-1
/
+49
*
Return an error_code from materializeAllPermanently.
Rafael Espindola
2014-01-14
1
-1
/
+1
*
Reapply "LTO: add API to set strategy for -internalize"
Duncan P. N. Exon Smith
2014-01-14
1
-3
/
+17
*
Revert r199191, "LTO: add API to set strategy for -internalize"
NAKAMURA Takumi
2014-01-14
1
-17
/
+3
*
LTO: add API to set strategy for -internalize
Duncan P. N. Exon Smith
2014-01-14
1
-3
/
+17
*
Update getLazyBitcodeModule to use ErrorOr for error handling.
Rafael Espindola
2014-01-13
1
-3
/
+5
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
LTO: whitespace changes
Duncan P. N. Exon Smith
2014-01-10
1
-4
/
+3
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
2
-3
/
+3
*
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
2014-01-03
2
-2
/
+2
*
Add TargetLibraryInfo in LTO passes builder
Yi Jiang
2013-12-12
1
-0
/
+4
*
Prune redundant dependencies in LLVMBuild.txt.
NAKAMURA Takumi
2013-12-11
1
-1
/
+1
*
Add proper dependencies to LLVMBuild.txt in llvm/lib.
NAKAMURA Takumi
2013-12-10
1
-1
/
+1
*
Whitespaces.
NAKAMURA Takumi
2013-12-10
1
-1
/
+1
*
Use a more direct check for finding out the file type.
Rafael Espindola
2013-12-09
1
-2
/
+6
*
Remove the isImplicitlyPrivate argument of getNameWithPrefix.
Rafael Espindola
2013-12-05
2
-3
/
+3
*
Use array_pod_sort instead of std::sort
Duncan P. N. Exon Smith
2013-11-16
1
-1
/
+1
*
Protect user-supplied runtime library functions in LTO
Justin Bogner
2013-11-12
1
-3
/
+46
*
Remove linkonce_odr_auto_hide.
Rafael Espindola
2013-11-01
1
-3
/
+0
*
Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".
Rafael Espindola
2013-10-31
2
-10
/
+28
*
Move getSymbol to TargetLoweringObjectFile.
Rafael Espindola
2013-10-29
2
-4
/
+2
*
Add a 'deleteModule' method to the Linker class.
Bill Wendling
2013-10-16
1
-1
/
+4
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
1
-1
/
+1
*
Remove some really nasty uses of hasRawTextSupport.
Rafael Espindola
2013-10-05
1
-6
/
+1
*
Optimize linkonce_odr unnamed_addr functions during LTO.
Rafael Espindola
2013-10-03
1
-4
/
+8
*
Test commit. Fixed a copy-paste error in the Makefile for lib/LTO.
Tom Roeder
2013-10-03
1
-1
/
+1
*
Fix option parsing in the gold plugin.
Rafael Espindola
2013-10-02
1
-5
/
+7
*
Move command line options to the users of libLTO. Fixes --enable-shared build.
Rafael Espindola
2013-09-30
2
-151
/
+53
*
Move LTO support library to a component, allowing it to be tested
Peter Collingbourne
2013-09-24
5
-0
/
+1394