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
*
libLTO: Assert if LTOCodeGenerator and LTOModule are from different contexts
Duncan P. N. Exon Smith
2014-11-11
1
-0
/
+3
*
libLTO: Allow LTOCodeGenerator to own a context
Duncan P. N. Exon Smith
2014-11-11
1
-4
/
+18
*
Add an option to the LTO code generator to disable vectorization during LTO
Arnold Schwaighofer
2014-10-26
1
-3
/
+9
*
Update the error handling of lib/Linker.
Rafael Espindola
2014-10-25
1
-2
/
+2
*
LTO: Document the Boolean argument from r218784
Duncan P. N. Exon Smith
2014-10-02
1
-1
/
+2
*
LTO: Ignore disabled diagnostic remarks
Duncan P. N. Exon Smith
2014-10-01
1
-1
/
+1
*
Add doInitialization/doFinalization to DataLayoutPass.
Rafael Espindola
2014-09-10
1
-1
/
+1
*
unique_ptrify LTOCodeGenerator::NativeObjectFile
David Blaikie
2014-09-02
1
-7
/
+2
*
Fix some cases were ArrayRefs were being passed by reference. Also remove 'co...
Craig Topper
2014-08-27
1
-1
/
+1
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-3
/
+3
*
Move some logic to populateLTOPassManager.
Rafael Espindola
2014-08-21
1
-22
/
+11
*
Respect LibraryInfo in populateLTOPassManager and use it. NFC.
Rafael Espindola
2014-08-21
1
-3
/
+2
*
Handle inlining in populateLTOPassManager like in populateModulePassManager.
Rafael Espindola
2014-08-21
1
-1
/
+3
*
Move DisableGVNLoadPRE from populateLTOPassManager to PassManagerBuilder.
Rafael Espindola
2014-08-21
1
-3
/
+5
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-2
/
+2
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-2
/
+2
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-2
/
+2
*
Don't internalize all but main by default.
Rafael Espindola
2014-08-05
1
-4
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-3
/
+5
*
AArch64: remove arm64 triple enumerator.
Tim Northover
2014-07-23
1
-2
/
+1
*
MergedLoadStoreMotion pass
Gerolf Hoflehner
2014-07-18
1
-0
/
+1
*
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
[next]