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
/
lib
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[WebAssembly] Use section index in relocation section header
Sam Clegg
2018-04-24
1
-49
/
+31
*
Reflow formatting after previous NFC commit.
Eric Christopher
2018-04-24
1
-6
/
+6
*
Change if-conditionals to else-if as they should all be mutually exclusive.
Eric Christopher
2018-04-24
1
-3
/
+3
*
[WebAssembly] MC: Refactor section creation code
Sam Clegg
2018-04-23
1
-17
/
+14
*
[WebAssembly] Enabled -triple=wasm32-unknown-unknown-wasm path using ELF dire...
Sam Clegg
2018-04-19
1
-3
/
+7
*
[MC] Moved all the remaining logic that computed instruction latency and reci...
Andrea Di Biagio
2018-04-15
1
-15
/
+36
*
[MC] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
2
-6
/
+6
*
[DWARFv5] Fuss with asm syntax for conveying MD5 checksum.
Paul Robinson
2018-04-11
2
-28
/
+32
*
[MachO] Emit Weak ReadOnlyWithRel to ConstDataSection
Steven Wu
2018-04-10
1
-3
/
+6
*
[Support] Make line-number cache robust against access patterns.
Graydon Hoare
2018-04-07
1
-22
/
+2
*
[RISCV] Tablegen-driven Instruction Compression.
Sameer AbuAsal
2018-04-06
1
-0
/
+18
*
[WebAssembly] Allow for the creation of user-defined custom sections
Sam Clegg
2018-04-05
1
-1
/
+43
*
Re-commit r329179 after fixing build&test issues
Pavel Labath
2018-04-04
1
-0
/
+10
*
Revert r329179 (and follow-up unsuccessful fix attempts 329184, 329186); it d...
Nico Weber
2018-04-04
1
-10
/
+0
*
[CodeGen] Generate DWARF v5 Accelerator Tables
Pavel Labath
2018-04-04
1
-0
/
+10
*
[DEBUGINFO] Add option that allows to disable emission of flags in .loc direc...
Alexey Bataev
2018-04-03
2
-19
/
+32
*
[MC] Fix -Wmissing-field-initializer warning after r329067.
Andrea Di Biagio
2018-04-03
1
-0
/
+1
*
Reapply "[DWARFv5] Emit file 0 to the line table."
Paul Robinson
2018-03-29
4
-62
/
+117
*
Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""
Alexander Potapenko
2018-03-28
4
-112
/
+62
*
Reapply "[DWARFv5] Emit file 0 to the line table."
Paul Robinson
2018-03-27
4
-62
/
+112
*
[DWARF] Suppress split line tables more carefully.
Paul Robinson
2018-03-27
1
-2
/
+5
*
Use .set instead of = when printing assignment in assembly output
Krzysztof Parzyszek
2018-03-27
1
-1
/
+2
*
Add a build dependency from libMC to libDebugInfoCodeView to match the realit...
David Blaikie
2018-03-26
1
-1
/
+1
*
Allow FDE references outside the +/-2GB range supported by PC relative
Eric Christopher
2018-03-24
1
-0
/
+2
*
[DWARF] Fix mixing assembler -g with DWARF .file directives.
Paul Robinson
2018-03-22
1
-16
/
+32
*
[MC] fix documentation comments; NFC
Sanjay Patel
2018-03-22
1
-5
/
+0
*
[WebAssembly] Added initial AsmParser implementation.
Derek Schuff
2018-03-20
1
-0
/
+2
*
Re-land r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols fo...
Reid Kleckner
2018-03-15
1
-0
/
+1
*
[MC] Always emit relocations for same-section function references
Reid Kleckner
2018-03-14
1
-5
/
+7
*
[MC] fix documentation comments; NFC
Sanjay Patel
2018-03-13
1
-25
/
+14
*
[MC] Move the reciprocal throughput computation from TargetSchedModel to MCSc...
Andrea Di Biagio
2018-03-13
1
-0
/
+24
*
[MC] Move the instruction latency computation from TargetSchedModel to MCSche...
Andrea Di Biagio
2018-03-13
1
-0
/
+17
*
Delay creating an alias for @@@.
Rafael Espindola
2018-03-09
5
-66
/
+26
*
[WebAssembly] Disallow weak undefined globals in the object format
Nicholas Wilson
2018-03-09
1
-0
/
+3
*
Don't treat .symver as a regular alias definition.
Rafael Espindola
2018-03-09
3
-3
/
+18
*
Revert "[DWARF] Fix mixing assembler -g with DWARF .file directives."
Paul Robinson
2018-03-09
1
-29
/
+14
*
[DWARF] Fix mixing assembler -g with DWARF .file directives.
Paul Robinson
2018-03-08
1
-14
/
+29
*
Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""
Alexander Kornienko
2018-03-07
4
-105
/
+57
*
Reapply "[DWARFv5] Emit file 0 to the line table."
Paul Robinson
2018-03-06
4
-57
/
+105
*
[Asm] Fix another layering violation in assmebly macro dumping
Oliver Stannard
2018-03-06
1
-1
/
+1
*
[ARM][Asm] Fix layering violation introduced by r326795
Oliver Stannard
2018-03-06
1
-1
/
+6
*
[Asm] Add debug printing for assembler macros
Oliver Stannard
2018-03-06
2
-0
/
+43
*
[Asm] Refactor debug printing of AsmToken
Oliver Stannard
2018-03-06
1
-0
/
+93
*
Revert "[DWARFv5] Emit file 0 to the line table."
Paul Robinson
2018-03-06
4
-105
/
+57
*
[DWARFv5] Emit file 0 to the line table.
Paul Robinson
2018-03-06
4
-57
/
+105
*
[WebAssembly] Reorder reloc sections to come between symtab and name
Nicholas Wilson
2018-03-05
1
-1
/
+1
*
[WebAssembly] Use uint8_t for single byte values to match the spec
Sam Clegg
2018-03-01
1
-9
/
+9
*
[WebAssembly] Reorder symbol table to match MC order
Nicholas Wilson
2018-02-28
1
-41
/
+40
*
[WebAssembly] Remove DataSize from linking metadata section
Sam Clegg
2018-02-27
1
-9
/
+3
*
[DebugInfo] Support DWARF v5 source code embedding extension
Scott Linder
2018-02-23
5
-31
/
+92
[prev]
[next]