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
...
*
MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary token
Daniel Dunbar
2010-07-18
1
-14
/
+20
*
MC/AsmParser: Add macro argument substitution support.
Daniel Dunbar
2010-07-18
1
-8
/
+85
*
MC/AsmParser: Add basic support for macro instantiation.
Daniel Dunbar
2010-07-18
1
-20
/
+112
*
MC/AsmParser: Add basic parsing support for .macro definitions.
Daniel Dunbar
2010-07-18
1
-0
/
+96
*
MC/AsmParser: Add .macros_{off,on} support, not that makes sense since we don't
Daniel Dunbar
2010-07-18
1
-5
/
+37
*
MC/AsmParser: Use Error() instead of calling PrintMessage() directly.
Daniel Dunbar
2010-07-18
1
-4
/
+2
*
MC/AsmParser: Hide the AsmParser implementation.
Daniel Dunbar
2010-07-18
1
-3
/
+117
*
MC/AsmParser: Lift Run() and TargetParser to base class.
Daniel Dunbar
2010-07-17
1
-7
/
+8
*
fix indentation and 80 cols
Chris Lattner
2010-07-15
1
-2
/
+3
*
Don't pass StringRef by reference.
Benjamin Kramer
2010-07-14
1
-1
/
+1
*
MC/AsmParser: Move ELF specific parser to ELFAsmParser.cpp.
Daniel Dunbar
2010-07-12
1
-43
/
+2
*
MC/AsmParser: Move Darwin specific parse to DarwinAsmParser.cpp.
Daniel Dunbar
2010-07-12
1
-728
/
+7
*
MC/AsmParser: Move .section parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
1
-13
/
+10
*
MC/AsmParser: Move special section directive parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
1
-158
/
+316
*
MC/AsmParser: Add a basic ELFAsmParser extension.
Daniel Dunbar
2010-07-12
1
-0
/
+45
*
MC/AsmParser: Inline AsmParser::CreateSymbol into callers.
Daniel Dunbar
2010-07-12
1
-11
/
+6
*
MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
1
-26
/
+30
*
MC/AsmParser: Move .desc parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
1
-7
/
+8
*
MC/AsmParser: Move .lsym parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
1
-8
/
+9
*
MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser.
Daniel Dunbar
2010-07-12
1
-23
/
+34
*
MC/AsmParser: Add a DarwinAsmParser extension.
Daniel Dunbar
2010-07-12
1
-1
/
+24
*
MC/AsmParser: Switch a bunch of directive parsing to use accessors.
Daniel Dunbar
2010-07-12
1
-112
/
+114
*
MCAsmParser: Pull some directive handling out into a helper class, and change
Daniel Dunbar
2010-07-12
1
-15
/
+43
*
MC/AsmParser: Switch some directive parsing to use accessor methods.
Daniel Dunbar
2010-07-12
1
-17
/
+17
*
MC: Add MCAsmParserExtension, a base class for all the target/object specific
Daniel Dunbar
2010-07-12
1
-0
/
+6
*
MC: Move AsmParser::TokError to MCAsmParser().
Daniel Dunbar
2010-07-12
1
-5
/
+0
*
Convert some tab stops into spaces.
Duncan Sands
2010-07-12
1
-2
/
+2
*
Added the darwin .weak_def_can_be_hidden directive.
Kevin Enderby
2010-07-08
1
-0
/
+2
*
MC: Fix some stray hunks I didn't intend to commit.
Daniel Dunbar
2010-07-01
1
-1
/
+2
*
MC: Pass the target instance to the AsmParser constructor.
Daniel Dunbar
2010-07-01
1
-6
/
+3
*
MC: Fix an error message.
Daniel Dunbar
2010-07-01
1
-1
/
+1
*
Remove unused calls to Lexer.getLoc and the pointless variable HasFillExpr.
Duncan Sands
2010-06-29
1
-7
/
+0
*
Added the darwin .secure_log_unique and .secure_log_reset directives.
Kevin Enderby
2010-06-28
1
-0
/
+63
*
llvm-mc: Use EmitIntValue where possible, which makes the API calls from the ...
Daniel Dunbar
2010-05-23
1
-3
/
+6
*
llvm-mc: Use AddBlankLine in asm parser. This makes transliteration match the...
Daniel Dunbar
2010-05-23
1
-0
/
+9
*
Add support for parsing the ELF .type assembler directive.
Matt Fleming
2010-05-21
1
-0
/
+49
*
fix rdar://7986634 - match instruction opcodes case insensitively.
Chris Lattner
2010-05-19
1
-1
/
+6
*
Make EmitTBSSSymbol take a section argument so that we can find it later.
Eric Christopher
2010-05-18
1
-1
/
+4
*
Added support in MC for Directional Local Labels.
Kevin Enderby
2010-05-17
1
-4
/
+43
*
More data/parsing support for tls directives. Add a few more testcases
Eric Christopher
2010-05-17
1
-0
/
+10
*
MC/Mach-O/x86: Optimal nop sequences should only be used for the .text sectio...
Daniel Dunbar
2010-05-17
1
-8
/
+13
*
llvm-mc: Support reassignment of variables in one special case, when the
Daniel Dunbar
2010-05-17
1
-1
/
+8
*
Assume that we'll handle mangling the symbols earlier and just put the
Eric Christopher
2010-05-17
1
-6
/
+2
*
Add AsmParser support for darwin tbss directive.
Eric Christopher
2010-05-14
1
-0
/
+57
*
Fix a couple of typos.
Eric Christopher
2010-05-14
1
-2
/
+2
*
fix rdar://7965971 and a fixme: use ParseIdentifier in
Chris Lattner
2010-05-13
1
-13
/
+9
*
MC: Reject attempts to define a variable symbol.
Daniel Dunbar
2010-05-05
1
-1
/
+1
*
MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue.
Daniel Dunbar
2010-05-05
1
-3
/
+3
*
llvm-mc: Fix case were we would skip a line in the .s file after an instruction
Daniel Dunbar
2010-05-04
1
-26
/
+25
*
refactor .if handling code a bit.
Chris Lattner
2010-04-17
1
-52
/
+23
[prev]
[next]