Go to file
Kevin Enderby ce4bec8e0c Added the ParseInstruction() hook for target specific assembler directives so
that things like .word can be parsed as target specific.  Moved parsing .word
out of AsmParser.cpp into X86AsmParser.cpp as it is 2 bytes on X86 and 4 bytes
for other targets that support the .word directive.

llvm-svn: 81461
2009-09-10 20:51:44 +00:00
clang Don't check use of a member function declaration used if the member function is virtual and the member reference expression doesn't explicitly qualify it. Fixes PR4878. 2009-09-10 20:48:14 +00:00
compiler-rt Support building for a single target architecture. 2009-09-03 20:49:22 +00:00
llvm Added the ParseInstruction() hook for target specific assembler directives so 2009-09-10 20:51:44 +00:00