summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* Add comments and move assignment statement. If sawStore is true, sawLoad doesAkira Hatanaka2011-10-05
* Correct description string of enable-mips-delay-filler.Akira Hatanaka2011-10-05
* Look at the number of entries in the jump table and jump to a 'trap' block ifBill Wendling2011-10-05
* Checkpoint for SJLJ EH code.Bill Wendling2011-10-05
* Also add <imp-use,kill> flags for redefined super-registers.Jakob Stoklund Olesen2011-10-05
* Also add <def,undef> flags when coalescing sub-registers.Jakob Stoklund Olesen2011-10-05
* Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson2011-10-04
* Adding back support for printing operands symbolically to ARM's new disassemblerKevin Enderby2011-10-04
* Create a mapping between the landing pad basic block and the call site index ...Bill Wendling2011-10-04
* Allow <undef> flags on def operands as well as uses.Jakob Stoklund Olesen2011-10-04
* Replace snprintf with raw_string_ostream.Francois Pichet2011-10-04
* Allow Operator ArgumentsDavid Greene2011-10-04
* Unbreak CMake build.Ted Kremenek2011-10-04
* 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