2010-04-04 |
Chris Lattner | I was wrong, ocaml isn't referencing 'Ldata_begin'... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | add some assertions to EmitSectionOffset. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | stop emitting some dead L labels. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | Store an use the symbols emitted at the start of the... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | remove the didInitial ivar, rename emitInitial to be... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | simplify EmitSectionOffset a little bit, improve comments. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | revert my patch, need to reconsider this and figure... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | fix pasto, this is the wrong setting for arm elf. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | The "IsSmall" argument to EmitSectionOffset is always... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | eliminate the "isEH" argument to EmitSectionOffset. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | isAbsoluteEHSectionOffsets always returns false, elimin... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Jakob Stoklund... | Clean up SSEDomainFix pass. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | don't reset the default. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | move some more stuff to asmprinter. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | simplify some code. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | move EmitEncodingByte to AsmPrinter. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | move EmitCFAByte to AsmPrinter. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | inline EmitDifference away. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | resolve a fixme. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | move gettemplabel and getdwlabel to AsmPrinter and... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | move uleb/sleb printing into AsmPrinter from DwarfPrinter. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | more interface cleanup make some helpers static functions. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | clean up the asmprinter header and privatize some stuff. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | use stringref instead of strtol to avoid errno gymnastics. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | split inline asm support out to its own .cpp file. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | inline processDebugLoc and simplify it. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | minor tidying. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | clean up the asmprinter interface a bit, rename a few |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | remove TargetMachine.h #include, also, TRI isn't used... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Jakob Stoklund... | Switch SSEDomainFix to SpecificBumpPtrAllocator. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | lazily allocate the GCMetadataPrinters map and remove... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Nicolas Geoffray | CurFn is only used for relocations. Use EmissionDetails... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | Momentous day: remove the "O" member from AsmPrinter... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | now that all operand printing happens to specified... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | remove the raw_ostream from various dwarf printing... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | mcize the gc metadata printing stuff. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | use EmitRawText instead of O in DwarfPrinter. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | mc'ize the remaining uses of O. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | finish eliminating uses of O. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | mcize more of ppc stub printing. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | mcize a bunch more stuff, using EmitRawText for things we |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | convert the non-MCInstPrinter'ized EmitInstruction |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | streamerize the rest of PIC16 asm printer. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | streamerize printing of dbg_value, the x86 backend... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | split DEBUG_VALUE printing stuff out to its own method. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | mc'ize elf stub printing, convert cygwin stuff to EmitR... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | fix PrintAsmOperand and PrintAsmMemoryOperand to pass... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | use predicates in DBG_VALUE printing code to simplify it. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | remove more implicit uses of "O". |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | change this back too |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | check in what I tested. :( |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | MMI is always available, rename O -> OS in printInlineAsm. |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | fix an ugly wart in the MCInstPrinter api where the |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Chris Lattner | change a ton of code to not implicitly use the "O"... |
commit | commitdiff | tree | snapshot |
2010-04-04 |
Mon P Wang | Reapply address space patch after fixing an issue in... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | asmstreamerize the .size directive for function bodies... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | emit the cygwin stub thing through mcstreamer. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | add a twine form of MCStreamer::EmitRawText, and mc'ize |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | allow attaching comments to raw text. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | start moving towards emitting inline asm statements... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | add <cstdlib> header for abort() on linux builders. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | add a new EmitInlineAsm function to asmprinter to handl... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | mc'ize comment printing around file scope inline asm. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | remove some extraneous casts |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | require that the branch being controlled by the IV |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | add integer overflow check for the fp induction variable |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | add a comment and fix some consistency issues, converting |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | fix PR6761, a miscompilation due to the fp->int IV... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | convert to filecheck |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | just eliminate the uitofp checks. This code isn't... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | rename feature test. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | actually just remove this, will move the real feature... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | rename test since it is a feature test. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | rename PH -> PN to be consistent with WeakPN and the... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | improve comment and drop a dead check. If PH had |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | strength reduce a ridiculous use of APInt. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | rename stuff improve comment grammar. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | simplify some code and resolve a fixme. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | There is no guarantee that the increment and the branch |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | first half of a pass through IndVarSimplify::HandleFloa... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | don't internalize available_externally functions, they are |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chandler Carruth | Fix a warning in GCC about a pointless typedef. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chandler Carruth | Add the new ARMDecodeEmitter to CMake build. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Johnny Chen | Get rid of the middleman (ARMAlgorithm), which causes... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Bob Wilson | Revert all my SSAUpdater patches. The PHI placement... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Bob Wilson | Add a DEBUG_TYPE for the SSAUpdater. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Evan Cheng | Code refactoring. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | Add special case bitcode support for DebugLoc. This... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Mikhail Glushenkov | Pass -shared to the linker. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Johnny Chen | Fix comment. |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Johnny Chen | Register ARMAlgorithm::DoCleanup() to be called on... |
commit | commitdiff | tree | snapshot |
2010-04-03 |
Chris Lattner | add a couple missing enum names. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Eric Christopher | Rewrite aesimc handling. It only takes a single input... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Johnny Chen | Fix another build warning. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Eric Christopher | Fix typo aeskeygenassist -> aeskeygenassist128. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
David Greene | Ok, third time's the charm. No changes from last time... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Johnny Chen | Move variable "Bits" declaration/definition into the... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Johnny Chen | Fixed build warning. |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Johnny Chen | Change from .../Support/DataTypes.h to .../System/DataT... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
Johnny Chen | Second try of initial ARM/Thumb disassembler check... |
commit | commitdiff | tree | snapshot |
next |