oota-llvm.git
2015-07-16 Mehdi AminiRedirect pointerSize query to the TargetMachine in...
2015-07-16 Adam Nemet[LAA] Split out a helper to check the pointer partition...
2015-07-16 Reid KlecknerRevert "[X86] Allow more call sequences to use push...
2015-07-16 Reid KlecknerRevert "Update LLVM bindings after r239940. ..."
2015-07-16 Alex LorenzFix broken testcase from r242358.
2015-07-16 Akira Hatanaka[ARM] Define a subtarget feature that is used to avoid...
2015-07-16 Rafael EspindolaTrying to fix the windows bots.
2015-07-16 Rafael EspindolaFix handling of relative paths in thin archives.
2015-07-16 Pete CooperClear kill flags in ARMLoadStoreOptimizer.
2015-07-15 Alex LorenzMIR Serialization: Serialize the jump table index operands.
2015-07-15 Alex LorenzMIR Serialization: Serialize the jump table info.
2015-07-15 Sean SilvaAdd a test for r242281 from an old patch of mine.
2015-07-15 Cong HouRemove a private member of BranchProbabilityInfo which...
2015-07-15 Rafael Espindolallvm-ar: Don't write the directory in the string table.
2015-07-15 Cong HouCreate a wrapper pass for BranchProbabilityInfo.
2015-07-15 David MajnemerSilence GCC -Wparenthesis warning
2015-07-15 Rafael EspindolaFor new archive member we only need to store the full...
2015-07-15 Chen Li[LoopUnswitch] Add an else clause to IsTrivialUnswitchC...
2015-07-15 Hans Wennborgtest-release.sh: Run both .o files through sed before...
2015-07-15 Matthias BraunTargetRegisterInfo: Provide a way to check assigned...
2015-07-15 Alex LorenzMIR Serialization: Serialize references from the stack...
2015-07-15 Paul RobinsonAdd a "debugger tuning" concept that allows us to fine...
2015-07-15 JF BastienFix mergefunc infinite loop
2015-07-15 Rafael EspindolaSimplify a few uses of remove_filename by using parent_...
2015-07-15 Hans WennborgSwitch the release script to build with CMake by defaul...
2015-07-15 Rafael EspindolaHandle the error of trying to convert a regular archive...
2015-07-15 Cong HouRename doFunction() in BFI to calculate() and change...
2015-07-15 Tobias Edler... Analyze recursive PHI nodes in BasicAA
2015-07-15 Bruno Cardoso... Revert "Refactor optimizeUncoalescable logic"
2015-07-15 Bruno Cardoso... Revert "Look through PHIs to find additional register...
2015-07-15 Cong HouTest commit.
2015-07-15 Rafael EspindolaDelete declared but not implemented functions.
2015-07-15 Adrian PrantlDebug Info: Add basic support for external types refere...
2015-07-15 Pete CooperAdd missing load/store flags to thumb2 instructions.
2015-07-15 Bill Schmidt[PPC64LE] Fix vec_sld semantics for little endian
2015-07-15 Bruno Cardoso... Look through PHIs to find additional register sources
2015-07-15 Bruno Cardoso... Refactor optimizeUncoalescable logic
2015-07-15 Andrew WilkinsExpose setPersonalityFn to Go
2015-07-15 Benjamin Kramer[PPC] Disassemble little endian ppc instructions in...
2015-07-15 Alexandros... -Added API for retrieving the default FPU of a CPU...
2015-07-15 Chandler Carruth[PM/AA] Fix *numerous* serious bugs in GlobalsModRef...
2015-07-15 Alexey Bataev[SDAG] Optimize unordered comparison in soft-float...
2015-07-15 Hal Finkel[PowerPC] Use the MachineCombiner to reassociate fadd...
2015-07-15 Hal Finkel[PowerPC] Extend physical register live range in PPCVSX...
2015-07-15 Hal Finkel[MachineCombiner] Work with itineraries
2015-07-15 Petr Pavlu[AArch64] Fix problems in decoding generic MSR instructions
2015-07-15 Chandler Carruth[PM/AA] Cleanup some loops to be range-based. NFC.
2015-07-15 Petr Pavlu[TableGen] Improve decoding options for non-orthogonal...
2015-07-15 Simon Pilgrim[X86][SSE] Added i686/SSE2 vector shift tests.
2015-07-15 Igor BregerAVX : Fix ISA disabling in case AVX512VL , some instruc...
2015-07-15 Rafael EspindolaInitial support for writing thin archives.
2015-07-15 Michael ZolotukhinTidy-up test case from r242257.
2015-07-15 Chandler Carruth[vim] Update the syntax to mark REQUIRES lines and...
2015-07-15 Chandler Carruth[vim] Add the IR's comment prefix to the comments list...
2015-07-15 Pete CooperUse enum instead of unsigned. NFC.
2015-07-15 Pete CooperUse cast<> instead of dyn_cast to remove llvm_unreachab...
2015-07-15 Pete CooperUse another foreach loop. NFC
2015-07-15 Pete CooperUse getAnyExtOrTrunc helper instead of manually doing...
2015-07-15 Pete CooperUse getZExtOrTrunc helper instead of manually doing...
2015-07-15 Michael Zolotukhin[LoopUnrolling] Handle cast instructions.
2015-07-15 Pete CooperChange conditional to assert. NFC.
2015-07-15 Pete CooperUse getStoreSize() instead of getStoreSizeInBits()...
2015-07-14 Rafael EspindolaUse a range loop.
2015-07-14 Pete CooperUse more foreach loops in SelectionDAG. NFC
2015-07-14 Wei MiCreate a wrapper pass for BlockFrequencyInfo.
2015-07-14 Hans WennborgFix Sphinx error about duplicate label in CommandLine...
2015-07-14 JF BastienWebAssembly: fix build breakage.
2015-07-14 Hal Finkel[PowerPC] Support symbolic targets in patchpoints
2015-07-14 Hans WennborgReleaseNotes.rst: Bump version to 3.8
2015-07-14 Rafael EspindolaAccept lower case to handle windows error messages.
2015-07-14 David Majnemer[InstCombine] Generalize sub of selects optimization...
2015-07-14 Hans WennborgUpdate the trunk version to 3.8.0svn.
2015-07-14 Adam Nemet[LAA] Turn RuntimePointerChecking into a class, start...
2015-07-14 Adam Nemet[LAA] Introduce RuntimePointerChecking::PointerInfo...
2015-07-14 Adam Nemet[LAA] Lift RuntimePointerCheck out of LoopAccessInfo...
2015-07-14 Hal Finkel[PowerPC] Use the ABI indirect-call protocol for patchp...
2015-07-14 Rafael EspindolaAdd support for reading members out of thin archives.
2015-07-14 Lang Hames[ExecutionEngine] Re-apply r241962 with fixes for ARM.
2015-07-14 Pete CooperAdd allnodes() iterator range to SelectionDAG. NFC.
2015-07-14 Pete CooperMove SDNode::IROrder in to padding to save space. ...
2015-07-14 Pete CooperConstify parameters in SelectionDAG methods. NFC
2015-07-14 Pete CooperRemove unnecessary .getNode() in SelectionDAG. NFC.
2015-07-14 Pete CooperUse more foreach loops in SelectionDAG. NFC
2015-07-14 Alex LorenzMIR Serialization: Serialize the machine basic block...
2015-07-14 Alex LorenzMIR Printer: move the function 'printReg'. NFC.
2015-07-14 Tim NorthoverGVN: use a static array instead of regenerating it...
2015-07-14 JF BastienWebAssembly: add basic int/fp instruction codegen.
2015-07-14 Krzysztof ParzyszekFix NDEBUG build warning
2015-07-14 Tim NorthoverGVN: tolerate an instruction being replaced without...
2015-07-14 Hans Wennborgtest-release.sh: Remove the InstallDir parameter from...
2015-07-14 Krzysztof ParzyszekFix Windows build: replace __func__ with LLVM_FUNCTION_NAME
2015-07-14 Bruno Cardoso... [MMX] Use the appropriate instructions for GR64 <-...
2015-07-14 Hal Finkel[PowerPC] Fix the PPCInstrInfo::getInstrLatency impleme...
2015-07-14 Dan LiewFix several issues with the test-release.sh script
2015-07-14 Krzysztof Parzyszek[Hexagon] Generate instructions for operations on predi...
2015-07-14 Keno Fischer[CodeGen] Force emission of personality directive if...
2015-07-14 Richard SmithAdd support for on-disk hash table lookup with a known...
2015-07-14 Yaron KerenTeach config.guess that MSYS exists.
2015-07-14 Matt ArsenaultAMDGPU: Avoid using 64-bit shift for i64 (shl x, 32)
2015-07-14 Matt ArsenaultAMDGPU/SI: Fix read2 merging into a super register.
next