Add CLAC/STAC instruction encoding/decoding support
[oota-llvm.git] / test /
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...
2013-04-09 Reed KotlerThis patch enables llvm to switch between compiling...
2013-04-09 Nadav RotemAdd support for bottom-up SLP vectorization infrastructure.
2013-04-09 Eric ChristopherThe .dwo section shouldn't contain the unrelocated...
2013-04-09 Nadav RotemRevert r176408 and r176407 to address PR15540.
2013-04-09 Benjamin KramerDAGCombiner: Fold a shuffle on CONCAT_VECTORS into...
2013-04-09 Hal FinkelUse virtual base registers on PPC
2013-04-09 Hal FinkelConvert test PowerPC/2007-09-07-LoadStoreIdxForms to...
2013-04-09 Eli BenderskyRewrite test/Linker tests to use FileCheck instead...
2013-04-09 Michael GottesmanConverted 8x tests of SimplifyCFG to use FileCheck...
2013-04-09 Nadav RotemRevert 179071 because it is not the right way to suppor...
2013-04-09 Jakob Stoklund OlesenCompute correct frame sizes for SPARC v9 64-bit frames.
2013-04-08 Nadav Rotemc++ new operators are not malloc-like functions because...
2013-04-08 Eli BenderskyRewrite test/Integer tests to use FileCheck instead...
2013-04-08 Eli BenderskyRewrite test/ExecutionEngine tests to use FileCheck...
2013-04-08 Eli BenderskyRewrite test/Verifier tests to use FileCheck instead...
2013-04-08 Arnold SchwaighoferX86 cost model: Model cost for uitofp and sitofp on...
2013-04-08 Hal FinkelGenerate PPC early conditional returns
2013-04-08 Chandler CarruthSimplify the quoting here. Our lit emulator doesn't...
2013-04-08 Tim NorthoverAArch64: remove barriers from AArch64 atomic operations.
2013-04-07 Hal FinkelCleanup and improve PPC fsel generation
2013-04-07 Arnold SchwaighoferTargetLowering: Fix getTypeConversion handling of exten...
2013-04-07 Jakob Stoklund OlesenImplement LowerCall_64 for the SPARC v9 64-bit ABI.
2013-04-07 Chandler CarruthFix PR15674 (and PR15603): a SROA think-o.
2013-04-07 Eric ChristopherDW_FORM_sec_offset should be a relocation on platforms...
2013-04-06 Jakob Stoklund OlesenImplement LowerReturn_64 for SPARC v9.
2013-04-06 Jakob Stoklund OlesenSPARC v9 stack pointer bias.
2013-04-06 Hal FinkelImplement PPCInstrInfo::FoldImmediate
2013-04-06 Jakob Stoklund OlesenComplete formal arguments for the SPARC v9 64-bit ABI.
2013-04-05 Tom StellardR600/SI: Add support for buffer stores v2
2013-04-05 Tom StellardR600/SI: Add processor types for each SI variant
2013-04-05 Tom StellardR600/SI: Avoid generating S_MOVs with 64-bit immediates v2
2013-04-05 Hal FinkelEnable early if conversion on PPC
2013-04-05 Michael GottesmanAn objc_retain can serve as a use for a different pointer.
2013-04-05 Michael GottesmanProperly model precise lifetime when given an incomplet...
2013-04-05 Shuxin YangDisable the optimization about promoting vector-element...
2013-04-05 Akira Hatanaka[mips] XFAIL test-interp-vec-loadstore.ll in an attempt...
2013-04-05 Timur IskhodzhanovMake the test/CodeGen/X86/win32_sret.ll reliable on...
2013-04-05 Renato GolinReverting 178851 as it broke buildbots
2013-04-05 Chad Rosier[ms-inline asm] Add support for numeric displacement...
2013-04-05 Rafael EspindolaDon't fetch pointers from a InMemoryStruct.
2013-04-05 Ulrich WeigandRespect Addend when processing MCJIT relocations to...
2013-04-05 Alexey Samsonovllvm-symbolizer: correctly parse filenames given in...
2013-04-05 Alexey SamsonovAdd a basic test for llvm-symbolizer tool
2013-04-05 Alexey SamsonovAdd obj2yaml to test dependencies
2013-04-05 Stepan DyatkovskiyFix for PR14824: "Optimization arm_ldst_opt inserts...
2013-04-05 Rafael EspindolaThe ppc bots say this is the last broken line, so lets...
2013-04-05 Rafael EspindolaOne more try before I just delete the macho bits until...
2013-04-05 Rafael EspindolaMore test loosening.
2013-04-05 Rafael EspindolaLoosen this test too.
2013-04-05 Rafael EspindolaLoosen this test.
2013-04-05 Rafael EspindolaAdd a test for obj2yaml in preparation for refactoring it.
2013-04-05 Andrew TrickRegisterPressure heuristics currently require signed...
2013-04-04 Arnold SchwaighoferLoopVectorizer: Pass OperandValueKind information to...
2013-04-04 Arnold SchwaighoferX86 cost model: Differentiate cost for vector shifts...
2013-04-04 Hal FinkelPPC: Improve code generation for mixed-precision recipr...
2013-04-04 Jyotsna VermaDisable 2010-10-01-crash.ll for Hexagon as the Hexagon...
2013-04-04 Rafael EspindolaAdd back parsing of header charactestics.
2013-04-04 Richard Osborne[XCore] Add bru instruction.
2013-04-04 Richard Osborne[XCore] The RRegs register class is a superset of GRRegs.
2013-04-04 Jakob Stoklund OlesenAvoid high-latency false CPSR dependencies even for...
2013-04-04 Stepan DyatkovskiyNew-password-test commit.
2013-04-04 Vincent LejeuneR600: Take export into account when computing cf address
2013-04-04 Alexey SamsonovPropagate path to ASan/MSan symbolizer into test enviro...
2013-04-04 Jakob Stoklund OlesenAdd SPARC v9 support for select on 64-bit compares.
2013-04-03 Arnold SchwaighoferX86 cost model: Vector shifts are expensive in most...
2013-04-03 Rafael EspindolaImplement the "mips endian" for r_info.
2013-04-03 Richard Osborne[XCore] Check disassembly of the st8 instruction.
2013-04-03 Richard Osborne[XCore] Update disassembler test to improve coverage...
2013-04-03 Eric ChristopherImplements low-level object file format specific output...
2013-04-03 Eric ChristopherImplement sectionContainsSymbol for ELF.
2013-04-03 Eric ChristopherWhen dumping clear the arm/thumb flag for now.
2013-04-03 Vincent LejeuneR600: Fix last ALU of a clause being emitted in a separ...
2013-04-03 Bill SchmidtFix PR15632: No support for ppcf128 floating-point...
2013-04-03 Tim NorthoverAArch64: implement ETMv4 trace system registers.
2013-04-03 Timur IskhodzhanovTemporarily relax the WIN32 checks in the SRet test...
2013-04-03 Timur IskhodzhanovFix SRet for thiscall in i686-pc-win32
next