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
/
MC
/
AsmParser
Commit message (
Expand
)
Author
Age
Files
Lines
*
MC: AsmLexer: handle multi-character CommentStrings correctly
Saleem Abdulrasool
2014-08-14
1
-0
/
+14
*
Enable Darwin vararg parameters support in assembler macros.
Kevin Enderby
2014-08-04
1
-5
/
+87
*
Let the integrated assembler understand .exitm, PR20426.
Nico Weber
2014-07-24
1
-0
/
+64
*
Let the integrated assembler understand .warning, PR20428.
Nico Weber
2014-07-24
1
-0
/
+26
*
Allow using .cfi_startproc without a leading symbol.
Rafael Espindola
2014-06-23
1
-16
/
+0
*
MCNullStreamer: assign file IDs to resolve crashes and errors
Alp Toker
2014-06-19
3
-0
/
+3
*
MC: do not add comment string to the AsmToken in AsmLexer::LexLineComment
Saleem Abdulrasool
2014-06-18
1
-0
/
+10
*
MCAsmParser: full support for gas' '.if{cond} expression' directives
Saleem Abdulrasool
2014-06-18
2
-0
/
+89
*
Rearrange the CHECK lines in this test to make failure more obvious.
Reid Kleckner
2014-06-10
1
-17
/
+16
*
Revert "Patch by Ray Donnelly to print register names instead of numbers."
Reid Kleckner
2014-06-10
1
-4
/
+4
*
Reduce verbiage of lit.local.cfg files
Alp Toker
2014-06-09
1
-2
/
+1
*
MC: remove unnecessary restriction on tests
Saleem Abdulrasool
2014-05-23
1
-1
/
+0
*
MC: loosen an overzealous assertion
Saleem Abdulrasool
2014-05-21
1
-0
/
+10
*
Integrated assbemler, macros: added 'vararg' argument qualifier support.
Stepan Dyatkovskiy
2014-04-23
3
-0
/
+64
*
Patch by Ray Donnelly to print register names instead of numbers.
Yaron Keren
2014-04-19
1
-4
/
+4
*
Revert r206565 (and r206566 which updated tests).
Chandler Carruth
2014-04-18
1
-4
/
+4
*
Updated test with register names following r206565.
Yaron Keren
2014-04-18
1
-4
/
+4
*
[MC] Emit an error if cfi_startproc is used before a symbol is defined.
Quentin Colombet
2014-04-15
1
-0
/
+16
*
Move tests that require ARM to an ARM test directory.
Jim Grosbach
2014-03-18
2
-70
/
+0
*
Darwin: Add assembler directives to create version-min load commands.
Jim Grosbach
2014-03-18
2
-0
/
+70
*
AsmParser: add missed tests
Saleem Abdulrasool
2014-03-03
1
-0
/
+22
*
Asm Parser: support .error directive
Saleem Abdulrasool
2014-02-23
2
-0
/
+28
*
AsmParser: support .ifeqs directive
Saleem Abdulrasool
2014-02-23
1
-0
/
+20
*
MCAsmParser: support .ifne
Saleem Abdulrasool
2014-02-23
1
-0
/
+9
*
MCAsmParser: handle space properly for .ifc/.ifnc
Saleem Abdulrasool
2014-02-23
1
-0
/
+5
*
MCAsmParser: add support for .err directive
Saleem Abdulrasool
2014-02-23
1
-0
/
+19
*
AsmParser: Disable Darwin-style macro argument expansion on non-darwin targets.
Benjamin Kramer
2014-02-20
2
-1
/
+13
*
MCAsmParser: support required parameters
Saleem Abdulrasool
2014-02-19
2
-0
/
+80
*
Add support for assigning to . in AsmParser.
Anders Waldenborg
2014-02-17
4
-4
/
+53
*
MCAsmParser: add some mixed argument tests
Saleem Abdulrasool
2014-02-17
1
-0
/
+30
*
MCAsmParser: better handling for named arguments
Saleem Abdulrasool
2014-02-17
3
-1
/
+76
*
MCAsmParser: relax declaration parsing
Saleem Abdulrasool
2014-02-16
1
-0
/
+10
*
Simplify checks in MC/AsmParser/directive_loc.s
Diego Novillo
2014-02-13
1
-10
/
+6
*
Fix generation of 'isa' and 'discriminator' keywords.
Diego Novillo
2014-02-13
1
-2
/
+11
*
AsmParser: Parse (and ignore) nested .macro definitions.
Benjamin Kramer
2014-02-09
1
-0
/
+20
*
MC: Fix .octa output for APInts with BitWidth > 128
David Woodhouse
2014-02-01
1
-3
/
+3
*
MC: Add support for .octa
David Woodhouse
2014-02-01
1
-0
/
+12
*
Update a .fill test to use the updated semantics.
David Majnemer
2014-02-01
1
-1
/
+2
*
MC: Improve the .fill directive's compatibility with GAS
David Majnemer
2014-02-01
1
-1
/
+42
*
MC: Better management of macro arguments
David Majnemer
2014-01-29
2
-20
/
+16
*
MC: Reorganize macro MC test along dialect lines
David Majnemer
2014-01-29
2
-34
/
+122
*
MC: fix test locations/name
Saleem Abdulrasool
2014-01-26
2
-24
/
+0
*
AsmParser: improve diagnostics for invalid variants
Saleem Abdulrasool
2014-01-26
2
-0
/
+24
*
Mark the 64-bit x86 push/pop instructions as In64BitMode. Mark the correspond...
Craig Topper
2014-01-05
1
-1
/
+1
*
AsmParser: cleanup diagnostics for .rep/.rept
Saleem Abdulrasool
2013-12-28
1
-0
/
+41
*
IAS: support .rep as an alias for .rept
Saleem Abdulrasool
2013-12-28
1
-0
/
+30
*
AsmParser: add support for .end directive
Saleem Abdulrasool
2013-12-18
2
-0
/
+25
*
MCParser/Debug info: Accept line number 0 as a legitimate value, since
Adrian Prantl
2013-09-26
1
-0
/
+1
*
Implements parsing and emitting of .cfi_window_save in MC.
Venkatraman Govindaraju
2013-09-26
1
-0
/
+15
*
Make the size and expr arguments of .fill directive optional.
Roman Divacky
2013-09-24
1
-0
/
+16
[next]