summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update cmake list.Devang Patel2011-10-04
* Tell people using the tutorial how to make it actually work.David Chisnall2011-10-04
* Test Operand ArgumentsDavid Greene2011-10-04
* Allow Operator ArgumentsDavid Greene2011-10-04
* Un-XFAIL the file. Disable only the individual tests that aren't working yet.Jim Grosbach2011-10-04
* Unbreak CMake build.Ted Kremenek2011-10-04
* Tidy up. Formatting.Jim Grosbach2011-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
* Fix PR9833/PR11054 (patch provided by Patrik Hägglund)David Dean2011-10-04
* Teach TableGen to infer missing register classes.Jakob Stoklund Olesen2011-10-04
* Teach PPCInstrInfo to handle sub-classes.Jakob Stoklund Olesen2011-10-04
* TableGen: Store all allocation orders together.Jakob Stoklund Olesen2011-10-04
* TableGen: Privatize CodeGenRegisterClass::TheDef and Name.Jakob Stoklund Olesen2011-10-04
* TableGen: Don't add synthetic Records to the RecordKeeper.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
* Exclude libLLVMTableGen.a from the shared libraryPeter Collingbourne2011-10-04
* Generic cleanup.Bill Wendling2011-10-04
* Unit test for r140919, loop unroll heuristics.Andrew Trick2011-10-04
* Tidy up. These tests are covered in the .s file tests now.Jim Grosbach2011-10-03
* 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
* Move CHECK after entry label.Akira Hatanaka2011-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
* Update test for 141010.Jim Grosbach2011-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
* Find the strip tool that works with the specified SDKROOT. rdar://10165908Bob Wilson2011-10-03
* Tidy up a bit. Formatting.Jim Grosbach2011-10-03
* Add support for MOVBE and RDRAND instructions for the assembler and disassemb...Craig Topper2011-10-03
* Whitespace.Eric Christopher2011-10-03