aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-07-111-3/+3
* Implement changes from Chris's feedback.Edwin Török2009-07-081-1/+1
* Start converting to new error handling API.Edwin Török2009-07-081-1/+2
* Reimplement rip-relative addressing in the X86-64 backend. The newChris Lattner2009-06-271-4/+2
* remove #if 0 codeChris Lattner2009-06-211-262/+1
* remove dead code, the main codepath never has to dealChris Lattner2009-06-201-10/+0
* eliminate the "call" operand modifier from the asm descriptions, modelingChris Lattner2009-06-201-4/+19
* fix edit-oChris Lattner2009-06-201-1/+2
* some comments and cleanupChris Lattner2009-06-201-13/+4
* implement support for lowering subregs when preparing to print Chris Lattner2009-06-201-11/+20
* hook up printMemReference.Chris Lattner2009-06-201-4/+2
* Start implementing translation of MachineInstr to MCInst. NextChris Lattner2009-06-201-8/+348
* stub out some hacky code for wiring up the new asmprinter interfacesChris Lattner2009-06-191-3/+41
* add a file I missed, this goes with r73743Chris Lattner2009-06-191-0/+22