summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Put GCOVFile and other related interface in a common header so that llvm-cov ...Devang Patel2011-10-04
* Unbreak MSVC build.Francois Pichet2011-10-04
* Teach PPCInstrInfo to handle sub-classes.Jakob Stoklund Olesen2011-10-04
* tblgen: add preprocessor as a separate modeChe-Liang Chiou2011-10-04
* Set operation actions to legal types only.Nadav Rotem2011-10-04
* Operations should be custom lowered only if their type is legal.Nadav Rotem2011-10-04
* The product of two chrec's can always be represented as a chrec.Nick Lewycky2011-10-04
* Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper2011-10-04
* LSR should avoid redundant edge splitting.Andrew Trick2011-10-04
* whitespaceAndrew Trick2011-10-04
* Remove last references to hotpatch.Rafael Espindola2011-10-04
* Generic cleanup.Bill Wendling2011-10-04
* ARM assembly parsing and encoding for VMOV immediate.Jim Grosbach2011-10-03
* Tidy up. 80 columns.Jim Grosbach2011-10-03
* Use the PC label ID rather than '1'. Add support for thumb-2, because I heard...Bill Wendling2011-10-03
* Don't carry over the dispatchsetup hack from the old system.Bill Wendling2011-10-03
* ARM parsing/encoding for VCMP/VCMPE.Jim Grosbach2011-10-03
* Fix typo in comments.Nick Lewycky2011-10-03
* Check-pointing the new SjLj EH lowering.Bill Wendling2011-10-03
* Add support for 64-bit logical NOR.Akira Hatanaka2011-10-03
* Add support for 64-bit count leading ones and zeros instructions.Akira Hatanaka2011-10-03
* Move the grabbing of the jump buffer into the caller function, eliminating th...Bill Wendling2011-10-03
* ARM assembly parsing and encoding for VMRS/FMSTAT.Jim Grosbach2011-10-03
* Add support for 64-bit divide instructions.Akira Hatanaka2011-10-03
* Add C api for Instruction->eraseFromParent().Devang Patel2011-10-03
* Thumb2 ADD/SUB can take SP as a destination register.Jim Grosbach2011-10-03
* Clean up MipsInstrInfo::copyPhysReg and handle copies from and to 64-bit integerAkira Hatanaka2011-10-03
* Add support for 64-bit integer multiply instructions.Akira Hatanaka2011-10-03
* Add definitions of instructions which move values between 64-bit integerAkira Hatanaka2011-10-03
* Add support for MOVBE and RDRAND instructions for the assembler and disassemb...Craig Topper2011-10-03
* Whitespace.Eric Christopher2011-10-03
* Typo.Eric Christopher2011-10-03
* Add the returns_twice attribute to LLVM.Rafael Espindola2011-10-03
* Treat VEX.vvvv as a 3-bit field outside of 64-bit mode. Prevents access to re...Craig Topper2011-10-03
* Fix VEX disassembling to ignore REX.RXBW bits in 32-bit mode.Craig Topper2011-10-03
* Reapply r140979 with fix! We never did get a testcase, but careful review of theNick Lewycky2011-10-03
* 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 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