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