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
*
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
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-6
/
+5
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-5
/
+6
*
Use the assignment operator.
Rafael Espindola
2014-06-19
1
-22
/
+1
*
Set missing options in LTOCodeGenerator::setTargetOptions.
Rafael Espindola
2014-06-19
1
-0
/
+5
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-3
/
+3
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Build fix: remove initializeJumpInstrTablesPass() call from LTO
Alp Toker
2014-06-07
1
-1
/
+0
*
Add a new attribute called 'jumptable' that creates jump-instruction tables f...
Tom Roeder
2014-06-05
1
-0
/
+1
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-1
/
+2
*
Use a range loop.
Rafael Espindola
2014-05-05
1
-3
/
+1
*
Rename member variable to try to fix the bots.
Rafael Espindola
2014-05-03
1
-7
/
+7
*
Add an -mattr option to the gold plugin to support subtarget features in LTO
Tom Roeder
2014-04-25
1
-2
/
+3
*
verify-di: Implement DebugInfoVerifier
Duncan P. N. Exon Smith
2014-04-15
1
-0
/
+3
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-13
/
+13
*
Teach llvm-lto to respect the given RelocModel.
James Molloy
2014-04-14
1
-1
/
+5
*
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
*
ARM64: initial backend import
Tim Northover
2014-03-29
1
-0
/
+2
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-1
/
+1
*
[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
1
-1
/
+1
*
[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
1
-1
/
+1
*
Add back r201608, r201622, r201624 and r201625
Rafael Espindola
2014-02-19
1
-3
/
+9
*
Revert r201622 and r201608.
Daniel Jasper
2014-02-19
1
-1
/
+1
*
Fix PR18743.
Rafael Espindola
2014-02-18
1
-1
/
+1
*
Add target analysis passes to the codegen pipeline for MCJIT.
Juergen Ributzka
2014-01-23
1
-1
/
+0
*
[LTO] Add a hook to map LLVM diagnostics into the clients of LTO.
Quentin Colombet
2014-01-15
1
-1
/
+49
*
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
*
[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
1
-2
/
+2
*
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
2014-01-03
1
-1
/
+1
*
Add TargetLibraryInfo in LTO passes builder
Yi Jiang
2013-12-12
1
-0
/
+4
*
Remove the isImplicitlyPrivate argument of getNameWithPrefix.
Rafael Espindola
2013-12-05
1
-1
/
+1
*
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
*
Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".
Rafael Espindola
2013-10-31
1
-8
/
+4
*
Move getSymbol to TargetLoweringObjectFile.
Rafael Espindola
2013-10-29
1
-3
/
+1
*
Add a 'deleteModule' method to the Linker class.
Bill Wendling
2013-10-16
1
-1
/
+4
[next]