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
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
2
-2
/
+2
*
MC: Disassembled CFG reconstruction.
Ahmed Bougacha
2013-05-24
6
-553
/
+130
*
Add MCSymbolizer for symbolic/annotated disassembly.
Ahmed Bougacha
2013-05-24
2
-16
/
+51
*
The command line options need to be processed before we create the TargetMach...
Bill Wendling
2013-05-23
1
-9
/
+8
*
Use std::list so that we have a stable iterator.
Rafael Espindola
2013-05-21
1
-1
/
+3
*
Print uint64_t -debug text correctly on 32-bit hosts
Tim Northover
2013-05-19
1
-5
/
+5
*
Fix the configure build.
Rafael Espindola
2013-05-17
1
-1
/
+1
*
Convert obj2yaml to use yamlio.
Rafael Espindola
2013-05-17
3
-665
/
+86
*
Minor changes to the MCJITTest unittests to use the correct API for finalizing
David Tweed
2013-05-17
2
-2
/
+2
*
llvm-objdump: Initialize MCDisassembler once instead of for each section.
Ahmed Bougacha
2013-05-16
1
-45
/
+45
*
Use only explicit bool conversion operators
David Blaikie
2013-05-15
1
-1
/
+1
*
SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the
Filip Pizlo
2013-05-14
1
-7
/
+7
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
3
-12
/
+14
*
Introduce convenience typedefs for the 4 ELF object types.
Rafael Espindola
2013-05-09
2
-34
/
+20
*
Change getRelocationAdditionalInfo to be ELF only.
Rafael Espindola
2013-05-09
1
-4
/
+4
*
Add DebugIR pass -- emits IR file and replace source lines with IR lines in MD
Daniel Malea
2013-05-08
1
-0
/
+1
*
Remove exception handling support from the old JIT.
Rafael Espindola
2013-05-07
3
-22
/
+0
*
Split Alignment out of the Section Characteristics.
Rafael Espindola
2013-05-06
1
-14
/
+4
*
Remove some redundant includes in llvm-mc.cpp.
Rafael Espindola
2013-05-06
1
-3
/
+0
*
Optimize llvm-link too.
Rafael Espindola
2013-05-04
1
-2
/
+2
*
Last batch of cleanups to Linker.h.
Rafael Espindola
2013-05-04
1
-1
/
+1
*
Don't construct or delete a module on the Linker.
Rafael Espindola
2013-05-04
1
-1
/
+2
*
Remove unused members and constructor arguments.
Rafael Espindola
2013-05-04
1
-1
/
+1
*
Add missing header.
Rafael Espindola
2013-05-04
1
-0
/
+1
*
Revert r181009.
Amara Emerson
2013-05-03
3
-70
/
+0
*
Add support for reading ARM ELF build attributes.
Amara Emerson
2013-05-03
3
-0
/
+70
*
Remove redundant flag.
Bill Wendling
2013-05-02
1
-1
/
+1
*
We don't want FP elimination when doing an Apple-style build.
Bill Wendling
2013-05-02
1
-1
/
+1
*
Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.
Rafael Espindola
2013-04-26
2
-234
/
+192
*
Clarify getRelocationAddress x getRelocationOffset a bit.
Rafael Espindola
2013-04-25
4
-8
/
+12
*
Don't compute a std::vector<uint8_t> just to write it out a stream.
Rafael Espindola
2013-04-25
1
-83
/
+17
*
Use pointers to iterate over symbols.
Rafael Espindola
2013-04-24
1
-1
/
+3
*
Don't produce an empty llvm.compiler.used in LTO.
Rafael Espindola
2013-04-24
1
-19
/
+19
*
Fix typo.
Rafael Espindola
2013-04-23
1
-7
/
+7
*
Simplify yaml2obj a bit.
Rafael Espindola
2013-04-23
1
-105
/
+112
*
Write relocations in yaml2obj.
Rafael Espindola
2013-04-23
1
-0
/
+13
*
llvm-readobj: Dump more COFF auxiliary records
Nico Rieck
2013-04-22
1
-1
/
+6
*
llvm-readobj: Check for null section pointer
Nico Rieck
2013-04-22
1
-1
/
+1
*
llvm-readobj: Do not print NULL StringRefs
Nico Rieck
2013-04-22
3
-11
/
+10
*
Remove dead code.
Rafael Espindola
2013-04-20
1
-4
/
+0
*
These can be void.
Rafael Espindola
2013-04-20
1
-12
/
+7
*
Rename obj2yaml local namespace to avoid conflicts with llvm::yaml.
Rafael Espindola
2013-04-20
3
-7
/
+7
*
Remove local namespace yaml to avoid confusion with llvm::yaml.
Rafael Espindola
2013-04-20
1
-8
/
+6
*
Small obj2yaml cleanups.
Rafael Espindola
2013-04-20
1
-69
/
+76
*
Remove COFFYAML::Header.
Rafael Espindola
2013-04-20
1
-17
/
+38
*
Remove COFFYAML::Relocation.
Rafael Espindola
2013-04-19
1
-11
/
+19
*
Don't read one command past the end.
Rafael Espindola
2013-04-19
1
-2
/
+6
*
At Jim Grosbach's request detemplate Object/MachO.h.
Rafael Espindola
2013-04-18
4
-116
/
+82
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-2
/
+3
*
llvm-objdump: Don't print contents of BSS sections: it makes no sense and cra...
Alexey Samsonov
2013-04-16
1
-0
/
+8
[next]