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
*
[codeview] Maintain the type enum-to-classname mapping in the .def file
Reid Kleckner
2016-05-03
1
-23
/
+5
*
Parse the TPI (type information) stream of PDB files.
Zachary Turner
2016-05-03
1
-0
/
+34
*
Move llvm-readobj/StreamWriter to Support.
Zachary Turner
2016-05-03
14
-485
/
+55
*
NFC: An iterator for stepping through CodeView type stream in llvm-readobj
Adrian McCarthy
2016-05-02
1
-39
/
+125
*
Simplify. NFC.
Rafael Espindola
2016-05-02
1
-4
/
+1
*
Fix llvm-size to exit with non zero when it can’t open a file.
Kevin Enderby
2016-05-02
1
-1
/
+5
*
Don't try to create thin bsd archives.
Rafael Espindola
2016-05-02
1
-1
/
+3
*
[dsymutil] Create the temporary files in the system temp directory.
Frederic Riss
2016-05-02
1
-3
/
+6
*
[codeview] Isolate type dumping from object file state
Reid Kleckner
2016-05-02
1
-18
/
+38
*
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
2016-05-02
10
-57
/
+129
*
[codeview] Don't dump type stream bytes unless asked to
Reid Kleckner
2016-05-02
1
-1
/
+2
*
Parse PDB Name Hash Table
Zachary Turner
2016-05-02
1
-25
/
+9
*
[llvm-readobj] Dump hash as part of -version-info.
Davide Italiano
2016-05-02
1
-0
/
+1
*
[CMake] [Xcode] Improving Xcode toolchain generation to support distribution ...
Chris Bieneman
2016-04-29
1
-0
/
+20
*
Move coverage related code into a separate library.
Easwaran Raman
2016-04-29
6
-7
/
+7
*
Put PDB parsing code into a pdb namespace.
Zachary Turner
2016-04-29
1
-22
/
+22
*
Refactor the PDB Stream reading interface.
Zachary Turner
2016-04-29
1
-4
/
+7
*
Remove leftover
Tobias Grosser
2016-04-29
1
-4
/
+0
*
cmake: Set LINK_POLLY_INTO_TOOLS to ON (v2)
Tobias Grosser
2016-04-29
1
-0
/
+4
*
[llvm-cov] Don't emit 'nan%' in reports
Vedant Kumar
2016-04-29
1
-0
/
+6
*
[llvm-pdbdump] Restore error messages, handle bad block sizes
David Majnemer
2016-04-28
1
-14
/
+23
*
Fix a bug in llvm-objdump for -private-headers printing the LC_CODE_SIGNATURE...
Kevin Enderby
2016-04-28
1
-1
/
+1
*
Update llvm-objdump for disassembly of ARM Mach-O files to always include the...
Kevin Enderby
2016-04-28
1
-3
/
+5
*
Read the rest of the DBI substreams, and parse source info.
Zachary Turner
2016-04-28
1
-15
/
+20
*
Fix bugs in llvm-objdump printing the last word for -section in non i386 and ...
Kevin Enderby
2016-04-27
1
-2
/
+2
*
Parse module information from DBI stream.
Zachary Turner
2016-04-27
1
-0
/
+23
*
Fix a bug in llvm-objdump printing of 32-bit addresses for -section in non i3...
Kevin Enderby
2016-04-27
1
-1
/
+1
*
Add TargetMachine::addEarlyAsPossiblePasses, and call it from opt.
Justin Lebar
2016-04-27
1
-11
/
+20
*
[ThinLTO] Use valueid instead of bitcode offsets in combined index file
Teresa Johnson
2016-04-27
1
-1
/
+0
*
Parse and dump PDB DBI Stream Header Information
Zachary Turner
2016-04-26
1
-4
/
+18
*
Reapply: "ARM: put correct symbol index on indirect pointers in __thread_ptr.""
Tim Northover
2016-04-26
1
-1
/
+1
*
Refactor some more PDB reading code into DebugInfoPDB.
Zachary Turner
2016-04-26
1
-126
/
+13
*
Align case statements (whitespace-only cleanup)
Sanjoy Das
2016-04-26
1
-15
/
+15
*
Symbolize operand bundle blocks for bcanalyzer
Sanjoy Das
2016-04-26
1
-0
/
+8
*
[lli] Fix a sign-compare warning.
Lang Hames
2016-04-26
1
-2
/
+2
*
[CMake] If set we should pass LLVM_VERSION_INFO into config.h
Chris Bieneman
2016-04-25
1
-2
/
+0
*
[ORC] Thread Error/Expected through the RPC library.
Lang Hames
2016-04-25
3
-41
/
+51
*
[gold] Fix linkInModule and extend common.ll test.
Evgeniy Stepanov
2016-04-25
1
-3
/
+3
*
Resubmit "Refactor raw pdb dumper into library"
Zachary Turner
2016-04-25
2
-312
/
+85
*
[gold-plugin] Remove dead assignment. NFC.
Davide Italiano
2016-04-25
1
-1
/
+0
*
dsymutil: Only warn about clang module DWO id mismatches in verbose mode.
Adrian Prantl
2016-04-25
1
-1
/
+4
*
Add a version field in the bitcode for the summary
Mehdi Amini
2016-04-24
1
-0
/
+1
*
Add an internalization step to the ThinLTOCodeGenerator
Mehdi Amini
2016-04-24
1
-4
/
+45
*
Store and emit original name in combined index
Mehdi Amini
2016-04-23
1
-0
/
+1
*
DebugInfo: Remove MDString-based type references
Duncan P. N. Exon Smith
2016-04-23
1
-6
/
+2
*
[gold] Gate value name discarding under save-temps
Teresa Johnson
2016-04-23
1
-8
/
+4
*
llvm-objdump: deal with invalid ARM encodings slightly better.
Tim Northover
2016-04-22
1
-7
/
+17
*
MachO: remove weird ARM/Thumb interface from MachOObjectFile
Tim Northover
2016-04-22
6
-29
/
+21
*
AMDGPU: Fix crash when dumping unknown opcode
Matt Arsenault
2016-04-22
1
-0
/
+5
*
Introduce llvm.load.relative intrinsic.
Peter Collingbourne
2016-04-22
1
-0
/
+1
[next]