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.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
*
Remove llvmc and assorted build machinery for it.
Eric Christopher
2011-09-19
35
-2449
/
+1
*
Nope, there's another one!
Benjamin Kramer
2011-09-19
1
-1
/
+1
*
Missed one instance of implicit pointer conversion.
Benjamin Kramer
2011-09-19
1
-1
/
+1
*
Try to make MSVC 2010 happy.
Benjamin Kramer
2011-09-19
1
-2
/
+2
*
Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additi...
Benjamin Kramer
2011-09-19
6
-205
/
+671
*
Add -rfunc and -rglob options to llvm-extract to support regular
Chad Rosier
2011-09-16
1
-6
/
+71
*
Don't attach annotations to MCInst's. Instead, have the disassembler return,...
Owen Anderson
2011-09-15
3
-7
/
+8
*
use 64-bit types instead of off_t/size_t to avoid the issue when
Ivan Krasin
2011-09-15
1
-1
/
+1
*
llvm-dwarfdump: Add an option to print out line info for a specific address
Benjamin Kramer
2011-09-15
1
-5
/
+15
*
DWARF: wire up .debug_str dumping.
Benjamin Kramer
2011-09-15
1
-1
/
+5
*
DWARF: Add basic support for line tables.
Benjamin Kramer
2011-09-15
1
-1
/
+2
*
llvm-dwarfdump: Make the "is debug info section" heuristic stricter so it doe...
Benjamin Kramer
2011-09-14
1
-4
/
+8
*
Object: make the following changes into SymbolRef
Benjamin Kramer
2011-09-14
2
-2
/
+2
*
DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ...
Benjamin Kramer
2011-09-14
1
-1
/
+5
*
Sketch out a DWARF parser.
Benjamin Kramer
2011-09-13
5
-1
/
+120
*
gold plugin: don't report error on non-bitcode (e.g. ELF) files.
Ivan Krasin
2011-09-12
1
-9
/
+25
*
gold plugin: report errors occured in lto_module_create_from_*
Ivan Krasin
2011-09-09
1
-1
/
+6
[next]