summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* Add ARMConstantPoolMBB to hold an MBB value in the constant pool.Bill Wendling2011-10-01
* Remove dead code.Bill Wendling2011-10-01
* Remove now dead methods and ivar.Bill Wendling2011-10-01
* Use the new ARMConstantPoolSymbol class to handle external symbols.Bill Wendling2011-10-01
* Add an ARMConstantPool class for external symbols. This will split out the su...Bill Wendling2011-10-01
* Remove now dead methods and ivar from ARMConstantPoolValue.Bill Wendling2011-10-01
* Switch over to using ARMConstantPoolConstant for global variables, functions,Bill Wendling2011-10-01
* Some more refactoring.Bill Wendling2011-10-01
* Add a Create method that accepts 'kind' and 'pcadj' arguments.Bill Wendling2011-10-01
* Refactoring: Separate out the ARM constant pool Constant from the ARM constantBill Wendling2011-10-01
* Attempt to fix dynamic stack realignment for thumb1 functions. It is in fact Chad Rosier2011-10-01
* Inlining and unrolling heuristics should be aware of free truncs.Andrew Trick2011-10-01
* whitespaceAndrew Trick2011-10-01
* Add Windows x64 stack walking support. Patch by Aaron Ballman!Michael J. Spencer2011-10-01
* 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