Do not insert instructions in reverse order.
[oota-llvm.git] / test /
2011-07-19 Devang PatelRevert r135423.
2011-07-18 Eli FriedmanFileCheck-ize a couple tests.
2011-07-18 Devang PatelDuring bottom up fast-isel, instructions emitted to...
2011-07-18 Andrew Trickindvars: LinearFunctionTestReplace for non-canonical...
2011-07-18 Akira HatanakaDo not treat atomic.load.sub differently than other...
2011-07-18 Akira HatanakaSet mayLoad or mayStore flags for SC and LL in order...
2011-07-18 Jakob Stoklund OlesenFix a crash when building 177.mesa for armv6.
2011-07-18 Bruno Cardoso LopesAdd AVX 128-bit sqrt versions
2011-07-18 Nick LewyckyDelete empty unused file.
2011-07-16 Eric ChristopherMore minor adjustments.
2011-07-16 Eli FriedmanMake the disassembler able to disassemble a bunch of...
2011-07-16 Bruno Cardoso LopesAdd AVX 128-bit patterns for sint_to_fp
2011-07-16 Eric ChristopherFinish propagating %asmtmp->%1 change.
2011-07-15 Chris Lattnerfix rdar://9776316 - type remapping needed for inline...
2011-07-15 Bruno Cardoso LopesFix a couple of things:
2011-07-15 Eli FriedmanPR10370: Make sure we know how to relax push correctly...
2011-07-15 Chad RosierA real testcase for r135286.
2011-07-15 Eric ChristopherUpdate these tests, no longer outputting names for...
2011-07-15 Chad RosierAdd testcase for r135286.
2011-07-15 Owen AndersonRemove VMOVDneon and VMOVQ, which are just aliases...
2011-07-14 Jim GrosbachARM diagnostic when 's' suffix on mnemonic that can...
2011-07-14 Jim GrosbachAdd some testcases for ARM MLA/MLS instructions.
2011-07-14 Jim GrosbachARM MCRR/MCRR2 immediate operand range checking.
2011-07-14 Jim GrosbachARM MCR/MCR2 assembly parsing operand constraints.
2011-07-14 Jim GrosbachEnable some tests we now handle correctly.
2011-07-14 Eric ChristopherCheck register class matching instead of width of type...
2011-07-14 Bruno Cardoso LopesAdd 256-bit load/store recognition and matching in...
2011-07-14 Jim GrosbachUpdate ARM Assembly of LDM/STM.
2011-07-14 Jim GrosbachARM ISB assembly parsing tests.
2011-07-14 Jim GrosbachARM ISB instruction assembly parsing.
2011-07-14 Eric ChristopherAdd a testcase for r135123.
2011-07-14 Benjamin KramerDon't emit a bit test if there is only one case the...
2011-07-14 Jim GrosbachARM tests for EOR instruction parsing and encoding.
2011-07-14 Jim GrosbachRemove duplicate tests.
2011-07-14 Jim GrosbachARM Assembler support for DSB instruction.
2011-07-13 Jim GrosbachARM Assembler support for DMB instruction.
2011-07-13 Jim GrosbachARM Assembler support for DBG instruction.
2011-07-13 Bruno Cardoso LopesWe already support 256-bit packed ADD, SUB, DIV, MUL...
2011-07-13 Jim GrosbachARM parsing and encoding tests for CMN/CMP.
2011-07-13 Jim GrosbachShuffle ARM assembly tests a bit.
2011-07-13 Jim GrosbachRange checking for CDP[2] immediates.
2011-07-13 Bruno Cardoso LopesMake X86ISD::ANDNP more general and Codegen 256-bit...
2011-07-13 Eli FriedmanMake sure we don't combine a large displacement and...
2011-07-13 Jim GrosbachFix predicates for Thumb co-processor instructions.
2011-07-13 Jim GrosbachTestcases for ARM assembly BX/BXJ instructions.
2011-07-13 Jim GrosbachTestcases for ARM assembly BLX/BL instructions.
2011-07-13 Jim GrosbachRange checking for 16-bit immediates in ARM assembly.
2011-07-13 Evan ChengChange test case, one that actually failed before my...
2011-07-13 Jim GrosbachAdd tests for ARM parsing of 'BKPT' instruction.
2011-07-13 Jim GrosbachFix copy-pasto.
2011-07-13 Jim GrosbachAdd tests for ARM parsing of 'BIC' instruction.
2011-07-13 Jim GrosbachAdd some FIXMEs.
2011-07-13 Evan ChengIt's not safe to fold (fptrunc (sqrt (fpext x))) to...
2011-07-13 Jim GrosbachAdd tests for ARM parsing of 'AND' instruction.
2011-07-13 Jim GrosbachImprove ARM assembly parsing diagnostics a bit.
2011-07-13 Jim GrosbachAdd tests for ARM parsing of 'ADD' instruction
2011-07-13 Jim GrosbachDestination register operand is optional for ADC and...
2011-07-13 Jim GrosbachFlesh out ARM Parser support for shifted-register operands.
2011-07-13 Bruno Cardoso LopesAVX Codegen support for 256-bit versions of vandps...
2011-07-13 Evan ChengImprove codegen for select's:
2011-07-12 Jim GrosbachAdd check for predicate w/o S bit.
2011-07-12 Jim GrosbachImprove test cases from r134746.
2011-07-12 Andrew TrickComment correction.
2011-07-11 Jim GrosbachFix recognition of ARM 'adcs' mnemonic.
2011-07-11 Jim GrosbachSimplify printing of ARM shifted immediates.
2011-07-11 NAKAMURA Takumitest/CodeGen/PowerPC/vector.ll: Tweak redirection ...
2011-07-11 Cameron ZwarichAdd a missing test for r134882.
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-11 Rafael EspindolaDon't duplicate the work done by a gep into a "bitcast...
2011-07-09 Rafael EspindolaMove the loads after the calls so that the fix for
2011-07-09 Rafael EspindolaUse CHECK-NEXT.
2011-07-09 Nick LewyckyRemove tests for APIs that were removed.
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-07-09 Chris Lattnermore tests not making the jump into the brave new world.
2011-07-09 Chris Lattnerremove some crufy old tests that aren't adding much...
2011-07-09 Chris Lattnerremove a test that doesn't make sense in the new world.
2011-07-09 NAKAMURA Takumitest/CodeGen/X86/vector.ll: Tweak temporary output...
2011-07-09 Lang HamesAdded test cases for GVN signed intrinsics recognition...
2011-07-09 Jakob Stoklund OlesenHoist spills within a basic block.
2011-07-08 Evan ChengAdd support for ARM / Thumb mode switching with .code...
2011-07-08 Evan ChengFix broken x86_64 tests which specify non-64-bit cpu's.
2011-07-08 Eli FriedmanDefault 64-bit target features and SSE2 on when a tripl...
2011-07-08 Jim GrosbachMake tBX_RET and tBX_RET_vararg predicable.
2011-07-08 Julien LerougeAdd _allrem, _aullrem and _allmul to the runtime for...
2011-07-08 Cameron ZwarichAdd an intrinsic and codegen support for fused multiply...
2011-07-08 Jakob Stoklund OlesenBe more aggressive about following hints.
2011-07-08 Jim GrosbachUse ARMPseudoExpand for ARM tail calls.
2011-07-08 Benjamin KramerEmit a more efficient magic number multiplication for...
2011-07-08 Lang HamesMake GVN look through extractvalues for recognised...
2011-07-08 Jakob Stoklund OlesenFix more register allocation sensitive tests.
2011-07-08 Jakob Stoklund OlesenRemove a test that no longer makes sense.
2011-07-08 Nick LewyckyLet the inline asm 'q' constraint match float, and...
2011-07-08 Eric ChristopherGo ahead and emit the barrier on x86-64 even without...
2011-07-07 Eric ChristopherAdd support for the X86 'l' constraint.
2011-07-07 Evan ChengAdd Mode64Bit feature and sink it down to MC layer.
2011-07-07 Evan ChengChange some ARM subtarget features to be single bit...
2011-07-07 Lang HamesAdded a testcase for PR10220.
2011-07-06 Andrew Trickindvars -disable-iv-rewrite: Added SimplifyCongruentIVs.
2011-07-06 Tobias GrosserLICM: Do not loose alignment on promotion
2011-07-06 Jakub StaszakIntroduce "expect" intrinsic instructions.
next