| Commit message (Expand) | Author | Age | Files | Lines |
* | convert the non-MCInstPrinter'ized EmitInstruction | Chris Lattner | 2010-04-04 | 10 | -37/+60 |
* | streamerize the rest of PIC16 asm printer. | Chris Lattner | 2010-04-04 | 1 | -41/+63 |
* | streamerize printing of dbg_value, the x86 backend is now fully | Chris Lattner | 2010-04-04 | 1 | -3/+6 |
* | split DEBUG_VALUE printing stuff out to its own method. | Chris Lattner | 2010-04-04 | 2 | -58/+63 |
* | mc'ize elf stub printing, convert cygwin stuff to EmitRawText, | Chris Lattner | 2010-04-04 | 1 | -12/+15 |
* | fix PrintAsmOperand and PrintAsmMemoryOperand to pass down | Chris Lattner | 2010-04-04 | 13 | -54/+78 |
* | use predicates in DBG_VALUE printing code to simplify it. | Chris Lattner | 2010-04-04 | 1 | -10/+9 |
* | remove more implicit uses of "O". | Chris Lattner | 2010-04-04 | 3 | -88/+54 |
* | change this back too | Chris Lattner | 2010-04-04 | 1 | -1/+1 |
* | check in what I tested. :( | Chris Lattner | 2010-04-04 | 1 | -1/+1 |
* | MMI is always available, rename O -> OS in printInlineAsm. | Chris Lattner | 2010-04-04 | 1 | -16/+16 |
* | fix an ugly wart in the MCInstPrinter api where the | Chris Lattner | 2010-04-04 | 13 | -34/+27 |
* | change a ton of code to not implicitly use the "O" raw_ostream | Chris Lattner | 2010-04-04 | 22 | -601/+767 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-04 | 15 | -118/+272 |
* | asmstreamerize the .size directive for function bodies, force clients | Chris Lattner | 2010-04-03 | 6 | -18/+21 |
* | emit the cygwin stub thing through mcstreamer. | Chris Lattner | 2010-04-03 | 1 | -4/+11 |
* | add a twine form of MCStreamer::EmitRawText, and mc'ize | Chris Lattner | 2010-04-03 | 2 | -16/+28 |
* | allow attaching comments to raw text. | Chris Lattner | 2010-04-03 | 1 | -6/+3 |
* | start moving towards emitting inline asm statements with | Chris Lattner | 2010-04-03 | 1 | -9/+35 |
* | add <cstdlib> header for abort() on linux builders. | Chris Lattner | 2010-04-03 | 1 | -0/+1 |
* | add a new EmitInlineAsm function to asmprinter to handle inline asm. | Chris Lattner | 2010-04-03 | 3 | -6/+49 |
* | mc'ize comment printing around file scope inline asm. | Chris Lattner | 2010-04-03 | 1 | -5/+10 |
* | require that the branch being controlled by the IV | Chris Lattner | 2010-04-03 | 1 | -2/+9 |
* | add integer overflow check for the fp induction variable | Chris Lattner | 2010-04-03 | 1 | -16/+83 |
* | add a comment and fix some consistency issues, converting | Chris Lattner | 2010-04-03 | 1 | -15/+25 |
* | fix PR6761, a miscompilation due to the fp->int IV conversion | Chris Lattner | 2010-04-03 | 1 | -2/+2 |
* | just eliminate the uitofp checks. This code isn't doing | Chris Lattner | 2010-04-03 | 1 | -26/+5 |
* | rename PH -> PN to be consistent with WeakPN and the rest | Chris Lattner | 2010-04-03 | 1 | -20/+20 |
* | improve comment and drop a dead check. If PH had | Chris Lattner | 2010-04-03 | 1 | -4/+8 |
* | strength reduce a ridiculous use of APInt. | Chris Lattner | 2010-04-03 | 1 | -2/+1 |
* | rename stuff improve comment grammar. | Chris Lattner | 2010-04-03 | 1 | -22/+21 |
* | simplify some code and resolve a fixme. | Chris Lattner | 2010-04-03 | 1 | -4/+2 |
* | There is no guarantee that the increment and the branch | Chris Lattner | 2010-04-03 | 1 | -41/+28 |
* | first half of a pass through IndVarSimplify::HandleFloatingPointIV, | Chris Lattner | 2010-04-03 | 1 | -47/+35 |
* | don't internalize available_externally functions, they are | Chris Lattner | 2010-04-03 | 1 | -0/+4 |
* | Get rid of the middleman (ARMAlgorithm), which causes more trouble than the | Johnny Chen | 2010-04-03 | 2 | -86/+29 |
* | Revert all my SSAUpdater patches. The PHI placement algorithm is not correct | Bob Wilson | 2010-04-03 | 1 | -315/+183 |
* | Add a DEBUG_TYPE for the SSAUpdater. | Bob Wilson | 2010-04-03 | 1 | -0/+1 |
* | Code refactoring. | Evan Cheng | 2010-04-03 | 1 | -35/+33 |
* | Add special case bitcode support for DebugLoc. This avoids | Chris Lattner | 2010-04-03 | 3 | -12/+85 |
* | Fix comment. | Johnny Chen | 2010-04-03 | 1 | -2/+2 |
* | Register ARMAlgorithm::DoCleanup() to be called on exit to free the memory | Johnny Chen | 2010-04-03 | 2 | -1/+13 |
* | Rewrite aesimc handling. It only takes a single input and has a single | Eric Christopher | 2010-04-02 | 1 | -6/+14 |
* | Fix another build warning. | Johnny Chen | 2010-04-02 | 1 | -0/+2 |
* | Ok, third time's the charm. No changes from last time except the CMake | David Greene | 2010-04-02 | 9 | -39/+250 |
* | Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen | Johnny Chen | 2010-04-02 | 7 | -2/+6372 |
* | Added support for reporting operand token ranges | Sean Callanan | 2010-04-02 | 1 | -71/+151 |
* | Separate out the AES-NI instructions from the SSE4.2 instructions. Add | Eric Christopher | 2010-04-02 | 6 | -48/+101 |
* | Skip debug info when looking for existing EH calls at the | Dale Johannesen | 2010-04-02 | 2 | -2/+13 |
* | Fixes to the X86 disassembler. The disassembler will now | Sean Callanan | 2010-04-02 | 3 | -136/+203 |