index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove a use of InMemoryStruct in llvm-readobj.
Rafael Espindola
2013-04-07
1
-9
/
+6
*
Make getObject const. Remove a const_cast.
Rafael Espindola
2013-04-07
2
-3
/
+3
*
Remove last use of InMemoryStruct in llvm-objdump.
Rafael Espindola
2013-04-07
1
-2
/
+2
*
Remove dead code.
Rafael Espindola
2013-04-07
1
-17
/
+0
*
Remove unused argument.
Rafael Espindola
2013-04-07
1
-3
/
+1
*
Move yaml2obj to tools too.
Rafael Espindola
2013-04-05
5
-1
/
+734
*
Fix include guards to match new location.
Rafael Espindola
2013-04-05
1
-2
/
+2
*
Don't fetch pointers from a InMemoryStruct.
Rafael Espindola
2013-04-05
3
-23
/
+12
*
llvm-symbolizer: correctly parse filenames given in quotes
Alexey Samsonov
2013-04-05
1
-5
/
+18
*
Move obj2yaml to tools to sort out make's dependencies.
Rafael Espindola
2013-04-05
7
-1
/
+511
*
Don't export symbols in every binary on linux.
Rafael Espindola
2013-04-04
2
-0
/
+2
*
Implements low-level object file format specific output for COFF and
Eric Christopher
2013-04-03
15
-426
/
+3073
*
Don't disassemble symbols with an unknown address or size.
Eric Christopher
2013-04-03
1
-0
/
+1
*
Run the ObjCARCContract pass for LTO. <rdar://problem/13538084>
Bob Wilson
2013-03-29
1
-0
/
+5
*
Manually update the dependencies in the Makefiles. It turns out that all
Chandler Carruth
2013-03-26
9
-9
/
+9
*
Split out the IRReader header and the utility functions it provides into
Chandler Carruth
2013-03-26
24
-23
/
+29
*
[tools][llvm-readobj] print the name of the section when iterating the symbol...
Shankar Easwaran
2013-03-25
1
-12
/
+19
*
Remove stale comment
Eli Bendersky
2013-03-19
1
-3
/
+0
*
Fix for r177390: map values are pointers, use DeleteContainerSeconds() instea...
Alexey Samsonov
2013-03-19
1
-1
/
+2
*
llvm-symbolizer: flush internal caches functionality
Dmitry Vyukov
2013-03-19
2
-0
/
+5
*
Build LLVMgold.so on FreeBSD using cmake.
Rafael Espindola
2013-03-17
1
-1
/
+2
*
Make LTO codegen use a PassManager, rather than a FunctionPassManager, for the
Lang Hames
2013-03-13
1
-13
/
+5
*
Connect LLVM CMake build scripts to LLDB's CMake scripts:
Daniel Malea
2013-02-28
1
-0
/
+1
*
Add the -disable-opt option to LTO. This adds:
Bill Wendling
2013-02-28
1
-1
/
+7
*
print TLS segment
Shankar Easwaran
2013-02-27
1
-0
/
+3
*
Try to get rid of a -wunitialized warning: explicitly initialize the pointer
Eli Bendersky
2013-02-26
1
-1
/
+3
*
Fix auto_ptr is deprecated warnings
Matt Arsenault
2013-02-26
1
-11
/
+11
*
Provide workaround for PR 15130.
Andrew Kaylor
2013-02-25
2
-12
/
+34
*
[objdump] Add PT_PHDR.
Michael J. Spencer
2013-02-21
1
-0
/
+3
*
[objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.
Michael J. Spencer
2013-02-20
1
-0
/
+6
*
[llvm-readobj] Add ELF .dynamic table dumping.
Michael J. Spencer
2013-02-20
4
-0
/
+228
*
clang-formatize llvm-symbolizer code
Alexey Samsonov
2013-02-15
3
-78
/
+69
*
llvm-symbolizer: speedup symbol lookup
Dmitry Vyukov
2013-02-14
2
-43
/
+73
*
Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...
Bill Wendling
2013-02-13
1
-1
/
+1
*
Add static cast to unsigned char whenever a character classification function...
Guy Benyei
2013-02-12
2
-2
/
+2
*
Add support for the pubnames section to llvm-dwarfdump.
Krzysztof Parzyszek
2013-02-12
1
-0
/
+1
*
Update with attribute group IDs.
Bill Wendling
2013-02-10
1
-11
/
+14
*
[readobj] Fix memory leak.
Michael J. Spencer
2013-02-08
1
-1
/
+2
*
Initial support for DWARF CFI parsing and dumping in LLVM
Eli Bendersky
2013-02-05
1
-0
/
+1
*
[objdump,readobj] Document the purpose and goals of each tool.
Michael J. Spencer
2013-02-05
2
-4
/
+10
*
Print error messages from MemoryBuffer::getFile() in llvm-symbolizer
Alexey Samsonov
2013-02-05
1
-1
/
+2
*
Replace global std::string with const char[]
Alexey Samsonov
2013-02-04
2
-2
/
+2
*
[Object][Archive] Improve performance.
Michael J. Spencer
2013-02-03
1
-1
/
+3
*
Fix a copy/paste-o that got missed because 'check' doesn't build lto.
Chandler Carruth
2013-01-31
1
-1
/
+1
*
Give the MCStreamer class hierarchy LLVM RTTI facilities for use with
Chandler Carruth
2013-01-31
1
-1
/
+6
*
Add support for source and line information to IntelJITEventListener for obje...
Andrew Kaylor
2013-01-28
4
-2
/
+5
*
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...
Michael Gottesman
2013-01-28
8
-6
/
+8
*
Add DIContext::getLineInfoForAddressRange() function and test. This function...
Andrew Kaylor
2013-01-26
1
-2
/
+8
*
Add support for applying in-memory relocations to the .debug_line section and...
Andrew Kaylor
2013-01-25
3
-3
/
+63
*
When encountering an unknown file format, ObjectFile::createObjectFile should
Eli Bendersky
2013-01-25
1
-0
/
+5
[prev]
[next]