oota-llvm.git
2015-03-09 Mehdi AminiInstCombine: fix fold "fcmp x, undef" to account for NaN
2015-03-09 Mehdi AminiDCE: isArrayMalloc() is not used neither in LLVM nor...
2015-03-09 David BlaikieSimplify expressions involving boolean constants with...
2015-03-08 Owen AndersonTeach DataLayout to infer a plausible alignment for...
2015-03-08 Andrea Di Biagio[X86][AVX] Fix wrong lowering of VPERM2X128 nodes
2015-03-08 Benjamin KramerMake static variables const if possible. Makes them...
2015-03-07 Simon Pilgrim[DAGCombiner] Add a shuffle mask commutation helper...
2015-03-07 David MajnemerFix the autoconf build
2015-03-07 Benjamin KramerMake the assertion macros in Verifier and Linter truly...
2015-03-07 David MajnemerFix unused variable/function warnings
2015-03-07 David MajnemerExecutionEngine: Preliminary support for dynamically...
2015-03-07 Benjamin KramerMake constant arrays that are passed to functions as...
2015-03-07 Simon PilgrimUse SDValue bool check to tidyup some possible combines...
2015-03-07 Aaron BallmanAdding parenthesis around logical expressions to silenc...
2015-03-07 Aaron BallmanRemoving spurious semi-colons; NFC
2015-03-07 Benjamin KramerX86: Roll repetitive code into a loop. NFC.
2015-03-07 Andrea Di Biagio[DAGCombiner] Fix wrong folding of AND dag nodes.
2015-03-07 Chandler Carruth[Modules] Include the header needed for make_unique...
2015-03-07 Chandler CarruthTeach the LLVM CMake build how to explicitly use libc...
2015-03-07 Chandler Carruth[PM] Fixup for r231556 where I missed a dependency...
2015-03-07 Chandler Carruth[PM] Create a separate library for high-level pass...
2015-03-07 Simon Pilgrim[DAGCombiner] SCALAR_TO_VECTOR(EXTRACT_VECTOR_ELT(V...
2015-03-07 Eric ChristopherTypo.
2015-03-07 Eric ChristopherRemove use of misched-bench from this test and replace...
2015-03-07 Frederic Riss[dsymutil] Apply relocations to DIE data before cloning.
2015-03-07 Eric ChristopherRecommit r231324 with a fix to the ARM execution domain...
2015-03-06 Richard Smith[modules] Mark Analysis/TargetLibraryInfo.def as a...
2015-03-06 Frederic Riss[dsymutil] Support cloning DIE reference attributes.
2015-03-06 Frederic Riss[dsymutil] Set linked unit start offset early. NFC.
2015-03-06 Frederic RissAdd DIEInteger::setValue() method.
2015-03-06 Olivier SallenaveDo not restrict interleaved unrolling to small loops...
2015-03-06 Quentin Colombet[AArch64][LoadStoreOptimizer] Generate LDP + SXTW inste...
2015-03-06 Sanjay Patelfixed to test features, not CPUs
2015-03-06 Sanjay Patelfixed to test features, not CPUs
2015-03-06 Sanjay Patelloosen checking for buildbots
2015-03-06 Sanjay Patelfixed to test only the feature, not the feature and...
2015-03-06 Sanjay Patelfixed to test only the feature, not the feature and...
2015-03-06 Sanjay Patelfixed test to use FileCheck
2015-03-06 Sanjay Patelfixed to use CHECK-LABELs
2015-03-06 Sanjay Patelfixed to test only the feature, not the feature and...
2015-03-06 Sanjay Patelfixed to test only the feature, not the feature and...
2015-03-06 Sanjay Patelfixed to test feature, not CPU
2015-03-06 Sanjay Patelfixed to test features, not CPUs
2015-03-06 Sanjay Patelfixed test to use SSE2 attribute
2015-03-06 Sanjay Patelfixed to test only the feature, not the feature and...
2015-03-06 Matthias BraunDAGCombiner: Canonicalize select(and/or,x,y) depending...
2015-03-06 Matthias BraunDAGCombiner: Factor out some and/or combines.
2015-03-06 Bruno Cardoso... [AsmPrinter][TLOF] Remove AArch64 test to appease buildbots
2015-03-06 Benjamin KramerLoopInterchange: Remove empty method.
2015-03-06 Benjamin KramerLoopInterchange: Rephrase instruction moving using...
2015-03-06 Matthias BraunExecutionDepsFix: Indizes -> Indices.
2015-03-06 Bruno Cardoso... [AsmPrinter][TLOF] XFAIL AArch64 test to appease buildbots
2015-03-06 Eric ChristopherFix typo.
2015-03-06 Frederic Riss[dsymutil] Add debug_str construction support.
2015-03-06 Tom StellardR600/SI: Remove unused register class
2015-03-06 Benjamin KramerFold init() helpers into constructors. NFC.
2015-03-06 Chad RosierAvoid calls to dumpPassInfo and RegionBase<Tr>::getName...
2015-03-06 James Molloy[ConstantRange] Teach multiply to be cleverer about...
2015-03-06 Bruno Cardoso... [AsmPrinter][TLOF] Make AArch64 test a bit more flexible
2015-03-06 Bruno Cardoso... [AsmPrinter][TLOF] Split tests and move to appropriate...
2015-03-06 Bruno Cardoso... [AsmPrinter][TLOF] 32-bit MachO support for replacing...
2015-03-06 Bruno Cardoso... [AsmPrinter][TLOF] ARM64 MachO support for replacing...
2015-03-06 Benjamin KramerCodingStyle: Allow delegating ctors
2015-03-06 Toma Tabacu[mips] [IAS] Add missing constraints and improve testin...
2015-03-06 Daniel JasperChange the way in which error case is being handled.
2015-03-06 Karthik BhatAdd a new pass "Loop Interchange"
2015-03-06 David MajnemerX86: Form IMGREL relocations for LLVM Functions
2015-03-06 Yaron KerenSilence C4715 'not all control paths return a value...
2015-03-06 Rui UeyamaSupport: Improve performance of FileOutputBuffer on...
2015-03-06 Michael Gottesman[objc-arc] Sprinkle some more auto on some iterators.
2015-03-06 Michael Gottesman[objc-arc] Move the detection of potential uses or...
2015-03-06 Michael ZolotukhinLegalizeTypes: Handle shift by 0 in ExpandShiftByConstant.
2015-03-06 Rafael EspindolaRemember to move a type to the correct set when setting...
2015-03-06 Michael Gottesman[objc-arc] Move the checking of whether or not we can...
2015-03-06 Michael Gottesman[objc-arc] Refactor (Re-)initialization of PtrState...
2015-03-06 Michael Gottesman[objc-arc] Create two subclasses of PtrState in prepara...
2015-03-06 Michael Gottesman[objc-arc] Extract out MDNodes into a cache structure...
2015-03-06 Michael Gottesman[objc-arc] Remove annotations code.
2015-03-06 Nadav RotemTeach ComputeNumSignBits about signed reminder.
2015-03-05 Michael GottesmanFix build error.
2015-03-05 Michael Gottesman[objc-arc] Change some casts and loop iterators to...
2015-03-05 Michael Gottesman[objc-arc] Extract out state specific to a ref count...
2015-03-05 Michael Gottesman[objc-arc] Extract blot map vector into its own file...
2015-03-05 Ahmed Bougacha[X86] Remove stale comment. NFC.
2015-03-05 Paul RobinsonAll FileCheck directives allow patterns.
2015-03-05 Peter CollingbourneGo bindings: use MDNode::replaceAllUsesWith instead...
2015-03-05 Philip Reames[RewriteStatepointsForGC] Yet more test cases for reloc...
2015-03-05 Quentin Colombet[CODE_OWNERS] Change the ownership of register allocators.
2015-03-05 Benjamin KramerInstructions: Use delegated constructors to reduce...
2015-03-05 Sanjay Patel[AVX] Lower / fast-isel scalar FP selects into VBLENDV...
2015-03-05 Benjamin KramerSelectionDAGBuilder: Merge 3 copies of the limited...
2015-03-05 Andrew KaylorFix uninitialized memory references in WinEHPrepare
2015-03-05 Benjamin KramerSDAG: Merge the meat of two ExpandAtomic implementations.
2015-03-05 Ahmed Bougacha[AArch64] Teach AsmPrinter about GlobalAddress operands.
2015-03-05 Philip Reames[RewriteStatepointsForGC] Add additional tests around...
2015-03-05 Rafael EspindolaUse the correct func begin symbol in all places in...
2015-03-05 Tom StellardTableGen: Initialize ErrorInfo to ~0ULL in the MatchIns...
2015-03-05 Ahmed Bougacha[ARM] Enable vector extload combine for legal types.
2015-03-05 Zachary TurnerReplace PrintStackTrace(FILE*) with PrintStackTrace...
2015-03-05 Reid KlecknerRemove accidental errs() call in Verifier
next