projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[MCJIT] Fix an iterator invalidation bug in MCJIT::finalizeObject.
[oota-llvm.git]
/
lib
/
LTO
/
2014-09-02
David Blaikie
unique_ptrify LTOCodeGenerator::NativeObjectFile
tree
|
commitdiff
2014-08-27
Rafael Espindola
Return a std::unique_ptr when creating a new MemoryBuffer.
tree
|
commitdiff
2014-08-27
Craig Topper
Fix some cases were ArrayRefs were being passed by...
tree
|
commitdiff
2014-08-26
Rafael Espindola
Pass a MemoryBufferRef when we can avoid taking ownership.
tree
|
commitdiff
2014-08-26
Rafael Espindola
Simplify LTOModule::makeLTOModule a bit. NFC.
tree
|
commitdiff
2014-08-25
Rafael Espindola
Modernize raw_fd_ostream's constructor a bit.
tree
|
commitdiff
2014-08-21
Rafael Espindola
Move some logic to populateLTOPassManager.
tree
|
commitdiff
2014-08-21
Rafael Espindola
Respect LibraryInfo in populateLTOPassManager and use...
tree
|
commitdiff
2014-08-21
Rafael Espindola
Handle inlining in populateLTOPassManager like in popul...
tree
|
commitdiff
2014-08-21
Rafael Espindola
Move DisableGVNLoadPRE from populateLTOPassManager...
tree
|
commitdiff
2014-08-21
Craig Topper
Repace SmallPtrSet with SmallPtrSetImpl in function...
tree
|
commitdiff
2014-08-20
Aaron Ballman
Silencing a -Wcast-qual warning. NFC.
tree
|
commitdiff
2014-08-19
Rafael Espindola
Don't own the buffer in object::Binary.
tree
|
commitdiff
2014-08-18
Craig Topper
Revert "Repace SmallPtrSet with SmallPtrSetImpl in...
tree
|
commitdiff
2014-08-17
Craig Topper
Repace SmallPtrSet with SmallPtrSetImpl in function...
tree
|
commitdiff
2014-08-17
Rafael Espindola
Return a std::uinque_ptr. Every caller was already...
tree
|
commitdiff
2014-08-05
Rafael Espindola
Don't internalize all but main by default.
tree
|
commitdiff
2014-08-04
Eric Christopher
Remove the TargetMachine forwards for TargetSubtargetIn...
tree
|
commitdiff
2014-07-30
Rafael Espindola
Attempt at fixing the windows dll build.
tree
|
commitdiff
2014-07-30
Rafael Espindola
Refactor duplicated code.
tree
|
commitdiff
2014-07-30
Rafael Espindola
Add the missing hasLinkOnceODRLinkage predicate.
tree
|
commitdiff
2014-07-23
Tim Northover
AArch64: remove arm64 triple enumerator.
tree
|
commitdiff
2014-07-18
Gerolf Hoflehner
MergedLoadStoreMotion pass
tree
|
commitdiff
2014-07-15
NAKAMURA Takumi
Prune Redundant libdeps in CMake's target_link_librarie...
tree
|
commitdiff
2014-07-06
Rafael Espindola
Update the MemoryBuffer API to use ErrorOr.
tree
|
commitdiff
2014-07-04
Rafael Espindola
Revert "Convert a few std::strings to StringRef."
tree
|
commitdiff
2014-07-04
Rafael Espindola
Ignore llvm specific symbols in the LTOModule.
tree
|
commitdiff
2014-07-04
Rafael Espindola
Implement LTOModule on top of IRObjectFile.
tree
|
commitdiff
2014-07-04
Rafael Espindola
Avoid mangling names twice. No functionality change.
tree
|
commitdiff
2014-07-04
Rafael Espindola
Convert a few std::strings to StringRef.
tree
|
commitdiff
2014-07-04
Alp Toker
Fix prefix comparison from r212308
tree
|
commitdiff
2014-07-04
Alp Toker
Sink undesirable LTO functions into the old C API
tree
|
commitdiff
2014-07-03
Peter Collingbourne
Modify LTOModule::isTargetMatch to take a StringRef...
tree
|
commitdiff
2014-07-03
Peter Collingbourne
LTO: rename the various makeLTOModule overloads.
tree
|
commitdiff
2014-07-03
Rafael Espindola
Use std::unique_ptr to manage memory. No functionality...
tree
|
commitdiff
2014-07-03
Rafael Espindola
LTO depends on Object now.
tree
|
commitdiff
2014-07-03
Rafael Espindola
Add support for inline asm symbols to IRObjectFile.
tree
|
commitdiff
2014-06-28
Rafael Espindola
Use a range loop. No functionality change.
tree
|
commitdiff
2014-06-26
Alp Toker
Revert "Introduce a string_ostream string builder facilty"
tree
|
commitdiff
2014-06-26
Alp Toker
Introduce a string_ostream string builder facilty
tree
|
commitdiff
2014-06-25
Rafael Espindola
Merge the used symbol scanning of MCObjectStreamer...
tree
|
commitdiff
2014-06-25
Rafael Espindola
Move expression visitation logic up to MCStreamer.
tree
|
commitdiff
2014-06-25
Rafael Espindola
Move some trivial methods up to MCStreamer.
tree
|
commitdiff
2014-06-25
Rafael Espindola
Simplify the handling of .cfi_endproc.
tree
|
commitdiff
2014-06-24
Rafael Espindola
Simplify EmitLabel.
tree
|
commitdiff
2014-06-24
Rafael Espindola
Print a=b as an assignment.
tree
|
commitdiff
2014-06-19
Rafael Espindola
Use the assignment operator.
tree
|
commitdiff
2014-06-19
Rafael Espindola
Set missing options in LTOCodeGenerator::setTargetOptions.
tree
|
commitdiff
2014-06-13
Rafael Espindola
Remove 'using std::errro_code' from lib.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't use 'using std::error_code' in include/llvm.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Remove system_error.h.
tree
|
commitdiff
2014-06-07
Alp Toker
Build fix: remove initializeJumpInstrTablesPass() call...
tree
|
commitdiff
2014-06-05
Tom Roeder
Add a new attribute called 'jumptable' that creates...
tree
|
commitdiff
2014-06-03
Rafael Espindola
Allow alias to point to an arbitrary ConstantExpr.
tree
|
commitdiff
2014-05-24
Tim Northover
AArch64/ARM64: move ARM64 into AArch64's place
tree
|
commitdiff
2014-05-23
Rafael Espindola
Aliases are always definition, delete dead code.
tree
|
commitdiff
2014-05-16
Rafael Espindola
Delete getAliasedGlobal.
tree
|
commitdiff
2014-05-12
Rafael Espindola
Move EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrame...
tree
|
commitdiff
2014-05-07
Duncan P. N. Exon...
LTO: Check local linkage first
tree
|
commitdiff
2014-05-05
Rafael Espindola
Use a range loop.
tree
|
commitdiff
2014-05-05
Rafael Espindola
Trivial simplification. No functionality change.
tree
|
commitdiff
2014-05-03
Rafael Espindola
Rename member variable to try to fix the bots.
tree
|
commitdiff
2014-04-25
Tom Roeder
Add an -mattr option to the gold plugin to support...
tree
|
commitdiff
2014-04-23
Evgeniy Stepanov
Create MCTargetOptions.
tree
|
commitdiff
2014-04-22
Kevin Enderby
Fix the assembler to print a better relocatable express...
tree
|
commitdiff
2014-04-19
Alp Toker
Remove some empty statements
tree
|
commitdiff
2014-04-15
Duncan P. N. Exon...
verify-di: Implement DebugInfoVerifier
tree
|
commitdiff
2014-04-15
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
tree
|
commitdiff
2014-04-14
James Molloy
Teach llvm-lto to respect the given RelocModel.
tree
|
commitdiff
2014-04-10
Reid Kleckner
Move the segmented stack switch to a function attribute
tree
|
commitdiff
2014-04-02
Duncan P. N. Exon...
Revert "Reapply "LTO: add API to set strategy for ...
tree
|
commitdiff
2014-03-31
Tom Roeder
This patch fixes LTO's RecordStreamer so that it record...
tree
|
commitdiff
2014-03-29
Tim Northover
ARM64: initial backend import
tree
|
commitdiff
2014-03-13
Rafael Espindola
Remove the linker_private and linker_private_weak linkages.
tree
|
commitdiff
2014-03-08
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
tree
|
commitdiff
2014-03-06
Ahmed Charles
Replace OwningPtr<T> with std::unique_ptr<T>.
tree
|
commitdiff
2014-03-06
Chandler Carruth
[Layering] Sink Linker.h into a Linker subdirectory...
tree
|
commitdiff
2014-03-05
Ahmed Charles
[C++11] Replace OwningPtr::take() with OwningPtr::relea...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[cleanup] Re-sort all the includes with utils/sort_incl...
tree
|
commitdiff
2014-02-28
Tobias Grosser
Add 'remark' diagnostic type in LLVM
tree
|
commitdiff
2014-02-25
Rafael Espindola
Use DataLayout from the module when easily available.
tree
|
commitdiff
2014-02-25
Rafael Espindola
Make DataLayout a plain object, not a pass.
tree
|
commitdiff
2014-02-24
Rafael Espindola
Replace the F_Binary flag with a F_Text one.
tree
|
commitdiff
2014-02-19
Rafael Espindola
move getNameWithPrefix and getSymbol to TargetMachine.
tree
|
commitdiff
2014-02-19
Rafael Espindola
Add back r201608, r201622, r201624 and r201625
tree
|
commitdiff
2014-02-19
Daniel Jasper
Revert r201622 and r201608.
tree
|
commitdiff
2014-02-18
Rafael Espindola
Fix PR18743.
tree
|
commitdiff
2014-02-10
Manman Ren
LTO API: add lto_module_create_from_memory_with_path.
tree
|
commitdiff
2014-02-07
Rafael Espindola
Don't internalize linkonce_odr non constant variables.
tree
|
commitdiff
2014-01-28
David Woodhouse
Change MCStreamer EmitInstruction interface to take...
tree
|
commitdiff
2014-01-26
Rafael Espindola
Construct the MCStreamer before constructing the MCTarg...
tree
|
commitdiff
2014-01-24
Rafael Espindola
Most streamers' InitSections just create a text section...
tree
|
commitdiff
2014-01-24
Rafael Espindola
Use the actual .text section, it is less code than...
tree
|
commitdiff
2014-01-23
Rafael Espindola
InitToTextSection is redundant with InitSections. Remov...
tree
|
commitdiff
2014-01-23
Juergen Ributzka
Add target analysis passes to the codegen pipeline...
tree
|
commitdiff
2014-01-22
Rafael Espindola
Provide a dummy section to fix a crash with inline...
tree
|
commitdiff
2014-01-21
Yunzhong Gao
Adding new LTO APIs to parse metadata nodes and extract...
tree
|
commitdiff
2014-01-15
Quentin Colombet
[LTO] Add a hook to map LLVM diagnostics into the clien...
tree
|
commitdiff
2014-01-14
Rafael Espindola
Return an error_code from materializeAllPermanently.
tree
|
commitdiff
2014-01-14
Duncan P. N. Exon...
Reapply "LTO: add API to set strategy for -internalize"
tree
|
commitdiff
next