oota-llvm.git
2013-05-19 Bob WilsonTemporarily disable this test because it is failing...
2013-05-19 Benjamin KramerMove the remaining simplify-libcalls tests to instcombi...
2013-05-19 Tim NorthoverPrint uint64_t -debug text correctly on 32-bit hosts
2013-05-18 Renato GolinUnsupported remote JIT on ARM
2013-05-18 David MajnemerisKnownToBeAPowerOfTwo: (X & Y) + Y is a power of 2...
2013-05-18 Arnold SchwaighoferLoopVectorize: Handle single edge PHIs
2013-05-18 Dmitri Gribenkodocs/Passes: fix some typos
2013-05-18 Benjamin KramerAdd basic support for ELF32-ppc relocations to llvm...
2013-05-18 Hal FinkelCheck InlineAsm clobbers in PPCCTRLoops
2013-05-18 Tim NorthoverAArch64: add CMake dependency to fix very parallel...
2013-05-18 David MajnemerX86: Bad peephole interaction between adc, MOV32r0
2013-05-18 Matt ArsenaultRemove duplicated comment
2013-05-18 Matt ArsenaultAdd LLVMContext argument to getSetCCResultType
2013-05-17 JF BastienSupport unaligned load/store on more ARM targets
2013-05-17 Rafael EspindolaFix the configure build.
2013-05-17 Rafael EspindolaConvert obj2yaml to use yamlio.
2013-05-17 Rafael EspindolaFix the build in c++11 mode.
2013-05-17 Matt ArsenaultReplace redundant code
2013-05-17 Matt ArsenaultAdd missing -*- C++ -*- to headers
2013-05-17 Derek SchuffAdd missing verb to comment in PassNameParser.h
2013-05-17 Vincent LejeuneR600: Lower int_load_input to copyFromReg instead of...
2013-05-17 Vincent LejeuneR600: Use bottom up scheduling algorithm
2013-05-17 Vincent LejeuneR600: Use depth first scheduling algorithm
2013-05-17 Vincent LejeuneR600: Replace big texture opcode switch in scheduler...
2013-05-17 Vincent LejeuneR600: Relax some vector constraints on Dot4.
2013-05-17 Vincent LejeuneR600: Improve texture handling
2013-05-17 Vincent LejeuneR600: Rename 128 bit registers.
2013-05-17 Vincent LejeuneR600: Some factorization
2013-05-17 Vincent LejeuneR600: Factorize Fetch size limit inside AMDGPUSubTarget
2013-05-17 Vincent LejeuneR600: prettier dump of clamp
2013-05-17 Tom StellardR600: Fix encoding for R600 family GPUs
2013-05-17 Tom StellardR600: Pass MCSubtargetInfo reference to R600CodeEmitter
2013-05-17 Venkatraman... [Sparc] Implements hasReservedCallFrame and hasFP.
2013-05-17 Benjamin KramerX86: Make shuffle -> shift conversion more aggressive...
2013-05-17 Benjamin KramerFileCheckize test.
2013-05-17 Benjamin KramerLoopVectorize: Simplify code. No functionality change.
2013-05-17 David Tweedr182085 introduced a change that triggered an assertion...
2013-05-17 Ulrich Weigand[PowerPC] Fix hi/lo encoding in old-style code emitter
2013-05-17 Ulrich Weigand[PowerPC] Merge/rename PPC fixup types
2013-05-17 Ulrich Weigand[PowerPC] Fix processing of ha16/lo16 fixups
2013-05-17 Sylvestre LedruFix a typo (ouput => output)
2013-05-17 Benjamin KramerDon't cast away constness.
2013-05-17 David TweedMinor changes to the MCJITTest unittests to use the...
2013-05-17 Christian KonigR600/SI: return undef instead of null for skipped arguments
2013-05-16 Venkatraman... [Sparc] Prevent instructions that defines or uses ...
2013-05-16 Adrian PrantlGenerate debug info for by-value struct args even if...
2013-05-16 Ahmed Bougachallvm-objdump: Initialize MCDisassembler once instead...
2013-05-16 Akira Hatanaka[mips] Improve instruction selection for pattern (store...
2013-05-16 Rafael EspindolaRemove addFrameMove.
2013-05-16 Rafael EspindolaMore test coverage for addFrameMove.
2013-05-16 Akira Hatanaka[mips] Factor out unaligned store lowering code.
2013-05-16 Hal FinkelFix cpu on test CodeGen/PowerPC/ctrloop-fp64.ll
2013-05-16 Jack CarterMips assembler: Add TwoOperandConstraint definitions
2013-05-16 Jack CarterMips td file formatting: white space and long lines
2013-05-16 Rafael EspindolaMore addFrameMove test coverage.
2013-05-16 Hal FinkelCreate an new preheader in PPCCTRLoops to avoid counter...
2013-05-16 Akira Hatanaka[mips] Test case for r182042. Add comment.
2013-05-16 Akira Hatanaka[mips] Fix instruction selection pattern for sint_to_fp...
2013-05-16 Rafael EspindolaMore test coverage for addFrameMove.
2013-05-16 Jack CarterMips assembler: Add branch macro definitions
2013-05-16 Benjamin KramerDAGCombine: Also shrink eq compares where the constant...
2013-05-16 Akira Hatanaka[mips] Fix indentation.
2013-05-16 Akira Hatanaka[mips] Delete unused enum value.
2013-05-16 Jakob Stoklund... Add TargetRegisterInfo::getCoveringLanes().
2013-05-16 Ulrich Weigand[PowerPC] Use true offset value in "memrix" machine...
2013-05-16 Hal FinkelPPC32 cannot form counter loops around i64 FP conversions
2013-05-16 Rafael EspindolaAdd a triple to the test to try to fix the windows...
2013-05-16 Rafael EspindolaMore addFrameMove test coverage.
2013-05-16 Bill SchmidtUse new CHECK-DAG support to stabilize CodeGen/PowerPC...
2013-05-16 Rafael EspindolaAdd more addFrameMove test coverage.
2013-05-16 Aaron BallmanFixing a 64-bit conversion warning in MSVC.
2013-05-16 Rafael EspindolaAdd more test coverage for addFrameMove.
2013-05-16 Rafael EspindolaRemove dead calls to addFrameMove.
2013-05-16 Ulrich Weigand[PowerPC] Report true displacement value from getPreInd...
2013-05-16 Rafael EspindolaAdd more addFrameMove test coverage.
2013-05-16 Rafael EspindolaExtend test to check the .cfi instructions.
2013-05-16 Richard Sandiford[SystemZ] Tweak register array comment
2013-05-16 Benjamin KramerRelax CHECK-NEXTs a bit to cope with atom's return...
2013-05-16 Evgeniy Stepanov[msan] Switch TLS globals to initial-exec model.
2013-05-16 Patrik HagglundRemoved unused variable, detected by gcc
2013-05-16 Rafael EspindolaDelete dead code.
2013-05-16 Rafael EspindolaDon't call addFrameMove on XCore.
2013-05-16 Richard SmithRespect the 'nobuiltin' attribute when determining...
2013-05-16 Rafael EspindolaExtend test for better coverage.
2013-05-16 Rafael EspindolaRemoved dead code.
2013-05-16 Lang HamesFix PBQP graph iterator typedefs.
2013-05-16 Reed KotlerPatch number 2 for mips16/32 floating point interoperab...
2013-05-15 Derek SchuffRevert "Support unaligned load/store on more ARM targets"
2013-05-15 Eli BenderskyRemove dead code.
2013-05-15 Arnold SchwaighoferLoopVectorize: Move call of canHoistAllLoads to canVect...
2013-05-15 Rafael EspindolaDelete dead code.
2013-05-15 David MajnemerSet an explicit triple for this test.
2013-05-15 Hal Finkelundef setjmp in PPCCTRLoops
2013-05-15 David MajnemerX86: Remove redundant test instructions
2013-05-15 Bill WendlingUse proper syntax.
2013-05-15 Hal FinkelImplement PPC counter loops as a late IR-level pass
2013-05-15 Hal FinkelFix legalization of SETCC with promoted integer intrinsics
2013-05-15 Bill WendlingAdd lldb and polly to the projects to tag.
2013-05-15 Derek SchuffFix miscompile due to StackColoring incorrectly merging...
2013-05-15 Rafael EspindolaCleanup relocation sorting for ELF.
next