platform/upstream/llvm.git
2012-12-18 Ted KremenekHave clang_getSpellingLocation() use the same logic...
2012-12-18 Fariborz JahanianThis is the libclang patch providing minimal API to
2012-12-18 Douglas GregorBe defensive when printing module import locations...
2012-12-18 Jakob Stoklund... Verify bundle flag consistency when setting them.
2012-12-18 Jakub StaszakReverse order of checking SSE level when calculating...
2012-12-18 Jakob Stoklund... Verify bundle flags for consistency in MachineVerifier.
2012-12-18 Quentin ColombetDisable ARM partial flag dependency optimization at -Oz
2012-12-18 Eli BenderskySimilar to 170440 - fix build warning with gcc
2012-12-18 Jakob Stoklund... Don't allow the automatically updated MI flags to be...
2012-12-18 Bill WendlingAdd tests to check recent changes to some builtins.
2012-12-18 Daniel JasperBetter support for constructor initializers.
2012-12-18 Jakob Stoklund... Tighten up the splice() API for bundled instructions.
2012-12-18 Meador IngeCodeGen: Expand creal and cimag into complex field...
2012-12-18 Andrew TrickMISched: add dependence to ExitSU to model live-out...
2012-12-18 Andrew TrickMISched: Cleanup, redundant statement.
2012-12-18 Andrew TrickMISched: Heuristics, compare latency more precisely...
2012-12-18 Andrew TrickMISched: Remove SchedRemainder::IsResourceLimited....
2012-12-18 Andrew TrickMISched: cleanup, use the proper iterator type.
2012-12-18 Andrew TrickMISched: minor improvement, initialize remaining resour...
2012-12-18 Daniel MaleaFix typo in error message (print requested URL instead...
2012-12-18 Daniel JasperMake the format scrambler understand line comments.
2012-12-18 Daniel MaleaAllow reading registers by thread ID in ProcessMonitor...
2012-12-18 Douglas GregorCMake: Make sure to detect LibXml2 when Clang is built...
2012-12-18 Jakob Stoklund... Add an assertion for a likely ilist::splice() contract...
2012-12-18 Enrico GranataTweaking a comment in the NSURL formatter for correctne...
2012-12-18 Eli BenderskyFix a compilation warning with gcc 4.6
2012-12-18 Benjamin KramerLoopVectorize: Emit reductions as log2(vectorsize)...
2012-12-18 Eli BenderskyGet rid of the pesky -Woverloaded-virtual warning....
2012-12-18 Jakob Stoklund... Tighten the insert() API for bundled instructions.
2012-12-18 Hal FinkelCheck multiple register classes for inline asm tied...
2012-12-18 Marshall ClowAdded static_assert to std::get<N>(std::array) calls...
2012-12-18 Kostya Serebryany[sanitizer] fix LargeMmapAllocator::GetBlockBegin
2012-12-18 Dmitry Vyukovtsan: intercept fork() to prevent false race reports...
2012-12-18 Guy BenyeiRe-commit r170428 changes with Linux style file endings.
2012-12-18 Guy BenyeiRevert changes from r170428, as I accidentally changed...
2012-12-18 Dmitry Vyukovtsan: warn about reports from signal handlers
2012-12-18 Dmitry Vyukovtsan: add signalfd() and inotify_init() interceptors
2012-12-18 Guy BenyeiAdd OpenCL images as clang builtin types.
2012-12-18 Dmitry Vyukovtsan: add io_sync flag that controls amount of IO synch...
2012-12-18 Dmitry Vyukovtsan: remove TSAN_OPTIONS from the script
2012-12-18 David ChisnallRemove obsolete FIXMEs.
2012-12-18 Alexey Samsonov[Sanitizer] Expose StackTrace::GetPreviousInstructionPc...
2012-12-18 Richard Smithubsan: Demangle class names, and be more informative...
2012-12-18 Sebastian Popreturn -1 when polly::getNumberOfIterations returns -1
2012-12-18 Sebastian Popisl: vector code generation based on ISL ast
2012-12-18 Sebastian Popchange interface for isStride
2012-12-18 Kostya Serebryany[asan] add some colors to asan output if printing to...
2012-12-18 Dmitry Vyukovtsan: describe "file descriptor" location
2012-12-18 Nadav RotemEnable the loop vectorizer.
2012-12-18 Richard Smithubsan: When diagnosing something wrong somewhere in...
2012-12-18 Nadav RotemRename the test so that we can add additional vectors...
2012-12-18 Richard SmithDon't escape %s in printf usage message; it's not writt...
2012-12-18 Nadav RotemSROA: Replace calls to getScalarSizeInBits to DataLayou...
2012-12-18 NAKAMURA Takumitest/Misc/dev-fd-fs.c: Mark this as XFAIL:freebsd ...
2012-12-18 NAKAMURA Takumillvm/test/MC/ELF/comp-dir.s: Appease MSYS Bash.
2012-12-18 Jason MolendaAdd a new qProcessInfo packet to debugserver.
2012-12-18 Rafael EspindolaInline hasAtomicCopyHelperAPI.
2012-12-18 Richard Smithubsan: if the frontend didn't provide us with a source...
2012-12-18 Rafael EspindolaMerge storage classes even when contexts don't match.
2012-12-18 Rafael EspindolaNow that the uninitialized variable has been fixed...
2012-12-18 Rafael EspindolaInitialize NoRedZone and remove unused default values.
2012-12-18 Richard SmithFix typo (thanks to Jordan for spotting it!).
2012-12-18 Eli FriedmanThe underlying type for an enum should be an integer...
2012-12-18 Sean Silvadocs: Nuke AnalyzerRegions.rst.
2012-12-18 Jim InghamAdding events when watchpoints are set or changed.
2012-12-18 Anders CarlssonWhen warning about a missing prototype because a functi...
2012-12-18 Eli BenderskyCleanup comment and formatting
2012-12-18 Eli FriedmanMore conservative fix for <rdar://problem/12847524...
2012-12-18 Sean CallananRemoved a possible use of unchecked NULL from
2012-12-18 Jakob Stoklund... Repair bundles that were broken by removing and reinser...
2012-12-18 Eric ChristopherFormatting.
2012-12-18 Bill WendlingUse the correct return type (size_t) for these builtins.
2012-12-18 Bill WendlingAdd an expected parameter for the size of the destination.
2012-12-18 Eric ChristopherAdd support for passing the main file name down to...
2012-12-18 Eric ChristopherAdd support for passing -main-file-name all the way...
2012-12-18 Eric ChristopherCleanup formatting and whitespace.
2012-12-18 Richard SmithRein ubsan's vptr sanitizer back a bit. Per core issue...
2012-12-18 Richard SmithRein ubsan's vptr sanitizer back a bit. Per core issue...
2012-12-18 Jakob Stoklund... Extract a method, no functional change intended.
2012-12-17 Jakob Stoklund... Tighten up the erase/remove API for bundled instructions.
2012-12-17 Reed KotlerEmitDebugLabel should by default be the same as EmitLab...
2012-12-17 Eli Benderskyfix indentation
2012-12-17 Chad Rosier[arm fast-isel] Minor cleanup. No functional change...
2012-12-17 Rafael EspindolaFix isThisDeclarationADefinition for extern following...
2012-12-17 Nick KledzikFix some integer constant warnings by using a suffix
2012-12-17 Chandler CarruthAdd a triple to this test -- it has to be an ELF platfo...
2012-12-17 Chandler CarruthFix PR14625 by teaching the driver to detect PWD for...
2012-12-17 Daniel MaleaMention how to do a (Linux) release build on the build...
2012-12-17 Chandler CarruthPrepare LLVM to fix PR14625, exposing a hook in MCConte...
2012-12-17 Han Ming Ong<rdar://problem/12890948>
2012-12-17 Nick Kledzikre-enable test cases now that traits work with g++...
2012-12-17 Michael IlsemanRemove trailing whitespace
2012-12-17 Michael IlsemanRemoved trailing whitespace
2012-12-17 Argyrios Kyrtzidis[c-index-test] Fix warnings about unused results from...
2012-12-17 Argyrios KyrtzidisJust use begin()/end() instead of "&Vector[0], &Vector...
2012-12-17 Argyrios KyrtzidisDon't include the header outside the include guards...
2012-12-17 Argyrios Kyrtzidis[parser] Push a semi token for recovery only when it...
2012-12-17 Anna Zaks[analyzer] Tweak the NumFunctionsAnalyzed stat so that...
2012-12-17 Anna Zaks[analyzer] Implement "do not inline large functions...
2012-12-17 Chad Rosier[arm fast-isel] Fast-isel only handles simple VTs,...
next