aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support more insane CEP's in AsmPrinter (Yes, PyPy folks do really use them).Anton Korobeynikov2007-12-181-1/+24
* Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be app...Anton Korobeynikov2007-11-141-28/+41
* Much improved pic jumptable codegen:Evan Cheng2007-11-091-9/+10
* Make labels work in asm blocks; allow labels asDale Johannesen2007-11-051-7/+12
* Don't output ABI size padding twice. By using the storeDuncan Sands2007-11-051-5/+6
* Eliminate the remaining uses of getTypeSize. ThisDuncan Sands2007-11-051-17/+16
* Revert 42908 for now.Evan Cheng2007-10-141-19/+19
* Change the names used for internal labels to use the currentDan Gohman2007-10-121-19/+19
* Implement ppc long double->uint conversion.Dale Johannesen2007-10-111-0/+33
* Call getFunctionNumber() instead of referencing FunctionNumber directly,Dan Gohman2007-10-081-1/+1
* Fix stride computations for long double arrays.Dale Johannesen2007-10-011-1/+5
* minor long double related changesDale Johannesen2007-09-281-0/+1
* Make temporaries explicit to avoid prematureDale Johannesen2007-09-261-1/+3
* Add a routine for emitting .file directives, for setting upDan Gohman2007-09-241-0/+11
* Don't pass back a reference to a temporary.Bill Wendling2007-09-181-2/+1
* The exception handling function info should be reset for each newBill Wendling2007-09-181-4/+2
* Objective-C was generating EH frame info like this:Bill Wendling2007-09-181-0/+9
* Remove isReg, isImm, and isMBB, and change all their users to use Dan Gohman2007-09-141-1/+1
* Revise previous patch per review comments.Dale Johannesen2007-09-121-4/+41
* Add APInt interfaces to APFloat (allows directlyDale Johannesen2007-09-111-8/+10
* Next round of APFloat changes.Dale Johannesen2007-09-061-1/+2
* Proper handle case, when aliasee is external weak symbol referenced only by a...Anton Korobeynikov2007-09-061-6/+13
* move this check. ppc outputs .no_dead_strip properlyAndrew Lenharth2007-08-221-6/+6
* Print a space between the comment character and the basic block name,Dan Gohman2007-07-301-1/+2
* EmitAlignment() also emits optional fill value.Evan Cheng2007-07-251-2/+5
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+1210