oota-llvm.git
2015-03-10 Kostya Serebryany[sanitizer] decrease sanitizer-coverage-block-threshold...
2015-03-10 Frederic RissDwarfAccelTable: Fix handling of hash collisions.
2015-03-10 Eric ChristopherTemporarily revert r231726 and r231724 as they're break...
2015-03-10 Eric ChristopherRemove an unused variable.
2015-03-10 Ben LangmuirDon't treat .foo as two path components in path::iterators
2015-03-09 Lang Hames[Orc][MCJIT][RuntimeDyld] Add header that was accidenta...
2015-03-09 Lang Hames[Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols...
2015-03-09 Colin LeMahieu[Hexagon] Removing unused patterns.
2015-03-09 David BlaikieLLParser: gep: Simplify parsing error handling
2015-03-09 Ahmed Bougacha[CodeGen] Replace the reused stores' chain for extracte...
2015-03-09 Ahmed Bougacha[X86] Add nounwind to vector-idiv.ll testcases. NFC.
2015-03-09 Reid KlecknerReland r229944: EH: Prune unreachable resume instructio...
2015-03-09 Rafael EspindolaUse a MapVector instead of an extra sort.
2015-03-09 Colin LeMahieu[Hexagon] Use single tailcall pseudoinst and fix checki...
2015-03-09 Colin LeMahieu[Hexagon] Reapply r231699. Remove assumption that...
2015-03-09 Sanjoy Das[SCEV] Unify getUnsignedRange and getSignedRange
2015-03-09 Sanjoy Das[SCEV] Add a `scalar-evolution-print-constant-ranges...
2015-03-09 Colin LeMahieu[Hexagon] Reverting r231699
2015-03-09 Frederic RissDwarfAccelTable: fix obvious typo.
2015-03-09 Colin LeMahieu[Hexagon] Updating constant set to simpler versions.
2015-03-09 Reid KlecknerTableGen: Use 'enum : uint64_t' for feature flags to...
2015-03-09 Benjamin KramerRemove the remaining uses of abs64 and nuke it.
2015-03-09 Colin LeMahieu[Hexagon] Removing old halfword codegen instructions...
2015-03-09 Rafael EspindolaDon't prime the section map.
2015-03-09 Colin LeMahieu[Hexagon] Eliminating immediate condition set.
2015-03-09 Colin LeMahieu[Hexagon] Removing TFR_condset_ir/TFR_condset_ri modeling.
2015-03-09 Colin LeMahieu[Hexagon] Changing AddrFI back to ADDRri to address...
2015-03-09 Justin BognerInstrProf: Use the proftext format for these coverage...
2015-03-09 Justin BognerInstrProf: Allow hexadecimal function hashes in proftex...
2015-03-09 Tom StellardR600/SI: Move gds operand to the end of operand list
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
next