platform/upstream/llvm.git
2013-08-16 Aaron BallmanUpdating function comments; no functional changes intended.
2013-08-16 Aaron BallmanPassing false instead of 0; no functional change intended.
2013-08-16 Aaron BallmanPassing false instead of 0; no functional change intended.
2013-08-16 Benjamin KramerWhen initializing the PIC global base register on ARM...
2013-08-16 Edwin VaneTweak Replacement comparisons
2013-08-16 Mihai PopaAdd support for Thumb2 literal loads with negative...
2013-08-16 Mihai PopaFix Thumb2 aliasing complementary instructions taking...
2013-08-16 Richard Sandiford[SystemZ] Use SRST to implement strlen and strnlen
2013-08-16 Richard Sandiford[SystemZ] Use MVST to implement strcpy and stpcpy
2013-08-16 Timur Iskhodzhanov[ASan/RTL] Disable colored reporting on Windows
2013-08-16 Richard Sandiford[SystemZ] Use CLST to implement strcmp
2013-08-16 Daniel JasperSplit UnwrappedLineFormatter into individual components.
2013-08-16 Dmitry Vyukovtsan: better report formatting for Go
2013-08-16 Timur Iskhodzhanov[ASan/RTL] Disable alloc_dealloc_mismatch by default...
2013-08-16 Richard Sandiford[SystemZ] Fix handling of 64-bit memcmp results
2013-08-16 Evgeniy StepanovRevert r188498.
2013-08-16 Richard Sandiford[SystemZ] Fix sign of integer memcmp result
2013-08-16 Vladimir MedicThis patch implements wait instruction for mips. Exampl...
2013-08-16 David MajnemerParse: Do not 'HandleTopLevelDecl' on templated functions.
2013-08-16 Ted KremenekFix typo pointed out by Jordan.
2013-08-16 Craig TopperDon't use v16i32 for load pattern matching. All 512...
2013-08-16 Ariel J. BernalUse -std=c++11 when no compilation database is provided
2013-08-16 Jason MolendaAdd a new Section::SetFileAddress method to change...
2013-08-16 Hans WennborgWindows ToolChain: add VS bin dir to PogramPaths
2013-08-16 Aaron BallmanRe-disabling C4291 warnings for MSVC because AttributeL...
2013-08-16 Matt ArsenaultAdd missing test for GEP + bitcast transformation
2013-08-16 Aaron BallmanCalling the base class constructor from the derived...
2013-08-16 Daniel Dunbar[tests] Add a hack to eliminate some dangling .s files...
2013-08-16 Daniel Dunbar[tests] Remove an out-dated failing test.
2013-08-16 Aaron BallmanRemoving a spurious semi-colon; this macro expands...
2013-08-16 Aaron BallmanFixing a warning about control reaching the end of...
2013-08-16 Tom StellardRevert "R600/SI: Fix incorrect encoding of DS_WRITE_B32...
2013-08-16 Tom StellardR600/SI: Fix incorrect encoding of DS_WRITE_B32 instruc...
2013-08-16 Tom StellardR600: Add support for global vector loads with element...
2013-08-16 Tom StellardR600: Add support for global vector stores with element...
2013-08-16 Tom StellardR600: Add support for i16 and i8 global stores
2013-08-16 Tom StellardR600: Add support for v4i32 stores on Cayman
2013-08-16 Tom StellardR600: Enable folding of inline literals into REQ_SEQUEN...
2013-08-16 Tom StellardR600: Add IsExport bit to TableGen instruction definitions
2013-08-16 Tom StellardR600: Change the RAT instruction assembly names so...
2013-08-16 Jordan Rose[analyzer] Merge TextPathDiagnostics and ClangDiagPathD...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-16 Jim GrosbachInstCombine: Simplify if(x!=0 && x!=-1).
2013-08-16 Eli FriedmanDon't allow unary negation on scoped enums.
2013-08-15 Eli FriedmanFix for dependent contexts in alias templates.
2013-08-15 Hans WennborgCMake: polish the Windows packaging rules
2013-08-15 Aaron BallmanTighten up the yamilizer so it stops eliding empty...
2013-08-15 Matt ArsenaultDon't do FoldCmpLoadFromIndexedGlobal for non inbounds...
2013-08-15 Matt ArsenaultFix spelling
2013-08-15 DeLesley HutchinsThread Safety Analysis: fix bug when using TryLock...
2013-08-15 Daniel DunbarRemove empty directory.
2013-08-15 Daniel Dunbar[tests] Fix refacto in r187764 that effectively disable...
2013-08-15 Daniel Dunbar[lit] Remove some done TODOs.
2013-08-15 David BlaikieDebugInfo: CollectRecordStaticField -> CreateRecordStat...
2013-08-15 David BlaikieRemove unnecessary explicit cast.
2013-08-15 Lang HamesSupport X86_64_GOTLoad relocations in RuntimeDyldMachO...
2013-08-15 David BlaikieDebugInfo: Split out the implementation of getStaticDat...
2013-08-15 Fariborz JahanianObjetiveC migrator: fix the test in my last patch
2013-08-15 David BlaikieFix assert added in r188494
2013-08-15 Eli FriedmanProperly track l-paren of a CXXFucntionalCastExpr.
2013-08-15 David BlaikieDebugInfo: Remove unused conditional
2013-08-15 Fariborz JahanianObjectiveC migrator. Start annotating CF functions
2013-08-15 David BlaikieDebugInfo: Make CGDebugInfo::getStaticDataMemberDeclara...
2013-08-15 David BlaikieDebugInfo: Add a FIXME, remove a FIXME.
2013-08-15 Peter Collingbourne[dfsan] Initial set of custom functions and interceptor...
2013-08-15 Yunzhong GaoFixing a corner-case bug in strchr and strrchr lib...
2013-08-15 Renato Golinmake arm-use-movt available for all ARM
2013-08-15 Renato Golinmake arm-use-movt available for all ARM
2013-08-15 David BlaikieDebugInfo: Unify & optimize the lazy addition of record...
2013-08-15 Renato Golinmake arm-reserve-r9 available for all ARM
2013-08-15 Bill WendlingMake a few more things const.
2013-08-15 Bill WendlingUse a reference instead of making an unnecessary copy...
2013-08-15 David BlaikieDebugInfo: Revert change to the return type of createRe...
2013-08-15 David MajnemerCodeGen: __uuidof should work even with an incomplete...
2013-08-15 Fariborz JahanianAdd another test to my last patch (NS_OPTION vs. NS_ENUM)
2013-08-15 Michael Gottesman[autotools->cmake] Added variable CLANG_VENDOR_UTI.
2013-08-15 Michael Gottesman[autotools->cmake] Added CMake support for the preproce...
2013-08-15 Aaron WatryAdd rhadd builtin
2013-08-15 Aaron WatryAdd hadd builtin
2013-08-15 David BlaikieDebugInfo: remove unnecessary type registration
2013-08-15 David BlaikieDebugInfo: Don't create duplicate forward declaration...
2013-08-15 Fariborz JahanianFixes a gross conditional in my last patch.
2013-08-15 Peter CollingbourneDataFlowSanitizer: Add a debugging feature to help...
2013-08-15 Peter Collingbourne[dfsan] Runtime support for -dfsan-debug-nonzero-labels...
2013-08-15 Fariborz JahanianObjectiveC migrator: In deciding NS_OPTION over
2013-08-15 Bill WendlingConstify the function parameters.
2013-08-15 Jordan Rose[analyzer] If realloc fails on an escaped region, that...
2013-08-15 Joey GoulyDrive-by fix for a doxygen comment in MachineInstr.h.
2013-08-15 Mihai PopaThis fixes three issues related to Thumb literal loads:
2013-08-15 DeLesley HutchinsThread safety analysis: move warnings within lock/unloc...
2013-08-15 Jack Carter[Mips][msa] Add support for half
2013-08-15 Joerg SonnenbergerBuild unwind tables by default on NetBSD.
2013-08-15 Joerg SonnenbergerUse the integrated assembler on NetBSD/powerpc by default.
2013-08-15 Jack Carter[Mips][msa] Added most builtins from add.a to xori
2013-08-15 Jack Carter[Mips][msa] Added the simple builtins (madd_q to xori)
2013-08-15 Evgeniy StepanovUpdate sanitizer attribute documentation to match behav...
2013-08-15 Jack Carter[Mips][msa] Added the simple builtins (fadd to ftq)
2013-08-15 Jack Carter[Mips][msa] Added the simple builtins (add_a to dpsub...
2013-08-15 Hao LiuFix the build failure of Realease version
2013-08-15 Evgeniy Stepanov[sanitizer] Add missing include.
next