platform/upstream/llvm.git
2012-05-28 Peter CollingbourneAdd some tests which had heretofore evaded 'git add'.
2012-05-28 Peter CollingbourneExplicit conversions.
2012-05-28 Peter CollingbourneSwitch to the NVPTX backend.
2012-05-28 David BlaikieAddress minor FIXME in RedeclLink to contain a PointerI...
2012-05-28 Benjamin KramerInstCombine: Fix infinite loop when encountering switch...
2012-05-28 David BlaikieRemove unused variable.
2012-05-28 Dmitry Vyukovtsan: fix compiler warnings
2012-05-28 Dmitry Vyukovtsan: fix race during pthread_join/detach
2012-05-28 Charles DavisFix mangling of integral template arguments between...
2012-05-28 Alexander PotapenkoRework the flags machinery a bit.
2012-05-28 Meador IngePR12696: Attribute bits above 1<<30 are not encoded...
2012-05-28 Alexander PotapenkoMore verbose check in AppendString.
2012-05-28 Dmitry Vyukovtsan: pass CFLAGS to tests
2012-05-28 Dmitry Vyukovtsan: be more conservative wrt symbolizer output
2012-05-28 Benjamin KramerRandom BitcodeReader cleanups.
2012-05-28 Stepan DyatkovskiyPR1255: Case Ranges
2012-05-28 Stepan DyatkovskiySwitchInst: Due to bad readability case iterators defin...
2012-05-28 Bill WendlingAdd support for the GCOV_PREFIX_STRIP env variable...
2012-05-28 Bill WendlingAdd stub for 'atoi'.
2012-05-28 Bill WendlingSimplify the logic that tries to open the GCDA file...
2012-05-28 Bill Wendling* A bit of cleanup of the 'recursive_mkdir'. No functio...
2012-05-28 Dmitry Vyukovtsan: increase /proc/self/maps max size (1M is far...
2012-05-28 Dmitry Vyukovasan/tsan: rename interceptors from __xsan_xxx to __int...
2012-05-28 Dmitry Vyukovtsan: more robust detection of stack of main thread
2012-05-28 Dmitry Vyukovtsan: use DCHECK_GT/LT instead of plain DCHECK (better...
2012-05-28 Dmitry Vyukovtsan: do not clean stack/tls for main thread
2012-05-28 Dmitry Vyukovasan: remove static libraries on make clean
2012-05-28 Bill WendlingImplement the indirect counter increment code in a...
2012-05-28 Filipe CabecinhasRemove all written files
2012-05-28 Charles DavisFix Lang's fix. This should fix the tests for +Asserts...
2012-05-28 Bill WendlingDon't use 'strrchr', which isn't implemented here yet.
2012-05-28 Bill WendlingSync with old GCOV runtime library's file.
2012-05-28 Chris Lattneradjust to mainline llvm API change.
2012-05-28 Chris Lattnerswitch AttrListPtr::get to take an ArrayRef, simplifyin...
2012-05-28 Chris Lattnersimplify code.
2012-05-28 Chris Lattneradd some helper methods to make the type more uniform.
2012-05-28 David BlaikieFix PR12960 by not attempting to correct cases when...
2012-05-28 Charles DavisTest case for 157547. Before that patch, all the digits...
2012-05-27 Chris Lattnerrdar://11542750 - llvm.trap should be marked no return.
2012-05-27 Benjamin KramerDenseMap: Use an early exit when there is nothing to...
2012-05-27 Benjamin KramerPR12962: Fix a rare use after free when collecting...
2012-05-27 Benjamin KramerPR12967: Don't crash when trying to fold a shift that...
2012-05-27 Lang HamesFix call to APSInt constructor - it doesn't take an...
2012-05-27 Benjamin KramerIntrusiveRefCntPtr: Use the same pattern as the other...
2012-05-27 Chris LattnerReimplement the intrinsic verifier to use the same...
2012-05-27 Chris LattnerThese tests used intrinsics with the wrong prototype...
2012-05-27 Chris Lattnerremove two (useless) tests that use incorrect intrinsic...
2012-05-27 Chris Lattnergeneralize this to allow any argument.
2012-05-27 Peter CollingbourneHave getOrCreateSubprogramDIE store the DIE for a subpr...
2012-05-27 Chris Lattnermove some code around so that Verifier.cpp can get...
2012-05-27 Benjamin KramerDenseMap: Provide a move ctor and move semantics for...
2012-05-27 Benjamin KramerDenseMap: Factor destruction into a common helper method.
2012-05-27 Fariborz Jahanian-Wdeprecated warning to include reference (as a note)
2012-05-27 Chris Lattnerenhance the intrinsic info table to encode what *kind...
2012-05-27 Benjamin KramerMove-enable IntrusiveRefCntPtr.
2012-05-27 Benjamin KramerPass ProgramStateRef by reference.
2012-05-27 Dmitri GribenkoClose HTML tag properly.
2012-05-27 Benjamin KramerUse the SelectorSet typedef more widely throughout...
2012-05-27 Benjamin KramerReplace some custom hash combines with the standard...
2012-05-27 NAKAMURA Takumiclang/unittests/Tooling/RewriterTestContext.h: Don...
2012-05-27 NAKAMURA TakumiPath::GetTemporaryDirectory(): Add an assertion if...
2012-05-27 NAKAMURA Takumiclang/lib/Rewrite/Rewriter.cpp: Don't try to rename...
2012-05-27 Benjamin KramerMissed parens.
2012-05-27 Benjamin Kramerr157525 didn't work, just disable iterator checking.
2012-05-27 Benjamin KramerSDAGBuilder: Avoid iterator invalidation harder.
2012-05-26 Charles DavisMangle template instantiations properly (as of VC 7...
2012-05-26 Chris Lattnerrearrange some code, no functionality change.
2012-05-26 Benjamin KramerSDAGBuilder: Don't create an invalid iterator when...
2012-05-26 Benjamin KramerSelectionDAGBuilder: When emitting small compare chains...
2012-05-26 Benjamin KramerOnly emit one set of braces for __VERSION__, getClangFu...
2012-05-26 Greg ClaytonFixed memory management issues introduced by revision...
2012-05-26 Duncan SandsSince commit 157467, if reassociate isn't actually...
2012-05-26 Fariborz JahanianChange warning to error when property setter names...
2012-05-26 Benjamin KramerSimplifyCFG: Turn the ad-hoc std::pair that represents...
2012-05-26 Benjamin KramerAdd support for branch weight metadata to MDBuilder...
2012-05-26 Benjamin KramerScoreboardHazardRecognizer: Remove dead conditional...
2012-05-26 Duncan SandsMove this debug statement earlier so it is easy to...
2012-05-26 Richard SmithIn response to some discussions on IRC, tweak the wordi...
2012-05-26 David BlaikieFix indentation.
2012-05-26 Alexander KornienkoDon't offer '[[clang::fallthrough]];' fix-it when a...
2012-05-26 Johnny Chenrdar://problem/11535045
2012-05-26 Jim InghamFix the comments about LLDB_DISABLE_PYTHON in the pytho...
2012-05-25 Bill WendlingThe llvm_gcda_increment_indirect_counter function write...
2012-05-25 Akira HatanakaFix predicate HasStandardEncoding in MipsInstrInfo...
2012-05-25 Howard HinnantThe rules for emplace in map, multimap, unordered_map...
2012-05-25 Bill WendlingSmall code cleanup. No functionality change.
2012-05-25 Bill WendlingOpen in read/write mode, creating the file if it doesn...
2012-05-25 Nuno Lopesfix codegen support for alloc_size attribute for static...
2012-05-25 Nuno Lopesbounds checking: add support for byval arguments
2012-05-25 Johnny Chenrdar://problem/11533713
2012-05-25 Akira HatanakaDelete MipsExpandPseudo.cpp.
2012-05-25 Akira HatanakaMove the code in MipsExpandPseudo to MipsInstrInfo...
2012-05-25 Akira HatanakaRemove the code that expands MIPS' .cpload directive.
2012-05-25 Akira HatanakaRemove the code that emits MIPS' .cprestore directive.
2012-05-25 Akira HatanakaRemove pseudo instructions that are no longer used.
2012-05-25 Argyrios Kyrtzidis[libclang] Add a test I forgot to commit for r156890.
2012-05-25 Sean CallananFixed a crash in logging when the name of an
2012-05-25 Greg Clayton<rdar://problem/11535465>
2012-05-25 Rafael EspindolaDon't ignore linkage when ignoring visibility in the...
2012-05-25 Justin Holewinski[NVPTX] Add a new test case for the newly-enabled call...
next