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
/
Target
/
X86
/
AsmParser
/
X86AsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix incorrect assert that should be a user error for code like 'mov $0, %%eax'.
Kevin Enderby
2009-09-16
1
-1
/
+2
*
Added the ParseInstruction() hook for target specific assembler directives so
Kevin Enderby
2009-09-10
1
-1
/
+38
*
Avoid an unused variable warning when assertions are
Duncan Sands
2009-09-06
1
-0
/
+1
*
Removed the non-target independent AsmToken::Register enum constant
Kevin Enderby
2009-09-03
1
-8
/
+11
*
llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.
Daniel Dunbar
2009-08-31
1
-20
/
+22
*
Update llvm-mc / MCAsmStreamer to print the instruction using the actual target
Daniel Dunbar
2009-08-14
1
-4
/
+2
*
llvm-mc/X86: Parse '*' correctly (in the way the matcher expects).
Daniel Dunbar
2009-08-11
1
-11
/
+7
*
llvm-mc/AsmParser: Allow .td users to redefine the names of the methods to call
Daniel Dunbar
2009-08-10
1
-4
/
+4
*
llvm-mc/AsmParser: Implement user defined super classes.
Daniel Dunbar
2009-08-09
1
-0
/
+19
*
llvm-mc/AsmMatcher: Switch token matching to use the new string matcher.
Daniel Dunbar
2009-08-08
1
-2
/
+6
*
llvm-mc/AsmMatcher: Improve match code.
Daniel Dunbar
2009-08-08
1
-23
/
+1
*
llvm-mc/AsmMatcher: Tweaks in response to feedback.
Daniel Dunbar
2009-08-07
1
-1
/
+1
*
Improve disabling of X86 AsmMatcher.
Daniel Dunbar
2009-08-07
1
-0
/
+1
*
Disable X86 AsmMatcher for now, it is causing gcc-4.0 to run out of memory on
Daniel Dunbar
2009-08-07
1
-0
/
+19
*
llvm-mc/AsmMatcher: Move to a slightly more sane matching design.
Daniel Dunbar
2009-08-07
1
-139
/
+61
*
Change MCOperand to use Create style instead of Make style for constructing
Daniel Dunbar
2009-08-02
1
-7
/
+7
*
llvm-mc: A few more parsing / match tweaks.
Daniel Dunbar
2009-07-31
1
-11
/
+42
*
llvm-mc/X86: Sketch match functions for immediates and memory operands.
Daniel Dunbar
2009-07-31
1
-37
/
+112
*
Fix a struct/class mismatch, to silence a MSVC warning.
Benjamin Kramer
2009-07-31
1
-1
/
+1
*
llvm-mc: Match a few X86 instructions.
Daniel Dunbar
2009-07-31
1
-8
/
+71
*
more syntactic cleanups.
Chris Lattner
2009-07-29
1
-5
/
+8
*
minor smallvector cleanups
Chris Lattner
2009-07-29
1
-3
/
+3
*
Match X86 register names to number.
Daniel Dunbar
2009-07-29
1
-3
/
+19
*
Move X86 instruction parsing into X86/AsmParser.
Daniel Dunbar
2009-07-28
1
-23
/
+268
*
Provide generic MCAsmParser when constructing target specific parsers.
Daniel Dunbar
2009-07-28
1
-6
/
+8
*
llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API.
Daniel Dunbar
2009-07-27
1
-4
/
+4
*
Add new helpers for registering targets.
Daniel Dunbar
2009-07-25
1
-8
/
+2
*
Remove some unused code.
Daniel Dunbar
2009-07-21
1
-3
/
+0
*
Add MCAsmLexer interface.
Daniel Dunbar
2009-07-20
1
-8
/
+32
*
Add MCAsmParser interface.
Daniel Dunbar
2009-07-20
1
-0
/
+9
*
Put Target definitions inside Target specific header, and llvm namespace.
Daniel Dunbar
2009-07-18
1
-2
/
+1
*
Sketch support for target specific assembly parser.
Daniel Dunbar
2009-07-17
1
-0
/
+40