summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Segregate tests by target.Dale Johannesen2010-11-14
* Teach InstructionSimplify about phi nodes. I chose to have it simplyDuncan Sands2010-11-14
* rename test.Chris Lattner2010-11-14
* filecheckize, remove an old and useless testChris Lattner2010-11-14
* this test is pretty pointless and "propogation" isn't a word (or so Misha cla...Chris Lattner2010-11-14
* Handle a peculiar comdat case: Creating a section with an undefinedRafael Espindola2010-11-14
* Testcase to go along with commit 118923 ("Have GVN simplify instructionsDuncan Sands2010-11-13
* Recognise 32-bit ror-based bswap implementation used by uclibcPeter Collingbourne2010-11-13
* Generalize the reassociation transform in SimplifyCommutative (now renamed toDuncan Sands2010-11-13
* Fixed error and re-enabled MBlaze MC disassembler tests.Wesley Peck2010-11-13
* Parse and record the gnu_unique_object type.Rafael Espindola2010-11-13
* This test stops after disassembling 1 instructions onDale Johannesen2010-11-13
* Parse and remember discriminators in .loc line. I try to output them withRafael Espindola2010-11-13
* Add test cases that should have been committed with 118969.Wesley Peck2010-11-13
* 1. Adding test cases for MBlaze MC disassembler.Wesley Peck2010-11-13
* Add conditional move of large immediate.Evan Cheng2010-11-13
* Fix the encoding of negative line deltas.Rafael Espindola2010-11-13
* lli: Switch to using ParseIRFile, for consistency with other LLVM tools.Daniel Dunbar2010-11-13
* Fix an obvious typo which inverted an immediate.Evan Cheng2010-11-13
* This should be still failing, but is. Disable it with theEric Christopher2010-11-13
* 1. Adding missing immediate mode asm parser test cases.Wesley Peck2010-11-13
* Fixing improperly encoded reverse subtract instructions in MBlaze backend.Wesley Peck2010-11-12
* 1. Finishing MBlaze MC asm parser test casesWesley Peck2010-11-12
* Add conditional mvn instructions.Evan Cheng2010-11-12
* First stab at providing correct Thumb2 encodings, start with adc.Owen Anderson2010-11-12
* Add some missing isel predicates on def : pat patterns to avoid generating VF...Evan Cheng2010-11-12
* accept lret as an alias for lretl, fixing the reopened part of PR8592Chris Lattner2010-11-12
* Emacs auto-fill bug.Andrew Trick2010-11-12
* Test case for PR8287: SD scheduling time. Fixed in r118904.Andrew Trick2010-11-12
* implement PR8592: empirically "lretq" is a "lret" with a rex.w prefix.Chris Lattner2010-11-12
* gnu as support both % and @ before types, do the same.Rafael Espindola2010-11-12
* Fix memory access lowering on SPU, addingKalle Raiskila2010-11-12
* Enhance DSE to handle the case where a free call makes more thanDan Gohman2010-11-12
* Filecheckize.Dan Gohman2010-11-12
* Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com>Bruno Cardoso Lopes2010-11-12
* Fill out support for Thumb2 encodings of NEON instructions.Owen Anderson2010-11-11
* Fix tblgen instruction errors exposed by MC asm parser testsWesley Peck2010-11-11
* Add correct Thumb2 encodings for NEON vst[1,2,3,4] and vld[1,2,3,4].Owen Anderson2010-11-11
* Factor out Instruction::isSafeToSpeculativelyExecute's code forDan Gohman2010-11-11
* Flesh out tests for Thumb2 encodings of NEON instructions.Owen Anderson2010-11-11
* Delete unneeded ssp attributes.Dan Gohman2010-11-11
* Add support for Thumb2 encodings of NEON data processing instructions, using ...Owen Anderson2010-11-11
* Mark labels declared in tls sections as STT_TLS. This matches the behavior ofRafael Espindola2010-11-11
* Initial comdat implementation.Rafael Espindola2010-11-11
* TBAA-enable ArgumentPromotion.Dan Gohman2010-11-11
* Make AliasedSymbol able to handle MCTargetExpr. They can get here ifRafael Espindola2010-11-11
* Fix the symbol index of weak references. Also make RecordRelocation a bitRafael Espindola2010-11-11
* Remove the memmove->memcpy optimization from CodeGen. MemCpyOpt does this.Dan Gohman2010-11-11
* Make Sink tbaa-aware.Dan Gohman2010-11-11
* CMake: Add the new option "LLVM_LIT_ARGS".NAKAMURA Takumi2010-11-11