summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* LSR should avoid redundant edge splitting.Andrew Trick2011-10-044-6/+55
* whitespaceAndrew Trick2011-10-042-30/+30
* Remove last references to hotpatch.Rafael Espindola2011-10-044-11/+1
* Exclude libLLVMTableGen.a from the shared libraryPeter Collingbourne2011-10-041-2/+3
* Generic cleanup.Bill Wendling2011-10-041-23/+16
* Unit test for r140919, loop unroll heuristics.Andrew Trick2011-10-041-0/+36
* Tidy up. These tests are covered in the .s file tests now.Jim Grosbach2011-10-031-236/+0
* ARM assembly parsing and encoding for VMOV immediate.Jim Grosbach2011-10-033-5/+93
* Tidy up. 80 columns.Jim Grosbach2011-10-031-1/+1
* Use the PC label ID rather than '1'. Add support for thumb-2, because I heard...Bill Wendling2011-10-031-10/+41
* Don't carry over the dispatchsetup hack from the old system.Bill Wendling2011-10-031-7/+1
* ARM parsing/encoding for VCMP/VCMPE.Jim Grosbach2011-10-032-4/+15
* Fix typo in comments.Nick Lewycky2011-10-031-2/+2
* Check-pointing the new SjLj EH lowering.Bill Wendling2011-10-032-0/+77
* Move CHECK after entry label.Akira Hatanaka2011-10-031-2/+2
* Add support for 64-bit logical NOR.Akira Hatanaka2011-10-032-0/+15
* Add support for 64-bit count leading ones and zeros instructions.Akira Hatanaka2011-10-032-0/+32
* Move the grabbing of the jump buffer into the caller function, eliminating th...Bill Wendling2011-10-031-31/+33
* ARM assembly parsing and encoding for VMRS/FMSTAT.Jim Grosbach2011-10-034-2/+22
* Add support for 64-bit divide instructions.Akira Hatanaka2011-10-034-3/+50
* Add C api for Instruction->eraseFromParent().Devang Patel2011-10-032-0/+5
* Update test for 141010.Jim Grosbach2011-10-031-1/+1
* Thumb2 ADD/SUB can take SP as a destination register.Jim Grosbach2011-10-031-18/+18
* Clean up MipsInstrInfo::copyPhysReg and handle copies from and to 64-bit integerAkira Hatanaka2011-10-031-51/+44
* Add support for 64-bit integer multiply instructions.Akira Hatanaka2011-10-033-4/+39
* Add definitions of instructions which move values between 64-bit integerAkira Hatanaka2011-10-032-0/+27
* Find the strip tool that works with the specified SDKROOT. rdar://10165908Bob Wilson2011-10-031-4/+10
* Tidy up a bit. Formatting.Jim Grosbach2011-10-031-62/+76
* Add support for MOVBE and RDRAND instructions for the assembler and disassemb...Craig Topper2011-10-037-1/+93
* Whitespace.Eric Christopher2011-10-031-1/+1
* Typo.Eric Christopher2011-10-031-1/+1
* Add the returns_twice attribute to LLVM.Rafael Espindola2011-10-039-9/+15
* Treat VEX.vvvv as a 3-bit field outside of 64-bit mode. Prevents access to re...Craig Topper2011-10-033-0/+9
* Test updates that were supposed to go with r140993.Craig Topper2011-10-031-4/+4
* Fix VEX disassembling to ignore REX.RXBW bits in 32-bit mode.Craig Topper2011-10-031-9/+13
* Reapply r140979 with fix! We never did get a testcase, but careful review of theNick Lewycky2011-10-032-4/+43
* attempt to fix ocaml bindings: landing padsTorok Edwin2011-10-034-4/+40
* Revert r140979 due to reports of bootstrap failure.Nick Lewycky2011-10-032-36/+4
* Add one more case we compute a max trip count.Nick Lewycky2011-10-032-4/+36
* Fix some Intel syntax disassembly issues with instructions that implicitly us...Craig Topper2011-10-025-32/+215
* Special case disassembler handling of REX.B prefix on NOP instruction to deco...Craig Topper2011-10-022-2/+42
* Add a new icmp+select optz'n. Also shows off the load(cst) folding added inNick Lewycky2011-10-022-0/+16
* Enhance a couple places where we were doing constant folding of instructions,Nick Lewycky2011-10-022-7/+8
* Fix typo in r140954.Craig Topper2011-10-021-1/+0
* Make canonicalization of ImmutableSetRef::asImmutableSet() semi-explicit.Ted Kremenek2011-10-021-2/+3
* Fix disassembling of INVEPT and INVVPID to take operandsCraig Topper2011-10-014-2/+21
* Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2...Craig Topper2011-10-015-6/+36
* Revert r140924 "Attempt to fix dynamic stack realignment for thumb1 functions."Chad Rosier2011-10-013-27/+7
* Moved type construction out of the loop and added an assert on the legality o...Nadav Rotem2011-10-011-10/+10
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-0177-241/+369
OpenPOWER on IntegriCloud