oota-llvm.git
2015-10-25 Craig TopperUse MVT::SimpleValueType instead of MVT in template...
2015-10-24 Rafael EspindolaSimplify boolean conditional return statements in tools...
2015-10-24 Rafael EspindolaSimplify boolean expressions in tools/llvm-objdump.
2015-10-24 Rafael EspindolaRefactor: Simplify boolean conditional return statement...
2015-10-24 Simon Pilgrim[X86][SSE] Use lowerVectorShuffleWithUNPCK instead...
2015-10-24 Davide Italiano[Support] Add comment to explain why we can't drop...
2015-10-24 Davide Italiano[CodeGen] Get rid of NDEBUG to ensure structure stability.
2015-10-24 Simon Pilgrim[X86][SSE] lowerVectorShuffleWithUNPCK - use equivalent...
2015-10-24 Michael ZolotukhinRefactor: Simplify boolean conditional return statement...
2015-10-24 Simon PilgrimRemoved old FIXME - we do generate movddup for SSE3...
2015-10-24 Simon Pilgrim[DAGCombiner] Tidy up ConstantFP commutation. NFCI
2015-10-24 Benjamin KramerUse all_of to simplify control flow. NFC.
2015-10-24 Yaron KerenAdd libuuid to required system libraries list for mingw.
2015-10-24 Benjamin KramerUse find_if to simplify control flow. NFC.
2015-10-24 Simon Pilgrim[DAGCombiner] Generalize masking of constant rotates.
2015-10-24 Craig TopperCall the version of ConvertCostTableLookup that takes...
2015-10-24 Hans WennborgX86ISelLowering: Support tail calls to/from callee...
2015-10-24 Simon PilgrimFix unused variable warning. NFC.
2015-10-24 Simon Pilgrim[X86][XOP] Add support for lowering vector rotations
2015-10-24 Benjamin Kramer[TblGen] ArrayRefize CodeGenSchedule. No functionality...
2015-10-24 Benjamin Kramer[TblGen] ArrayRefize TGParser. No functional change...
2015-10-24 Benjamin Kramer[BasicAliasAnalysis] Simplify expression, no functional...
2015-10-24 NAKAMURA TakumiScalarReplAggregates.cpp: Try to appease clash of anony...
2015-10-24 Sanjoy DasExtract out getConstantRangeFromMetadata; NFC
2015-10-24 Sanjoy DasFix whitespace issues in two places; NFC
2015-10-24 NAKAMURA Takumillvm/Transforms/Utils/LoopVersioning.h requires llvm...
2015-10-24 Kostya Serebryany[libFuzzer] add -merge flag to merge corpora
2015-10-24 NAKAMURA TakumiFix ADT/UniqueVector.h to resolve implicit dependency.
2015-10-24 NAKAMURA Takumillvm/module.modulemap: AVR.def should be textual header.
2015-10-24 Matt ArsenaultAMDGPU: Print modifiers when dumping AMDGPUOperand
2015-10-23 Igor Laevsky[RS4GC] Rename stripDereferenceabilityInfo into stripNo...
2015-10-23 Rafael EspindolaAdd a RAW mode to StringTableBuilder.
2015-10-23 Chen LiRevert rL251061 [SimplifyCFG] Extend SimplifyResume...
2015-10-23 Hal FinkelHandle non-constant shifts in computeKnownBits, and...
2015-10-23 Tim NorthoverGVN: don't try to replace instruction with itself.
2015-10-23 Rafael EspindolaFix the variable names to match the LLVM style.
2015-10-23 Sanjoy Das[SCEV] Fix stylistic issue in MatchBinaryAddToConst...
2015-10-23 Sanjoy Das[Inliner] Don't inline through callsites with operand...
2015-10-23 Chris Bieneman[CMake] Fixing dependency issue with parallel make...
2015-10-23 Reid Kleckner[X86] Clean up the tail call eligibility logic
2015-10-23 Lang Hames[RuntimeDyld][COFF] Fix a think-o in the handling of...
2015-10-23 Kostya Serebryany[libFuzzer] remove some old code; also make __sanitizer...
2015-10-23 Matt ArsenaultAMDGPU: Fix parsing of 32-bit literals with sign bit set
2015-10-23 Jonathan RoelofsFix another reference to in-source builds
2015-10-23 Artyom Skrobov[ARM] Renaming +t2dsp feature into +dsp, as discussed...
2015-10-23 Oleg Ranevskyy[ARM CodeGen] @llvm.debugtrap call may be removed when...
2015-10-23 Oleg RanevskyyTest commit: fix typo in comment.
2015-10-23 Davide Italiano[llvm-readobj] Don't cast qualifiers away. Now gcc...
2015-10-23 Joseph Tremoulet[CodeGen] Mark setjmp/catchret MBBs address-taken
2015-10-23 James Molloy[BasicAA] Bugfix for r251016
2015-10-23 James MolloyRevert "[AArch64]Merge halfword loads into a 32-bit...
2015-10-23 Sanjoy Das[SCEV] Get rid of an unnecessary lambda; NFC
2015-10-23 Zlatko Buljan[mips][microMIPS] Implement SHLL.PH, SHLL_S.PH, SHLL...
2015-10-23 Sanjoy Das[SCEV] Fix a latent bug in `getPreStartForExtend`
2015-10-23 Dylan McKay[AVR] Add ELF constants to headers
2015-10-23 Saleem AbdulrasoolSupport, IR: silence -Wunused-parameter
2015-10-23 Xinliang David LiAdd more intrumentation/runtime helper interfaces ...
2015-10-23 Sanjoy Das[LangRef] Fix the doc for operand bundles
2015-10-23 Mehdi AminiSLPVectorizer: AllSameOpcode* starts "true" only for...
2015-10-23 Mehdi AminiSLPVectorizer: refactor reorderInputsAccordingToOpcode...
2015-10-23 Davide Italiano[CodeGen] Remove usage of NDEBUG in header.
2015-10-22 Kostya Serebryany[libFuzzer] use the indirect caller-callee counter...
2015-10-22 Kostya Serebryany[libFuzzer] more refactoring the code that checks the...
2015-10-22 Kostya Serebryany[libFuzzer] refactoring the code that checks the covera...
2015-10-22 Xinliang David LiMinor bug fix in Profile Name Prefix interface
2015-10-22 Kostya Serebryany[libFuzzer] remove the deprecated 'tokens' feature
2015-10-22 Justin BognerLoopPass: Remove redoLoop, it isn't used. NFC
2015-10-22 Justin BognerLoopPass: Simplify the API for adding a new loop. NFC
2015-10-22 Chen Li[SimplifyCFG] Extend SimplifyResume to handle phi of...
2015-10-22 Xinliang David LiAdd helper functions and remove hard coded references...
2015-10-22 David Majnemer[Sink] Don't check BB.empty()
2015-10-22 Alexey Samsonov[ASan] Enable instrumentation of dynamic allocas by...
2015-10-22 Sanjoy Das[SCEV] Remove a test case added in r249168
2015-10-22 Sanjoy Das[SCEV] Commute zero extends through <nuw> additions
2015-10-22 Sanjoy Das[SCEV] Opportunistically interpret unsigned constraints...
2015-10-22 Sanjoy Das[SCEV] Teach SCEV some axioms about non-wrapping arithmetic
2015-10-22 Sanjoy Das[SCEV] Commute sign extends through nsw additions
2015-10-22 Sanjoy Das[SCEV] Mark AddExprs as nsw or nuw if legal
2015-10-22 Alexey Samsonov[ASan] Minor fixes to dynamic allocas handling:
2015-10-22 Davide Italiano[ExecutionEngine] Garbage collect some dead (and unsafe...
2015-10-22 Igor Laevsky[IntrinsicEmitter] Remove GET_INTRINSIC_MODREF_BEHAVIOR...
2015-10-22 Rafael EspindolaAvoid storing a second copy of each string in StringTab...
2015-10-22 Matthias BraunAArch64: Disable the latency heuristic
2015-10-22 Matthias BraunMachineScheduler: Add a way to disable the 'ReduceLaten...
2015-10-22 Eric ChristopherRemove the last traces of X86CompilationCallback as...
2015-10-22 Tim NorthoverCodeGen: increase bits allocated for LegalizeActions
2015-10-22 Craig TopperChange makeLibCall to take an ArrayRef<SDValue> instead...
2015-10-22 Zachary TurnerFix broken build under MSVC.
2015-10-22 Craig TopperUse ArrayRef instead of pointer and size. NFC
2015-10-22 Zia Ansari[X86] - Catch extra combine opportunities for redundant...
2015-10-22 Bill Schmidt[PPC] Fix PR24686 by failing assembly for an invalid...
2015-10-22 Rafael EspindolaAvoid hash lookups when finalizing StringTableBuilder...
2015-10-22 Rafael EspindolaUse array_pod_sort. NFC.
2015-10-22 Pirama Arumuga... Fix incorrect target triple in fp16-promote.ll
2015-10-22 Daniel Sanders[mips][mips16] Fix typo in FileCheck directive.
2015-10-22 Asaf Badouh[X86][AVX512] extend vcvtph2ps to support xmm/ymm and...
2015-10-22 James Molloy[GlobalsAA] Loosen an overly conservative bailout
2015-10-22 James Molloy[BasicAA] Non-equal indices in a GEP of a SequentialTyp...
2015-10-22 James Molloy[ValueTracking] Add a new predicate: isKnownNonEqual()
2015-10-22 Manuel KlimekFix add_llvm_external_project.
next