summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* When inferring the pointer alignment, if the global doesn't have an initializerBill Wendling2011-09-30
* Promote comment to doxycomment. Adjust whitespace. No functionality change.Nick Lewycky2011-09-30
* Store sub-class lists as a bit vector.Jakob Stoklund Olesen2011-09-30
* Move getCommonSubClass() into TRI.Jakob Stoklund Olesen2011-09-30
* Correct for my over-eager delete finger.Jim Grosbach2011-09-30
* Add definition of MipsELFObjectWriter.Akira Hatanaka2011-09-30
* Register the MC object streamer.Akira Hatanaka2011-09-30
* Register Asm backend. Add functions to MipsAsmBackend.Akira Hatanaka2011-09-30
* Add MCELFObjectTargetWriter and MCAsmBackend classes.Akira Hatanaka2011-09-30
* Update CMake build.Benjamin Kramer2011-09-30
* Initial implementation of MipsMCCodeEmitter.Akira Hatanaka2011-09-30
* Don't modify constant in-place.Jim Grosbach2011-09-30
* Tracing or debug-printing a newly formed instruction should not crash.Andrew Trick2011-09-30
* whitespaceAndrew Trick2011-09-30
* Add definitions of Mips64 rotate instructions.Akira Hatanaka2011-09-30
* float comparison to double 'zero' constant can just be a float 'zero.'Jim Grosbach2011-09-30
* Constify 'isLSDA' and move a method out-of-line.Bill Wendling2011-09-30
* Tidy up. Trailing whitespace.Jim Grosbach2011-09-30
* ARM Darwin default relocation model is PIC.Jim Grosbach2011-09-30
* isCommutable should be 0 for DSUBu.Akira Hatanaka2011-09-30
* ARM Fixup valus for movt/movw are for the whole value.Jim Grosbach2011-09-30
* Fix a bug in compare_numeric().Jakob Stoklund Olesen2011-09-30
* MCJIT initialization TargetDataDanil Malyshev2011-09-30
* PTX: Various stylistic and code readability changes recommended by Jim Grosbach.Justin Holewinski2011-09-30
* PTX: Add programmable rounding mode specifier for int <-> fp conversion instrs.Justin Holewinski2011-09-30
* Inlining often produces landingpad instructions with repeatedDuncan Sands2011-09-30
* Comment grammar fixes.Torok Edwin2011-09-30
* PTX: Attempt to cleanup/unify the handling of FP rounding modes. This requiresJustin Holewinski2011-09-30
* Instead of crashing when MCAsmInfo is NULL, add an assert.Torok Edwin2011-09-30
* Mips64 shift instructions.Akira Hatanaka2011-09-30
* Mips64 arithmetic and logical instructions with one source register andAkira Hatanaka2011-09-30
* ARM fix encoding of VMOV.f32 and VMOV.f64 immediates.Jim Grosbach2011-09-30
* Fill delay slot with useful instructions. Modified from Sparc's version of delayAkira Hatanaka2011-09-29
* Create a machine basic block in the constant pool and retrieve the symbol for...Bill Wendling2011-09-29
* Support creating a constant pool value for a machine basic block.Bill Wendling2011-09-29
* Fold two identical set lookups into one. No functionality change.Nick Lewycky2011-09-29
* When eliminating unnecessary retain+autorelease on return values,Dan Gohman2011-09-29
* Don't eliminate objc_retainBlock calls on stack objects if theDan Gohman2011-09-29
* Mips64 arithmetic and logical instructions with two source registers.Akira Hatanaka2011-09-29
* Clean up uses of switch instructions so they are not dependent on the operand...Eli Friedman2011-09-29
* Cosmetic changes, as per Nick's review.Devang Patel2011-09-29
* Place this bracket according to the LLVM style.Duncan Sands2011-09-29
* PTX: Fix broken shared library buildJustin Holewinski2011-09-29
* Expand the x86 V_SET0* pseudos right after register allocation.Jakob Stoklund Olesen2011-09-29
* Target/ARM: Unbreak! CMake! Build!NAKAMURA Takumi2011-09-29
* Delete NEONMoveFix, now unused.Jakob Stoklund Olesen2011-09-29
* Use ExecutionDepsFix instead of NEONMoveFix.Jakob Stoklund Olesen2011-09-29
* typo + pastoAndrew Trick2011-09-29
* Remove NumImplicitOps which is now unused.Jakob Stoklund Olesen2011-09-29
* LSR: rewrite inner loops only.Andrew Trick2011-09-29