oota-llvm.git
2014-07-17 Daniel Sanders[mips] Correct ELF e_flags for the N32 ABI when using...
2014-07-17 Daniel Sanders[mips] Correct .MIPS.abiflags for -mfpxx on MIPS32r6
2014-07-17 Daniel Sanders[mips] Fix ELF e_flags related to -mabicalls and -mplt.
2014-07-17 Yi KongFix the prefix for arm64 triple
2014-07-17 Evgeniy Stepanov[msan] Avoid redundant origin stores.
2014-07-17 Suyog SardaMove ashr optimization from InstCombineShift to InstSim...
2014-07-17 Matt ArsenaultUse range for
2014-07-17 Matt ArsenaultR600: Short circuit alloca check if address space isn...
2014-07-17 Suyog SardaFix Typo (first commit to test commit access)
2014-07-17 Eric Fiselier[lit] Add --show-unsupported flag to LIT
2014-07-17 Saleem AbdulrasoolMC: make WinEH opcode an opaque value
2014-07-17 Hal FinkelImprove BasicAA CS-CS queries (redux)
2014-07-16 Jingyue WuPartially revert r210444 due to performance regression
2014-07-16 Sanjay PatelFixed formatting, removed bug reference, renamed testcase
2014-07-16 Juergen Ributzka[FastISel] Local values shouldn't be alive across an...
2014-07-16 Lang Hames[MCJIT] Improve a RuntimeDyldChecker diagnostic.
2014-07-16 Hal FinkelFix a typo in the inalloca description
2014-07-16 Sanjay Pateltrivial fix for PR20314
2014-07-16 Sanjay PatelRemove Atom references in description.
2014-07-16 Manuel JacobUtilize CastInst::CreatePointerBitCastOrAddrSpaceCast...
2014-07-16 Chris Bieneman[RegisterCoalescer] Moving the RegisterCoalescer subtar...
2014-07-16 Justin Holewinski[NVPTX] Honor alignment on vector loads/stores
2014-07-16 Alexey SamsonovCHECK-LABEL-ize one test
2014-07-16 Kevin EnderbyAdd the "-x" flag to llvm-nm for Mach-O files that...
2014-07-16 David BlaikieRemove unnecessary/redundant std::move
2014-07-16 Alp TokerTrack clang r213171
2014-07-16 Chris BienemanAdded documentation for SizeMultiplier in the ARM subta...
2014-07-16 Justin Holewinski[NVPTX] Rename registers %fl -> %fd and %rl -> %rd
2014-07-16 Tim NorthoverCodeGen: don't form illegail EXTLOAD operations.
2014-07-16 Tim NorthoverConvert test to CHECK-LABEL
2014-07-16 Daniel Sanders[mips][fp64a] Temporarily disable odd-numbered double...
2014-07-16 Andrea Di Biagio[X86] Add a check for 'isMOVHLPSMask' within method...
2014-07-16 Justin Bognerunittests: Actually test reverse iterators in Path...
2014-07-16 Reid KlecknerRoundtrip the inalloca bit on allocas through bitcode
2014-07-16 Manuel JacobFix comment in InstCombiner::visitAddrSpaceCast.
2014-07-16 Hans WennborgPerform wildcard expansion in Process::GetArgumentVecto...
2014-07-16 Tyler NowickiEmit warnings if vectorization is forced and fails.
2014-07-16 Juergen RibutzkaRemove TLI from isInTailCallPosition's arguments. NFC.
2014-07-15 Matt ArsenaultR600/SI: Allow using f32 rcp / rsq when denormals not...
2014-07-15 David MajnemerX86: Simplify X86WindowsTargetObjectFile::getSectionFor...
2014-07-15 Sanjay PatelMove Post RA Scheduling flag bit into SchedMachineModel
2014-07-15 Peter Collingbourne[dfsan] Introduce further optimization to reduce the...
2014-07-15 Alp TokerCMake: avoid a reconfigure loop from r213091
2014-07-15 Matt ArsenaultR600/SI: Fix select on i1
2014-07-15 David BlaikieTry out FileCheck's new (in r212810) -implicit-check...
2014-07-15 Alp TokerCMake: fix cross-compilation with external source direc...
2014-07-15 Duncan P. N... ADT: Add MapVector::remove_if
2014-07-15 Matt ArsenaultR600/SI: Implement less wrong f32 fdiv
2014-07-15 Matt ArsenaultR600: Add predicate for UnsafeFPMath
2014-07-15 Matt ArsenaultR600: Remove intrinsics that appear to be unused
2014-07-15 Lang Hames[RuntimeDyld] Revert r211652 - MachO object GDB registr...
2014-07-15 Duncan P. N... ADT: Fix MapVector::erase()
2014-07-15 Duncan P. N... ADT: Add "end namespace" comment
2014-07-15 Chris Bieneman[RegisterCoalescer] Add new subtarget hook allowing...
2014-07-15 Tilmann Scheller[AArch64] Add negative tests for the SIMD & FP LDP...
2014-07-15 Cameron McInallyRevert r213070. It's breaking the build in MCELFStreame...
2014-07-15 Jan VeselyR600: Implement zero undef variants of ctlz/cttz
2014-07-15 Daniel Sanders[mips] Correct .MIPS.abiflags fp_abi field for -mfpxx...
2014-07-15 Cameron McInallyAdd x86 patterns to match a specific add-with-carry.
2014-07-15 Andrea Di Biagio[DAGCombiner] Add more rules to fold shuffles.
2014-07-15 NAKAMURA TakumiPrune Redundant libdeps in CMake's target_link_librarie...
2014-07-15 Andrea Di BiagioSilence a warning in conditional expression.
2014-07-15 Stepan DyatkovskiyMergeFunc patch from Björn Steinbrink.
2014-07-15 Tim NorthoverAArch64: fall back to generic code for out of range...
2014-07-15 David MajnemerFix typo in comment
2014-07-15 Juergen Ributzka[FastISel][X86] Remove no longer needed functions.
2014-07-15 Juergen Ributzka[FastISel][X86] Implement the FastLowerIntrinsicCall...
2014-07-15 Juergen Ributzka[FastISel][X86] Implement the FastLowerCall hook.
2014-07-15 Juergen RibutzkaRevert "[FastISel][X86] Remove no longer needed functions."
2014-07-15 Peter Collingbourne[dfsan] Introduce an optimization to reduce the number...
2014-07-15 Peter Collingbourne[dfsan] Move combineShadows to DFSanFunction in prepara...
2014-07-15 Peter CollingbourneGive SplitBlockAndInsertIfThen the ability to update...
2014-07-15 David MajnemerSome targets don't prefix private symbols with dot
2014-07-15 David MajnemerSpecify a more specific triple for constant-pool-remat...
2014-07-15 David MajnemerRelax tests expecting to see CPI symbols
2014-07-15 David MajnemerCodeGen: Handle ConstantVector and undef in WinCOFF...
2014-07-15 Juergen Ributzka[FastISel][X86] Remove no longer needed functions.
2014-07-15 Juergen Ributzka[FastISel][X86] Implement the FastLowerIntrinsicCall...
2014-07-15 Juergen Ributzka[FastISel][X86] Implement the FastLowerCall hook.
2014-07-15 Juergen Ributzka[FastISel] Insert patchpoint instruction before the...
2014-07-15 Juergen Ributzka[FastISel] Fix patchpoint lowering to set the result...
2014-07-15 Matt ArsenaultR600: Add dag combine for copy of an illegal type.
2014-07-15 Matt ArsenaultTeach computeKnownBits to look through addrspacecast.
2014-07-15 Andrea Di BiagioImprove test 'CodeGen/X86/combine-vec-shuffle-3.ll'.
2014-07-15 Reid KlecknerDocument the maximum LLVM IR alignment, which is 1...
2014-07-15 Matt ArsenaultTeach GetUnderlyingObject / BasicAA about addrspacecast
2014-07-15 Nick LewyckyRevert r212572 "improve BasicAA CS-CS queries", it...
2014-07-15 Matt ArsenaultConvert test to FileCheck.
2014-07-15 Andrea Di Biagio[DAGCombiner] Avoid calling method 'isShuffleMaskLegal...
2014-07-14 Matt ArsenaultR600: Add denormal handling subtarget features.
2014-07-14 Matt ArsenaultR600/SI: Default to no single precision denormals.
2014-07-14 Alp TokerRevert "Revert "Move clang feature flags settings out...
2014-07-14 Lang Hames[RuntimeDyld] Handle endiannes differences between...
2014-07-14 Adam Nemet[X86] Specify all TSFlags bit-offsets symbolically
2014-07-14 David MajnemerCodeGen: Stick constant pool entries in COMDAT sections...
2014-07-14 Alp TokerRevert "Move clang feature flags settings out of LLVM...
2014-07-14 Alp TokerFix a -Wunused-local-typedefs warning
2014-07-14 Andrea Di Biagio[DAGCombiner] Add more rules to combine shuffle vector...
2014-07-14 Matt ArsenaultLook through addrspacecast in IsConstantOffsetFromGlobal
2014-07-14 Matt ArsenaultLook through addrspacecast in GetPointerBaseWithConstan...
next