Age | Commit message (Expand) | Author |
2010-11-14 | add some nounwind's. | Chris Lattner |
2010-11-14 | Fix another case of a .comm directive without a corresponding .type | Rafael Espindola |
2010-11-14 | Fix the type of a symbol created with .comm and no corresponding .type. | Rafael Espindola |
2010-11-14 | Segregate tests by target. | Dale Johannesen |
2010-11-14 | Teach InstructionSimplify about phi nodes. I chose to have it simply | Duncan Sands |
2010-11-14 | rename test. | Chris Lattner |
2010-11-14 | filecheckize, remove an old and useless test | Chris Lattner |
2010-11-14 | this test is pretty pointless and "propogation" isn't a word (or so Misha cla... | Chris Lattner |
2010-11-14 | Handle a peculiar comdat case: Creating a section with an undefined | Rafael Espindola |
2010-11-13 | Testcase to go along with commit 118923 ("Have GVN simplify instructions | Duncan Sands |
2010-11-13 | Recognise 32-bit ror-based bswap implementation used by uclibc | Peter Collingbourne |
2010-11-13 | Generalize the reassociation transform in SimplifyCommutative (now renamed to | Duncan Sands |
2010-11-13 | Fixed error and re-enabled MBlaze MC disassembler tests. | Wesley Peck |
2010-11-13 | Parse and record the gnu_unique_object type. | Rafael Espindola |
2010-11-13 | This test stops after disassembling 1 instructions on | Dale Johannesen |
2010-11-13 | Parse and remember discriminators in .loc line. I try to output them with | Rafael Espindola |
2010-11-13 | Add test cases that should have been committed with 118969. | Wesley Peck |
2010-11-13 | 1. Adding test cases for MBlaze MC disassembler. | Wesley Peck |
2010-11-13 | Add conditional move of large immediate. | Evan Cheng |
2010-11-13 | Fix the encoding of negative line deltas. | Rafael Espindola |
2010-11-13 | lli: Switch to using ParseIRFile, for consistency with other LLVM tools. | Daniel Dunbar |
2010-11-13 | Fix an obvious typo which inverted an immediate. | Evan Cheng |
2010-11-13 | This should be still failing, but is. Disable it with the | Eric Christopher |
2010-11-13 | 1. Adding missing immediate mode asm parser test cases. | Wesley Peck |
2010-11-12 | Fixing improperly encoded reverse subtract instructions in MBlaze backend. | Wesley Peck |
2010-11-12 | 1. Finishing MBlaze MC asm parser test cases | Wesley Peck |
2010-11-12 | Add conditional mvn instructions. | Evan Cheng |
2010-11-12 | First stab at providing correct Thumb2 encodings, start with adc. | Owen Anderson |
2010-11-12 | Add some missing isel predicates on def : pat patterns to avoid generating VF... | Evan Cheng |
2010-11-12 | accept lret as an alias for lretl, fixing the reopened part of PR8592 | Chris Lattner |
2010-11-12 | Emacs auto-fill bug. | Andrew Trick |
2010-11-12 | Test case for PR8287: SD scheduling time. Fixed in r118904. | Andrew Trick |
2010-11-12 | implement PR8592: empirically "lretq" is a "lret" with a rex.w prefix. | Chris Lattner |
2010-11-12 | gnu as support both % and @ before types, do the same. | Rafael Espindola |
2010-11-12 | Fix memory access lowering on SPU, adding | Kalle Raiskila |
2010-11-12 | Enhance DSE to handle the case where a free call makes more than | Dan Gohman |
2010-11-12 | Filecheckize. | Dan Gohman |
2010-11-12 | Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com> | Bruno Cardoso Lopes |
2010-11-11 | Fill out support for Thumb2 encodings of NEON instructions. | Owen Anderson |
2010-11-11 | Fix tblgen instruction errors exposed by MC asm parser tests | Wesley Peck |
2010-11-11 | Add correct Thumb2 encodings for NEON vst[1,2,3,4] and vld[1,2,3,4]. | Owen Anderson |
2010-11-11 | Factor out Instruction::isSafeToSpeculativelyExecute's code for | Dan Gohman |
2010-11-11 | Flesh out tests for Thumb2 encodings of NEON instructions. | Owen Anderson |
2010-11-11 | Delete unneeded ssp attributes. | Dan Gohman |
2010-11-11 | Add support for Thumb2 encodings of NEON data processing instructions, using ... | Owen Anderson |
2010-11-11 | Mark labels declared in tls sections as STT_TLS. This matches the behavior of | Rafael Espindola |
2010-11-11 | Initial comdat implementation. | Rafael Espindola |
2010-11-11 | TBAA-enable ArgumentPromotion. | Dan Gohman |
2010-11-11 | Make AliasedSymbol able to handle MCTargetExpr. They can get here if | Rafael Espindola |
2010-11-11 | Fix the symbol index of weak references. Also make RecordRelocation a bit | Rafael Espindola |