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
*
Convert another use of sys::identifyFileType.
Rafael Espindola
2013-06-11
1
-2
/
+3
*
Fix dubious type name similar to member name.
Sean Silva
2013-06-11
1
-1
/
+1
*
[yaml2obj] Initial ELF support.
Sean Silva
2013-06-10
4
-1
/
+85
*
Pass a StringRef to sys::identifyFileType.
Rafael Espindola
2013-06-10
1
-1
/
+1
*
[llvm-symbolizer] rewrite r183213 in a more clear way
Alexey Samsonov
2013-06-07
2
-7
/
+10
*
Teach llvm-objdump with the -macho parser how to use the data in code table
Kevin Enderby
2013-06-06
2
-7
/
+113
*
Print symbol names in relocations when dumping COFF as YAML.
Rafael Espindola
2013-06-06
2
-5
/
+17
*
Add BinaryRef binary_size() method.
Sean Silva
2013-06-05
1
-4
/
+3
*
Add writeAsBinary(raw_ostream &) method to BinaryRef.
Sean Silva
2013-06-05
1
-29
/
+2
*
yaml2obj: split out COFF logic into separate file
Sean Silva
2013-06-05
4
-287
/
+330
*
yaml2obj: add -format=<fmt> to choose input YAML interpretation
Sean Silva
2013-06-05
1
-11
/
+39
*
Move BinaryRef to a new include/llvm/Object/YAML.h file.
Rafael Espindola
2013-06-05
1
-2
/
+2
*
Handle relocations that don't point to symbols.
Rafael Espindola
2013-06-05
5
-16
/
+12
*
Remove "-Wl,-seg1addr -Wl,0xE0000000" from link options.
Bob Wilson
2013-06-04
2
-4
/
+2
*
[llvm-symbolizer] Avoid calling slow getSymbolSize for Mach-O files. Assume t...
Alexey Samsonov
2013-06-04
2
-9
/
+20
*
Remove dead code.
Rafael Espindola
2013-06-03
2
-44
/
+0
*
Correct handling invalid filename in llvm-symbolizer
Alexey Samsonov
2013-06-03
1
-2
/
+2
*
Rename COFFYaml.h to COFFYAML.h for consistency.
Rafael Espindola
2013-05-31
2
-2
/
+2
*
Don't allocate temporary string for section data.
Rafael Espindola
2013-05-31
2
-25
/
+12
*
Don't reach into the middle of TargetMachine and cache one of its ivars.
Bill Wendling
2013-05-29
2
-2
/
+2
*
llvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes internal compiler error.
NAKAMURA Takumi
2013-05-27
1
-1
/
+2
*
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
[next]