oota-llvm.git
2015-04-07 Duncan P. N... DebugInfo: Move DIFlag-related API from DIDescriptor...
2015-04-07 Duncan P. N... IR: Rename MDSubrange::getLo() to getLowerBound()
2015-04-07 Richard SmithFix some minor abuse of C++ terminology in comments.
2015-04-07 Duncan P. N... DebugInfo: Drop dead code for loose DIDescriptor constr...
2015-04-07 Duncan P. N... bindings/go: Stop using DIDescriptor::is*() and auto...
2015-04-06 Duncan P. N... IR: Fix -Werror noasserts build after r234255
2015-04-06 Duncan P. N... CodeGen: Stop using DIDescriptor::is*() and auto-casting
2015-04-06 Duncan P. N... Transforms: Stop using DIDescriptor::is*() and auto...
2015-04-06 Duncan P. N... IR: Stop using DIDescriptor::is*() and auto-casting
2015-04-06 Kevin EnderbyFix failure on builder clang-cmake-mips where it was...
2015-04-06 Duncan P. N... DebugInfo: Allow isa<> on DIDescriptor and subclasses
2015-04-06 Rafael EspindolaUse sext in fast isel.
2015-04-06 Duncan P. N... DebugInfo: Reimplement DIRef<>::resolve() using TypedDe...
2015-04-06 Reid Kleckner[lit] Skip gtest names starting with DISABLED_
2015-04-06 Duncan P. N... DebugInfo: Drop confusing forwarding API from DILexical...
2015-04-06 Reid Kleckner[lit] Fix running gtest type-parameterized tests on...
2015-04-06 Duncan P. N... Reapply "DebugInfo: Loosen DILexicalBlock constructor"
2015-04-06 Duncan P. N... Revert "DebugInfo: Loosen DILexicalBlock constructor"
2015-04-06 David BlaikieArgPromo: Bail out earlier for varargs functions
2015-04-06 Duncan P. N... DebugInfo: Loosen DILexicalBlock constructor
2015-04-06 Ismail PazarbasiMove `checkInterfaceFunction` to ModuleUtils
2015-04-06 David Blaikie[opaque pointer type] Avoid using PointerType::getEleme...
2015-04-06 Duncan P. N... DebugInfo: Remove DIDescriptor::Verify()
2015-04-06 Duncan P. N... DebugInfo: Add MDTypeRefArray, to replace DITypeArray
2015-04-06 Duncan P. N... DebugInfo: Remove dead DIType::operator DITypeRef(...
2015-04-06 Duncan P. N... DebugInfo: Use MDTypeRef throughout the hierarchy
2015-04-06 Reid Kleckner[WinEH] Don't sink allocas into child handlers
2015-04-06 Tim NorthoverARM: do not relax Thumb1 -> Thumb2 if only Thumb1 is...
2015-04-06 Simon Pilgrim[X86][SSE] Use (V)PINSRB for direct byte insertion...
2015-04-06 Kevin EnderbyFix failure on builder llvm-clang-lld-x86_64-debian...
2015-04-06 David BlaikieAdd some type safety to GlobalObject/GlobalValue -...
2015-04-06 Duncan P. N... DebugInfo: Create MDTypeRef, etc., to replace DITypeRef
2015-04-06 Duncan P. N... DebugInfo: Remove dead DIRef::getName()
2015-04-06 Kevin EnderbyFor llvm-objdump added support for printing Objc2 32...
2015-04-06 Duncan P. N... Metadata: Add typed array-like wrapper for MDTuple
2015-04-06 Duncan P. N... DebugInfo: Remove dead code for accessing fields
2015-04-06 Duncan P. N... AutoUpgrade: Remove obsolete dbg.declare/value upgrade
2015-04-06 Jingyue Wu[SLSR] consider &B[S << i] as &B[(1 << i) * S]
2015-04-06 Simon Pilgrim[DAGCombiner] Add support for FCEIL, FFLOOR and FTRUNC...
2015-04-06 Duncan P. N... Verifier: Check composite type template params
2015-04-06 Duncan P. N... DebugInfo: Use MDFile instead of accessing operands...
2015-04-06 Rafael EspindolaUse a comma after the unique keyword.
2015-04-06 Sanjay Patelfix typos; NFC
2015-04-06 Rafael EspindolaRemove unnecessary uses of AliasedSymbol.
2015-04-06 Aaron BallmanRemoving a spurious space; NFC.
2015-04-06 Rafael EspindolaBe consistent when deciding if a relocation is needed.
2015-04-06 Rafael EspindolaDisable all link optimizations in a debug build.
2015-04-06 Rafael EspindolaDon't pass -O3 to the linker in debug builds.
2015-04-06 Rafael EspindolaDon't use -ffunction-sections -fdata-sections on debug...
2015-04-06 Pawel BylicaTest commit. Improve comments in APInt. NFC.
2015-04-06 Rafael EspindolaStore the sh_link of ARM_EXIDX directly in MCSectionELF.
2015-04-06 Rafael EspindolaSimplify this function a bit. NFC.
2015-04-06 Rafael EspindolaSimplify mapping from relocation sections to relocated...
2015-04-06 Lang Hames[Orc] Tidy up the assembly for the x86-64 resolver...
2015-04-05 David Blaikie[opaque pointer type] Remove some backwards compatible...
2015-04-05 David Blaikieclang-format my last commit
2015-04-05 David Blaikie[opaque pointer type] The last of the GEP IRBuilder...
2015-04-05 Benjamin KramerMark BumpPtrAllocator::Allocate as returning a noalias...
2015-04-05 Simon Pilgrim[DAGCombiner] Merge FMUL Scalar and Vector constant...
2015-04-04 David Blaikie[opaque pointer type] More GEP API migrations
2015-04-04 Sanjay Patelremove function/variable names from comments; NFC
2015-04-04 Sanjay Patelless space; NFC
2015-04-04 Rafael EspindolaDon't mix overload and default values.
2015-04-04 Rafael EspindolaImplement unique sections with an unique ID.
2015-04-04 David Blaikie[opaque pointer type] More (constant, in this instance...
2015-04-04 Simon Pilgrim[DAGCombiner] Canonicalize vector constants for ADD...
2015-04-04 Craig Topper[X86] Apply AddedComplexity consistently for similar...
2015-04-04 Eric ChristopherFix formatting and coding style.
2015-04-04 Craig Topper[X86] Add a comment about the change in r234075.
2015-04-04 Eric ChristopherStrip trailing whitespace and reword explanatory comment.
2015-04-04 Craig Topper[X86] Don't use GR64 register 'and with immediate'...
2015-04-03 David Majnemer[WinEH] Fill out CatchHigh in the TryBlockMap
2015-04-03 David Blaikie[opaque pointer type] More GEP IRBuilder API migrations
2015-04-03 David Majnemer[WinEH] Fill out .xdata for catch objects
2015-04-03 David Majnemer[WinEH] Sink UnwindHelp completely out of IR
2015-04-03 Andrew KaylorFixing a memory leak in WinEHPrepare
2015-04-03 David Blaikie[opaque pointer type] More GEP IRBuilder API migrations...
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...
next