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
/
test
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[yaml2obj] - Allow placing local symbols after globals.
George Rimar
2019-08-29
1
-11
/
+27
*
[llvm-readobj/llvm-readelf] - Report a proper warning when dumping a broken d...
George Rimar
2019-08-29
1
-0
/
+51
*
[COFF] Add a ResourceSectionRef method for getting the data entry, print it i...
Martin Storsjo
2019-08-29
3
-0
/
+168
*
[llvm-readobj] Print the resource type textually for .res files
Martin Storsjo
2019-08-29
17
-176
/
+176
*
Ignore object files that lack coverage information.
James Y Knight
2019-08-28
7
-0
/
+18
*
Reland "[yaml2obj] - Don't allow setting StOther and Other/Visibility at the ...
Vlad Tsyrklevich
2019-08-28
1
-0
/
+29
*
Revert "[yaml2obj] - Don't allow setting StOther and Other/Visibility at the ...
Vlad Tsyrklevich
2019-08-28
1
-29
/
+0
*
[llvm-objdump] Add the missing ARMv8 subarch detection
Yi Kong
2019-08-28
2
-0
/
+21
*
Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...
Vlad Tsyrklevich
2019-08-28
2
-2
/
+2
*
[XCOFF][AIX] Generate symbol table entries with llvm-readobj
Jason Liu
2019-08-27
2
-0
/
+446
*
Change the X86 datalayout to add three address spaces for 32 bit signed,
Amy Huang
2019-08-27
2
-2
/
+2
*
[yaml2obj] - Don't allow setting StOther and Other/Visibility at the same time.
George Rimar
2019-08-27
1
-0
/
+29
*
[SampleFDO] Add ExtBinary format to support extension of binary profile.
Wei Mi
2019-08-23
1
-1
/
+10
*
[llvm-objcopy] Strip debug sections when running with --strip-unneeded.
Jordan Rupprecht
2019-08-23
1
-0
/
+30
*
[X86][BtVer2] Add a read-advance to every implicit register use of CMPXCHG8B/...
Andrea Di Biagio
2019-08-23
1
-0
/
+304
*
[X86][BtVer2] Fix latency of ALU RMW instructions.
Andrea Di Biagio
2019-08-23
1
-222
/
+222
*
[llvm-dlltool] Make sure to strip decorations from ExtName for renamed exports
Martin Storsjo
2019-08-23
1
-0
/
+3
*
[yaml2obj] - Allow setting the symbol st_other field to any integer.
George Rimar
2019-08-23
2
-17
/
+85
*
[X86][BtVer2] Fix latency/throughput of scalar integer MUL instructions.
Andrea Di Biagio
2019-08-22
15
-246
/
+247
*
[yaml2obj] - Lookup relocation symbols in dynamic symbol when .dynsym referen...
George Rimar
2019-08-22
3
-8
/
+71
*
[X86][BtVer2] Fix latency and throughput of XCHG and XADD.
Andrea Di Biagio
2019-08-22
3
-55
/
+328
*
[llvm-objdump] - Remove an outdated "FIXME". NFC.
George Rimar
2019-08-22
1
-2
/
+0
*
[llvm-objdump] - Cleanup the error reporting.
George Rimar
2019-08-21
7
-13
/
+13
*
[AutoFDO] Make call targets order deterministic for sample profile
Wenlei He
2019-08-20
3
-6
/
+9
*
[X86][BtVer2] Use ReadAfterLd entries for the register operands of CMPXCHG.
Andrea Di Biagio
2019-08-20
1
-0
/
+286
*
[llvm-objcopy][test] Add a test to show that argv[0] is included in error/war...
Fangrui Song
2019-08-20
1
-0
/
+20
*
[llvm-objcopy] Append '\n' to warning messages
Fangrui Song
2019-08-20
1
-3
/
+4
*
[X86][BtVer2] Fix latency and throughput of atomic INC/DEC/NEG/NOT.
Andrea Di Biagio
2019-08-20
1
-33
/
+33
*
[llvm-objdump] - Remove one of `report_error` functions and improve the error...
George Rimar
2019-08-20
1
-3
/
+3
*
[DWARF] Fix reading 64-bit DWARF type units.
Igor Kudrin
2019-08-20
2
-0
/
+115
*
[llvm-readobj] Prepend argv[0] to error/warning messages
Fangrui Song
2019-08-20
1
-0
/
+19
*
[MCA][X86] Add tests for LOCK variants of standard X86 arithmetic ops
Simon Pilgrim
2019-08-20
12
-24
/
+4596
*
[X86][Btver2] Fix latency and throughput of CMPXCHG instructions.
Andrea Di Biagio
2019-08-20
2
-34
/
+34
*
[DWARF] Fix DWARFUnit::getDebugInfoSize() for 64-bit DWARF.
Igor Kudrin
2019-08-20
1
-0
/
+37
*
[test/Object] - Move/rewrite 2 more test cases.
George Rimar
2019-08-20
2
-0
/
+84
*
Recommit "[llvm-objcopy][MachO] Implement a layout algorithm for executables"
Seiya Nuta
2019-08-19
1
-0
/
+291
*
[X86] Move scheduling tests for CMPXCHG to the corresponding resources-x86_64...
Andrea Di Biagio
2019-08-19
24
-492
/
+168
*
[X86] Added extensive scheduling model tests for all the CMPXCHG variants. NFC
Andrea Di Biagio
2019-08-19
12
-12
/
+552
*
Revert r369230 and r369231
Seiya Nuta
2019-08-19
1
-291
/
+0
*
[llvm-objcopy][MachO] Implement a layout algorithm for executables
Seiya Nuta
2019-08-19
1
-0
/
+291
*
Recommit r369190 "[llvm-readobj/llvm-readelf] - Improve/cleanup the error rep...
George Rimar
2019-08-17
9
-48
/
+48
*
Revert r369190, r369192 ([llvm-readobj/llvm-readelf] - Improve/cleanup the er...
George Rimar
2019-08-17
9
-48
/
+48
*
[llvm-readobj/llvm-readelf] - Improve/cleanup the error reporting API.
George Rimar
2019-08-17
9
-48
/
+48
*
[test] - Remove precomiled openbsd-phdrs.elf-x86-64 objects.
George Rimar
2019-08-17
4
-207
/
+186
*
[llvm-readobj] Unwrap the value first to avoid the error
Petr Hosek
2019-08-17
1
-5
/
+5
*
[llvm-readobj] Fallback to PT_NOTE if file doesn't have sections
Petr Hosek
2019-08-16
1
-3
/
+29
*
[lib/Object] - Remove objdump-file-header.test
George Rimar
2019-08-15
2
-7
/
+25
*
[llvm-objcopy] Allow 'protected' visibility to be set when using
Chris Jackson
2019-08-15
1
-5
/
+7
*
[llvm-readobj][MachO] Fix section type printing
Seiya Nuta
2019-08-15
5
-65
/
+379
*
[llvm-objdump] Add warning messages if disassembly + source for problematic i...
Michael Pozulp
2019-08-15
3
-6
/
+12
[prev]
[next]