Age | Commit message (Expand) | Author |
2011-10-17 | ARM NEON "vmov.i8" immediate assembly parsing and encoding. | Jim Grosbach |
2011-10-17 | Forgot to add the project name to the 'svn ls' command. | Bill Wendling |
2011-10-17 | Add message to svn mkdir command. | Bill Wendling |
2011-10-17 | Fix unused variable warning in the rare circumstance that we have no feature-... | Owen Anderson |
2011-10-17 | Pick low-hanging MatchEntry shrinkage fruit. | Benjamin Kramer |
2011-10-17 | Don't download and compile compiler-rt, libcxx, and libcxxabi by default. | Bill Wendling |
2011-10-17 | Update to disable asserts. Build a phase 3 compiler, and compare phase 2 file... | Bill Wendling |
2011-10-16 | Overhaul the 'test-release' script. | Bill Wendling |
2011-10-16 | Update the tree before applying patch. | Bill Wendling |
2011-10-16 | Add X86 PEXTR and PDEP instructions. | Craig Topper |
2011-10-16 | Add X86 BZHI instruction as well as BMI2 feature detection. | Craig Topper |
2011-10-16 | Add X86 INVPCID instruction. Add 32/64-bit predicates to INVEPT, INVVPID, VMR... | Craig Topper |
2011-10-16 | Make SMDiagnostic a little more sane. Instead of passing around note/warning... | Chris Lattner |
2011-10-16 | Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does... | Chris Lattner |
2011-10-16 | Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3... | Craig Topper |
2011-10-16 | Add a helper script to create branches and tag release candidates. | Bill Wendling |
2011-10-16 | Add a script that helps merge changes into a release branch. | Bill Wendling |
2011-10-15 | Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work ... | Craig Topper |
2011-10-14 | Fix threads/jobs Calculation | David Greene |
2011-10-14 | Add Helpful Messages | David Greene |
2011-10-14 | Add Option to Skip Install | David Greene |
2011-10-14 | Add Option to Skip gcc Build | David Greene |
2011-10-14 | Add X86 ANDN instruction. Including instruction selection. | Craig Topper |
2011-10-14 | Ban rematerializable instructions with side effects. | Jakob Stoklund Olesen |
2011-10-12 | ARM parsing and encoding for the <option> form of LDC/STC instructions. | Jim Grosbach |
2011-10-11 | Remove extra semicolon. | Eli Friedman |
2011-10-11 | Fix disassembling of popcntw. Also remove some code that says it accounts for... | Craig Topper |
2011-10-10 | Emit full ED initializers even for pseudo-instructions. | Jakob Stoklund Olesen |
2011-10-10 | Insert dummy ED table entries for pseudo-instructions. | Jakob Stoklund Olesen |
2011-10-07 | ARM NEON assembly parsing and encoding for VDUP(scalar). | Jim Grosbach |
2011-10-07 | Remove Multidefs | David Greene |
2011-10-07 | Revert part of r141274. Only need to change encoding for xchg %eax, %eax in 6... | Craig Topper |
2011-10-06 | Remove the Clang tblgen backends from LLVM. | Peter Collingbourne |
2011-10-06 | Fix assembling of xchg %eax, %eax to not use the NOP encoding of 0x90. This w... | Craig Topper |
2011-10-06 | Build system infrastructure for multiple tblgens. | Peter Collingbourne |
2011-10-06 | Remove the TRI::getSubRegisterRegClass() hook. | Jakob Stoklund Olesen |
2011-10-05 | Vim Support for Multidefs | David Greene |
2011-10-05 | Emacs Support for Multidefs | David Greene |
2011-10-05 | Add TRI::getSubClassWithSubReg(RC, Idx) function. | Jakob Stoklund Olesen |
2011-10-04 | Properly use const_iterator. | Jakob Stoklund Olesen |
2011-10-04 | Teach TableGen to infer missing register classes. | Jakob Stoklund Olesen |
2011-10-04 | TableGen: Store all allocation orders together. | Jakob Stoklund Olesen |
2011-10-04 | TableGen: Privatize CodeGenRegisterClass::TheDef and Name. | Jakob Stoklund Olesen |
2011-10-04 | TableGen: Don't add synthetic Records to the RecordKeeper. | Jakob Stoklund Olesen |
2011-10-04 | Add support in the disassembler for ignoring the L-bit on certain VEX instruc... | Craig Topper |
2011-10-04 | Remove last references to hotpatch. | Rafael Espindola |
2011-10-03 | Find the strip tool that works with the specified SDKROOT. rdar://10165908 | Bob Wilson |
2011-10-02 | Fix typo in r140954. | Craig Topper |
2011-10-01 | Fix disassembling of INVEPT and INVVPID to take operands | Craig Topper |
2011-10-01 | Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2... | Craig Topper |