platform/upstream/llvm.git
2012-05-21 Jim InghamCompileUnit::ResolveSymbolContext was only filling...
2012-05-21 Fariborz Jahanianobjective-c: provide a useful 'fixit' suggestion when
2012-05-21 Owen AndersonFix use of an unitialized value in the LegalizeOps...
2012-05-21 Sean CallananUpdated the object-pointer lookup logic to fix
2012-05-21 Sean CallananFixed the new-syntax testcase to reflect how we
2012-05-21 Eric ChristopherRevert r115805. An array type is required to have a...
2012-05-21 Anna Zaks[analyzer] Bind UnknownVal to InitListExpr for unsuppor...
2012-05-21 Enrico GranataFixes for performance to data formatters - Python ...
2012-05-21 Sean CallananFixed a nasty bug where JIT expressions didn't work
2012-05-21 Rafael EspindolaFunction template version of the previous patch.
2012-05-21 Rafael EspindolaProduce a hidden symbol for zed in
2012-05-21 Argyrios Kyrtzidis[driver] When creating the compiler invocation out...
2012-05-21 Benjamin KramerAnalyzer: Fix PR12905, a crash when encountering a...
2012-05-21 Sean CallananAdded an "rb" alias that sets breakpoints by
2012-05-21 Jim GrosbachThumb2: RSB source register should be rGRP not GPRnopc.
2012-05-21 Sean CallananIntegrated a check into Clang that make sure that
2012-05-21 Argyrios Kyrtzidis[arcmt] Revert r156999 "Remove the "it is not safe...
2012-05-21 Dan GohmanMark an unreachable region of code with llvm_unreachable.
2012-05-21 Dmitry Vyukovtsan: implement malloc/free hooks
2012-05-21 Chad RosierTypo.
2012-05-21 Fariborz JahanianRemove unused argument in my last patch.
2012-05-21 Fariborz Jahanianobjective-c: When default synthesizing readonly IBOutle...
2012-05-21 Sean CallananAdded a GDB equivalent for saving binary memory
2012-05-21 Owen AndersonMake it so that the MArch, MCPU, MAttrs passed to Engin...
2012-05-21 Enrico Granata<rdar://problem/11355592> Fixing a bug where we would...
2012-05-21 Timur Iskhodzhanov[ASan] Make for-Windows RTL compileable using Clang++
2012-05-21 Dmitry Vyukovtsan: do not assume non-recursive signal handlers
2012-05-21 Rafael EspindolaTest and document a difference from gcc in the handling...
2012-05-21 Patrik Hägglundtest commit
2012-05-21 Stepan DyatkovskiyPR1255 (case ranges: work with ConstantRangesSet instea...
2012-05-21 Benjamin KramerUnpack enums in CodeCompletetionResult.
2012-05-21 Dmitry Vyukovtsan: replace CHECK with CHECK_EQ for better diagnostics
2012-05-21 Dmitry Vyukovtsan: better, more realistic handling of signals
2012-05-21 Dmitry Vyukovtsan: add more checks for OOM conditions
2012-05-21 Craig TopperAllow 256-bit shuffles to still be split even if only...
2012-05-21 Jakob Stoklund... Give a small negative bias to giant edge bundles.
2012-05-20 Peter CollingbourneTeach Clang about the NVPTX backend.
2012-05-20 Peter CollingbourneTell the driver that CUDA is a C++-like language, so...
2012-05-20 Peter CollingbourneCUDA: the device and host attributes must be inheritabl...
2012-05-20 NAKAMURA Takumitest/Tooling/clang-check-pwd.cpp: Mark as XFAIL:mingw...
2012-05-20 Jakob Stoklund... Clear kill flags on the fly when joining intervals.
2012-05-20 Peter CollingbourneCUDA: add CodeGen support for global variable address...
2012-05-20 Nick LewyckyAdd RPO to the lexicon.
2012-05-20 Jakob Stoklund... Make the global base reg GR32_NOSP.
2012-05-20 Jakob Stoklund... Constrain regclasses in PeepholeOptimizer.
2012-05-20 Jakob Stoklund... Constrain register classes in TailDup.
2012-05-20 Peter CollingbourneWhen legalising shifts, do not pre-build a list of...
2012-05-20 Benjamin KramerEmit memcmp directly from the StringMatcherEmitter.
2012-05-20 Benjamin KramerPlug a leak when using MCJIT.
2012-05-20 Hal FinkelAdd a missing PPC 64-bit stwu pattern.
2012-05-20 Benjamin KramerBitpack CodeCompletionResults.
2012-05-20 Howard HinnantAdd documentation regarding -fno-rtti.
2012-05-20 Benjamin KramerUse TargetMachine's register info instead of creating...
2012-05-20 Jakob Stoklund... Fix test for 32-bit hosts.
2012-05-20 Jakob Stoklund... Use the right register class for LDRrs.
2012-05-20 Jakob Stoklund... Transfer memory operands to the right instruction.
2012-05-20 Jakob Stoklund... Properly constrain register classes for sub-registers.
2012-05-20 Jakob Stoklund... Properly constrain register classes in 2-addr.
2012-05-20 Jakob Stoklund... Missed a push_back in r157147.
2012-05-20 Jakob Stoklund... Avoid deleting extra copies when RegistersDefinedFromSa...
2012-05-20 Jakob Stoklund... Fix build bots.
2012-05-20 Jakob Stoklund... LiveRangeQuery simplifies shrinkToUses().
2012-05-20 Jakob Stoklund... Use LiveRangeQuery in ScheduleDAGInstrs.
2012-05-20 Jakob Stoklund... Eliminate some uses of struct LiveRange.
2012-05-20 Jakob Stoklund... Use LiveRangeQuery instead of getLiveRangeContaining().
2012-05-20 Jakob Stoklund... Add a LiveRangeQuery class.
2012-05-20 Peter CollingbourneDo not pass an invalid domtree to SimplifyInstruction...
2012-05-20 Nico WeberError when using typeid() with -fno-rtti. PR 12888.
2012-05-20 Eli FriedmanZap a bogus assert for delegating constructors. PR1289...
2012-05-19 Jakob Stoklund... Simplify overlap check.
2012-05-19 Eli FriedmanMake delegating initializers use a similar codepath...
2012-05-19 Jakob Stoklund... Fix 12892.
2012-05-19 Peter CollingbourneDo not eliminate allocas whose alignment exceeds that...
2012-05-19 Hal FinkelAdd a FIXME about access to negative stack-pointer...
2012-05-19 Jakob Stoklund... Remove the late DCE in RegisterCoalescer.
2012-05-19 Jakob Stoklund... Erase joined copies immediately.
2012-05-19 Jakob Stoklund... Fix an ancient bug in removeCopyByCommutingDef().
2012-05-19 Nadav RotemOn Haswell, perfer storing YMM registers using a single...
2012-05-19 Howard HinnantRevert fix to llvm.org/bugs/show_bug.cgi?id=12867 for...
2012-05-19 Nadav RotemAdd support for additional in-reg vbroadcast patterns
2012-05-19 Benjamin KramerDisambiguate call to operator==.
2012-05-19 Jakob Stoklund... Collect inflatable virtual registers on the fly.
2012-05-19 Benjamin KramerValueMap: Use DenseMap's find_as mechanism to reduce...
2012-05-19 Benjamin KramerMove CallbackVHs dtor inline, it can be devirtualized...
2012-05-19 Craig TopperTidy up some spacing and inconsistent use of pre/post...
2012-05-19 Fariborz Jahanianobjective-c: Warn if default synthesizing readonly...
2012-05-19 Dmitri GribenkoMissing line break.
2012-05-19 Dmitri GribenkoUse RecordDecl::field_iterator because D1, D2 are Recor...
2012-05-19 Benjamin KramerRemove extra semicolons.
2012-05-19 Benjamin KramerApparently empty names are allowed here.
2012-05-19 Benjamin KramerSimplify some users of DeclarationName::getNameKind...
2012-05-19 Benjamin KramerInline a trivial clear() method.
2012-05-19 Benjamin KramerProvide move semantics for TinyPtrVector and for DenseM...
2012-05-19 Stepan DyatkovskiyOrdinary PR1255 patch: DifferenceEngine and CPPBackend...
2012-05-19 Benjamin KramerSimplify code, add an assertion.
2012-05-19 Filipe CabecinhasFixes the case where we created a dummy target, deleted...
2012-05-19 Craig TopperCopy some AVX support from MCJIT to JIT. Maybe will...
2012-05-19 Douglas GregorRevert my _LIBCPP_INLINE_VISIBILITY changes, r157097...
2012-05-19 Douglas Gregorvalarray resize should not be _LIBCPP_INLINE_VISIBILITY
2012-05-19 Jakob Stoklund... Eliminate dead code after remat.
next