aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* convert the non-MCInstPrinter'ized EmitInstruction Chris Lattner2010-04-0410-37/+60
* streamerize the rest of PIC16 asm printer.Chris Lattner2010-04-041-41/+63
* streamerize printing of dbg_value, the x86 backend is now fullyChris Lattner2010-04-041-3/+6
* split DEBUG_VALUE printing stuff out to its own method.Chris Lattner2010-04-042-58/+63
* mc'ize elf stub printing, convert cygwin stuff to EmitRawText,Chris Lattner2010-04-041-12/+15
* fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner2010-04-0413-54/+78
* use predicates in DBG_VALUE printing code to simplify it.Chris Lattner2010-04-041-10/+9
* remove more implicit uses of "O".Chris Lattner2010-04-043-88/+54
* change this back tooChris Lattner2010-04-041-1/+1
* check in what I tested. :(Chris Lattner2010-04-041-1/+1
* MMI is always available, rename O -> OS in printInlineAsm.Chris Lattner2010-04-041-16/+16
* fix an ugly wart in the MCInstPrinter api where theChris Lattner2010-04-0413-34/+27
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-0422-601/+767
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-0415-118/+272
* asmstreamerize the .size directive for function bodies, force clientsChris Lattner2010-04-036-18/+21
* emit the cygwin stub thing through mcstreamer.Chris Lattner2010-04-031-4/+11
* add a twine form of MCStreamer::EmitRawText, and mc'izeChris Lattner2010-04-032-16/+28
* allow attaching comments to raw text.Chris Lattner2010-04-031-6/+3
* start moving towards emitting inline asm statements with Chris Lattner2010-04-031-9/+35
* add <cstdlib> header for abort() on linux builders.Chris Lattner2010-04-031-0/+1
* add a new EmitInlineAsm function to asmprinter to handle inline asm.Chris Lattner2010-04-033-6/+49
* mc'ize comment printing around file scope inline asm.Chris Lattner2010-04-031-5/+10
* require that the branch being controlled by the IV Chris Lattner2010-04-031-2/+9
* add integer overflow check for the fp induction variable Chris Lattner2010-04-031-16/+83
* add a comment and fix some consistency issues, convertingChris Lattner2010-04-031-15/+25
* fix PR6761, a miscompilation due to the fp->int IV conversionChris Lattner2010-04-031-2/+2
* just eliminate the uitofp checks. This code isn't doingChris Lattner2010-04-031-26/+5
* rename PH -> PN to be consistent with WeakPN and the restChris Lattner2010-04-031-20/+20
* improve comment and drop a dead check. If PH hadChris Lattner2010-04-031-4/+8
* strength reduce a ridiculous use of APInt.Chris Lattner2010-04-031-2/+1
* rename stuff improve comment grammar.Chris Lattner2010-04-031-22/+21
* simplify some code and resolve a fixme.Chris Lattner2010-04-031-4/+2
* There is no guarantee that the increment and the branchChris Lattner2010-04-031-41/+28
* first half of a pass through IndVarSimplify::HandleFloatingPointIV,Chris Lattner2010-04-031-47/+35
* don't internalize available_externally functions, they areChris Lattner2010-04-031-0/+4
* Get rid of the middleman (ARMAlgorithm), which causes more trouble than theJohnny Chen2010-04-032-86/+29
* Revert all my SSAUpdater patches. The PHI placement algorithm is not correctBob Wilson2010-04-031-315/+183
* Add a DEBUG_TYPE for the SSAUpdater.Bob Wilson2010-04-031-0/+1
* Code refactoring.Evan Cheng2010-04-031-35/+33
* Add special case bitcode support for DebugLoc. This avoidsChris Lattner2010-04-033-12/+85
* Fix comment.Johnny Chen2010-04-031-2/+2
* Register ARMAlgorithm::DoCleanup() to be called on exit to free the memoryJohnny Chen2010-04-032-1/+13
* Rewrite aesimc handling. It only takes a single input and has a singleEric Christopher2010-04-021-6/+14
* Fix another build warning.Johnny Chen2010-04-021-0/+2
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-029-39/+250
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-027-2/+6372
* Added support for reporting operand token rangesSean Callanan2010-04-021-71/+151
* Separate out the AES-NI instructions from the SSE4.2 instructions. AddEric Christopher2010-04-026-48/+101
* Skip debug info when looking for existing EH calls at theDale Johannesen2010-04-022-2/+13
* Fixes to the X86 disassembler. The disassembler will nowSean Callanan2010-04-023-136/+203