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
/
MCParser
/
AsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-4
/
+2
*
MC: Cleanup parseMSInlineAsm
David Majnemer
2014-06-23
1
-16
/
+13
*
Emit DWARF info for all code section in an assembly file
Oliver Stannard
2014-06-19
1
-8
/
+9
*
MS asm: Properly handle quoted symbol names
David Majnemer
2014-06-19
1
-1
/
+13
*
MCAsmParser: full support for gas' '.if{cond} expression' directives
Saleem Abdulrasool
2014-06-18
1
-8
/
+41
*
AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand
David Blaikie
2014-06-08
1
-19
/
+12
*
MC: initialise MCAsmParser variable
Saleem Abdulrasool
2014-05-22
1
-2
/
+2
*
MC: loosen an overzealous assertion
Saleem Abdulrasool
2014-05-21
1
-1
/
+2
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-0
/
+1
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-16
/
+16
*
Integrated assbemler, macros: added 'vararg' argument qualifier support.
Stepan Dyatkovskiy
2014-04-23
1
-8
/
+32
*
Fix the assembler to print a better relocatable expression error
Kevin Enderby
2014-04-22
1
-1
/
+1
*
DebugInfo: Emit relocation to debug_line section when emitting asm for asm
David Blaikie
2014-04-01
1
-5
/
+9
*
Remove some dead assignements found by scan-build
Arnaud A. de Grandmaison
2014-03-21
1
-6
/
+4
*
MCParser: add an assertion
Saleem Abdulrasool
2014-03-21
1
-1
/
+3
*
MC: change runtime check to an assertion
Saleem Abdulrasool
2014-03-17
1
-1
/
+2
*
DebugInfo: Improve reuse of file table entries in asm debug info
David Blaikie
2014-03-17
1
-11
/
+7
*
MCDwarf: Simplify MCDwarfFile to just use std::string instead of cunning use ...
David Blaikie
2014-03-13
1
-4
/
+4
*
MCDwarf: Simply MCDwarfFile since it really is just a StringRef and unsigned.
David Blaikie
2014-03-13
1
-1
/
+1
*
Use printable names to implement directional labels.
Rafael Espindola
2014-03-13
1
-1
/
+1
*
MC: fix silly typo
Saleem Abdulrasool
2014-03-13
1
-1
/
+1
*
MC: fix possible NULL pointer dereference
Saleem Abdulrasool
2014-03-13
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-29
/
+29
*
Remove unreachable 'return true' always dominated by 'return Error' or 'retur...
Ted Kremenek
2014-03-06
1
-3
/
+2
*
MS asm: The initial dot in struct access is optional
Reid Kleckner
2014-03-06
1
-0
/
+4
*
Asm Parser: support .error directive
Saleem Abdulrasool
2014-02-23
1
-10
/
+34
*
AsmParser: support .ifeqs directive
Saleem Abdulrasool
2014-02-23
1
-2
/
+44
*
MCAsmParser: support .ifne
Saleem Abdulrasool
2014-02-23
1
-3
/
+7
*
MCAsmParser: handle space properly for .ifc/.ifnc
Saleem Abdulrasool
2014-02-23
1
-1
/
+2
*
MCAsmParser: add support for .err directive
Saleem Abdulrasool
2014-02-23
1
-0
/
+16
*
Remove dead declaration
Sylvestre Ledru
2014-02-21
1
-1
/
+0
*
AsmParser: Disable Darwin-style macro argument expansion on non-darwin targets.
Benjamin Kramer
2014-02-20
1
-3
/
+3
*
MCAsmParser: support required parameters
Saleem Abdulrasool
2014-02-19
1
-12
/
+59
*
MCAsmParser: change representation of MCAsmMacroParameter
Saleem Abdulrasool
2014-02-19
1
-18
/
+22
*
Add support for assigning to . in AsmParser.
Anders Waldenborg
2014-02-17
1
-8
/
+6
*
MCAsmParser: better handling for named arguments
Saleem Abdulrasool
2014-02-17
1
-15
/
+56
*
MCAsmParser: relax declaration parsing
Saleem Abdulrasool
2014-02-16
1
-1
/
+4
*
AsmParser: Simplify code with ArrayRef.
Benjamin Kramer
2014-02-09
1
-32
/
+12
*
AsmParser: Parse (and ignore) nested .macro definitions.
Benjamin Kramer
2014-02-09
1
-9
/
+20
*
Fix PR18345: ldr= pseudo instruction produces incorrect code when using in in...
David Peixotto
2014-02-04
1
-4
/
+0
*
MC: Fix .octa output for APInts with BitWidth > 128
David Woodhouse
2014-02-01
1
-1
/
+2
*
MC: Add support for .octa
David Woodhouse
2014-02-01
1
-2
/
+55
*
MC: Add AsmLexer::BigNum token for integers greater than 64 bits
David Woodhouse
2014-02-01
1
-0
/
+2
*
MC: Improve the .fill directive's compatibility with GAS
David Majnemer
2014-02-01
1
-4
/
+28
*
MC: Better management of macro arguments
David Majnemer
2014-01-29
1
-55
/
+22
*
MC: Clean up error paths in AsmParser::parseMacroArgument
David Majnemer
2014-01-29
1
-10
/
+20
*
MC: Add support for .cfi_startproc simple
David Majnemer
2014-01-27
1
-2
/
+7
*
AsmParser: improve diagnostics for invalid variants
Saleem Abdulrasool
2014-01-26
1
-1
/
+2
*
Fix known typos
Alp Toker
2014-01-24
1
-4
/
+4
*
InitToTextSection is redundant with InitSections. Remove it.
Rafael Espindola
2014-01-23
1
-1
/
+1
[prev]
[next]