index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-20
[yaml2obj] [MachO] Fill Segment and Section data
Chris Bieneman
1
-7
/
+61
2016-05-20
dsymutil/modules: Reword the warning for static libraries without module caches
Adrian Prantl
1
-3
/
+5
2016-05-20
pdbdump: print out symbol names referred by publics stream.
Rui Ueyama
1
-0
/
+1
2016-05-19
[yaml2obj] Removing debug code that scribbled 0xDEADBEEF
Chris Bieneman
1
-4
/
+3
2016-05-19
Remove specializations of ProfileSummary
Easwaran Raman
1
-4
/
+3
2016-05-19
Move ProfileSummary to IR.
Easwaran Raman
1
-9
/
+10
2016-05-19
[obj2yaml] [yaml2obj] Support for MachO Load Command data
Chris Bieneman
2
-27
/
+136
2016-05-19
Revert "[obj2yaml] [yaml2obj] Support for MachO Load Command data"
Chris Bieneman
2
-136
/
+27
2016-05-19
[obj2yaml] [yaml2obj] Support for MachO Load Command data
Chris Bieneman
2
-27
/
+136
2016-05-19
[ARM, AArch64] Properly initialize InterleavedAccessPass
Matthew Simpson
1
-0
/
+1
2016-05-19
pdbdump: Rename NumberOfSymbols -> SymbolRecordStreamIndex.
Rui Ueyama
1
-1
/
+1
2016-05-19
CodeGen: Make the global-merge pass independently testable, and add a test.
Peter Collingbourne
1
-0
/
+1
2016-05-19
Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2
-30
/
+43
2016-05-18
[obj2yaml] Refactoring of dumping MachO section structs
Chris Bieneman
1
-34
/
+44
2016-05-18
Delete Reloc::Default.
Rafael Espindola
7
-26
/
+22
2016-05-18
pdbdump: Print out section offsets in the publics stream.
Rui Ueyama
1
-0
/
+1
2016-05-18
Re-apply: [obj2yaml] [yaml2obj] Support MachO section and section_64
Chris Bieneman
2
-0
/
+86
2016-05-18
Don't pass a Reloc::Model to MC.
Rafael Espindola
3
-18
/
+5
2016-05-18
[Coverage] Ensure that coverage mapping data has an expected alignment in 'co...
Igor Kudrin
1
-1
/
+5
2016-05-18
Delete default in fully covered switch.
Rafael Espindola
1
-1
/
+0
2016-05-17
[codeview] Some cleanup of Symbol Records.
Zachary Turner
1
-62
/
+63
2016-05-17
llvm-dwp: remove some unused error handling
David Blaikie
1
-8
/
+5
2016-05-17
Revert "[obj2yaml] [yaml2obj] Support MachO section and section_64
Zachary Turner
2
-86
/
+0
2016-05-17
llvm-dwp: Move error handling code closer to use
David Blaikie
1
-6
/
+6
2016-05-17
pdbdump: Print out more strcutures.
Rui Ueyama
1
-0
/
+3
2016-05-17
llvm-dwp: Add error handling for multiple type sections in a dwp file.
David Blaikie
1
-1
/
+3
2016-05-17
[obj2yaml] [yaml2obj] Support MachO section and section_64 structs
Chris Bieneman
2
-0
/
+86
2016-05-17
Reapply r269782 "[obj2yaml] [yaml2obj] Support for MachO load command structu...
Chris Bieneman
2
-15
/
+45
2016-05-17
llvm-dwp: Simplify duplicate DWO ID error handling
David Blaikie
1
-9
/
+9
2016-05-17
[ThinLTO] Use semicolon to separate path prefix replacement
Reid Kleckner
2
-7
/
+7
2016-05-17
Revert "[obj2yaml] [yaml2obj] Support for MachO load command structures"
Chris Bieneman
2
-46
/
+15
2016-05-17
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
8
-52
/
+194
2016-05-17
[obj2yaml] [yaml2obj] Support for MachO load command structures
Chris Bieneman
2
-15
/
+46
2016-05-17
[ThinLTO] Option to control path of distributed backend files
Teresa Johnson
2
-5
/
+103
2016-05-17
llvm-dwp: Provide error handling for invalid string field forms
David Blaikie
1
-8
/
+16
2016-05-16
llvm-dwp: Add error handling for invalid (non-CU) top level tag in debug_info...
David Blaikie
1
-8
/
+14
2016-05-16
Remove extra semicolon to fix warning. NFC.
Michael Kuperstein
1
-1
/
+1
2016-05-16
Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""
Vedant Kumar
2
-43
/
+30
2016-05-16
Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2
-30
/
+43
2016-05-16
llvm-dwp: Streamline duplicate DWO ID diagnostic handling
David Blaikie
1
-24
/
+27
2016-05-16
[llc] New diagnostic handler
Renato Golin
1
-0
/
+29
2016-05-16
macho2yaml.cpp: Fix "reserved" uninitialized.
NAKAMURA Takumi
1
-0
/
+1
2016-05-14
[PM] Refactor cross-registration of AM into an helper.
Davide Italiano
1
-10
/
+1
2016-05-14
Revert "[llc] New diagnostic handler"
Renato Golin
1
-30
/
+0
2016-05-14
[llc] New diagnostic handler
Renato Golin
1
-0
/
+30
2016-05-14
Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""
Chandler Carruth
2
-43
/
+30
2016-05-14
Add testing in llvm-lto for ThinLTO caching.
Mehdi Amini
1
-0
/
+4
2016-05-14
Revert "Add testing in llvm-lto for ThinLTO caching."
Mehdi Amini
1
-4
/
+0
2016-05-14
Add testing in llvm-lto for ThinLTO caching.
Mehdi Amini
1
-0
/
+4
2016-05-14
[codeview] Add type stream merging prototype
Reid Kleckner
4
-0
/
+67
[next]