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
*
Move the segmented stack switch to a function attribute
Reid Kleckner
2014-04-10
1
-1
/
+0
*
Revert "Reapply "LTO: add API to set strategy for -internalize""
Duncan P. N. Exon Smith
2014-04-02
1
-17
/
+3
*
This patch fixes LTO's RecordStreamer so that it records symbols in the MCExpr
Tom Roeder
2014-03-31
1
-0
/
+1
*
ARM64: initial backend import
Tim Northover
2014-03-29
2
-0
/
+4
*
Remove the linker_private and linker_private_weak linkages.
Rafael Espindola
2014-03-13
1
-4
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-45
/
+46
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
2
-17
/
+15
*
[Layering] Sink Linker.h into a Linker subdirectory to make it
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
2
-6
/
+6
*
[cleanup] Re-sort all the includes with utils/sort_includes.py.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Add 'remark' diagnostic type in LLVM
Tobias Grosser
2014-02-28
1
-0
/
+3
*
Use DataLayout from the module when easily available.
Rafael Espindola
2014-02-25
1
-2
/
+3
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-2
/
+2
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
move getNameWithPrefix and getSymbol to TargetMachine.
Rafael Espindola
2014-02-19
2
-3
/
+3
*
Add back r201608, r201622, r201624 and r201625
Rafael Espindola
2014-02-19
2
-5
/
+21
*
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
[next]