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
/
lib
/
Target
/
X86
/
AsmParser
/
X86AsmLexer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-26
1
-6
/
+6
*
Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...
Evan Cheng
2011-07-25
1
-1
/
+1
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
1
-4
/
+4
*
have AsmMatcherEmitter.cpp produce the hunk of code that gets included
Chris Lattner
2010-09-06
1
-6
/
+3
*
Teach the x86 mc assembler that %dr6 = %db6, this implements
Chris Lattner
2010-06-24
1
-0
/
+32
*
more cleanups
Chris Lattner
2010-06-24
1
-21
/
+15
*
reduce indentation
Chris Lattner
2010-06-24
1
-20
/
+15
*
pass stringref by value instead of by const&
Chris Lattner
2010-02-09
1
-1
/
+1
*
Fixed the AT&T AsmLexer to report the proper strings
Sean Callanan
2010-02-08
1
-1
/
+1
*
Moved InstallLexer() from the X86-specific AsmLexer
Sean Callanan
2010-01-31
1
-8
/
+3
*
Unbreak MSVC/CMake build.
Daniel Dunbar
2010-01-26
1
-1
/
+1
*
Added the implementation of the Intel-specific
Sean Callanan
2010-01-26
1
-1
/
+27
*
Added the TargetAsmLexer implementation for AT&T syntax.
Sean Callanan
2010-01-26
1
-5
/
+70
*
Implemented the dialect decision logic for the X86
Sean Callanan
2010-01-25
1
-2
/
+20
*
Added the skeleton for the implementation of the X86
Sean Callanan
2010-01-23
1
-0
/
+43