index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
llvm-mc
/
AsmLexer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the big switch: Change MCSectionMachO to represent a section *semantically*
Chris Lattner
2009-08-10
1
-0
/
+3
*
Expose Tokens to target specific assembly parsers.
Daniel Dunbar
2009-07-28
1
-80
/
+6
*
Switch AsmLexer::Lex to returning a reference to the current token.
Daniel Dunbar
2009-07-28
1
-2
/
+2
*
Drop some AsmLexer methods in favor of their AsmToken equivalents.
Daniel Dunbar
2009-07-28
1
-14
/
+8
*
llvm-mc: Sink token enum into AsmToken.
Daniel Dunbar
2009-07-28
1
-16
/
+19
*
llvm-mc: Factor AsmToken class out of AsmLexer.
Daniel Dunbar
2009-07-28
1
-24
/
+48
*
llvm-mc: Stop uniqueing string tokens, nothing actually uses this.
Daniel Dunbar
2009-07-28
1
-3
/
+1
*
llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API.
Daniel Dunbar
2009-07-27
1
-2
/
+8
*
Add MCAsmLexer interface.
Daniel Dunbar
2009-07-20
1
-1
/
+2
*
implement .include in the lexer/parser instead of passing it into the streamer.
Chris Lattner
2009-07-16
1
-0
/
+3
*
Normalize SourceMgr messages.
Daniel Dunbar
2009-06-30
1
-1
/
+1
*
llvm-mc: Recognize C++ style comments.
Daniel Dunbar
2009-06-29
1
-1
/
+1
*
MC: Improve expression parsing and implement evaluation of absolute expressions.
Daniel Dunbar
2009-06-29
1
-3
/
+5
*
MC: Parse .set and assignments.
Daniel Dunbar
2009-06-25
1
-1
/
+1
*
make the lexer unique strings it lexes instead of passing them back as
Chris Lattner
2009-06-24
1
-3
/
+7
*
implement a trivial binary expression parser, we can now parse all of 176.gcc...
Chris Lattner
2009-06-23
1
-1
/
+4
*
Implement full support for parsing primary expressions. We can now parse
Chris Lattner
2009-06-22
1
-2
/
+1
*
rename SourceMgr::PrintError to PrintMessage.
Chris Lattner
2009-06-21
1
-2
/
+1
*
set up the top-level parsing loop.
Chris Lattner
2009-06-21
1
-0
/
+2
*
add string literals.
Chris Lattner
2009-06-21
1
-1
/
+8
*
implement enough of a lexer to get through Olden/health/Output/health.llc.s
Chris Lattner
2009-06-21
1
-3
/
+13
*
some baby steps.
Chris Lattner
2009-06-21
1
-0
/
+92