oota-llvm.git
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.
2015-11-04 Sanjoy Das[OperandBundles] Refactor; NFCI
2015-11-04 Philip Reames[LVI] Update a comment to clarify what's actually happe...
2015-11-04 Philip Reames[CVP] Fold return values if possible
2015-11-04 Igor Laevsky[StatepointLowering] Remove distinction between call...
2015-11-04 Alexey SamsonovFix the test case for Windows.
2015-11-04 Alexey Samsonov[LLVMSymbolize] Reduce indentation by using helper...
2015-11-04 Alexey Samsonov[LLVMSymbolize] Properly propagate object parsing error...
2015-11-04 Alexey Samsonov[llvm-symbolizer] Improve the test for missing input...
2015-11-04 Adam NemetFix unused variable warning from r252017
2015-11-03 Adam NemetLLE 6/6: Add LoopLoadElimination pass
2015-11-03 Adam Nemet[LAA] LLE 5/6: Add predicate functions Dependence:...
2015-11-03 Adam Nemet[LAA] LLE 4/6: APIs to access the dependent instruction...
2015-11-03 Peter CollingbourneCodeGen, Target: Move Mach-O-specific symbol name logic...
2015-11-03 Matt ArsenaultAMDGPU: Make flat_scratch name consistent
2015-11-03 Matt ArsenaultAMDGPU: Fix asserts on invalid register ranges
2015-11-03 Matt ArsenaultAMDGPU: Fix off by one error in register parsing
2015-11-03 Derek SchuffAddress nit
2015-11-03 Derek SchuffAlign whitespace
2015-11-03 Derek Schuff[WebAssembly] Support wasm select operator
2015-11-03 Matt ArsenaultAMDGPU: s[102:103] is unavailable on VI
2015-11-03 Matt ArsenaultAMDGPU: Define correct number of SGPRs
2015-11-03 Matt ArsenaultAMDGPU: Make findUsedSGPR more readable
2015-11-03 Matt ArsenaultAMDGPU: Initialize SIFixSGPRCopies so -print-after...
2015-11-03 Matt ArsenaultAMDGPU: Alphabetize includes
2015-11-03 Fiona GlaserInstCombine: fix sinking of convergent calls
2015-11-03 Simon Pilgrim[SelectionDAG] Use existing constant nodes instead...
2015-11-03 Alexey Samsonov[LLVMSymbolize] Factor out the logic for printing struc...
2015-11-03 Simon Pilgrim[X86][AVX] Tweaked shuffle stack folding tests
2015-11-03 Adam Nemet[LAA] LLE 3/6: Rename InterestingDependence to Dependen...
2015-11-03 Simon Pilgrim[X86][AVX512] Fixed shuffle test name to match shuffle
2015-11-03 Alexey Samsonov[LLVMSymbolize] Move demangling away from printing...
2015-11-03 Davide Italiano[SimplifyLibCalls] Add a new transformation: pow(exp...
2015-11-03 Simon Pilgrim[X86][XOP] Add support for the matching of the VPCMOV...
2015-11-03 Rui Ueyamallmv-pdbdump: Make BuiltinDumper shorter. NFC.
2015-11-03 Adam Nemet[LAA] LLE 2/6: Fix a NoDep case that should be a Forwar...
2015-11-03 Adam Nemet[LAA] LLE 1/6: Expose Forward dependences
2015-11-03 Rafael EspindolaDon't create empty sections just to look like gas.
2015-11-03 Rafael EspindolaRelax a few more overspecified tests.
2015-11-03 Teresa JohnsonRevert "Move metadata linking after lazy global materia...
2015-11-03 Rafael EspindolaRemove unnecessary dependency on section and string...
2015-11-03 Kostya Serebryany[libFuzzer] make -test_single_input more reliable:...
2015-11-03 Rafael EspindolaDelete dead code.
2015-11-03 Rafael EspindolaSimplify local common output.
2015-11-03 Igor Laevsky[CodegenPrepare] Do not rematerialize gc.relocates...
2015-11-03 Rafael EspindolaMove code out of a loop and use a range loop.
2015-11-03 Rafael EspindolaRevert "Revert "[Orc] Directly emit machine code for...
2015-11-03 Lang Hames[Kaleidoscope][Orc] Fix the fully_lazy Orc Kaleidoscope...
2015-11-03 Silviu BarangaFix PR25372 - teach replaceCongruentPHIs to handle...
2015-11-03 Rafael EspindolaRevert "[Orc] Directly emit machine code for the x86...
2015-11-03 David BlaikieKaleidoscope-ch2: Remove the dependence on LLVM by...
2015-11-03 Lang Hames[Orc] Directly emit machine code for the x86 resolver...
2015-11-03 Teresa JohnsonMove metadata linking after lazy global materialization...
2015-11-03 Teresa JohnsonPass enum instead of bool to new linkInModule call...
2015-11-03 Filipe CabecinhasDon't assert if materializing before seeing any functio...
2015-11-03 Filipe CabecinhasDon't use Twine objects after their lifetimes end.
2015-11-03 Elena DemikhovskyLoopVectorizer - skip 'bitcast' between GEP and load.
2015-11-03 Michael Kuperstein[X86] Generate .cfi_adjust_cfa_offset correctly when...
2015-11-03 Igor BregerAVX512: add encoding tests for vmovq/d instructions.
2015-11-03 Tobias GrosserRevert "[IndVarSimplify] Rewrite loop exit values with...
2015-11-03 Matthias BraunFix build problme introduced in r251883
2015-11-03 Matthias BraunRegisterPressure: Improve assert message
2015-11-03 Matthias BraunRegisterPressure: Slightly nicer pressure diff dumping
2015-11-03 Matthias BraunScheduleDAGInstrs: Remove IsPostRA flag; NFC
2015-11-03 Rafael EspindolaDon't implicitly construct a Archive::child_iterator.
2015-11-03 Rafael EspindolaThis never returns end(), simplify to use Child instead...
2015-11-03 Rui Ueyamallvm-pdbdump: Simplify. NFC.
2015-11-03 Colin LeMahieu[Hexagon] Fixing mistaken case fallthrough.
2015-11-03 Teresa JohnsonRestore "Support for ThinLTO function importing and...
2015-11-02 Kevin EnderbyAllow llvm-nm’s single letter command line flags to...
2015-11-02 Matt ArsenaultAMDGPU: Stop assuming vreg for build_vector
2015-11-02 Derek Schuff[WebAssembly] Make WebAssemblyCodeGen depend on WebAsse...
2015-11-02 Matt ArsenaultAMDGPU: Error on graphics shaders with HSA
2015-11-02 Sanjay Patel[CGP] widen switch condition and case constants to...
next