index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[llvm-mc] Better error handling in ENOENT case + test.
Davide Italiano
2015-09-14
1
-6
/
+1
*
dsymutil: Factor out the DIE cloning into a DIECloner class. (NFC)
Adrian Prantl
2015-09-14
1
-161
/
+169
*
[llvm-mc] More meaningful error if input file doesn't exist.
Davide Italiano
2015-09-13
1
-0
/
+5
*
dsymutil: Factor out the relocation handling into a RelocationManager (NFC)
Adrian Prantl
2015-09-11
1
-125
/
+176
*
Add a non-exiting diagnostic handler for LTO.
Yunzhong Gao
2015-09-11
1
-1
/
+4
*
[dsymutil] Discard useless location attributes.
Frederic Riss
2015-09-11
1
-4
/
+68
*
[dsymutil] Rename some variables NFC.
Frederic Riss
2015-09-11
1
-11
/
+11
*
[CMake] Add lto subdirectory explicitly.
Chris Bieneman
2015-09-10
1
-0
/
+4
*
llvm-config: Add --build-system option
Tom Stellard
2015-09-09
4
-0
/
+8
*
[llvm-readobj] MachO -- dump LinkerOptions load command.
Davide Italiano
2015-09-09
3
-0
/
+28
*
[llvm-readobj] Shrink code a little bit. No functional change.
Davide Italiano
2015-09-07
1
-36
/
+9
*
[cmake] rework LLVM_LINK_LLVM_DYLIB option handling
Andrew Wilkins
2015-09-05
1
-47
/
+4
*
[llvm-readobj] MachO: dump the correct field.
Davide Italiano
2015-09-04
1
-1
/
+1
*
[llvm-readobj] Dump MachO indirect symbols.
Davide Italiano
2015-09-03
3
-0
/
+25
*
[WinEH] Add cleanupendpad instruction
Joseph Tremoulet
2015-09-03
1
-0
/
+1
*
[llvm-reaodbj] Simplify code. No functional change (intended).
Davide Italiano
2015-09-02
1
-24
/
+8
*
Reapply r246012 [dsymutil] Emit real dSYM companion binaries.
Frederic Riss
2015-09-02
3
-3
/
+439
*
[llvm-readobj] MachO: Dump segment command.
Davide Italiano
2015-09-02
3
-0
/
+87
*
Pass a symbol table to getRelocationSymbol instead of returning one.
Rafael Espindola
2015-09-02
3
-32
/
+41
*
gold-plugin: Implement parallel LTO code generation using llvm::splitCodeGen.
Peter Collingbourne
2015-09-01
1
-34
/
+47
*
New bitcode linker flags:
Artem Belevich
2015-09-01
1
-4
/
+21
*
[llvm-readobj] MachO -- correctly dump section field 'Reserved3'
Davide Italiano
2015-09-01
1
-0
/
+4
*
Enable linking tools, shared libraries against libLLVM
Andrew Wilkins
2015-09-01
2
-43
/
+89
*
[llvm-readobj] Dump MachO Dysymtab command.
Davide Italiano
2015-08-31
3
-0
/
+37
*
Build a lib/Fuzzer version for llvm-as.
Karl Schimpf
2015-08-31
2
-0
/
+88
*
[llvm-readobj] Add pair of missing braces.
Davide Italiano
2015-08-31
1
-1
/
+2
*
[dsymutil] Do not mistakenly reuse the current object file when the next one ...
Frederic Riss
2015-08-31
1
-1
/
+3
*
[dsymutil] Do not crash on empty debug_range range.
Frederic Riss
2015-08-31
1
-9
/
+11
*
[dsymutil] Fix caching of current range. NFC.
Frederic Riss
2015-08-31
1
-2
/
+3
*
[dsymutil] Fix handling of inlined_subprogram low_pcs
Frederic Riss
2015-08-31
1
-3
/
+14
*
[dsymutil] Do not construct a StringRef from a std::string temporary
Frederic Riss
2015-08-31
1
-2
/
+1
*
[dsymutil] Implement -symtab/-s option.
Frederic Riss
2015-08-31
3
-0
/
+193
*
llvm-readobj: Dump more info for COFF import libraries.
Rui Ueyama
2015-08-28
4
-7
/
+57
*
Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...
Rui Ueyama
2015-08-28
1
-0
/
+9
*
CodeGen: Introduce splitCodeGen and teach LTOCodeGenerator to use it.
Peter Collingbourne
2015-08-27
1
-11
/
+33
*
[yaml2obj] Support numeric indexes to create invalid files. Will be used by l...
Michael J. Spencer
2015-08-27
1
-3
/
+5
*
[llvm-readobj] Add support for dumping MachO min version load command.
Davide Italiano
2015-08-27
3
-0
/
+45
*
[llvm-objdump] Use the new MinVersion API introduced in r245938. NFC.
Davide Italiano
2015-08-26
1
-8
/
+12
*
Revert "[dsymutil] Emit real dSYM companion binaries."
Frederic Riss
2015-08-26
3
-436
/
+3
*
[dsymutil] Emit real dSYM companion binaries.
Frederic Riss
2015-08-26
3
-3
/
+436
*
[dsymutil] Store an optional BinaryPath in the debug map.
Frederic Riss
2015-08-26
3
-2
/
+9
*
[dsymutil] Make the warn and error helpers globally available. NFC.
Frederic Riss
2015-08-26
2
-11
/
+14
*
[dsymutil] Split NonRelocatableStringPool into its own file. NFC.
Frederic Riss
2015-08-26
2
-86
/
+103
*
[dsymutil] Reapply r245960.
Frederic Riss
2015-08-25
3
-1
/
+11
*
Revert "[dsymutil] Rewrite thumb triple names in user visible messages."
Frederic Riss
2015-08-25
3
-11
/
+1
*
[dsymutil] Rewrite thumb triple names in user visible messages.
Frederic Riss
2015-08-25
3
-1
/
+11
*
[dsymutil] Not finding any debug info is not a fatal error
Frederic Riss
2015-08-25
2
-5
/
+4
*
LTO: Simplify merged module ownership.
Peter Collingbourne
2015-08-24
2
-2
/
+2
*
[llvm-readobj/ELF] Factor out common code.
Davide Italiano
2015-08-23
1
-12
/
+11
*
LTO: Change signature of LTOCodeGenerator::setCodePICModel() to take a Reloc:...
Peter Collingbourne
2015-08-21
2
-15
/
+17
[prev]
[next]