| Age | Commit message (Expand) | Author |
| 2010-11-01 | Give AsmMatcherInfo a CodeGenTarget, which simplifies a bunch of | Chris Lattner |
| 2010-11-01 | move FlattenVariants out of AsmMatcherEmitter into a shared | Chris Lattner |
| 2010-11-01 | add a FIXME, $lane in ARM is an issue that needs to be resolved before | Chris Lattner |
| 2010-11-01 | reject instructions that contain a \n in their asmstring. Mark | Chris Lattner |
| 2010-10-31 | fix a crash on: | Chris Lattner |
| 2010-10-31 | fix the !eq operator in tblgen to return a bit instead of an int. | Chris Lattner |
| 2010-10-31 | two changes: make the asmmatcher generator ignore ARM pseudos properly, | Chris Lattner |
| 2010-10-31 | reapply r117858 with apparent editor malfunction fixed (somehow I | Chris Lattner |
| 2010-10-31 | revert r117858 while I check out a failure I missed. | Chris Lattner |
| 2010-10-31 | the asm matcher can't handle operands with modifiers (like ${foo:bar}). | Chris Lattner |
| 2010-10-30 | have GetAliasRequiredFeatures get its features from | Chris Lattner |
| 2010-10-30 | simplify code that creates SubtargetFeatureInfo, ensuring that features | Chris Lattner |
| 2010-10-30 | fix a fixme in stringmatcher, having it generate nice looking code if the | Chris Lattner |
| 2010-10-30 | fix typos and some serious bugs in feature handling (but not for | Chris Lattner |
| 2010-10-30 | Resolve a terrible hack in tblgen: instead of hardcoding | Chris Lattner |
| 2010-10-30 | Implement (and document!) support for MnemonicAlias's to have Requires | Chris Lattner |
| 2010-10-30 | fix build problem | Chris Lattner |
| 2010-10-30 | diagnose targets that define two alises with the same 'from' mnemonic | Chris Lattner |
| 2010-10-30 | emit the mnemonic aliases in their own helper function instead of | Chris Lattner |
| 2010-10-30 | implement (and document!) the first kind of MC assembler alias, which | Chris Lattner |
| 2010-10-29 | Apply a patch from Frits van Bommel to fix the CMake build. | Dan Gohman |
| 2010-10-29 | trailing whitespace | Jim Grosbach |
| 2010-10-29 | not is testing for a normal exit with a non-zero value. It shouldn't | Dan Gohman |
| 2010-10-28 | fix the asmmatcher generator to handle targets with no RegisterPrefix | Chris Lattner |
| 2010-10-27 | Shifter ops are not always free. Do not fold them (especially to form | Evan Cheng |
| 2010-10-27 | Provide correct encodings for NEON vcvt, which has its own special immediate ... | Owen Anderson |
| 2010-10-27 | Added the x86 instruction ud2b (2nd official undefined instruction). | Kevin Enderby |
| 2010-10-26 | Enable clang autocompletion by default. | Dan Gohman |
| 2010-10-26 | First part of refactoring ARM addrmode2 (load/store) instructions to be more | Jim Grosbach |
| 2010-10-23 | Constify another 2 disassembler tables. | Benjamin Kramer |
| 2010-10-23 | Make the disassembler tables const so they end up in read-only memory. | Benjamin Kramer |
| 2010-10-23 | Remove -llvmc-temp-hack from tblgen. | Mikhail Glushenkov |
| 2010-10-23 | Syntax tweak in llvmc: (something [a,b,c]) -> (something a, b, c). | Mikhail Glushenkov |
| 2010-10-23 | Trailing whitespace. | Mikhail Glushenkov |
| 2010-10-22 | Do not install libBugpointPasses.dylib for Apple builds. Radar 8585383. | Bob Wilson |
| 2010-10-22 | Fix the name of libLLVMHello.dylib so that it does not get installed for | Bob Wilson |
| 2010-10-22 | Make some symbols static, move classes into anonymous namespaces. | Benjamin Kramer |
| 2010-10-20 | Add a way to emit StringSwitch of clang attribute spellings. | Anders Carlsson |
| 2010-10-19 | Fix VC2010 build. | Michael J. Spencer |
| 2010-10-17 | Build with RTTI and exceptions disabled. Only in GCC for now. | Oscar Fuentes |
| 2010-10-15 | KillTheDoctor: Fix 2008 build. I'm actually surprised 2010 defines all of the... | Michael J. Spencer |
| 2010-10-15 | Teach FileCheck to handle trailing CHECK-NOT patterns. | Jakob Stoklund Olesen |
| 2010-10-15 | ARM mode encoding information for UBFX and SBFX instructions. | Jim Grosbach |
| 2010-10-14 | Teach PerfectShuffle to not generate files with embedded tab characters. | Jim Grosbach |
| 2010-10-13 | Refactor the ARM 'setend' instruction pattern. Use a single instruction pattern | Jim Grosbach |
| 2010-10-13 | Add ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH] instructions. | Jim Grosbach |
| 2010-10-12 | Allow targets to optionally specify custom binary encoder functions for | Jim Grosbach |
| 2010-10-12 | KillTheDoctor: Fix VS2008 build. | Michael J. Spencer |
| 2010-10-12 | Fix spelling error. | Cameron Esfahani |
| 2010-10-11 | The assert() should reference to machine instr operand number, too. | Jim Grosbach |