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
*
llvm-objdump: Add static symbol table dumping.
Michael J. Spencer
2011-10-18
1
-1
/
+120
*
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
Daniel Dunbar
2011-10-18
28
-144
/
+106
*
llvm-ar: Remove local test target, this is no longer useful.
Daniel Dunbar
2011-10-18
1
-7
/
+0
*
llvm-config: Add an all-targets pseudo-component.
Daniel Dunbar
2011-10-18
1
-2
/
+6
*
Revert "llvm-objdump: Add static symbol table dumping."
Michael J. Spencer
2011-10-18
1
-118
/
+1
*
llvm-objdump: Add static symbol table dumping.
Michael J. Spencer
2011-10-17
1
-1
/
+118
*
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-17
2
-3
/
+10
*
Rewrite most of MachODump to work through the generic libObject interfaces ra...
Owen Anderson
2011-10-17
1
-169
/
+183
*
llvm-objdump: Add -s, which prints the contents of each section.
Michael J. Spencer
2011-10-17
1
-5
/
+52
*
tools/CMakeLists.txt: Fixup r142103. I don't remember why I had missed the line.
NAKAMURA Takumi
2011-10-16
1
-1
/
+1
*
Make SMDiagnostic a little more sane. Instead of passing around note/warning...
Chris Lattner
2011-10-16
2
-5
/
+8
*
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
2011-10-16
8
-8
/
+8
*
CMake: Introduce LLVM_CLANG_SOURCE_DIR, "tools/clang" by default. Clang will ...
NAKAMURA Takumi
2011-10-16
1
-2
/
+5
*
autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/...
NAKAMURA Takumi
2011-10-16
1
-4
/
+8
*
llvm-object: Add inline relocation information to disassembly.
Michael J. Spencer
2011-10-13
1
-6
/
+48
*
llvm-objdump: Fix whitespace.
Michael J. Spencer
2011-10-13
1
-1
/
+1
*
llvm-objdump: Fix dumping of multiple symbols with the same address.
Michael J. Spencer
2011-10-13
1
-1
/
+12
*
llvm-objdump.cpp: Use PRIx64 as format specifier for int64_t.
NAKAMURA Takumi
2011-10-11
1
-1
/
+1
*
Make it possible to use the linker without destroying the source module. This...
Tanya Lattner
2011-10-11
3
-5
/
+9
*
Add support for dumping section headers to llvm-objdump. This uses the same
Nick Lewycky
2011-10-10
1
-1
/
+39
*
llvm-objdump: Take ownership of MCInstrInfos.
Benjamin Kramer
2011-10-10
2
-8
/
+2
*
llvm-nm: Don't leak bitcode buffers.
Benjamin Kramer
2011-10-10
1
-2
/
+2
*
llvm-objdump: Add relocation and archive support.
Michael J. Spencer
2011-10-08
2
-29
/
+103
*
Fix a few changes I missed.
Michael J. Spencer
2011-10-07
2
-12
/
+12
*
Fix GCC again.
Michael J. Spencer
2011-10-07
1
-3
/
+3
*
Fix spelling in comment.
Michael J. Spencer
2011-10-07
1
-3
/
+3
*
Change relocation API to be per section. This time without breaking GCC.
Michael J. Spencer
2011-10-07
1
-2
/
+2
*
Revert 141376 and 141377 due to breaking the build.
Bill Wendling
2011-10-07
2
-5
/
+5
*
Fix spelling in comment.
Michael J. Spencer
2011-10-07
1
-3
/
+3
*
Change relocation API to be per section.
Michael J. Spencer
2011-10-07
1
-2
/
+2
*
Update cmake list.
Devang Patel
2011-10-04
1
-1
/
+0
*
Put GCOVFile and other related interface in a common header so that llvm-cov ...
Devang Patel
2011-10-04
3
-506
/
+1
*
Exclude libLLVMTableGen.a from the shared library
Peter Collingbourne
2011-10-04
1
-2
/
+3
*
Simplify.
Devang Patel
2011-09-29
1
-11
/
+17
*
Clarify comments.
Devang Patel
2011-09-29
2
-4
/
+3
*
Remove unnecessary and unused data member.
Devang Patel
2011-09-29
2
-3
/
+2
*
Cosmetic changes, as per Nick's review.
Devang Patel
2011-09-29
4
-21
/
+16
*
Fix build failures better.
Andrew Trick
2011-09-29
1
-5
/
+3
*
Fix build failure.
Daniel Dunbar
2011-09-29
1
-2
/
+4
*
llvm-size: Apply Chris's code review fixes.
Michael J. Spencer
2011-09-29
1
-46
/
+59
*
Fix cast.
Michael J. Spencer
2011-09-28
1
-1
/
+1
*
Add llvm-size.
Michael J. Spencer
2011-09-28
5
-1
/
+323
*
Introduce llvm-cov.
Devang Patel
2011-09-28
6
-1
/
+609
*
Add binary archive support to llvm-nm.
Michael J. Spencer
2011-09-27
1
-10
/
+27
*
llvm-objdump: Detach symbol listing from section enumeration for mach-o.
Benjamin Kramer
2011-09-21
1
-19
/
+16
*
llvm-objdump: Take the data from the right object when there's no dSYM around.
Benjamin Kramer
2011-09-21
1
-11
/
+13
*
llvm-objdump: Fix use after free.
Benjamin Kramer
2011-09-21
1
-1
/
+1
*
llvm-objdump: Output line info next to the disassembly if available.
Benjamin Kramer
2011-09-21
3
-53
/
+156
*
llvm-objdump: factor code better, add comments.
Benjamin Kramer
2011-09-20
3
-159
/
+183
*
Remove llvmc from CMake as well.
Eric Christopher
2011-09-20
1
-1
/
+0
[next]