summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Revert r140979 due to reports of bootstrap failure.Nick Lewycky2011-10-03
* Add one more case we compute a max trip count.Nick Lewycky2011-10-03
* Fix some Intel syntax disassembly issues with instructions that implicitly us...Craig Topper2011-10-02
* Special case disassembler handling of REX.B prefix on NOP instruction to deco...Craig Topper2011-10-02
* Add a new icmp+select optz'n. Also shows off the load(cst) folding added inNick Lewycky2011-10-02
* Enhance a couple places where we were doing constant folding of instructions,Nick Lewycky2011-10-02
* Fix typo in r140954.Craig Topper2011-10-02
* Make canonicalization of ImmutableSetRef::asImmutableSet() semi-explicit.Ted Kremenek2011-10-02
* Fix disassembling of INVEPT and INVVPID to take operandsCraig Topper2011-10-01
* Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2...Craig Topper2011-10-01
* Revert r140924 "Attempt to fix dynamic stack realignment for thumb1 functions."Chad Rosier2011-10-01
* Moved type construction out of the loop and added an assert on the legality o...Nadav Rotem2011-10-01
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* No one should be using the method directly. Assert if they do.Bill Wendling2011-10-01
* Add a convenience method to tell if two things are equal.Bill Wendling2011-10-01
* Use the ARMConstantPoolMBB class to handle the MBB values.Bill Wendling2011-10-01
* 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
* Subtarget getFeatureBits() returns a uint64_t, not unsigned.Bob Wilson2011-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
* Use precomputed BitVector for CodeGenRegisterClass::hasSubClass().Jakob Stoklund Olesen2011-09-30
* Filecheck-ize.Bill Wendling2011-09-30
* Add new line at end of file.Bill Wendling2011-09-30
* 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
* Extract a slightly more general BitVector printer.Jakob Stoklund Olesen2011-09-30
* Move getCommonSubClass() into TRI.Jakob Stoklund Olesen2011-09-30
* Compute lists of super-classes in CodeGenRegisterClass.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
* Test More Complicated ListsDavid Greene2011-09-30
* Test VarListElementInit:: resolveListElementReferenceDavid Greene2011-09-30
* Implement VarListElementInit:: resolveListElementReferenceDavid Greene2011-09-30
* Update CMake build.Benjamin Kramer2011-09-30
* Initial implementation of MipsMCCodeEmitter.Akira Hatanaka2011-09-30