index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-19
Make it explicit that ExecutionEngine takes ownership of the modules.
Rafael Espindola
1
-8
/
+9
2014-08-18
verify-uselistorder: Call verifyModule() and improve output
Duncan P. N. Exon Smith
1
-29
/
+33
2014-08-18
Make llvm-objdump handle both arm and thumb disassembly from the same Mach-O
Kevin Enderby
1
-10
/
+77
2014-08-17
llvm-objdump: don't print relocations in non-relocatable files.
Rafael Espindola
1
-0
/
+5
2014-08-17
Fix an off-by-one bug in the target independent llvm-objdump.
Rafael Espindola
1
-10
/
+5
2014-08-14
Silencing some -Wcast-qual warnings and removing some C-style casts at the sa...
Aaron Ballman
1
-2
/
+3
2014-08-13
Simplify ownership with std::unique_ptr. NFC.
Rafael Espindola
1
-2
/
+3
2014-08-13
Canonicalize header guards into a common format.
Benjamin Kramer
28
-59
/
+59
2014-08-12
llvm-objdump: print contents of MachO __unwind_info sections
Tim Northover
1
-11
/
+249
2014-08-11
Fix using -plugin-opt=apiflie when also using -plugin-opt=emit-llvm.
Rafael Espindola
1
-18
/
+25
2014-08-11
llvm-objdump: fix remaining use of %x format specifier for 64-bit values
Tim Northover
1
-1
/
+1
2014-08-08
getLoadName is only implemented for ELF, make it ELF only.
Rafael Espindola
1
-1
/
+13
2014-08-08
Use a simpler predicate. NFC.
Rafael Espindola
2
-4
/
+2
2014-08-08
llvm-objdump: add missing % in format specifier.
Tim Northover
1
-2
/
+2
2014-08-08
llvm-objdump: use portable format specifiers for info.
Tim Northover
1
-6
/
+6
2014-08-07
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
8
-13
/
+41
2014-08-07
fix configure+make build
Rafael Espindola
2
-2
/
+2
2014-08-07
Nuke the old JIT.
Rafael Espindola
6
-39
/
+11
2014-08-06
Add the -mcpu= option to llvm-objdump for use with the disassemblers.
Kevin Enderby
3
-4
/
+21
2014-08-05
[MCJIT] Make llvm-rtdyld check RuntimeDyld's error state when running in -verify
Lang Hames
1
-1
/
+8
2014-08-05
Don't internalize all but main by default.
Rafael Espindola
2
-8
/
+2
2014-08-04
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
1
-1
/
+2
2014-08-01
verify-uselistorder: Reverse use-lists at every verification
Duncan P. N. Exon Smith
1
-21
/
+69
2014-08-01
verify-uselistorder: Add missing `static`
Duncan P. N. Exon Smith
1
-1
/
+1
2014-08-01
verify-uselistorder: Move shuffleUseLists() out of lib/IR
Duncan P. N. Exon Smith
1
-5
/
+100
2014-08-01
verify-uselistorder: Make the verification logic easier to reuse
Duncan P. N. Exon Smith
1
-6
/
+10
2014-08-01
Use object::Archive::create instead of new object::Archive.
Rafael Espindola
1
-7
/
+6
2014-08-01
Replace comment about ownership with std::unique_ptr.
Rafael Espindola
1
-3
/
+5
2014-08-01
Remove lto_codegen_set_attr.
Rafael Espindola
1
-4
/
+0
2014-08-01
Remove some calls to std::move.
Rafael Espindola
12
-46
/
+45
2014-08-01
llvm-objdump: implement printing for MachO __compact_unwind info.
Tim Northover
3
-2
/
+230
2014-08-01
Revert of 214418:
Sylvestre Ledru
1
-5
/
+0
2014-07-31
Replaces a few pointers with references in llvm-nm.cpp.
Rafael Espindola
1
-40
/
+39
2014-07-31
msbuild integration: remove duplicated lines and BOM from 2014 integration (P...
Hans Wennborg
1
-3
/
+0
2014-07-31
Use a reference instead of a pointer.
Rafael Espindola
4
-4
/
+4
2014-07-31
Remove unused argument.
Rafael Espindola
1
-2
/
+2
2014-07-31
Move MCObjectSymbolizer.h to MC/MCAnalysis.
Rafael Espindola
1
-1
/
+1
2014-07-31
verify-uselistorder: Change the default -num-shuffles=5
Duncan P. N. Exon Smith
1
-1
/
+16
2014-07-31
Create a default symver on Linux like ELF OSes.
Eric Christopher
1
-0
/
+5
2014-07-31
Use std::unique_ptr to make the ownership explicit.
Rafael Espindola
12
-29
/
+30
2014-07-30
Rename llvm-uselistorder => verify-uselistorder
Duncan P. N. Exon Smith
7
-10
/
+10
2014-07-30
llvm-uselistorder: Improve the tool description
Duncan P. N. Exon Smith
1
-1
/
+3
2014-07-30
llvm-uselistorder: Fix memory leak from r214125
Duncan P. N. Exon Smith
1
-1
/
+1
2014-07-30
[MCJIT] Actually remap sections based llvm-rtdyld options added in r214255.
Lang Hames
1
-0
/
+3
2014-07-30
Use range loops.
Rafael Espindola
1
-21
/
+17
2014-07-30
Convert a few more function pointer calls to just "f()".
Rafael Espindola
1
-3
/
+3
2014-07-30
Don't duplicate the function name in a comment.
Rafael Espindola
1
-4
/
+3
2014-07-30
Use function pointers with just f(1,2) instead of (*f)(1,2).
Rafael Espindola
1
-27
/
+26
2014-07-29
[MCJIT] Add options to llvm-rtdyld to describe a phony target address space for
Lang Hames
1
-0
/
+64
2014-07-29
Use nullptr instead of NULL.
Rafael Espindola
1
-8
/
+8
[next]