History log of /external/llvm/lib/Target/X86/AsmParser/X86AsmLexer.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7b135ae6d5904bca27ae81ca3c4324f8c8b855fd 06-Nov-2011 Benjamin Kramer <benny.kra@googlemail.com> Replace (Lower|Upper)caseString in favor of StringRef's newest methods.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143891 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/AsmParser/X86AsmLexer.cpp
3e74d6fdd248e20a280f1dff3da9a6c689c2c4c3 24-Aug-2011 Evan Cheng <evan.cheng@apple.com> Move TargetRegistry and TargetSelect from Target to Support where they belong.
These are strictly utilities for registering targets and components.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138450 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/AsmParser/X86AsmLexer.cpp
94b9550a32d189704a8eae55505edf62662c0534 26-Jul-2011 Evan Cheng <evan.cheng@apple.com> Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsmLexer; rename createAsmLexer to createMCAsmLexer and createAsmParser to createMCAsmParser.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136027 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/AsmParser/X86AsmLexer.cpp
1b0fc9b4182d6bd0703cdfb3b0b91d1e093c946c 25-Jul-2011 Evan Cheng <evan.cheng@apple.com> Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMachine's anymore.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135963 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/AsmParser/X86AsmLexer.cpp
a7cfc08ebe737062917b442830eb5321b0f79e89 23-Jul-2011 Evan Cheng <evan.cheng@apple.com> Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where they belong.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135833 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/AsmParser/X86AsmLexer.cpp
0692ee676f8cdad25ad09a868bf597af4115c9d9 06-Sep-2010 Chris Lattner <sabre@nondot.org> have AsmMatcherEmitter.cpp produce the hunk of code that gets included
into the middle of the class, and rework how the different sections of
the generated file are conditionally included for simplicity.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113163 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/AsmParser/X86AsmLexer.cpp
645b209c4af53c0d21292df3d506cf79d4e3ec11 24-Jun-2010 Chris Lattner <sabre@nondot.org> Teach the x86 mc assembler that %dr6 = %db6, this implements
rdar://8013734


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106725 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/AsmParser/X86AsmLexer.cpp
adabe1a92cf594fc4015f83024bc06b8687f09e3 24-Jun-2010 Chris Lattner <sabre@nondot.org> more cleanups


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106724 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/AsmParser/X86AsmLexer.cpp
02758a44e41564aafa0e50843aaedafe6b3ed7b3 24-Jun-2010 Chris Lattner <sabre@nondot.org> reduce indentation


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106723 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/AsmParser/X86AsmLexer.cpp
b8d6e98e566724f58344d275a4bd675249bb713a 09-Feb-2010 Chris Lattner <sabre@nondot.org> pass stringref by value instead of by const&


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95627 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/AsmParser/X86AsmLexer.cpp
3bdbdd06c8ffc2c14a65055ebdbbc7c1217db4af 08-Feb-2010 Sean Callanan <scallanan@apple.com> Fixed the AT&T AsmLexer to report the proper strings
for register tokens. Before, if it encountered
'%al,' it would report 'al,' as the token. Now it
correctly reports '%al'.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95594 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/AsmParser/X86AsmLexer.cpp
894c1af05fb3f0d8e2ee6565816fa220b260ed9d 31-Jan-2010 Sean Callanan <scallanan@apple.com> Moved InstallLexer() from the X86-specific AsmLexer
to the TargetAsmLexer class so that clients can
actually use the TargetAsmLexer they get from a
Target.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94940 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/AsmParser/X86AsmLexer.cpp
c690aab230170badb38179d837a51b329a1a5d58 26-Jan-2010 Daniel Dunbar <daniel@zuster.org> Unbreak MSVC/CMake build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94502 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/AsmParser/X86AsmLexer.cpp
7dcef4c47578befe40d488c953e3f5b328667300 26-Jan-2010 Sean Callanan <scallanan@apple.com> Added the implementation of the Intel-specific
TargetAsmLexer.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94482 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/AsmParser/X86AsmLexer.cpp
cf2e3d108d6f8f692c01bd48767c7f8dd9e20dcf 26-Jan-2010 Sean Callanan <scallanan@apple.com> Added the TargetAsmLexer implementation for AT&T syntax.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94479 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/AsmParser/X86AsmLexer.cpp
436c48485c365b399a908944ebbf4f761a4f9f6a 25-Jan-2010 Sean Callanan <scallanan@apple.com> Implemented the dialect decision logic for the X86
TargetAsmLexer. Dialect-specific lexing code will
be placed in the functions LexTokenATT() and
LexTokenIntel().


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94456 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/AsmParser/X86AsmLexer.cpp
e88f55254cde9d9443f1299b61aa6a93ec50b791 23-Jan-2010 Sean Callanan <scallanan@apple.com> Added the skeleton for the implementation of the X86
target-specific AsmLexer, and added the appropriate
registration calls.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94275 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Target/X86/AsmParser/X86AsmLexer.cpp