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
...
*
AsmParser/X86: Add temporary hack to allow parsing "sal". Eventually we need
Daniel Dunbar
2010-02-02
1
-2
/
+8
*
MCAsmParser/X86: Represent absolute memory operands as CodeGen does, with scale
Daniel Dunbar
2010-02-02
1
-2
/
+2
*
MC/X86 AsmParser: Handle absolute memory operands correctly. We were doing
Daniel Dunbar
2010-01-30
1
-5
/
+27
*
AsmMatcher/X86: Separate out sublass for memory operands that have no segment
Daniel Dunbar
2010-01-30
1
-4
/
+14
*
fix a parsing problem on instructions like:
Chris Lattner
2010-01-24
1
-2
/
+2
*
Added the skeleton for the implementation of the X86
Sean Callanan
2010-01-23
1
-0
/
+3
*
Modified the register matcher function in AsmMatcher to
Sean Callanan
2010-01-23
1
-4
/
+6
*
create a new MCParser library and move some stuff into it.
Chris Lattner
2010-01-22
1
-3
/
+3
*
Promoted the getTok() method to MCAsmParser so that
Sean Callanan
2010-01-19
1
-11
/
+11
*
Propagated the parser-side Lex function's declaration to
Sean Callanan
2010-01-19
1
-13
/
+13
*
Generalize mcasmstreamer data emission APIs to take an address space
Chris Lattner
2010-01-19
1
-1
/
+1
*
fix a bug in range information for $42, eliminate an
Chris Lattner
2010-01-15
1
-5
/
+5
*
add range information for mem X86Operand's, now all
Chris Lattner
2010-01-15
1
-7
/
+11
*
extend MCAsmParser::ParseExpression and ParseParenExpression
Chris Lattner
2010-01-15
1
-13
/
+18
*
give X86Operand a ctor and start passing SMLoc's into it.
Chris Lattner
2010-01-15
1
-11
/
+13
*
add range location info for registers, change
Chris Lattner
2010-01-15
1
-33
/
+42
*
clean up the memory management of the operands.
Chris Lattner
2010-01-15
1
-53
/
+52
*
refactor ParseRegister to avoid using X86Operand as a temporary
Chris Lattner
2010-01-15
1
-15
/
+12
*
Split the TargetAsmParser "ParseInstruction" interface in half:
Chris Lattner
2010-01-14
1
-18
/
+15
*
prune #includes in TargetAsmParser.h
Chris Lattner
2010-01-14
1
-2
/
+4
*
introduce the MCParsedAsmOperand class.
Chris Lattner
2010-01-14
1
-1
/
+2
*
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
[prev]
[next]