oota-llvm.git
2014-07-18 Hal FinkelAdd a dereferenceable attribute
2014-07-18 Daniel SandersAdd MIPS Technologies to the vendors in llvm::Triple.
2014-07-18 Tim NorthoverAArch64: implement efficient f16 bitcasts
2014-07-18 Tim NorthoverNVPTX: support fpext/fptrunc to and from f16.
2014-07-18 Tim NorthoverR600: support fpext/fptrunc operations to and from...
2014-07-18 Tim NorthoverAArch64: support f16 extend/trunc operations.
2014-07-18 Tim NorthoverX86: support fpext/fptrunc operations to and from 16...
2014-07-18 Tim NorthoverARM: support legalisation of "fptrunc ... to half"...
2014-07-18 Tim NorthoverCodeGen: soften f16 type by default instead of marking...
2014-07-18 Renato GolinSuppress 'not handled in switch' warning
2014-07-18 Tilmann Scheller[ARM] Add earlyclobber constraint to pre/post-indexed...
2014-07-18 Renato GolinRefactor ARM subarchitecture parsing
2014-07-18 Artyom Skrobovextracting swapStruct into include/llvm/Support/MachO...
2014-07-18 Tim NorthoverR600: rename misleading fp16 test.
2014-07-18 Tim NorthoverR600: support f16 -> f64 conversion intrinsic.
2014-07-18 Tim NorthoverNVPTX: support direct f16 <-> f64 conversions via intri...
2014-07-18 Hal FinkelRename AlignAttribute to IntAttribute
2014-07-18 Matt ArsenaultR600: Implement TTI:getPopcntSupport
2014-07-18 Jim GrosbachX86: Constant fold converting vector setcc results...
2014-07-18 Jim GrosbachAArch64: Constant fold converting vector setcc results...
2014-07-18 Michael J.... Revert "[x86] Fold extract_vector_elt of a load into...
2014-07-18 Eric ChristopherReset the Subtarget in the AsmPrinter for each machine...
2014-07-18 Eric ChristopherAvoid resetting the UseSoftFloat and FloatABIType on...
2014-07-17 Lang Hames[MCJIT] Fix the alignment requirements for ARM and...
2014-07-17 Kevin EnderbyTweak formating to match what clang-format would be...
2014-07-17 Kevin EnderbyAdd printing of Mach-O stabs in llvm-nm.
2014-07-17 Reid KlecknerRemove rules against std::function from the programmer...
2014-07-17 Nico Weberms inline asm: Don't add x86 segment registers to the...
2014-07-17 Lang HamesMake myself code owner of MCJIT.
2014-07-17 Alp TokerDrop the udis86 wrapper from llvm::sys
2014-07-17 Reid KlecknerTableGen: Add 'static' to a large array to avoid a...
2014-07-17 Arnaud A. de... [AArch64] Cleanup AsmParser: no need to use dyn_cast...
2014-07-17 Suyog SardaRectify r213231. Use proper version of 'ComputeNumSignB...
2014-07-17 Lang Hames[MCJIT] Significantly refactor the RuntimeDyldMachO...
2014-07-17 Alexey Samsonov[ASan] Don't instrument load/stores with !nosanitize...
2014-07-17 Hans WennborgTypo: exists -> exits
2014-07-17 Justin Holewinski[NVPTX] Improve handling of FP fusion
2014-07-17 Matt ArsenaultFix typos
2014-07-17 Zinovy Nis[BUG] Due to a typo introduced in r199933 and r200027...
2014-07-17 Adam Nemet[X86] AVX512: Add disassembler support for compressed...
2014-07-17 Adam Nemet[X86] AVX512: Rename EVEX_CD8V to CD8_Form
2014-07-17 Adam Nemet[X86] AVX512: Use the TD version of CD8_Scale in the...
2014-07-17 Adam Nemet[X86] AVX512: Move compressed displacement logic to TD
2014-07-17 Adam Nemet[TableGen] Allow shift operators to take bits<n>
2014-07-17 Justin Holewinski[NVPTX] Add missing .v4 qualifier on vector store instr...
2014-07-17 Saleem AbdulrasoolMC: correct DWARF header for PE/COFF assembly input
2014-07-17 Saleem AbdulrasoolMC: fix MCAsmInfo usage for windows-itanium
2014-07-17 Saleem AbdulrasoolMC: collapse emission of producer
2014-07-17 Justin Holewinski[NVPTX] Flag surface/texture query instructions with...
2014-07-17 Justin Holewinski[NVPTX] Add more surface/texture intrinsics, including...
2014-07-17 Tim NorthoverARM: support direct f16 <-> f64 conversions
2014-07-17 Justin Holewinski[TABLEGEN] Do not crash on intrinsics with names longer...
2014-07-17 Tim NorthoverCodeGen: generate single libcall for fptrunc -> f16...
2014-07-17 Tim NorthoverX86: support double extension of f16 type.
2014-07-17 Tim NorthoverCodeGen: extend f16 conversions to permit types > float.
2014-07-17 Yi KongPort memory barriers intrinsics to AArch64
2014-07-17 Daniel Sanders[mips] .reginfo is 8 byte aligned on N32.
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
next