platform/upstream/llvm.git
2012-05-29 Peter CollingbourneEnable cl_khr_fp64 when building the library, and fix...
2012-05-29 Filipe CabecinhasSubstitute LLVMLibsOptions for LD.Flags so we can find...
2012-05-29 Peter CollingbourneAdd missing dot.h include.
2012-05-29 Peter CollingbourneDefine FLOAT in floatn.inc.
2012-05-29 Peter CollingbourneAdd fma, hypot builtins.
2012-05-29 Stepan DyatkovskiyConstantRangesSet renamed to IntegersSubset. CRSBuilder...
2012-05-29 Kostya Serebryany[asan,tsan] Add a new directory compiler-rt/lib/sanitiz...
2012-05-29 Alexey SamsonovFixing ASan build on Win: don't use __asan_default_options
2012-05-29 Tobias GrosserScopInfo: Store ScopStmt pointer in the domain
2012-05-29 Tobias GrosserMark the increments of the generated induction variable...
2012-05-29 Tobias GrosserMove executeScopConditionally() into its own file
2012-05-29 Tobias GrosserMove CLooG.h into include/polly/CodeGen/
2012-05-29 Alexander PotapenkoDo not define ___asan_default_options on Windows.
2012-05-29 Alexey SamsonovMake Clang driver pass the last option from -g group...
2012-05-29 Charles DavisUse fewer temporaries mangling APSInt objects. The...
2012-05-29 Alexey SamsonovFix atoi stub for linux introduced in r157573. This...
2012-05-29 Peter CollingbourneImplement mad builtin.
2012-05-29 Peter CollingbourneImplement exp, exp2, log, log2, native_exp, native_exp2...
2012-05-29 Peter CollingbourneFix typo in double precision case.
2012-05-29 Peter CollingbourneOpenCL: Fix vector conditional operator CodeGen for...
2012-05-28 Peter CollingbourneAdd fabs builtin.
2012-05-28 Peter CollingbourneAdd llvm.fabs intrinsic.
2012-05-28 Benjamin KramerFix suspicous isIntegerType() check, found by PVS Studi...
2012-05-28 Benjamin KramerFix suspicous hasOneUse() check, found by PVS Studio...
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...
next