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
*
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
*
LTO: introduce object file-based on-disk module format.
Peter Collingbourne
2014-09-18
1
-13
/
+30
*
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
*
Return a std::unique_ptr when creating a new MemoryBuffer.
Rafael Espindola
2014-08-27
1
-2
/
+1
*
Fix some cases were ArrayRefs were being passed by reference. Also remove 'co...
Craig Topper
2014-08-27
1
-1
/
+1
*
Pass a MemoryBufferRef when we can avoid taking ownership.
Rafael Espindola
2014-08-26
1
-9
/
+3
*
Simplify LTOModule::makeLTOModule a bit. NFC.
Rafael Espindola
2014-08-26
1
-3
/
+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
*
Silencing a -Wcast-qual warning. NFC.
Aaron Ballman
2014-08-20
1
-1
/
+1
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-9
/
+17
*
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
*
Return a std::uinque_ptr. Every caller was already using one.
Rafael Espindola
2014-08-17
1
-3
/
+4
*
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
2
-6
/
+11
*
Attempt at fixing the windows dll build.
Rafael Espindola
2014-07-30
1
-1
/
+1
*
Refactor duplicated code.
Rafael Espindola
2014-07-30
1
-23
/
+2
*
Add the missing hasLinkOnceODRLinkage predicate.
Rafael Espindola
2014-07-30
1
-3
/
+1
*
AArch64: remove arm64 triple enumerator.
Tim Northover
2014-07-23
2
-4
/
+2
*
MergedLoadStoreMotion pass
Gerolf Hoflehner
2014-07-18
1
-0
/
+1
*
Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.
NAKAMURA Takumi
2014-07-15
1
-1
/
+1
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
2
-13
/
+15
*
Revert "Convert a few std::strings to StringRef."
Rafael Espindola
2014-07-04
1
-2
/
+2
*
Ignore llvm specific symbols in the LTOModule.
Rafael Espindola
2014-07-04
1
-0
/
+3
*
Implement LTOModule on top of IRObjectFile.
Rafael Espindola
2014-07-04
2
-127
/
+76
*
Avoid mangling names twice. No functionality change.
Rafael Espindola
2014-07-04
1
-18
/
+24
*
Convert a few std::strings to StringRef.
Rafael Espindola
2014-07-04
1
-2
/
+2
*
Fix prefix comparison from r212308
Alp Toker
2014-07-04
1
-1
/
+2
*
Sink undesirable LTO functions into the old C API
Alp Toker
2014-07-04
1
-24
/
+3
*
Modify LTOModule::isTargetMatch to take a StringRef instead of a MemoryBuffer.
Peter Collingbourne
2014-07-03
1
-8
/
+8
*
LTO: rename the various makeLTOModule overloads.
Peter Collingbourne
2014-07-03
1
-16
/
+13
*
Use std::unique_ptr to manage memory. No functionality change.
Rafael Espindola
2014-07-03
1
-13
/
+14
*
LTO depends on Object now.
Rafael Espindola
2014-07-03
1
-1
/
+1
*
Add support for inline asm symbols to IRObjectFile.
Rafael Espindola
2014-07-03
1
-100
/
+1
*
Use a range loop. No functionality change.
Rafael Espindola
2014-06-28
1
-4
/
+3
*
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
*
Merge the used symbol scanning of MCObjectStreamer and RecordStreamer.
Rafael Espindola
2014-06-25
1
-6
/
+2
*
Move expression visitation logic up to MCStreamer.
Rafael Espindola
2014-06-25
1
-27
/
+4
*
Move some trivial methods up to MCStreamer.
Rafael Espindola
2014-06-25
1
-35
/
+0
*
Simplify the handling of .cfi_endproc.
Rafael Espindola
2014-06-25
1
-3
/
+0
*
Simplify EmitLabel.
Rafael Espindola
2014-06-24
1
-1
/
+1
*
Print a=b as an assignment.
Rafael Espindola
2014-06-24
1
-3
/
+0
[next]