oota-llvm.git
2015-04-14 Duncan P. N... AddDiscriminators: Create new MDLocation directly
2015-04-14 Lang Hames[Orc] Revert 234815. Still haven't quite got this test...
2015-04-14 Duncan P. N... DebugInfo: Move DILocation::getDiscriminator() to MDLoc...
2015-04-13 Duncan P. N... DebugInfo: Remove DIObjCProperty attribute accessors...
2015-04-13 Duncan P. N... DebugInfo: Move DIDerivedType accessors to MDDerivedTyp...
2015-04-13 Lang Hames[Orc] Make the OrcLazy hello.ll regression test output...
2015-04-13 Daniel BerlinAdd new getModRefInfo API to determine whether an Instr...
2015-04-13 Daniel BerlinCommon some code from MemoryDependenceAnalysis that...
2015-04-13 Duncan P. N... DebugInfo: Make DIDerivedType accessors more strict
2015-04-13 Daniel BerlinMake getModRefInfo with a default location not crash.
2015-04-13 Lang Hames[Orc] Back out r234805 for hello.ll until I can figure...
2015-04-13 Ahmed Bougacha[CodeGen] Combine concat_vectors of scalars into build_...
2015-04-13 Daniel BerlinAllow printing functions with an optional annotationwriter
2015-04-13 Lang Hames[Orc] Disambiguate call to make_unique. This should...
2015-04-13 Lang Hames[Orc] Add an Orc layer for applying arbitrary transform...
2015-04-13 Duncan P. N... DebugInfo: Simplify a few more wrappers
2015-04-13 Krzysztof ParzyszekSettle on a specific triple for the aarch64 testcase
2015-04-13 Duncan P. N... SelectionDAG: Stop using DIVariable::isInlinedFnArgument()
2015-04-13 Chris Bieneman[CMake] Updates to llvm-shlib to support overriding...
2015-04-13 Krzysztof ParzyszekAlso add mtriple to the aarch64 testcase
2015-04-13 Duncan P. N... DebugInfo: Remove DIGlobalVariable::getGlobal()
2015-04-13 Krzysztof ParzyszekExpand ADDO/SUBO on Hexagon
2015-04-13 Krzysztof ParzyszekAdd mtriple to test case to avoid problems with differe...
2015-04-13 Duncan P. N... StripSymbols: Use DIGlobalVariable::getConstant() inste...
2015-04-13 Nick LewyckyGCC complains thusly: "attributes at the beginning...
2015-04-13 Philip Reames[RwriteStatepointsForGC] Minor indentation and naming...
2015-04-13 Duncan P. N... DebugInfo: Remove a few unnecessary wrappers
2015-04-13 Duncan P. N... DebugInfo: Assume valid pointer in DISubprogram::replac...
2015-04-13 Nick LewyckySubtraction is not commutative. Fixes PR23212!
2015-04-13 Philip Reames[RewriteStatepointsForGC] Avoid inserting empty holder
2015-04-13 Duncan P. N... DebugInfo: Migrate DISubprogram::describes() to new...
2015-04-13 Krzysztof ParzyszekRemove this test until I figure out why it fails
2015-04-13 Duncan P. N... Reapply "Verifier: Check for incompatible bit piece...
2015-04-13 Matthias BraunUse FileCheck for test
2015-04-13 Akira Hatanaka[inliner] Don't inline a function if it doesn't have...
2015-04-13 Krzysztof ParzyszekMake the ARM testcase from r234764 also pass on Thumb
2015-04-13 Philip Reames[RewriteStatepointsForGC] Fix a latent bug in normaliza...
2015-04-13 Jan VeselyRevert revisions r234755, r234759, r234760
2015-04-13 Philip Reames[RewriteStatepointsForGC] Strengthen assertions around...
2015-04-13 Krzysztof ParzyszekAllow memory intrinsics to be tail calls
2015-04-13 Matthias BraunDAGCombiner: Fix crash in select(select) opt.
2015-04-13 Philip Reames[RewriteStatepointsForGC] Move an expensive debugging...
2015-04-13 David BlaikieRemove default in fully-covered switch (to fix Clang...
2015-04-13 Jan VeselyR600: Add carry and borrow instructions. Use them to...
2015-04-13 David Blaikiellvm-readobj: teach it to handle MachO Universal Archiv...
2015-04-13 David Blaikie[docs] Update outdated ExtendingLLVM.rst
2015-04-13 Jan VeselyLegalizeDAG: Try to use Overflow operations when expand...
2015-04-13 Rafael EspindolaFix SupportsSeeking detection on windows.
2015-04-13 John Brawn[ARM] Align global variables passed to memory intrinsics
2015-04-13 Rafael EspindolaAdd r234615 back, but make sure outs() is binary.
2015-04-13 NAKAMURA TakumiRevert r234615, "Have one raw_fd_ostream constructor...
2015-04-13 NAKAMURA Takumi[CMake] Uniquify LLVM_ABI_BREAKING_CHECKS. It reverts...
2015-04-13 NAKAMURA Takumillvm/test/CodeGen/R600/fminnum.ll: Relax an expression...
2015-04-13 Duncan P. N... Revert "Verifier: Check for incompatible bit piece...
2015-04-12 Jan VeselyR600: Make FMIN/MAXNUM legal on all asics
2015-04-12 Jan VeselyR600: remove manual BFE optimization
2015-04-12 Petr Hosek[MC] Write padding into fragments when -mc-relax-all...
2015-04-12 Lang Hames[Orc] Remove duplicate "then" in comment.
2015-04-12 Lang Hames[Orc] Fix out-of-date comment for the IRCompileLayer.
2015-04-12 Lang Hames[Orc] During module partitioning, rename anonymous...
2015-04-12 Mark LaceyFix typo.
2015-04-12 Hal Finkel[PowerPC] Really iterate over all loops in PPCLoopDataP...
2015-04-12 Sanjoy Das[LoopUnrollRuntime] Clean up a predicate.
2015-04-11 Duncan P. N... DebugInfo: Make MDSubprogram::getFunction() return...
2015-04-11 Duncan P. N... Verifier: Check for incompatible bit piece expressions
2015-04-11 Duncan P. N... DebugInfo: Remove dead DIDescriptor::replaceAllUsesWith()
2015-04-11 Duncan P. N... DebugInfo: Introduce DIBuilder::replaceTemporary()
2015-04-11 Benjamin KramerMark empty default constructors as =default if it makes...
2015-04-11 Duncan P. N... DebugInfo: Assume a valid pointer for DISubprogram...
2015-04-11 Benjamin KramerMake OnDiskChainedHashTableGenerator's Bucket type...
2015-04-11 Duncan P. N... DebugInfo: Move DIScope::getName() and getContext(...
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2015-04-11 Hal Finkel[PowerPC] Disable part-word atomics on the P7
2015-04-11 Nemanja IvanovicAdd direct moves to/from VSR and exploit them for FP...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-11 Duncan P. N... DebugInfo: Rewrite atSameLineAs() as MDLocation::canDis...
2015-04-11 Lang Hames[Orc] Update kaleidoscope tutorial for API change in...
2015-04-11 Duncan P. N... DebugInfo: Remove dead DIRef friends
2015-04-11 Duncan P. N... DebugInfo: Add forwarding getFilename() accessor to...
2015-04-11 Hal Finkel[PowerPC] Fix PPCLoopPreIncPrep for depth > 1 loops
2015-04-11 Lang Hames[Orc] Tidy up IndirectionUtils API a little, add some...
2015-04-11 Philip Reames[Statepoints] Fix a release only build failure
2015-04-11 Ahmed Bougacha[CodeGen] Split -enable-global-merge into ARM and AArch...
2015-04-10 Duncan P. N... DebugInfo: Remove dead DIDescriptor::getDescriptorField()
2015-04-10 Quentin Colombet[AArch64] Strengthen the code for the prologue insertion.
2015-04-10 Reid Kleckner[WinEH] Recognize SEH finally block inserted by the...
2015-04-10 Philip Reames[RewriteStatepointsForGC] Use a SetVector for a worklis...
2015-04-10 Tim NorthoverGeneric: Make isMask_N and isShiftedMask_N consistent...
2015-04-10 Philip Reames[RewriteStatepointsForGC] test case missing from 234657
2015-04-10 Philip Reames[RewriteStatepointsForGC] Use an actual liveness algorithm
2015-04-10 Philip Reames[RewriteStatepointsForGC] clang-format file
2015-04-10 Benjamin Kramer[CodeGenPrepare] Report all changes made during instruc...
2015-04-10 Philip Reames[RewriteStatepointsForGC] Missed review comment from...
2015-04-10 Philip Reames[RewriteStatepointsForGC] Preprocess the IR to remove...
2015-04-10 Philip Reames[RewriteStatepointsForGC] Limited support for vectors...
2015-04-10 Sanjoy Das[InstCombine][CodeGenPrep] Create llvm.uadd.with.overfl...
2015-04-10 Reid KlecknerAvoid spewing binary to stdout in some filetype=obj...
2015-04-10 Sanjay Pateluse update_llc_test_checks.py to tighten checking
2015-04-10 Rafael EspindolaRemember if lseek works in this FD.
2015-04-10 Duncan P. N... DebugInfo: Stop leaking temporaries in DIBuilder::creat...
next