oota-llvm.git
2015-07-28 Kostya Serebryany[libFuzzer] ensure that the dfsan tracing hooks actuall...
2015-07-28 Kostya Serebryany[libFuzzer] when using cmp traces, first check that...
2015-07-28 Sanjay Patelfix invalid load folding with SSE/AVX FP logical instru...
2015-07-28 Sanjoy Das[LSR] Move X86 specific test case to X86/
2015-07-28 David Blaikie[opaque pointer type] Avoid using pointee types to...
2015-07-27 Adam Nemet[LAA] Split out a helper to print a collection of memchecks
2015-07-27 Sanjay Patelfix typo; NFC
2015-07-27 David Blaikie[opaque pointers] Avoid the use of pointee types when...
2015-07-27 Sanjoy Das[LSR] Generate and use zero extends
2015-07-27 Sanjoy Das[TargetTransformInfo][NFCI] Add TargetTransformInfo...
2015-07-27 JF BastienWebAssembly: add a generic CPU
2015-07-27 NAKAMURA TakumiTweak llvm/test/CodeGen/X86/virtual-registers-cleared...
2015-07-27 Alex LorenzMIR Serialization: Serialize the unnamed basic block...
2015-07-27 JF BastienWebAssembly: more MCAsmInfo nits.
2015-07-27 Colin LeMahieu[llvm-mc] Add --no-warn flag with -W alias to disable...
2015-07-27 Reid KlecknerFix -Wmicrosoft-enum warning
2015-07-27 Alex LorenzIR: Expose the method 'getLocalSlot' in the module...
2015-07-27 Alexandros... - Added support for parsing HWDiv features using Target...
2015-07-27 Colin LeMahieu[llvm-mc] Pushing plumbing through for --fatal-warnings...
2015-07-27 Sanjoy Das[IndVars] Make loop varying predicates loop invariant.
2015-07-27 Sanjay Patelremove unnecessary forward declaration; NFC
2015-07-27 Sanjay Pateldon't repeat function names in comments; NFC
2015-07-27 JF BastienWebAssembly: minor MCAsmInfo fixes
2015-07-27 Simon Pilgrim[X86][SSE] Added shuffle tests to demonstrate missed...
2015-07-27 Alex LorenzMIR Serialization: Serialize the '.cfi_def_cfa_register...
2015-07-27 Alex LorenzMIR Parser: Rename the standalone parsing methods....
2015-07-27 Bruno Cardoso... Revert "[PeepholeOptimizer] Look through PHIs to find...
2015-07-27 Adam Nemet[LAA] Upper-case variable names, NFC
2015-07-27 Adam Nemet[LAA] Split out a helper from addRuntimeCheck to genera...
2015-07-27 Akira Hatanaka[AArch64] Remove check for Darwin that was needed to...
2015-07-27 Simon PilgrimFixed signed/unsigned comparison warning.
2015-07-27 Juergen Ributzka[AArch64][FastISel] Add more truncation tests.
2015-07-27 Simon Pilgrim[InstCombine][X86][SSE] Replace sign/zero extension...
2015-07-27 Pete CooperRevert "Remove unnecessary null check. NFC."
2015-07-27 Matt ArsenaultFix assert when inlining a constantexpr addrspacecast
2015-07-27 Diego NovilloFix ODR violation. NFC.
2015-07-27 JF BastienFix `llvm-config` to emit the linker flag for the combi...
2015-07-27 Marek OlsakAMDGPU: don't match vgpr loads for constant loads
2015-07-27 Sanjay Patelmove combineRepeatedFPDivisors logic into a helper...
2015-07-27 Alex LorenzReset the virtual registers in liveins when clearing...
2015-07-27 Alex LorenzMIR Serialization: Serialize the machine function's...
2015-07-27 Sanjay Patelfix typo and spacing; NFC
2015-07-27 Davide Italiano[TableGen] Emit the correct error message.
2015-07-27 Pete CooperRevert "Add const to a bunch of Type* in DataLayout...
2015-07-27 Pete CooperRevert "Add const to some Type* parameters which didn...
2015-07-27 Silviu BarangaThe tests added in r243270 require asserts to be enabled
2015-07-27 Silviu BarangaFix the tests added in r243270. Use 2>&1 instead of |&
2015-07-27 Bruno Cardoso... [PeepholeOptimizer] Look through PHIs to find additiona...
2015-07-27 Silviu Baranga[ARM/AArch64] Fix cost model for interleaved accesses
2015-07-27 Simon Pilgrim[X86] Reordered lowerVectorShuffleAsBitMask before...
2015-07-27 Marek OlsakAMDGPU/SI: Fix the V_FRACT_F64 SI bug workaround
2015-07-27 NAKAMURA TakumiLoopAccessAnalysis.cpp: Tweak r243239 to avoid side...
2015-07-27 Sean SilvaAvoid using uncommon acronym "MSROM".
2015-07-26 Jingyue WuRoll forward r243250
2015-07-26 Jingyue WuRevert r243250
2015-07-26 Jingyue Wu[TTI/CostModel] improve TTI::getGEPCost and use it...
2015-07-26 Simon Pilgrim[X86][SSE] Refreshed vector bit count tests.
2015-07-26 Simon Pilgrim[X86][AVX2] Refreshed avx2 conversion tests
2015-07-26 Tobias Grosserbugpoint: make the number of trim iterations a compile...
2015-07-26 Igor BregerImplemented encoding and intrinsics of the following...
2015-07-26 Tobias GrosserFix typo in comment
2015-07-26 Davide Italiano[llvm-dwarfump] Don't rely on global state, part 3.
2015-07-26 Adam Nemet[LAA] Begin moving the logic of generating checks out...
2015-07-25 Simon Pilgrim[InstCombine][SSE4A] Standardized references to Length...
2015-07-25 Simon Pilgrim[InstCombine] Split off SSE4a tests.
2015-07-25 Simon Pilgrim[X86][SSE] Added additional vector sign/zero load exten...
2015-07-25 Simon Pilgrim[X86][SSE] Added additional vector sign/zero extension...
2015-07-25 Chen Li[LoopUnswitch] Improve loop unswitch pass to find trivi...
2015-07-25 Juergen Ributzka[AArch64][FastISel] Always use an AND instruction when...
2015-07-25 Eric ChristopherFix PPCMaterializeInt to check the size of the integer...
2015-07-25 Eric ChristopherPPCMaterializeInt should only take a ConstantInt so...
2015-07-25 Akira Hatanaka[AArch64] Define subtarget feature "reserve-x18", which...
2015-07-24 Duncan P. N... DI/Verifier: Fix argument bitrot in DILocalVariable
2015-07-24 Alex LorenzMIR Serialization: Serialize MachineFrameInfo's callee...
2015-07-24 Lawrence HuHandle loop with negtive induction variable increment
2015-07-24 Pete CooperRemove unnecessary null check. NFC.
2015-07-24 Pete CooperUse make_range(rbegin(), rend()) to allow foreach loops...
2015-07-24 Duncan P. N... DI: Fix unit tests after r243160
2015-07-24 Duncan P. N... DI: Remove unnecessary DICompositeTypeBase
2015-07-24 Duncan P. N... DI: Simplify DebugInfoFinder::processType(), NFC
2015-07-24 Duncan P. N... DI: Remove dead code: getDICompositeType()
2015-07-24 Duncan P. N... AsmPrinter: Use DICompositeType in updateAcceleratorTab...
2015-07-24 Alex LorenzMIR Serialization: Serialize the simple virtual registe...
2015-07-24 Duncan P. N... DI: Remove DIDerivedTypeBase
2015-07-24 Duncan P. N... Verifier: Sink filename check into visitMDCompositeType...
2015-07-24 Duncan P. N... Verifier: Remove unnecessary references to DW_TAG_subro...
2015-07-24 Duncan P. N... DI: Clarify isUnsignedDIType(), NFC
2015-07-24 Pete CooperAdd const to some Type* parameters which didn't need...
2015-07-24 Diego NovilloRemove unused variable. NFC.
2015-07-24 Duncan P. N... DI: Strengthen some dyn_casts to DIDerivedType, NFC
2015-07-24 Jingyue WuRemove the user-count threshold when analyzing read...
2015-07-24 Philip Reames[RewriteStatepointsForGC] Adjust naming scheme to be...
2015-07-24 Duncan P. N... DI: Strengthen block-byref cast to DIDerivedType, NFC
2015-07-24 Pete CooperUse foreach loops for StructType::elements(). NFC.
2015-07-24 Pete CooperAdd const to a bunch of Type* in DataLayout. NFC.
2015-07-24 Duncan P. N... DI: Only DICompositeType has getElements(), NFC
2015-07-24 Alex LorenzMIR Parser: Run the machine verifier after initializing...
2015-07-24 Lang Hames[RuntimeDyld] MachO: Add support for ARM scattered...
2015-07-24 Alex LorenzMIR Tests: Add liveins and successors to make tests...
2015-07-24 Alex LorenzMIR Tests: Make the basic block successor test an X86...
next