Implement LowerReturn_64 for SPARC v9.
[oota-llvm.git] / test /
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
2013-04-03 Jakob Stoklund OlesenAdd 64-bit compare + branch for SPARC v9.
2013-04-03 Hal FinkelUse PPC reciprocal estimates with Newton iteration...
2013-04-03 Rafael EspindolaFix the fde encoding used by mips to match gas.
2013-04-03 Michael GottesmanRemove an optimization where we were changing an objc_a...
2013-04-02 Akira Hatanaka[mips] Small update to the implementation of eh.return...
2013-04-02 Eric ChristopherSupport and test template arguments for unions.
2013-04-02 NAKAMURA Takumillvm/test/CodeGen/X86: Unmark them out of XFAIL:cygming...
2013-04-02 Bill SchmidtFix PR15630: Replace faulty stdcx. with stwcx.
2013-04-02 Jakob Stoklund OlesenDon't attempt MTM heuristics without a scheduling model...
2013-04-02 Chad Rosier[fast-isel] Use the correct API to disable FastLowerArg...
2013-04-02 Arnold SchwaighoferDAGCombiner: Merge store/loads when we have extload...
2013-04-02 Preston GurdSimplify test cases for Atom preferring call register...
2013-04-02 Bill WendlingUse a worklist to avoid a sneaky iterator invalidation.
2013-04-02 Jakob Stoklund OlesenAdd 64-bit load and store instructions.
2013-04-02 Jakob Stoklund OlesenBasic 64-bit ALU operations.
2013-04-02 Jakob Stoklund OlesenMaterialize 64-bit immediates.
2013-04-02 Jakob Stoklund OlesenAdd 64-bit shift instructions.
2013-04-02 Jakob Stoklund OlesenAdd support for 64-bit calling convention.
2013-04-01 Jack CarterMips direct object exception handling regression
2013-04-01 Vincent LejeuneR600: Add support for native control flow
2013-04-01 Vincent LejeuneR600: Emit CF_ALU and use true kcache register.
2013-04-01 Hal FinkelFix a bad assert in PPCTargetLowering
2013-04-01 Hal FinkelAdd triple to test/CodeGen/PowerPC/stfiwx-2
2013-04-01 Shuxin YangCorrect assertion condition
2013-04-01 Arnold SchwaighoferMerge load/store sequences with adresses: base + index...
2013-04-01 Hal FinkelAdd more PPC floating-point conversion instructions
2013-04-01 Hal FinkelFix PowerPC/cttz.ll to specify a cpu (and use FileCheck)
2013-04-01 Hal FinkelAdd the PPC popcntw instruction
2013-04-01 Nadav RotemAdd support for vector data types in the LLVM interpreter.
2013-04-01 Benjamin KramerX86TTI: Add accurate costs for itofp operations, based...
2013-03-31 Benjamin KramerX86: Promote sitofp <8 x i16> to <8 x i32> when AVX...
2013-03-31 Hal FinkelAdd the PPC lfiwax instruction
2013-03-31 Hal FinkelCleanup PPC(64) i32 -> float/double conversion
2013-03-30 Benjamin KramerDAGCombine: visitXOR can replace a node without returni...
2013-03-30 Benjamin KramerChange '@SECREL' suffix to GAS-compatible '@SECREL32'.
2013-03-30 Justin Holewinski[NVPTX] Remove support for SM < 2.0. This was never...
2013-03-30 Justin Holewinski[NVPTX] Add NVVMReflect pass to allow compile-time...
2013-03-30 Shuxin YangImplement XOR reassociation. It is based on following...
2013-03-30 Akira Hatanaka[mips] Add patterns for DSP indexed load instructions.
2013-03-30 Akira Hatanaka[mips] Fix DSP instructions to have explicit accumulato...
2013-03-30 Akira Hatanaka[mips] Move the code which does dag-combine for multipl...
2013-03-29 Michael GottesmanUpdated test0 of retain-not-declared.ll to reflect...
2013-03-29 Timur IskhodzhanovExclude the X86/complex-fca.ll test at it probably...
2013-03-29 Michael GottesmanAdd clang.arc.used to ModuleHasARC so ARC always runs...
2013-03-29 Adrian Prantlmove testcase into appropriate X86 subdirectory.
2013-03-29 Hal FinkelImplement FRINT lowering on PPC using frin
2013-03-29 Adrian PrantlSplit the llvm/tools/clang/test/CodeGenObjC/debug-info...
2013-03-29 Benjamin KramerRemove the old CodePlacementOpt pass.
next