oota-llvm.git
2015-03-09 Tom StellardR600/SI: Refactor DS instruction defs
2015-03-09 Rafael EspindolaDelete dead code. NFC.
2015-03-09 Ed SchoutenAdd support for Nuxi CloudABI.
2015-03-09 Benjamin KramerDrop the hacks used for partial C99 math libraries.
2015-03-09 Colin LeMahieu[Hexagon] Adding PackHL nodes and some missing modeling...
2015-03-09 Rafael EspindolaPrint jump tables before exception tables.
2015-03-09 Rafael EspindolaDon't repeat name in comment. NFC.
2015-03-09 Rafael EspindolaRemove dummy method implementations.
2015-03-09 Reed KotlerAdd logical ops to Mips fast-isel
2015-03-09 Benjamin KramerMake helper functions static.
2015-03-09 Tom StellardR600/SI: Fix DS definitions and add missing instructions
2015-03-09 Tom StellardR600/SI: Fix opcode for ds_read2_b64 and ds_read2st64_b64
2015-03-09 Benjamin KramerMove unreferenced passes into the cpp file
2015-03-09 Benjamin KramerSymbolRewriter: Hide implementation details
2015-03-09 Marek OlsakR600/SI: Limit SGPRs to 80 on Tonga and Iceland
2015-03-09 Marek OlsakR600/SI: Fix getNumSGPRsAllowed for VI
2015-03-09 Andrea Di BiagioFix line ending in test CodeGen/X86/pr22774.ll. NFC.
2015-03-09 Kevin QinRevert r231630 - Run LICM pass after loop unrolling...
2015-03-09 Owen AndersonFix a bug in the LLParser where we failed to diagnose...
2015-03-09 Kevin Qin[AArch64] Enable partial & runtime unrolling on cortex-a57
2015-03-09 Kevin QinIntroduce runtime unrolling disable matadata and use...
2015-03-09 Kevin QinRun LICM pass after loop unrolling pass.
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.
next