oota-llvm.git
2015-04-03 David BlaikieUse early returns to reduce indentation.
2015-04-03 David MajnemerFix a typo
2015-04-03 David Majnemer[InstCombine] Use DataLayout to determine vector elemen...
2015-04-03 Andrew KaylorFixing a build error
2015-04-03 Andrew KaylorFixing build warnings.
2015-04-03 David Blaikie[opaque pointer type] More GEP API migrations in IRBuil...
2015-04-03 Andrew Kaylor[WinEH] Handle nested landing pads in outlined catch...
2015-04-03 Duncan P. N... CodeGen: Assert that inlined-at locations agree
2015-04-03 Reid Kleckner[WinEH] Fold cast into assertion based on review feedback
2015-04-03 Matthias Braun[GraphWriter] Attempt to open .dot files with xdg-open...
2015-04-03 Sanjay Pateluse update_llc_test_checks.py to tighten checking;...
2015-04-03 Sanjay Pateluse update_llc_test_checks.py to tighten checking;...
2015-04-03 Duncan P. N... SelectionDAG: Use specialized metadata nodes in EmitFun...
2015-04-03 Sanjay Pateluse update_llc_test_checks.py to tighten checking;...
2015-04-03 Sanjay Pateluse update_llc_test_checks.py to tighten checking
2015-04-03 Duncan P. N... Verifier: Check that inlined-at locations agree
2015-04-03 Sanjay Pateladd checks; remove redundant testing parameters
2015-04-03 Duncan P. N... CodeGen: Fix MachineInstr::print() for DBG_VALUE
2015-04-03 Daniel Jasper[MachineLICM] Small cleanup: Constify and rangeify.
2015-04-03 Sanjay Pateluse update_llc_test_checks.py to tighten checking;...
2015-04-03 Simon PilgrimAdded vector tests for DAGCombiner::ReassociateOps
2015-04-03 Simon Pilgrim[X86] Added SSE4.2 CRC32 memory folding patterns +...
2015-04-03 Bill Schmidt[PowerPC] Enable splat generation for BUILD_VECTOR...
2015-04-03 Simon Pilgrim[X86][3DNow] Added 3DNow! memory folding patterns ...
2015-04-03 Simon Pilgrim[X86][MMX] Added MMX stack folding tests
2015-04-03 Simon Pilgrim[DAGCombiner] Combine shuffles of BUILD_VECTOR and...
2015-04-03 Peter CollingbourneMC: For variable symbols, maintain MCSymbol::Section...
2015-04-03 Daniel BerlinReturn iterator from BasicBlock::eraseFromParent
2015-04-03 David Blaikie[opaque pointer types] Push explicit type parameter...
2015-04-03 Matthias BraunARM: Handle physreg targets in RegPair hints gracefully
2015-04-03 Matthias BraunMachineRegisterInfo: Make it clear that hints are for...
2015-04-02 NAKAMURA Takumillvm/examples/BrainF: Give an explicit pointee type...
2015-04-02 Reid Kleckner[ASan] Don't use stack malloc for 32-bit functions...
2015-04-02 Reid KlecknerFix unused variable in NDEBUG builds
2015-04-02 Jingyue Wu[SLSR] handles off bounds GEPs
2015-04-02 Reid Kleckner[WinEH] Make llvm.eh.actions use frameescape indices...
2015-04-02 Sanjay Patel[AVX] Improve insertion of i8 or i16 into low element...
2015-04-02 David Blaikie[opaque pointer type] API migration for GEP constant...
2015-04-02 Quentin Colombet[AArch64] Add a comment to make it explicit why we...
2015-04-02 Sanjay Patel[X86, AVX] adjust tablegen patterns to generate better...
2015-04-02 Adam Nemet[LoopAccesses] Handle case when no memchecks are needed...
2015-04-02 Reid KlecknerAdd an LLVM_PTR_SIZE macro to make LLVM_ALIGNAS more...
2015-04-02 Eli BenderskyFix typo and reword in LangRef
2015-04-02 Benjamin Kramer[alignof] Put back the hack for old versions of GCC.
2015-04-02 Benjamin Kramer[support] Add a macro wrapper for alignas and simplify...
2015-04-02 Vasileios Kalintiris[mips] Implement eliminateCallFramePseudoInstr() in...
2015-04-02 Elena DemikhovskyAVX-512: intrinsics for VPADD, VPMULDQ and VPSUB
2015-04-02 Vasileios Kalintiris[mips] Expose adjustStackPtr() from MipsInstrInfo....
2015-04-02 Vasileios Kalintiris[mips] Make sure that we don't adjust the stack pointer...
2015-04-02 Vladimir Sukharev[ARM] Rename v8.1a from "extension" to "architecture...
2015-04-02 Peter CollingbourneRevert r233595, "MC: For variable symbols, maintain...
2015-04-02 Lang Hames[Orc] Fix local-linkage handling in the CompileOnDemand...
2015-04-02 Philip Reames[gcroot] Remove unused items from an enum
2015-04-02 Philip ReamesTeach gcroot how to handle dynamically realigned frames
2015-04-02 Sanjoy Das[ADT] Increment epoch from DenseMap::swap.
2015-04-02 Sanjoy Das[ADT] Remove dead code.
2015-04-02 Adam Nemet[LoopAccesses] Remove unused global variables in tests
2015-04-02 Lang Hames[Orc] Add support classes for inspecting and running...
2015-04-02 Craig TopperDon't print an error message when looking up the schedu...
2015-04-02 Alexey SamsonovFix a bug indicated by -fsanitize=shift-exponent.
2015-04-02 Daniel BerlinMark this inline properly
2015-04-02 Daniel BerlinReturn iterator from Instruction::eraseFromParent.
2015-04-01 Matthias BraunTableGen: Generate more const goodness
2015-04-01 Kevin EnderbyFix sanitizer-x86_64-linux-fast failure that was not...
2015-04-01 Kostya Serebryany[fuzzer] document the -tokens flag. Also change the...
2015-04-01 Matthias BraunRemove declarations for nonexistent methods
2015-04-01 Kevin EnderbyAdd the option -objc-meta-data to llvm-objdump used...
2015-04-01 Benjamin Kramer[X86] Don't accidentally select shll $1, %eax when...
2015-04-01 Sanjoy Das[SCEV] Look at backedge dominating conditions (re-land...
2015-04-01 Diego NovilloRemove 4,096 loop scale limitation.
2015-04-01 Andrew KaylorFix WinEHPrepare bug with multiple catch handlers
2015-04-01 Vladimir Sukharev[ARM] Rename v8.1a from "extension" to "architecture"
2015-04-01 Vladimir Sukharev[AArch64] Rename v8.1a from "extension" to "architecture"
2015-04-01 Rafael Espindolagit-clang-format r233603.
2015-04-01 Ulrich Weigand[SystemZ] Support transactional execution on zEC12
2015-04-01 NAKAMURA TakumiTry to unbreak Clang build to export LLVM_ABI_BREAKING_...
2015-04-01 Craig TopperAdd -mcpu=native support to opt.
2015-04-01 David Majnemer[WinEH] Implement support for catch-all
2015-04-01 Lang Hames[Orc] Reflect process symbols into the LLI Orc-lazy...
2015-04-01 Sanjoy Das[CMake] Cache LLVM_ABI_BREAKING_CHECKS in LLVMConfig...
2015-04-01 Jiangning LiuFix PR23065. Avoid optimizing bitcast of build_vector...
2015-04-01 Ahmed Bougacha[SimplifyLibCalls] Ignore nobuiltin/unavailable fortifi...
2015-04-01 Hal Finkel[PowerPC] FastISel can't handle i1 return values when...
2015-03-31 Sean Silva[docs] Fix typo.
2015-03-31 David Majnemer[WinEH] ExitingScope is vacuously true if !PoppedCatche...
2015-03-31 David Majnemer[WinEH] Generate .xdata for catch handlers
2015-03-31 Kostya Serebryany[fuzzer] more documentation
2015-03-31 Sanjay Pateltypo; NFC
2015-03-31 Duncan P. N... IR: Rename replaceWithUniqued() tests from r233751
2015-03-31 Duncan P. N... Verifier: Add a testcase for verifying type refs
2015-03-31 Hal Finkel[PowerPC] Don't use a vector preferred memory type...
2015-03-31 Quentin Colombet[AArch64] Enable the codegenprepare optimization that...
2015-03-31 Matthias BraunFix AllocationPriority not getting set for derived...
2015-03-31 Duncan P. N... IR: Enable uniquing callbacks during MDNode::replaceWit...
2015-03-31 Lang Hames[MCJIT] Enable MCJIT regression tests on Darwin.
2015-03-31 Hal Finkel[SDAG] Handle non-integer preferred memset types for...
2015-03-31 Lang Hames[ExecutionEngine] Fix MCJIT::addGlobalMapping.
2015-03-31 Kostya Serebryany[fuzzer] Add support for token-based fuzzing (e.g....
2015-03-31 Matthias BraunClarify that higher priority means higher values.
2015-03-31 Matthias BraunRegAllocGreedy: Allow target to specify register class...
next