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
*
[MC, COFF] Permit a variable to be redefined
David Majnemer
2016-07-08
1
-19
/
+11
*
[MC/Darwin] Fix a -Wmisleading-indentation warning, reported by GCC 6.
Davide Italiano
2016-07-05
1
-2
/
+2
*
Add support for allowing us to create uniquely identified "COMDAT" or "ELF
Eric Christopher
2016-07-01
1
-7
/
+15
*
Delete MCCodeGenInfo.
Rafael Espindola
2016-06-30
2
-24
/
+0
*
[ARM] Fix Thumb text sections' flags under COFF/Windows
Renato Golin
2016-06-27
1
-2
/
+5
*
Apply clang-tidy's modernize-loop-convert to lib/MC.
Benjamin Kramer
2016-06-26
6
-67
/
+56
*
Fix instance of -Wdelete-incomplete
Reid Kleckner
2016-06-22
1
-0
/
+1
*
Prune some includes from headers and sink some inline functions
Reid Kleckner
2016-06-22
3
-0
/
+28
*
Delete some dead code.
Rafael Espindola
2016-06-21
2
-11
/
+0
*
doesSetDirectiveSuppressesReloc -> doesSetDirectiveSuppressReloc, the
Joerg Sonnenberger
2016-06-18
1
-1
/
+1
*
Refactor and cleanup Assembly Parsing / Lexing
Nirav Dave
2016-06-17
2
-111
/
+114
*
[MCContext] Don't use getenv inside class constructor
Igor Laevsky
2016-06-17
1
-1
/
+9
*
Revert "Refactor and cleanup Assembly Parsing / Lexing"
Nirav Dave
2016-06-16
2
-114
/
+111
*
Refactor and cleanup Assembly Parsing / Lexing
Nirav Dave
2016-06-16
2
-111
/
+114
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-3
/
+3
*
[codeview] Avoid emitting an empty file checksum table
Reid Kleckner
2016-06-08
1
-0
/
+5
*
[MC] Check the upper bound in truncate assertion
Petr Hosek
2016-06-04
1
-1
/
+1
*
Ignore Lexing errors in macro body definitions
Nirav Dave
2016-06-02
3
-23
/
+36
*
[MC] Rename EmitFill to emitFill
Petr Hosek
2016-06-01
4
-11
/
+11
*
[codeview] Improve readability of type record assembly
Reid Kleckner
2016-05-31
2
-0
/
+17
*
[MC] Return early when .fill size is negative
Petr Hosek
2016-05-28
1
-1
/
+1
*
[MC] Support symbolic expressions in assembly directives
Petr Hosek
2016-05-28
4
-34
/
+102
*
Revert "[MC] Support symbolic expressions in assembly directives"
Petr Hosek
2016-05-27
4
-102
/
+34
*
[MC] Support symbolic expressions in assembly directives
Petr Hosek
2016-05-27
4
-34
/
+102
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
1
-9
/
+7
*
Recommit 270977 - [llvm-mc] - Teach llvm-mc to generate zlib styled compressi...
George Rimar
2016-05-27
2
-20
/
+51
*
Revert r270977 ([llvm-mc] - Teach llvm-mc to generate zlib styled compression...
George Rimar
2016-05-27
2
-51
/
+20
*
[llvm-mc] - Teach llvm-mc to generate zlib styled compression sections.
George Rimar
2016-05-27
2
-20
/
+51
*
coff: fix weak alias to local.
Rafael Espindola
2016-05-26
1
-32
/
+40
*
coff: fix the section of weak symbols.
Rafael Espindola
2016-05-26
1
-13
/
+16
*
coff: fix the value of weak definitions.
Rafael Espindola
2016-05-26
1
-1
/
+1
*
PR11740: Disable assembly debug info when assembly already contains line dire...
David Blaikie
2016-05-26
1
-5
/
+4
*
Revert "[MC] Support symbolic expressions in assembly directives"
Reid Kleckner
2016-05-25
4
-102
/
+34
*
[MC] Support symbolic expressions in assembly directives
Petr Hosek
2016-05-25
4
-34
/
+102
*
Revert r270569 (teach llvm-mc to generate compressed debug sections in zlib
Richard Smith
2016-05-25
2
-21
/
+39
*
There's no reason to use _ to name variables different just for construction.
Eric Christopher
2016-05-24
1
-3
/
+3
*
Recommit r270070 ([llvm-mc] - Teach llvm-mc to generate compressed debug sect...
George Rimar
2016-05-24
2
-39
/
+21
*
[MCExpr] avoid UB via negation of INT_MIN
Sanjay Patel
2016-05-20
1
-2
/
+5
*
Temporarily revert r270070
George Rimar
2016-05-19
2
-21
/
+39
*
[llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style.
George Rimar
2016-05-19
2
-39
/
+21
*
Don't pass a Reloc::Model to MC.
Rafael Espindola
2016-05-18
1
-19
/
+21
*
[codeview] Some cleanup of Symbol Records.
Zachary Turner
2016-05-17
1
-7
/
+13
*
Delete deprecated function.
Rafael Espindola
2016-05-17
1
-6
/
+0
*
Remove unnecessary header include.
Lang Hames
2016-05-17
1
-1
/
+0
*
[mips] Correct the ordering of HI/LO pairs in the relocation table.
Daniel Sanders
2016-05-06
1
-5
/
+9
*
Make StringTableBuilder to cache hash values.
Rui Ueyama
2016-05-06
1
-4
/
+4
*
[mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations.
Daniel Sanders
2016-05-03
3
-33
/
+3
*
[MC] Create unique .pdata sections for every .text section
Reid Kleckner
2016-05-02
5
-86
/
+72
*
Read discriminators correctly from object file.
Dehao Chen
2016-04-28
1
-4
/
+1
*
[MCAssembler] Allow backend to finalize layout post-relaxation.
Colin LeMahieu
2016-04-27
1
-0
/
+1
[next]