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
*
[PDB] Teach libpdb to write DBI Stream ECNames.
Zachary Turner
2017-07-07
1
-0
/
+7
*
[ORC] Errorize the ORC APIs.
Lang Hames
2017-07-07
2
-18
/
+31
*
Prototype: Reduce llvm-profdata merge memory usage further
David Blaikie
2017-07-06
1
-1
/
+2
*
Bitcode: Include any strings added to the string table in the module hash.
Peter Collingbourne
2017-07-06
1
-1
/
+7
*
[opt-viewer] Move under tools, install it
Adam Nemet
2017-07-06
7
-0
/
+885
*
Fix -Wunused-function by making function declarations in a header non-static
David Blaikie
2017-07-06
1
-2
/
+2
*
Revert "Revert "Revert "Switch external cvtres.exe for llvm's own resource li...
Eric Beckmann
2017-07-05
1
-1
/
+0
*
Fix std::min ambiguity between uint32 and size_t.
Zachary Turner
2017-07-05
1
-1
/
+1
*
[llvm-pdbutil] Add the ability to truncate stream purpose names.
Zachary Turner
2017-07-05
4
-36
/
+83
*
Revert "Revert "Switch external cvtres.exe for llvm's own resource library.""
Eric Beckmann
2017-07-05
1
-10
/
+11
*
Revert "Switch external cvtres.exe for llvm's own resource library."
Eric Beckmann
2017-07-05
1
-11
/
+10
*
[PDB] Add a test that verifies every known type record.
Zachary Turner
2017-07-05
2
-5
/
+5
*
Fix dangling StringRefs found by clang-tidy misc-dangling-handle check.
Alexander Kornienko
2017-07-04
2
-4
/
+8
*
[Orc] Remove the memory manager argument to addModule, and de-templatize the
Lang Hames
2017-07-04
2
-6
/
+5
*
[ORE] Add diagnostics hotness threshold
Brian Gesiak
2017-06-30
2
-0
/
+16
*
Remove spurious semicolons.
Zachary Turner
2017-06-30
1
-34
/
+0
*
[llvm-pdbutil] Output the symbol offset when dumping.
Zachary Turner
2017-06-30
3
-46
/
+91
*
Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTOR
Richard Smith
2017-06-30
1
-2
/
+0
*
[llvm-pdbutil] Add the ability to dump the dependency tree for a type
Zachary Turner
2017-06-30
5
-26
/
+91
*
[ORE] Unify spelling as "diagnostics hotness"
Brian Gesiak
2017-06-30
2
-2
/
+2
*
[llvm-readobj] Improve printouts for COFF ARM64 binaries
Martin Storsjo
2017-06-30
1
-0
/
+1
*
[llvm-readobj] Include the PE magic value in printouts
Martin Storsjo
2017-06-30
1
-0
/
+1
*
Rewrite demangle memory handling.
Eric Christopher
2017-06-30
1
-3
/
+5
*
Change the type of Undecorated to unique_ptr<char[]> since we're looking at a...
Eric Christopher
2017-06-30
1
-1
/
+1
*
llvm-nm: Add support for symbol demangling (-C/--demangle)
Sam Clegg
2017-06-29
2
-7
/
+35
*
[DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.
Paul Robinson
2017-06-29
1
-11
/
+12
*
[NFC] Remove multiple semicolons
Mandeep Singh Grang
2017-06-28
1
-1
/
+1
*
Add missing library dependency to fix build break in llvm-lto2
Hiroshi Inoue
2017-06-28
2
-1
/
+2
*
Object: Teach irsymtab::read() to try to use the irsymtab that we wrote to disk.
Peter Collingbourne
2017-06-27
1
-1
/
+13
*
Bitcode: Write the irsymtab to disk.
Peter Collingbourne
2017-06-27
1
-0
/
+6
*
[WebAssembly] Add support for printing relocations with llvm-objdump
Sam Clegg
2017-06-27
1
-2
/
+18
*
[WebAssembly] Add data size and alignement to linking section
Sam Clegg
2017-06-27
2
-16
/
+46
*
[WebAssembly] Add more support for weak symbols
Sam Clegg
2017-06-26
1
-0
/
+1
*
[DWARF] NFC: Collect info used by DWARFFormValue into a helper.
Paul Robinson
2017-06-26
2
-7
/
+11
*
[llvm-pdbutil] Add a mode to `bytes` for dumping split debug chunks.
Zachary Turner
2017-06-26
3
-43
/
+90
*
[llvm-stress] Add getRandom() helper that was going to be part of D34157. NFCI.
Simon Pilgrim
2017-06-26
1
-27
/
+32
*
[llvm-stress] Remove Rand32 helper function
Simon Pilgrim
2017-06-26
1
-9
/
+5
*
[llvm-stress] Ensure that the C++11 random device respects its min/max values...
Simon Pilgrim
2017-06-26
1
-2
/
+6
*
[bugpoint] Do not initialize disassembler passes
Tobias Grosser
2017-06-26
1
-1
/
+0
*
Ensure backends available in 'opt' are also available in 'bugpoint'
Tobias Grosser
2017-06-24
3
-0
/
+11
*
[ORC] Re-apply r306166 and r306168 with fix for regression test.
Lang Hames
2017-06-23
2
-51
/
+53
*
[llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.
Zachary Turner
2017-06-23
4
-0
/
+132
*
This reverts commit r306166 and r306168.
Rafael Espindola
2017-06-23
2
-53
/
+51
*
[llvm-readobj] Fix COFF RVA table dumping bug
Reid Kleckner
2017-06-23
1
-1
/
+5
*
[llvm-pdbutil] Dump raw bytes of type and id records.
Zachary Turner
2017-06-23
4
-0
/
+90
*
[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix the
Lang Hames
2017-06-23
2
-51
/
+53
*
[llvm-pdbutil] Dump raw bytes of various DBI stream subsections.
Zachary Turner
2017-06-23
5
-7
/
+138
*
[llvm-pdbutil] Show what blocks a stream occupies.
Zachary Turner
2017-06-23
3
-0
/
+13
*
[llvm-pdbutil] Dump raw bytes of pdb name map.
Zachary Turner
2017-06-23
6
-15
/
+30
*
[llvm-pdbutil] Add the ability to dump raw bytes from the file.
Zachary Turner
2017-06-23
4
-20
/
+72
[next]