test
[oota-llvm.git] / test /
2013-04-17 David BlaikiePR15149/r174304 improvement - print hex for unknown...
2013-04-17 Peter CollingbourneDo not optimise fprintf() calls if its return value...
2013-04-17 Jack CarterMips assembler: Enable handling of nested expressions
2013-04-16 Richard Osborne[XCore] Extend test to check positve offsets are folded...
2013-04-16 Richard Osborne[XCore] Give test more generic name.
2013-04-16 Richard Osborne[XCore] Convert a couple of tests to FileCheck.
2013-04-16 Logan ChienImplement ARM unwind opcode assembler.
2013-04-16 Alexey Samsonovllvm-objdump: Don't print contents of BSS sections...
2013-04-16 Hans Wennborgsimplifycfg: Fix integer overflow converting switch...
2013-04-16 Jakob Stoklund OlesenAdd 64-bit multiply and divide instructions for SPARC v9.
2013-04-15 Jim GrosbachARM: Add VACLT and VACLE assembly aliases.
2013-04-15 Bill WendlingWe are not able to bitcast a pointer to an integral...
2013-04-15 Jack CarterMips assembler: Explicit floating point condition regis...
2013-04-15 Nadav RotemSLPVectorizer: Make it a function pass and add code...
2013-04-15 Tom StellardR600/SI: Emit config values in register value pairs.
2013-04-15 Tom StellardR600/SI: Emit configuration value in the .AMDGPU.config...
2013-04-15 Tom StellardR600: Emit ELF formatted code rather than raw ISA.
2013-04-15 Tim NorthoverAvoid outputting temporary test file into source tree.
2013-04-15 Eric ChristopherRevert "Recommit r179497 after fixing uninitialized...
2013-04-15 Eric ChristopherRecommit r179497 after fixing uninitialized variable.
2013-04-15 Nadav RotemSLPVectorizer: Add support for vectorizing trees that...
2013-04-15 Hal FinkelFix PPC64 CR spill location for callee-saved registers
2013-04-14 Eric ChristopherRevert "Remove some unused triple and data layout."
2013-04-14 Eric ChristopherRemove some unused triple and data layout.
2013-04-14 Nico RieckUse object file specific section type for initial text...
2013-04-14 David MajnemerReorders two transforms that collide with each other
2013-04-14 Nadav RotemMake the command line triple match the module triple.
2013-04-14 Jakob Stoklund OlesenUse i32 for all SPARC shift amounts, even in 64-bit...
2013-04-14 Nadav RotemRemove unused function attributes.
2013-04-14 Nadav RotemSLPVectorizer: Add support for trees that don't start...
2013-04-14 Jakob Stoklund OlesenAdd support for the abs64 SPARC v9 code model.
2013-04-14 Jakob Stoklund OlesenAdd support for the SPARC v9 abs44 code model.
2013-04-14 Jakob Stoklund OlesenAlso put target flags on SPARC constant pool references.
2013-04-14 Nadav RotemSLPVectorizer: add initial support for reduction variab...
2013-04-14 Jakob Stoklund OlesenFix patterns for 64-bit pointers.
2013-04-13 Jakob Stoklund OlesenDefine SPARC code models.
2013-04-13 Benjamin KramerGlobalDCE: Fix an oversight in my last commit that...
2013-04-13 Benjamin KramerFix a scalability issue with complex ConstantExprs.
2013-04-13 Hal FinkelSpill and restore PPC CR registers using the FP when...
2013-04-13 Andrew TrickFurther generalize this scheduler test.
2013-04-13 Andrew TrickFix a dislexic regex.
2013-04-13 Andrew TrickAdd a missing REQUIRES: asserts
2013-04-13 Andrew TrickMI-Sched: schedule physreg copies.
2013-04-13 Rafael EspindolaFinish templating MachObjectFile over endianness.
2013-04-13 Akira Hatanaka[mips] Reapply r179420 and r179421.
2013-04-12 Akira HatanakaRevert r179420 and r179421.
2013-04-12 Akira Hatanaka[mips] Instruction selection patterns for carry-setting...
2013-04-12 Akira Hatanaka[mips] v4i8 and v2i16 add, sub and mul instruction...
2013-04-12 Nadav RotemRevert r179409 because it caused some warnings and...
2013-04-12 Benjamin KramerInstCombine: Check the operand types before merging...
2013-04-12 Nadav RotemSLPVectorizer: add support for vectorization of diamond...
2013-04-12 Nadav RotemCostModel: increase the default cost of supported float...
2013-04-12 Nadav RotemAdd support for additional vector instructions in the...
2013-04-12 Quentin ColombetARM: Correct printing of pre-indexed operands.
2013-04-12 David MajnemerSimplify (A & ~B) in icmp if A is a power of 2
2013-04-12 Arnold SchwaighoferLoopVectorizer: integer division is not a reduction...
2013-04-12 Tim NorthoverAArch64: use full triple for ELF tests
2013-04-12 Tim NorthoverAArch64: remove over-zealous use of CHECK-NEXT
2013-04-12 Nico RieckTeach llvm-readobj to print ELF program headers
2013-04-12 Nico RieckRemove obsolete object file dumpers
2013-04-12 Nico RieckReplace coff-/elf-dump with llvm-readobj
2013-04-12 Nico RieckAdd extensive relocation tests for llvm-readobj
2013-04-12 Nadav RotemFix the test on linux by setting the triple and the...
2013-04-12 Nadav RotemAdd a flag to align all basic blocks in the function.
2013-04-12 Rafael EspindolaAdd 179294 back, but don't use bit fields so that it...
2013-04-11 Manman RenAliasing rules for struct-path aware TBAA.
2013-04-11 Preston GurdUse FileCheck instead of grep.
2013-04-11 David MajnemerOptimize icmp involving addition better
2013-04-11 Jack CarterMips specific inline asm memory operand modifier test...
2013-04-11 Rafael EspindolaRevert my last two commits while I debug what is wrong...
2013-04-11 Rafael EspindolaPrint more information about relocations.
2013-04-11 Benjamin KramerFix for wrong instcombine on vector insert/extract
2013-04-11 Eli BenderskyAdd a CHECK-NOT for a more faithful translation of...
2013-04-11 Benjamin KramerAdd missing colons to check lines.
2013-04-11 Benjamin KramerFileCheckize a bunch of tests.
2013-04-11 Michael LiaoOptimize vector select from all 0s or all 1s
2013-04-11 Michael LiaoAdd CLAC/STAC instruction encoding/decoding support
2013-04-11 Michael LiaoEnhance bool simplifcation in X86 to handle more cases
2013-04-11 Rafael EspindolaAdd MachO-x86-64 tests.
2013-04-10 Eli BenderskyRewrite some of the test/CodeGen/X86 tests to use FileC...
2013-04-10 Nico RieckMC: Support COFF image-relative MCSymbolRefs
2013-04-10 Hal FinkelManually remove successors in if conversion when CopyAn...
2013-04-10 Jack CarterMips specific inline asm memory operand modifier test...
2013-04-10 Kay Tiong Khoofixed xsave, xsaveopt, xrstor mnemonics with intel...
2013-04-10 Eric ChristopherRevert "Update the version of dwarf we say we're emitti...
2013-04-10 Jyotsna VermaAdd object-emission flag for lit tests. This flag is...
2013-04-10 Nadav RotemMake the SLP store-merger less paranoid about function...
2013-04-10 Michel DanzerR600/SI: Add pattern for AMDGPUurecip
2013-04-10 Reed KotlerThis is for an experimental option -mips-os16. The...
2013-04-10 Peter CollingbourneUse a scheme closer to that of GNU as when deciding...
2013-04-10 Vincent LejeuneR600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when...
2013-04-10 Reid Kleckner[test] Use lit's shell test runner on Windows
2013-04-10 Tim NorthoverARM: Make "SMC" instructions conditional on new TrustZo...
2013-04-10 Christian KonigR600/SI: dynamical figure out the reg class of MIMG
2013-04-10 Christian KonigR600/SI: adjust writemask to only the used components
2013-04-10 Christian KonigR600/SI: remove image sample writemask
2013-04-10 Evan Cheng__sincosf_stret returns sinf / cosf in bits 0:31 and...
2013-04-09 Jack CarterMips specific inline asm operand modifier 'D'
2013-04-09 Hal FinkelAllow PPC B and BLR to be if-converted into some predic...
2013-04-09 Eric ChristopherUpdate the version of dwarf we say we're emitting to...
next