Move -dwarf-version to an MC level command line option so it's
[oota-llvm.git] / lib /
2014-06-19 Eric ChristopherMove -dwarf-version to an MC level command line option...
2014-06-19 Eric ChristopherRemove unnecessary include.
2014-06-19 Craig TopperConvert some assert(0) to llvm_unreachable or fold...
2014-06-19 Nick LewyckyMove optimization of some cases of (A & C1)|(B & C2...
2014-06-19 Nick LewyckyMake instsimplify's analysis of icmp eq/ne use computeK...
2014-06-19 Nick LewyckyRemove redundant code in InstCombineShift, no functiona...
2014-06-19 David MajnemerMS asm: Properly handle quoted symbol names
2014-06-19 Matt ArsenaultR600/SI: Add intrinsics for various math instructions.
2014-06-18 Eric ChristopherMove ARMJITInfo off of the TargetMachine and down onto...
2014-06-18 Matt ArsenaultUse stdint macros for specifying size of constants
2014-06-18 Kevin EnderbyTeach llvm-size to know about Mach-O universal files...
2014-06-18 Matt ArsenaultR600: Handle fnearbyint
2014-06-18 Marek OlsakR600/SI: add gather4 and getlod intrinsics (v3)
2014-06-18 Matt ArsenaultUse LL suffix for literal that should be 64-bits.
2014-06-18 Saleem AbdulrasoolMC: do not add comment string to the AsmToken in AsmLex...
2014-06-18 Saleem AbdulrasoolMCAsmParser: full support for gas' '.if{cond} expressio...
2014-06-18 Zachary TurnerReplace Execution Engine's mutex with std::recursive_mutex.
2014-06-18 Rafael EspindolaRevert a C API difference that I incorrectly introduced.
2014-06-18 Rafael EspindolaMake getBaseObject static.
2014-06-18 Rafael EspindolaChange IRObjectFile to parse the bitcode lazily.
2014-06-18 Rafael EspindolaRemove BitcodeReader::setBufferOwned.
2014-06-18 Diego NovilloSimply test for available locations in optimization...
2014-06-18 Ulrich Weigand[PowerPC] Remove unnecessary load of r12 in indirect...
2014-06-18 Rafael EspindolaRun clang-format in a small chunk of code I am about...
2014-06-18 Weiming Zhao[ARM] [MC] Refactor the constant pool classes
2014-06-18 Jan VeselyR600: Expand vector fceil
2014-06-18 Ulrich Weigand[PowerPC] Simplify and improve loading into TOC register
2014-06-18 Matt ArsenaultWork around ridiculous warning.
2014-06-18 Matt ArsenaultR600/SI: Add intrinsics for brev instructions
2014-06-18 Matt ArsenaultR600/SI: Prettier operand printing for 64-bit ops.
2014-06-18 Matheus Almeida[mips] SYNC $stype instruction was added in Mips32
2014-06-18 Rafael EspindolaFix a memory leak in the error path.
2014-06-18 Matt ArsenaultR600: Implement f64 ftrunc, ffloor and fceil.
2014-06-18 Matt ArsenaultR600: Custom lower f64 frint for pre-CI
2014-06-18 Matt ArsenaultR600/SI: Temporary fix for f64 fneg
2014-06-18 Matt ArsenaultR600/SI: Comparisons set vcc.
2014-06-18 Adam Nemet[X86] AVX512: Add non-temporal stores
2014-06-18 Adam Nemet[X86] AVX512: Specify compressed displacement for vmovntdqa
2014-06-18 Ulrich Weigand[PowerPC] Do not use BLA with the 64-bit SVR4 ABI
2014-06-18 Ulrich Weigand[PowerPC] Fix emitting instruction pairs on LE
2014-06-18 Matheus Almeida[mips] Fix expansion of memory operation if destination...
2014-06-18 Matheus Almeida[mips] Report correct location when "erroring" about...
2014-06-18 Zoran Jovanovic[mips][mips64r6] Add BLTC and BLTUC instructions
2014-06-18 Matheus Almeida[mips] Access $at only if necessary.
2014-06-18 Cameron McInallyAdd pattern for unsigned v4i32->v4f64 convert on AVX512.
2014-06-18 Matheus Almeida[mips] Update MipsAsmParser so that it's possible to...
2014-06-18 Matheus Almeida[mips] Implement alias for 'and' and 'or' instructions...
2014-06-18 Matheus Almeida[mips] Remove the last usage of parseRegister from...
2014-06-18 Jan VeselyR600: Implement 64bit SRA
2014-06-18 Jan VeselyR600: Implement 64bit SRL
2014-06-18 Jan VeselyR600: Implement 64bit SHL
2014-06-18 Evgeniy Stepanov[msan] Handle X86 *.psad.* and *.pmadd.* intrinsics.
2014-06-18 Tim NorthoverDAG: move sret demotion into most basic LowerCallTo...
2014-06-18 JF BastienRevert "Random Number Generator (llvm)"
2014-06-18 JF BastienRandom Number Generator (llvm)
2014-06-18 Kevin Qin[AArch64] Fix a pattern match failure caused by creatin...
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-06-17 Louis GerbargAllow X86FastIsel to cope with 64 bit absolute relocations
2014-06-17 Juergen Ributzka[FastISel][X86] Optimize predicates and fold CMP instru...
2014-06-17 Zachary TurnerRemove more occurrences of the unused-mutex-parameter...
2014-06-17 Tom StellardR600/SI: Make sure target flags are set on pseudo VOP3...
2014-06-17 Rafael EspindolaMerge lib/Support/WindowsError.cpp into ib/Support...
2014-06-17 Matt ArsenaultR600/SI: Match cttz_zero_undef
2014-06-17 Matt ArsenaultR600/SI: Match ctlz_zero_undef
2014-06-17 Tom StellardR600: Use LDS and vectors for private memory
2014-06-17 Tom StellardR600/SI: Add a pattern for llvm.AMDGPU.barrier.global
2014-06-17 Tom StellardSelectionDAG: Expand i64 = FP_TO_SINT i32
2014-06-17 Tom StellardR600/SI: Re-initialize the m0 register after using...
2014-06-17 Juergen Ributzka[FastISel][X86] Fix previous refactoring commit (r211077)
2014-06-17 Dinesh DwivediFixed jump threading going to infinite loop.
2014-06-17 James MolloyMove SetTheory from utils/TableGen into lib/TableGen...
2014-06-17 James MolloyFix memory leak of RegScavenger accidentally added...
2014-06-17 Tim NorthoverAArch64: estimate inline asm length during branch relax...
2014-06-17 Evgeniy Stepanov[msan] Fix a comment.
2014-06-17 Evgeniy Stepanov[msan] Fix handling of multiplication by a constant...
2014-06-17 Justin BognerSupport: Inject LLVM_VERSION_INFO into the Support...
2014-06-17 Justin Bognertools: Add a space between package version and LLVM_VER...
2014-06-17 Rafael EspindolaConvert a few loops to use ranges.
2014-06-17 Jordan RoseAdd an overload for SourceMgr::PrintMessage that takes...
2014-06-17 Jordan RoseModernize doc comments for SourceMgr.
2014-06-17 Jingyue Wu[InstCombine] mark ADD with nuw if no unsigned overflow
2014-06-17 Duncan P. N. Exon... SROA: Only split loads on byte boundaries
2014-06-16 Juergen Ributzka[FastISel][X86] Refactor the code to get the X86 condit...
2014-06-16 Eli BenderskyTeach LoopUnrollPass to respect loop unrolling hints...
2014-06-16 Zachary TurnerRevert r211066, 211067, 211068, 211069, 211070.
2014-06-16 Zachary TurnerCleanup more unreferenced MutexGuard parameters on...
2014-06-16 Zachary TurnerKill the LLVM global lock.
2014-06-16 Zachary TurnerRemove some code churn.
2014-06-16 Zachary TurnerRemove some more code out into a separate CL.
2014-06-16 Zachary TurnerUsers of the llvm global mutex must now acquire it...
2014-06-16 Reed KotlerAdd load/store functionality
2014-06-16 Jim GrosbachAArch64: Add backend intrinsic for rbit.
2014-06-16 Jim GrosbachARM: intrinsic support for rbit.
2014-06-16 Bill Schmidt[PPC64] Fix PR19893 - improve code generation for local...
2014-06-16 Eric ChristopherSince the DataLayout is always found off of the subtarg...
2014-06-16 Zachary TurnerClean up some unnecessary mutex guards.
2014-06-16 Louis GerbargImprove comments for r211040
2014-06-16 Tim NorthoverARM: implement correct atomic operations on v7M
2014-06-16 Louis GerbargFix illegal relocations in X86FastISel
2014-06-16 Jim GrosbachLowerSwitch: track bounding range for the condition...
next