projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
AVX-512: Fixed encoding of VPCMPEQ and VPCMPGT
[oota-llvm.git]
/
tools
/
2014-02-23
NAKAMURA Takumi
Simplify linking to system libraries
tree
|
commitdiff
2014-02-22
Quentin Colombet
[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
tree
|
commitdiff
2014-02-21
Rui Ueyama
llvm-objdump/COFF: LoadConfiguration does not exist...
tree
|
commitdiff
2014-02-21
Rafael Espindola
Add a SymbolicFile interface between Binary and ObjectFile.
tree
|
commitdiff
2014-02-21
NAKAMURA Takumi
[CMake] llvm-c/lto.h should be installed if libLTO...
tree
|
commitdiff
2014-02-21
NAKAMURA Takumi
[CMake] libLTO: Use (SHARED|STATIC) to build both share...
tree
|
commitdiff
2014-02-21
Rafael Espindola
Make DisableIntegratedAS a TargetOption.
tree
|
commitdiff
2014-02-21
Rafael Espindola
One last pass of DataLayout variable renaming.
tree
|
commitdiff
2014-02-20
Eli Bendersky
Set the SuppressWarnings option on tool level and propa...
tree
|
commitdiff
2014-02-20
Rui Ueyama
llvm-objdump/COFF: Print SEH table addresses.
tree
|
commitdiff
2014-02-19
Tobias Grosser
Fix typo
tree
|
commitdiff
2014-02-19
Eli Bendersky
Refactor TargetOptions initialization into a single...
tree
|
commitdiff
2014-02-19
Rui Ueyama
llvm-objdump/COFF: Print load configuration table.
tree
|
commitdiff
2014-02-18
Justin Bogner
llvm-cov: Support gcov's extermely lenient treatment...
tree
|
commitdiff
2014-02-17
Duncan P. N. Exon...
PGO: llvm-profdata: tool for merging profiles
tree
|
commitdiff
2014-02-13
Hans Wennborg
MSBuild integration: get the LibraryPath right (PR18707)
tree
|
commitdiff
2014-02-12
Hans Wennborg
VS Integration: install toolsets for x64 too (PR18738)
tree
|
commitdiff
2014-02-12
Eli Bendersky
Move more self-contained functionality away from tools...
tree
|
commitdiff
2014-02-11
Sylvestre Ledru
Improve the declaration when LDPO_PIE is not available.
tree
|
commitdiff
2014-02-11
Sylvestre Ledru
If LDPO_PIE is not defined (before binutils 2.23 version),
tree
|
commitdiff
2014-02-10
Eli Bendersky
Move the *PassPrinter into their own module.
tree
|
commitdiff
2014-02-10
Manman Ren
LTO API: add lto_module_create_from_memory_with_path.
tree
|
commitdiff
2014-02-10
Rafael Espindola
Fix an old FIXME. LDPO_PIE is available since 2.23...
tree
|
commitdiff
2014-02-10
Rafael Espindola
Change the begin and end methods in ObjectFile to match...
tree
|
commitdiff
2014-02-09
Saleem Abdulrasool
tools: cast the right operand
tree
|
commitdiff
2014-02-09
Saleem Abdulrasool
tools: explicitly cast to avoid a warning
tree
|
commitdiff
2014-02-08
Saleem Abdulrasool
tools: handle out-of-line personality 0 decoding
tree
|
commitdiff
2014-02-06
Chandler Carruth
[PM] Add a new "lazy" call graph analysis pass for...
tree
|
commitdiff
2014-02-06
Chandler Carruth
[PM] Back out one hunk of the patch in r200901 that...
tree
|
commitdiff
2014-02-06
Chandler Carruth
[PM] Wire up the analysis managers in the opt driver...
tree
|
commitdiff
2014-02-05
Rafael Espindola
Remove support for not using .loc directives.
tree
|
commitdiff
2014-02-05
Rafael Espindola
Use the information provided by getFlags to unify some...
tree
|
commitdiff
2014-02-04
Rafael Espindola
Small fix for llvm-nm handling of weak symbols on ELF...
tree
|
commitdiff
2014-02-04
Duncan P. N. Exon...
cleanup: scc_iterator consumers should use isAtEnd
tree
|
commitdiff
2014-02-04
Justin Bogner
llvm-cov: Implement the preserve-paths flag
tree
|
commitdiff
2014-02-04
Justin Bogner
llvm-cov: Implement the object-directory flag
tree
|
commitdiff
2014-02-04
Justin Bogner
llvm-cov: Ignore missing .gcda files
tree
|
commitdiff
2014-02-04
Rafael Espindola
Move error handling down to getSymbolNMTypeChar.
tree
|
commitdiff
2014-01-31
Rafael Espindola
Simplify getSymbolFlags.
tree
|
commitdiff
2014-01-31
NAKAMURA Takumi
Revert r200560, "LTO itself hasn't depended on MCDisass...
tree
|
commitdiff
2014-01-31
NAKAMURA Takumi
LTO itself hasn't depended on MCDisassembler any more.
tree
|
commitdiff
2014-01-31
NAKAMURA Takumi
llvm/tools: Prune redundant target_link_libraries.
tree
|
commitdiff
2014-01-30
Rafael Espindola
This file already has a "using namespace object;",...
tree
|
commitdiff
2014-01-30
Rafael Espindola
Only ELF has a dynamic symbol table. Remove it from...
tree
|
commitdiff
2014-01-30
Rafael Espindola
Use early returns and factor the object::Binary creation.
tree
|
commitdiff
2014-01-30
Saleem Abdulrasool
tools: fix Twine abuse
tree
|
commitdiff
2014-01-30
Saleem Abdulrasool
tools: remove unnecessary typename
tree
|
commitdiff
2014-01-30
Saleem Abdulrasool
tools: repair Windows build
tree
|
commitdiff
2014-01-30
Saleem Abdulrasool
tools: add support for decoding ARM attributes
tree
|
commitdiff
2014-01-30
Rafael Espindola
Simplify the handling of iterators in ObjectFile.
tree
|
commitdiff
2014-01-30
Rafael Espindola
Fix TLS handling in ELF's getAddress and llvm-nm to...
tree
|
commitdiff
2014-01-29
Justin Bogner
llvm-cov: Accept the long forms of gcov options
tree
|
commitdiff
2014-01-29
Justin Bogner
llvm-cov: Improve help message text
tree
|
commitdiff
2014-01-29
Justin Bogner
llvm-cov: Expect a source file as a positional parameter
tree
|
commitdiff
2014-01-29
Rafael Espindola
Normalize the style in llvm-nm.cpp.
tree
|
commitdiff
2014-01-29
Rafael Espindola
Make createObjectFile's signature a bit less error...
tree
|
commitdiff
2014-01-28
David Woodhouse
Change MCStreamer EmitInstruction interface to take...
tree
|
commitdiff
2014-01-28
NAKAMURA Takumi
[CMake] Put lli-child-target into the Folder "Misc".
tree
|
commitdiff
2014-01-27
Tobias Grosser
Do not reference llvm-gcc from bugpoint
tree
|
commitdiff
2014-01-27
Rui Ueyama
Rename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.
tree
|
commitdiff
2014-01-26
Rafael Espindola
Pass a MCSubtargetInfo down to the TargetStreamer creation.
tree
|
commitdiff
2014-01-26
Rui Ueyama
COFF: Add a missing enum value for high entropy ASLR.
tree
|
commitdiff
2014-01-26
Rui Ueyama
llvm-readobj: add support for PE32+ (Windows 64 bit...
tree
|
commitdiff
2014-01-25
Mark Seaborn
Fix "llvm-objdump -d -r" to show relocations inline...
tree
|
commitdiff
2014-01-25
Mark Seaborn
llvm-objdump: Some style cleanups to follow LLVM coding...
tree
|
commitdiff
2014-01-24
Rafael Espindola
Fix c++03 build.
tree
|
commitdiff
2014-01-24
Rafael Espindola
Make ObjectFile ownership of the MemoryBuffer optional.
tree
|
commitdiff
2014-01-24
Alp Toker
Fix known typos
tree
|
commitdiff
2014-01-24
Alp Toker
Report lli remote IO errors consistently
tree
|
commitdiff
2014-01-23
Alp Toker
lli: Factor portable messaging into a new RPCChannel...
tree
|
commitdiff
2014-01-23
Alp Toker
Remove unused include following r199929
tree
|
commitdiff
2014-01-23
Alp Toker
Replace the interim lli build fix with something cleaner
tree
|
commitdiff
2014-01-23
Juergen Ributzka
Add target analysis passes to the codegen pipeline...
tree
|
commitdiff
2014-01-23
NAKAMURA Takumi
Windows/ChildTarget.inc: LLIChildTarget::allocate(...
tree
|
commitdiff
2014-01-23
Alp Toker
Interim build fix for Makefiles
tree
|
commitdiff
2014-01-23
Alp Toker
Prospective Makefile build fix
tree
|
commitdiff
2014-01-23
Alp Toker
Refactor lli-child-target to remove duplicated code
tree
|
commitdiff
2014-01-22
Alp Toker
Tweak r199835 to use can_execute() instead of exists()
tree
|
commitdiff
2014-01-22
Alp Toker
Eliminate inappropriate use of FindProgramByName()...
tree
|
commitdiff
2014-01-22
Rafael Espindola
Don't open or fstat files twice in llvm-ar.
tree
|
commitdiff
2014-01-22
Rafael Espindola
Pass the computed magic to createBinary and createObjec...
tree
|
commitdiff
2014-01-22
NAKAMURA Takumi
Whitespace.
tree
|
commitdiff
2014-01-22
Rafael Espindola
Change createObjectFile to return an ErrorOr.
tree
|
commitdiff
2014-01-21
Rafael Espindola
Be a bit more consistent about using ErrorOr when const...
tree
|
commitdiff
2014-01-21
Yunzhong Gao
Adding new LTO APIs to parse metadata nodes and extract...
tree
|
commitdiff
2014-01-21
Rafael Espindola
Rename these methods to match the style guide.
tree
|
commitdiff
2014-01-21
Saleem Abdulrasool
tools: use 64-bit print specifier
tree
|
commitdiff
2014-01-21
Saleem Abdulrasool
tools: support decoding ARM EHABI opcodes in readobj
tree
|
commitdiff
2014-01-20
NAKAMURA Takumi
Whitespace.
tree
|
commitdiff
2014-01-20
Chandler Carruth
[PM] Wire up the Verifier for the new pass manager...
tree
|
commitdiff
2014-01-19
Chandler Carruth
[PM] Make the verifier work independently of any pass...
tree
|
commitdiff
2014-01-17
Rui Ueyama
llvm-objdump/COFF: Print ordinal base number.
tree
|
commitdiff
2014-01-16
Quentin Colombet
[opt][PassInfo] Allow opt to run passes that need targe...
tree
|
commitdiff
2014-01-16
Rui Ueyama
Fix style issues.
tree
|
commitdiff
2014-01-16
Rui Ueyama
llvm-objdump/COFF: Print DLL name in the export table...
tree
|
commitdiff
2014-01-16
Ed Maste
llvm-symbolizer: make mangled name heuristic apply...
tree
|
commitdiff
2014-01-16
Quentin Colombet
Revert r199361: Now, the sanitizer got the change
tree
|
commitdiff
2014-01-16
Quentin Colombet
[LTO] Modify lto.exports to force the sanitizer to...
tree
|
commitdiff
2014-01-16
Rui Ueyama
llmv-objdump/COFF: Print export table contents.
tree
|
commitdiff
2014-01-15
Rui Ueyama
llvm-objdump: Don't print "Import table:" header if...
tree
|
commitdiff
next