Remove extraneous ';'.
[oota-llvm.git] / test /
2012-05-17 Tim NorthoverRemove incorrect pattern for ARM SMML instruction.
2012-05-16 Chandler CarruthTeach the 'opt' tool about '-Os' and '-Oz', correspondi...
2012-05-16 Evan ChengAvoid creating a cycle when folding load / op with...
2012-05-15 Jakob Stoklund OlesenEnable sub-sub-register copy coalescing.
2012-05-15 Kevin EnderbyAdd a test case for r156840, a fix to llvm-objdump...
2012-05-15 Sirish PandeEnable all Hexagon tests.
2012-05-15 David MajnemerTeach SimplifyLibCalls about stpcpy.
2012-05-14 Jakob Stoklund OlesenFix PR12821.
2012-05-14 Chad RosierMove the capture analysis from MemoryDependencyAnalysis...
2012-05-14 Brendon CahoonRevert 156634 upon request until code improvement chang...
2012-05-14 Dan GohmanRename @llvm.debugger to @llvm.debugtrap.
2012-05-12 Rafael EspindolaAdd support for the .rept directive. Patch by Vladmir...
2012-05-12 Benjamin KramerELF: Add support for the asm .version directive.
2012-05-12 Benjamin KramerAsmParser: Add support for the .purgem directive.
2012-05-12 Benjamin KramerAsmParser: ignore the .extern directive.
2012-05-12 Benjamin KramerAsmParser: Add support for .ifc and .ifnc directives.
2012-05-12 Benjamin KramerAsmParser: Add support for .ifb and .ifnb directives.
2012-05-12 Stepan DyatkovskiyRecommited r156374 with critical fixes in BitcodeReader...
2012-05-12 Jay FoadTeach Function::hasAddressTaken that BlockAddress doesn...
2012-05-12 Sirish PandeSupport for Hexagon feature, New Value Jump.
2012-05-12 Akira HatanakaFix test cases.
2012-05-12 Akira HatanakaMake the following changes in MipsAsmPrinter.cpp:
2012-05-12 Akira HatanakaInsert instructions to the entry basic block which...
2012-05-11 Akira HatanakaDo not replace operands of pseudo instructions with...
2012-05-11 Akira HatanakaUse regular expression to match register names.
2012-05-11 Chad Rosier[fast-isel] Add support for selecting @llvm.trap().
2012-05-11 Brendon CahoonHexagon constant extender support.
2012-05-11 Chad Rosier[fast-isel] Remove -disable-arm-fast-isel option. ...
2012-05-11 Chad Rosier[fast-isel] Cleaner fix for when we're unable to handle...
2012-05-11 Nuno Lopesobjectsize: add a few more tests and fix a bug
2012-05-11 Hans WennborgFix test/CodeGen/X86/tls-pie.ll.
2012-05-11 Hans WennborgImplement initial-exec TLS model for 32-bit PIC x86
2012-05-11 Silviu BarangaAdded the missing bit definition for the 4th bit of...
2012-05-11 Silviu BarangaFixed the LLVM ARM v7 assembler and instruction printer...
2012-05-11 Eli FriedmanFix a minor logic mistake transforming compares in...
2012-05-11 Manman RenARM: peephole optimization to remove cmp instruction
2012-05-11 Dan GohmanDefine a new intrinsic, @llvm.debugger. It will be...
2012-05-10 Nuno Lopesobjectsize: add support for GEPs with non-constant...
2012-05-10 Eric ChristopherAdd support for the 'X' inline asm operand modifier.
2012-05-10 Sirish PandeHexagon V5 FP Support.
2012-05-10 Dan GohmanTeach DeadStoreElimination to eliminate exit-block...
2012-05-10 Manman RenRevert: 156550 "ARM: peephole optimization to remove...
2012-05-10 Nuno Lopesteach DSE and isInstructionTriviallyDead() about calloc
2012-05-10 Joel Jonesformatting change: strip debug info from test
2012-05-10 Manman RenARM: peephole optimization to remove cmp instruction
2012-05-10 Joel JonesFix a problem with incomplete equality testing of PHINo...
2012-05-10 Nadav RotemAVX2: Add an additional broadcast idiom.
2012-05-10 Nadav RotemGenerate AVX/AVX2 shuffles even when there is a memory...
2012-05-09 Dan GohmanFix the objc_storeStrong recognizer to stop before...
2012-05-09 Nuno Lopesobjectsize:
2012-05-09 Danil MalyshevAdded a regress test for the bug #9964 before close it.
2012-05-09 Nuno Lopeschange the objectsize intrinsic signature: add a 3rd...
2012-05-09 Filipe CabecinhasFixed a typo
2012-05-09 Akira HatanakaAdd another peephole pattern for conditional moves.
2012-05-09 Akira HatanakaMake register FP allocatable if the compiled function...
2012-05-09 Akira HatanakaExpand 64-bit shifts if target ABI is O32.
2012-05-08 Dan GohmanFix objc_storeStrong pattern matching to catch a potent...
2012-05-08 Eric ChristopherHandle OpDeref in case it comes in as a register operand.
2012-05-08 Daniel DunbarRevert r156393, "[tests] Remove some remaining DejaGNU...
2012-05-08 Daniel Dunbar[tests] Remove some remaining DejaGNU related cruft.
2012-05-08 Duncan SandsCalling ReassociateExpression recursively is extremely...
2012-05-08 Stepan DyatkovskiyRejected r156374: Ordinary PR1255 patch. Due to clang...
2012-05-08 Craig TopperRemove 256-bit AVX non-temporal store intrinsics. Simil...
2012-05-08 Stepan DyatkovskiyOrdinary patch for PR1255.
2012-05-07 Owen AndersonTeach DAG combine to fold x-x to 0.0 when unsafe FP...
2012-05-07 Owen AndersonTeach reassociate to commute FMul's and FAdd's in order...
2012-05-07 Chad RosierFix a regression from r147481. This combine should...
2012-05-07 Manman RenX86: optimization for -(x != 0)
2012-05-07 Eric ChristopherAdd support for the 'l' constraint.
2012-05-07 Eric ChristopherAdd support for the 'c' constraint.
2012-05-07 Eric ChristopherAdd support for the 'P' constraint.
2012-05-07 Eric ChristopherAdd support for the 'O' constraint.
2012-05-07 Eric ChristopherAdd support for the 'N' inline asm constraint.
2012-05-07 Eric ChristopherAdd support for the 'L' inline asm constraint.
2012-05-07 Eric ChristopherAdd support for the inline asm constraint 'K'.
2012-05-07 Craig TopperAdd SSE4A MOVNTSS/MOVNTSD instructions.
2012-05-07 Eric ChristopherSupport the 'J' constraint.
2012-05-07 Eric ChristopherAdd support for the 'I' inline asm constraint. Also...
2012-05-06 Benjamin KramerSwitch the select to branch transformation on by default.
2012-05-05 Benjamin KramerCodeGenPrepare: Add a transform to turn selects into...
2012-05-05 Stepan DyatkovskiySmall fix in InstCombineCasts.cpp. Restored "alloca...
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...
2012-05-04 Sebastian PopAdded missing CMN case in Thumb2SizeReduction pass...
2012-05-04 Craig TopperAllow v16i16 and v32i8 shuffles to be rewritten as...
2012-05-03 Kevin EnderbyFix issues with the ARM bl and blx thumb instructions...
2012-05-03 Nuno Lopesremove calls to calloc if the allocated memory is not...
2012-05-03 Sirish PandeSupport for target dependent Hexagon VLIW packetizer.
2012-05-03 Nuno Lopesadd support for calloc to objectsize lowering
2012-05-03 Silviu BarangaFixed disassembler for vstm/vldm ARM VFP instructions.
2012-05-03 Craig TopperFix 256-bit vpshuflw and vpshufhw immediate encoding...
2012-05-03 Evan ChengFix two-address pass's aggressive instruction commuting...
2012-05-02 Owen AndersonTeach DAGCombine the same multiply-by-1.0 folding trick...
2012-05-02 Owen AndersonTeach DAG combine that multiplication by 1.0 can always...
2012-05-02 Jim GrosbachARM: Add missing two-operand VBIC aliases.
2012-05-02 Manman RenRevert r155853
2012-05-02 Bill WendlingThe value held in the vector may be RAUW'ed by some...
2012-05-02 Richard BartonDisallow YIELD and other allocated nop hints in pre...
2012-05-02 Craig TopperAdd support for selecting AVX2 vpshuflw and vpshufhw...
2012-05-01 Bill WendlingStrip the pointer casts off of allocas so that the...
2012-05-01 Jim GrosbachARM: Add a few missing add->sub aliases w/ 'w' suffix.
next