oota-llvm.git
2015-11-06 Xinliang David LiCode style fix (caused by wrongly default clang-format...
2015-11-06 Rafael EspindolaSimplify the alignment handling in FDE emission.
2015-11-06 Rafael EspindolaDelete dead store. NFC.
2015-11-06 Peter Collingbournedocs: Document function-attached metadata and IR change...
2015-11-06 Reid KlecknerRange-for some LiveIntervals code under review
2015-11-06 Reid Kleckner[WinEH] Split EH_RESTORE out of CATCHRET for 32-bit EH
2015-11-06 Cameron EsfahaniNFC: Update documentation for createUniqueFile() to...
2015-11-06 Rafael EspindolaUse a range loop.
2015-11-06 Igor Laevsky[Statepoints] Mark gc.result and gc.relocate as readonly
2015-11-06 Andrew KaylorTemporarily disable flaky checks in wineh-multi-parent...
2015-11-06 Matthias BraunCommandGuide/lit.rst: Document the new commandline...
2015-11-06 Andrew KaylorFix build warnings
2015-11-06 Keno FischerFix bugpoint breakage on libcxx introduced by r252247
2015-11-06 Andrew Kaylor[WinEH] Clone funclets with multiple parents
2015-11-06 Keno Fischer[bugpoint] Add a named metadata (+their operands) reducer
2015-11-06 Rafael EspindolaPass the streamer to the constructor instead of every...
2015-11-05 Rafael EspindolaSimplify the constructor. NFC.
2015-11-05 Rafael Espindolagit-clang-format an area I am about to change.
2015-11-05 Rafael EspindolaSmall simplification by moving early continue earlier.
2015-11-05 Sanjoy DasRe-apply r251050 with a for PR25421
2015-11-05 Richard TrieuRevert r251050 to fix miscompile when running Clang -O1
2015-11-05 Peter CollingbourneUpdate tutorial for debug info IR change.
2015-11-05 Peter CollingbourneFix Kaleidoscope example.
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-11-05 Tim NorthoverRemove windows line endings introduced by r252177....
2015-11-05 Alexey Samsonov[ASan] Disable instrumentation for inalloca variables.
2015-11-05 Alexander KornienkoRefactor: Simplify boolean conditional return statement...
2015-11-05 Reid Kleckner[WinEH] Fix funclet prologues with stack realignment
2015-11-05 Alexander KornienkoRefactor: Simplify boolean conditional return statement...
2015-11-05 Dan Gohman[WebAssembly] Fix copypasta.
2015-11-05 Dan Gohman[WebAssembly] Rename Immediate instructions to Const.
2015-11-05 Dan Gohman[WebAssembly] Add AsmString strings for most instructions.
2015-11-05 Dan Gohman[WebAssembly] Update wasm builtin functions to match...
2015-11-05 Sanjay Patelreplace MachineCombinerPattern namespace and enum with...
2015-11-05 Dan Gohman[WebAssembly] Add WebAssemblyMCInstLower.cpp.
2015-11-05 Kevin EnderbyReapply r250906 with many suggested updates from Rafael...
2015-11-05 Davide Italiano[SimplifyLibCalls] Use hasFloatVersion(). NFCI.
2015-11-05 Oleg Ranevskyy[DebugInfo] Fix ARM/AArch64 prologue_end position....
2015-11-05 Petar JovanovicAdd cfi instr for CFA calculation when movpc is expande...
2015-11-05 Derek Schuff[WebAssembly] Rename ior operator to or to match the...
2015-11-05 Silviu BarangaUpdate comment to LoopAccessInfo after r251800. NFC
2015-11-05 James Molloy[ARM] Compute known bits for ARMISD::CMOV
2015-11-05 Aaron BallmanFix a signed/unsigned mismatch warning; NFC.
2015-11-05 Asaf Badouhrevert rev. 252153 due to build failure on ubuntu
2015-11-05 Asaf Badouh[X86][AVX512] add comi with Sae
2015-11-05 James Molloy[SimplifyCFG] Tweak heuristic for merging conditional...
2015-11-05 Asaf Badouh[X86][AVX512] small bugfix in VPBROADCASTM
2015-11-05 Saleem AbdulrasoolRuntimeDyld: fix -Wtype-limits
2015-11-05 Mehdi AminiFix LoopAccessAnalysis when potentially nullptr check...
2015-11-05 NAKAMURA TakumiMCStreamer.h: Prune \return, corresponding to r252102...
2015-11-05 Xinliang David LiFix a bug exposed by uses in CFE
2015-11-05 Matt ArsenaultAMDGPU: Also track whether SGPRs were spilled
2015-11-05 Matt ArsenaultAMDGPU: Print number user SGPRs
2015-11-05 Matt ArsenaultAMDGPU: Disallow s[102:103] on VI in assembler
2015-11-05 Sanjoy Das[FunctionAttrs] Remove a loop, NFC refactor
2015-11-05 Matt ArsenaultAMDGPU: Fix assert when legalizing atomic operands
2015-11-05 Matt ArsenaultAMDGPU: Make addr64 atomic operand order consistent
2015-11-05 Mehdi AminiFix OSX build after r252118 (missing parameter for...
2015-11-05 Mehdi AminiRemove empty lines
2015-11-05 Joseph Tremoulet[WinEH] Fix establisher param reg in CLR funclets
2015-11-05 Sanjoy Das[IR] Add bounds checking to dataOperandHasImpliedAttr
2015-11-05 Kostya Serebryany[libFuzzer] print a bit fewer lines
2015-11-05 Rafael EspindolaGo back to producing relocations for out of range symbols.
2015-11-05 Reid Kleckner[Windows] Symbolize with llvm-symbolizer instead of...
2015-11-05 Matt ArsenaultAMDGPU: Add missing v2f64 fadd tests
2015-11-05 Matt ArsenaultAMDGPU: Fix typo
2015-11-05 Xinliang David Li[PGO] Use template file to define runtime structures
2015-11-05 Mehdi AminiFix Abbrev emission in WriteIdentificationBlock
2015-11-05 Rafael EspindolaFix pr24832.
2015-11-04 Rafael EspindolaSimplify now that emitValueToOffset always returns...
2015-11-04 Rafael EspindolaSimplify .org processing and make it a bit more powerful.
2015-11-04 Xinliang David LiDefine portable macros for packed struct definitions:
2015-11-04 Davide Italiano[SimplifyLibCalls] New transformation: tan(atan(x)...
2015-11-04 Kostya Serebryany[libFuzzer] when choosing the next unit to mutate,...
2015-11-04 Sanjay Patelfix typo; NFC
2015-11-04 Sanjoy Das[CaptureTracking] Support operand bundles conservatively
2015-11-04 Chris Bieneman[CMake] Bug 25059 - CMake libllvm.so.$MAJOR.$MINOR...
2015-11-04 Rafael EspindolaSlightly saner handling of thumb branches.
2015-11-04 Quentin Colombet[x86] Teach the shrink-wrapping hooks to do the proper...
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-11-04 Justin BognerPM: Rephrase PrintLoopPass as a wrapper around a new...
2015-11-04 Cong HouAdd new interfaces to MBB for manipulating successors...
2015-11-04 Simon PilgrimWarning fix.
2015-11-04 Sanjoy Das[IR] Add a `data_operand` abstraction
2015-11-04 Tom Stellardllvm-config: Add --has-rtti option
2015-11-04 Simon Pilgrim[X86][SSE] Add general memory folding for (V)INSERTPS...
2015-11-04 Sanjoy Das[IR] Add bounds checking to paramHasAttr
2015-11-04 David BlaikieOrc: Streamline some lambda usage in a unit test
2015-11-04 Rafael EspindolaRelax the check for ninja.
2015-11-04 Andrew KaylorCreated new X86 FMA3 opcodes (FMA*_Int) that are used...
2015-11-04 James Molloy[ARM] Combine CMOV into BFI where possible
2015-11-04 Teresa Johnson[ThinLTO] Always set linkage type to external when...
2015-11-04 James Molloy[SimplifyCFG] Merge conditional stores
2015-11-04 Filipe CabecinhasError out when faced with value names containing '\0'
2015-11-04 Aaron BallmanSilence an extra semicolon warning; NFC.
2015-11-04 Michael Kuperstein[ELF] elfiamcu triple should imply e_machine == EM_IAMCU
2015-11-04 Michael Kuperstein[X86] DAGCombine should not introduce FILD in soft...
2015-11-04 James MolloyRevert "[PatternMatch] Switch to use ValueTracking...
2015-11-04 Pawel BylicaFix unit tests on Windows: handle env vars with non...
2015-11-04 Sanjoy Das[OperandBundles] Refactor; NFCI.
next