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
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-0
/
+1
*
Avoid accessing LLVM/DWARF register mappings if undefined
Dominic Chen
2016-08-12
1
-0
/
+4
*
Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una...
Daniel Sanders
2016-08-08
2
-1
/
+80
*
Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ...
Daniel Sanders
2016-08-08
2
-78
/
+1
*
[mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%...
Daniel Sanders
2016-08-08
2
-1
/
+78
*
[MC] Delete use of *structors_used.
Davide Italiano
2016-08-08
2
-2
/
+0
*
[mips] Set Personality and LSDA encoding for FreeBSD
Daniel Sanders
2016-08-04
1
-0
/
+8
*
Fix handling of end-of-line preprocessor comments Attempt 2
Nirav Dave
2016-08-02
1
-0
/
+34
*
Revert "[MC] Fix handling of end-of-line preprocessor comments"
Nirav Dave
2016-08-02
1
-34
/
+0
*
[MC] Fix handling of end-of-line preprocessor comments
Nirav Dave
2016-08-02
1
-0
/
+34
*
Revert r277408 and r277407
Bruno Cardoso Lopes
2016-08-02
1
-34
/
+0
*
[MC] Fix handling of end-of-line preprocessor comments
Nirav Dave
2016-08-02
1
-0
/
+34
*
[MC] When emitting output hash comments always use standard line comment sepe...
Nirav Dave
2016-07-29
2
-4
/
+5
*
Initialize PreserveAsmComments in MCTargetOptions
Nirav Dave
2016-07-27
1
-1
/
+1
*
[MC] Add command-line option to choose the max nest level in asm macros.
Davide Italiano
2016-07-27
1
-4
/
+17
*
[MC] Don't crash when trying to emit a relocation against .bss.
Davide Italiano
2016-07-26
1
-2
/
+2
*
[ARM] Implement -mimplicit-it assembler option
Oliver Stannard
2016-07-26
1
-0
/
+4
*
[MC] Separate non-parsing operations from conditional chains. NFC.
Nirav Dave
2016-07-18
1
-15
/
+20
*
[MC] Cleanup Error Handling in AsmParser
Nirav Dave
2016-07-18
4
-430
/
+342
*
[codeview] Shrink inlined call site line info tables
Reid Kleckner
2016-07-14
1
-5
/
+11
*
[MC] Fix lexing ordering in assembly label parsing to preserve same line
Nirav Dave
2016-07-13
1
-7
/
+7
*
Fix branch relaxation in 16-bit mode.
Nirav Dave
2016-07-11
2
-3
/
+3
*
Provide support for preserving assembly comments
Nirav Dave
2016-07-11
5
-3
/
+70
*
[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
[next]