index
:
~vlj/llvm
cfg
clause
codesize
codesize2
codesize3
codesize4
codesize5
codesize6
constbuf
constbuf2
indirect-wip
master
native
radeonsi
radeonsi-backup
radeonsi-backup2
radeonsi-scheduling
scheduling
scheduling-backup
scheduling2
textures
vliw5
AMDGPU backend development for LLVM
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-10
Template the MachO types over endianness.
Rafael Espindola
1
-5
/
+6
2013-04-09
Convert MachOObjectFile to a template.
Rafael Espindola
4
-20
/
+22
2013-04-08
Template the MachO types over the word size.
Rafael Espindola
1
-5
/
+6
2013-04-08
Remove a global 'endl' variable from the other file as well.
Chandler Carruth
1
-25
/
+22
2013-04-08
Clean up namespaces in obj2yaml.cpp.
Chandler Carruth
1
-11
/
+12
2013-04-08
Cleanup the formatting of obj2yaml.cpp.
Chandler Carruth
1
-22
/
+23
2013-04-08
Don't define our own global 'endl' variable. While technically it had
Chandler Carruth
1
-5
/
+3
2013-04-07
Implement MachOObjectFile::getHeader directly.
Rafael Espindola
1
-4
/
+4
2013-04-07
Remove LoadCommandInfo now that we always have a pointer to the command.
Rafael Espindola
1
-3
/
+3
2013-04-07
Add MachOObjectFile::LoadCommandInfo.
Rafael Espindola
1
-2
/
+2
2013-04-07
Remove MachOObjectFile::getObject.
Rafael Espindola
1
-10
/
+8
2013-04-07
Remove two uses of getObject.
Rafael Espindola
1
-13
/
+2
2013-04-07
Remove usage of InMemoryStruct in getSymbol.
Rafael Espindola
1
-26
/
+6
2013-04-07
Remove a use of InMemoryStruct in llvm-readobj.
Rafael Espindola
1
-9
/
+6
2013-04-07
Make getObject const. Remove a const_cast.
Rafael Espindola
2
-3
/
+3
2013-04-07
Remove last use of InMemoryStruct in llvm-objdump.
Rafael Espindola
1
-2
/
+2
2013-04-07
Remove dead code.
Rafael Espindola
1
-17
/
+0
2013-04-07
Remove unused argument.
Rafael Espindola
1
-3
/
+1
2013-04-05
Move yaml2obj to tools too.
Rafael Espindola
5
-1
/
+734
2013-04-05
Fix include guards to match new location.
Rafael Espindola
1
-2
/
+2
2013-04-05
Don't fetch pointers from a InMemoryStruct.
Rafael Espindola
3
-23
/
+12
2013-04-05
llvm-symbolizer: correctly parse filenames given in quotes
Alexey Samsonov
1
-5
/
+18
2013-04-05
Move obj2yaml to tools to sort out make's dependencies.
Rafael Espindola
7
-1
/
+511
2013-04-04
Don't export symbols in every binary on linux.
Rafael Espindola
2
-0
/
+2
2013-04-03
Implements low-level object file format specific output for COFF and
Eric Christopher
15
-426
/
+3073
2013-04-03
Don't disassemble symbols with an unknown address or size.
Eric Christopher
1
-0
/
+1
2013-03-29
Run the ObjCARCContract pass for LTO. <rdar://problem/13538084>
Bob Wilson
1
-0
/
+5
2013-03-26
Manually update the dependencies in the Makefiles. It turns out that all
Chandler Carruth
9
-9
/
+9
2013-03-26
Split out the IRReader header and the utility functions it provides into
Chandler Carruth
24
-23
/
+29
2013-03-25
[tools][llvm-readobj] print the name of the section when iterating the symbol...
Shankar Easwaran
1
-12
/
+19
2013-03-19
Remove stale comment
Eli Bendersky
1
-3
/
+0
2013-03-19
Fix for r177390: map values are pointers, use DeleteContainerSeconds() instea...
Alexey Samsonov
1
-1
/
+2
2013-03-19
llvm-symbolizer: flush internal caches functionality
Dmitry Vyukov
2
-0
/
+5
2013-03-17
Build LLVMgold.so on FreeBSD using cmake.
Rafael Espindola
1
-1
/
+2
2013-03-13
Make LTO codegen use a PassManager, rather than a FunctionPassManager, for the
Lang Hames
1
-13
/
+5
2013-02-28
Connect LLVM CMake build scripts to LLDB's CMake scripts:
Daniel Malea
1
-0
/
+1
2013-02-28
Add the -disable-opt option to LTO. This adds:
Bill Wendling
1
-1
/
+7
2013-02-27
print TLS segment
Shankar Easwaran
1
-0
/
+3
2013-02-26
Try to get rid of a -wunitialized warning: explicitly initialize the pointer
Eli Bendersky
1
-1
/
+3
2013-02-26
Fix auto_ptr is deprecated warnings
Matt Arsenault
1
-11
/
+11
2013-02-25
Provide workaround for PR 15130.
Andrew Kaylor
2
-12
/
+34
2013-02-21
[objdump] Add PT_PHDR.
Michael J. Spencer
1
-0
/
+3
2013-02-20
[objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.
Michael J. Spencer
1
-0
/
+6
2013-02-20
[llvm-readobj] Add ELF .dynamic table dumping.
Michael J. Spencer
4
-0
/
+228
2013-02-15
clang-formatize llvm-symbolizer code
Alexey Samsonov
3
-78
/
+69
2013-02-14
llvm-symbolizer: speedup symbol lookup
Dmitry Vyukov
2
-43
/
+73
2013-02-13
Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...
Bill Wendling
1
-1
/
+1
2013-02-12
Add static cast to unsigned char whenever a character classification function...
Guy Benyei
2
-2
/
+2
2013-02-12
Add support for the pubnames section to llvm-dwarfdump.
Krzysztof Parzyszek
1
-0
/
+1
2013-02-10
Update with attribute group IDs.
Bill Wendling
1
-11
/
+14
[next]