platform/upstream/llvm.git
2013-04-10 Joey GoulyChange CloneFunctionInto to always clone Argument attri...
2013-04-10 Manuel KlimekFixes recovering from errors when parsing braced init...
2013-04-10 Daniel JasperFix labels with trailing comments and cleanup.
2013-04-10 Christian KonigR600/SI: dynamical figure out the reg class of MIMG
2013-04-10 Christian KonigR600/SI: adjust writemask to only the used components
2013-04-10 Christian KonigR600/SI: remove image sample writemask
2013-04-10 Tobias GrosserScopDetect: Allow multiplications of the form <param...
2013-04-10 Hal FinkelCleanup PPCInstrInfo::DefinesPredicate
2013-04-10 Alexey Samsonov[ASan] fix a typo in legend in error report
2013-04-10 Tobias GrosserUpdate formatting to latest version of clang-format
2013-04-10 Tobias GrosserSupport SCoPs with multiple exit edges
2013-04-10 Tobias GrosserCodegen: Replace region exit and entries recursively
2013-04-10 Tobias GrosserRegionInfo: Add helpers to replace entry/exit recursively
2013-04-10 Hal FinkelPPC: Prep for if conversion of bctr[l]
2013-04-10 Ted KremenekHandle "typeof" in Objective-C format string checking...
2013-04-10 Richard SmithAdd support for computing the exception specification...
2013-04-10 John McCallDon't crash when mangling types defined in ObjC class...
2013-04-10 Jason MolendaWhen ObjectFileMachO::ParseSections() notices that...
2013-04-10 Richard SmithC++11 inheriting constructors: support for inheriting...
2013-04-10 Douglas Gregor<rdar://problem/13605348> Don't consider invalid user...
2013-04-10 Sebastian Popfix typos
2013-04-10 Sebastian Popscop detection: properly instantiate SCEVs to the place...
2013-04-10 Rafael EspindolaTemplate the MachO types over endianness.
2013-04-10 Rafael EspindolaInclude the more specific header.
2013-04-10 Argyrios Kyrtzidis[frontend] -frewrite-includes: turn implicit module...
2013-04-10 Argyrios Kyrtzidis[frontend] When preprocessing, turn implicit module...
2013-04-10 Argyrios Kyrtzidis[frontend] -frewrite-includes: if there was no inclusio...
2013-04-10 Michael IlsemanRepeat some #line directive tests for the GNU line...
2013-04-10 Evan Cheng__sincosf_stret returns sinf / cosf in bits 0:31 and...
2013-04-10 Andrew TrickGeneralize the PassConfig API and remove addFinalizeReg...
2013-04-10 Michael IlsemanImprove the diagnostics of the number-reading preproces...
2013-04-10 Matt Beaumont-GaySuppress -Wunused-variable for variables declared in...
2013-04-09 Sean CallananDon't erroneously put FunctionDecls into CXXRecordDecls
2013-04-09 Jack CarterMips specific inline asm operand modifier 'D'
2013-04-09 Hal FinkelAllow PPC B and BLR to be if-converted into some predic...
2013-04-09 Jim InghamFix the help for unwind-on-error, it no longer controls...
2013-04-09 Bob WilsonFix some comment typos.
2013-04-09 Richard TrieuRemove outdated run lines from tests.
2013-04-09 Sean CallananHardening so we won't crash if an Objective-C interface
2013-04-09 Chad RosierCleanup. No functional change intended.
2013-04-09 Edwin VaneUpdating cpp11-migrate transform list in ClangTools...
2013-04-09 Edwin VaneAdding the AddOverride transform for cpp11-migrate
2013-04-09 Edwin VaneAdding new AST Matchers isVirtual and isOverride
2013-04-09 Chad RosierCleanup. No functional change intended.
2013-04-09 Rafael EspindolaRemove unused method and default values.
2013-04-09 Argyrios Kyrtzidis[c-index-test] Enable 'display diagnostics' when using...
2013-04-09 Eric ChristopherUpdate the version of dwarf we say we're emitting to...
2013-04-09 Argyrios Kyrtzidis[libclang] In cxtu::getASTUnit(), check for a null...
2013-04-09 Chad RosierRevert r179115 as it looks to have killed the ASan...
2013-04-09 Chandler CarruthRationalize the formatting of these case labels. Having...
2013-04-09 Reed KotlerThis patch enables llvm to switch between compiling...
2013-04-09 Nadav RotemAdd support for bottom-up SLP vectorization infrastructure.
2013-04-09 Eric ChristopherMake check depend on all.
2013-04-09 Chad Rosier[ms-inline asm] Use parsePrimaryExpr in lieu of parseEx...
2013-04-09 Eric ChristopherThe .dwo section shouldn't contain the unrelocated...
2013-04-09 Hal FinkelCleanup PPCEarlyReturn
2013-04-09 Nadav RotemRevert r176408 and r176407 to address PR15540.
2013-04-09 Jim InghamFix the help message for “one-shot”.
2013-04-09 Chad Rosier[ms-inline asm] Maintain a StringRef to reference a...
2013-04-09 Fariborz JahanianObjective-C: This patch fixes a none-issuance of warning
2013-04-09 Daniel JasperFix comments before labels.
2013-04-09 Benjamin KramerDAGCombiner: Fold a shuffle on CONCAT_VECTORS into...
2013-04-09 Hal FinkelUse virtual base registers on PPC
2013-04-09 Hal FinkelConvert test PowerPC/2007-09-07-LoadStoreIdxForms to...
2013-04-09 Ariel J. BernalFix UseNullptr fails to replace c-style explicit cast...
2013-04-09 Eli BenderskyRewrite test/Linker tests to use FileCheck instead...
2013-04-09 Alexander KornienkoAgain macros without trailing semicolons: don't care...
2013-04-09 Daniel JasperImprovements to clang-format integrations.
2013-04-09 Rafael EspindolaConvert MachOObjectFile to a template.
2013-04-09 Evgeniy Stepanov[sanitizer] Interceptors for wait*.
2013-04-09 Alexey SamsonovDWARF parser: Fix DWARF-2/3 incompatibility: size of...
2013-04-09 Rafael EspindolaMention the changes in the handling of language linkage...
2013-04-09 Reid Kleckner[ms-cxxabi] Add "$$C" when mangling template arg QualTypes
2013-04-09 Alexey SamsonovOne more follow-up to r179082 - parse PIC/PIE arguments...
2013-04-09 Evgeniy Stepanov[msan] Intercept glob() with tests.
2013-04-09 Alexey Samsonov[Sanitizer] fix TSan tests: remove global ctor from...
2013-04-09 Alexey SamsonovFollow-up for r179082: more careful handling of -f...
2013-04-09 Kostya Serebryany[asan] relax Linux/zero-base-shadow.cc to make it pass...
2013-04-09 Michael GottesmanConverted 8x tests of SimplifyCFG to use FileCheck...
2013-04-09 Jakob Stoklund... Extract a function.
2013-04-09 Nadav RotemRemove the confusing sentence.
2013-04-09 Nadav RotemRevert 179071 because it is not the right way to suppor...
2013-04-09 Jakob Stoklund... Compute correct frame sizes for SPARC v9 64-bit frames.
2013-04-09 Peter CollingbourneIf the user requested a zero-base-shadow sanitizer...
2013-04-09 Jordan Rose[analyzer] Replace isIntegerType() with isIntegerOrEnum...
2013-04-09 John McCallWhen checking for illegal expressions in a default...
2013-04-09 Douglas GregorSkip transparent contexts when looking for using direct...
2013-04-09 Argyrios KyrtzidisMark as referenced the functions from instantiated...
2013-04-09 Sean CallananFixed the way we allocate executable memory on
2013-04-09 Rafael EspindolaMore uses for SymbolTableEntryBase.
2013-04-09 Anna Zaks[analyzer] Keep tracking the pointer after the escape...
2013-04-09 Rafael EspindolaAdd a SymbolTableEntryBase.
2013-04-09 Joe GroffFix PointerIntPair to be enum class compatible.
2013-04-08 Rafael EspindolaAdd a SectionBase struct.
2013-04-08 Nadav Rotemc++ new operators are not malloc-like functions because...
2013-04-08 Ted KremenekAdd test case calling a deprecated method from a subcla...
2013-04-08 John McCallDon't copy just to capture a strong block pointer under...
2013-04-08 Douglas Gregor<rdar://problem/13584715> Converted constant expression...
2013-04-08 Douglas Gregor<rdar://problem/13540899> Collect using directives...
2013-04-08 NAKAMURA TakumiInstructionSimplify.cpp: Fix a ligature, "fi", to get...
next