platform/upstream/llvm.git
2013-08-02 Fariborz JahanianObjectiveC migrator: Fixes public buildbot failures,
2013-08-02 Matt KopecMark additional icc test failures as expected fail.
2013-08-02 Howard Hinnantdebug mode for unordered_map. Also picked up a missing...
2013-08-02 Renato GolinFixes ARM LNT bot from SLP change in O3
2013-08-02 Fariborz Jahanianrevert patch I added in r187655. It still breaks public
2013-08-02 Carlo KokBugfix for making the DWARF debug strings and labels...
2013-08-02 Fariborz JahanianObjectiveC migration. Check-in patch reverted in r187634.
2013-08-02 Rafael EspindolaConvert last use of st_dev in clang.
2013-08-02 Evgeniy Stepanov[msan] Allocator statistics interface and malloc hooks.
2013-08-02 Tim NorthoverRemove rather oddly merged logic from AArch64 commit.
2013-08-02 Tim NorthoverFix handling of CHECK-DAG combined with CHECK-NOT
2013-08-02 Daniel Jasperclang-format: Fix string breaking after "<<".
2013-08-02 Duncan SandsPacify GCC, which worries about falling off the end...
2013-08-02 Evgeniy Stepanov[msan] Fix unused function warning in the tests.
2013-08-02 Alexey SamsonovAssume UniqueID is zero for invalid PPRegion to fix...
2013-08-02 Alexey SamsonovFix dereferencing end iterator in SimplifyCFG. Patch...
2013-08-02 Rui Ueyama[PECOFF] A symbol with symbol with section number 0...
2013-08-02 Craig TopperFix indentation. No functional change.
2013-08-02 Rui Ueyama[PECOFF] Simplify COFFBSSAtom.
2013-08-02 NAKAMURA TakumiRevert r187597, "Bugfix for making the DWARF debug...
2013-08-02 Eric ChristopherUse @rpath for libraries rather than @executable_path...
2013-08-02 Hans WennborgRevert r187537 "clang-cl: add more options"
2013-08-02 Richard SmithWhen merging redeclaration chains across modules, if...
2013-08-02 Eric ChristopherTemporarily revert "Debug Info Finder|Verifier: handle...
2013-08-02 Hans Wennborgclang-cl: add more options
2013-08-02 Howard HinnantOk, 3 major changes for debug mode in one commit:
2013-08-02 Matt ArsenaultTeach InstructionSimplify about pointer address spaces
2013-08-02 Rafael EspindolaRevert "ObjectiveC migrator. Migrate to instancetype...
2013-08-01 Rafael EspindolaRevert "If -fslp-vectorize or -fno-slp-vectorize are...
2013-08-01 Akira Hatanaka[mips] Make load/store accumulator pseudo instructions...
2013-08-01 Daniel Jasperclang-format: Operator precendence in ObjC method exprs.
2013-08-01 Nadav RotemIf -fslp-vectorize or -fno-slp-vectorize are given...
2013-08-01 Matt ArsenaultTeach getOrEnforceKnownAlignment about address spaces
2013-08-01 Nadav RotemMove the optlevel check to the frontend.
2013-08-01 Fariborz JahanianObjectiveC migrator. Migrate to instancetype return...
2013-08-01 Jordan Rose[analyzer] Don't process autorelease counts in synthesi...
2013-08-01 Jordan Rose[analyzer] Silently drop all reports within synthesized...
2013-08-01 Carlo Kokfix for LLVM debug info on llvm-mips-linux where the...
2013-08-01 Daniel Jasperclang-format: Don't break empty 2nd operand of ternary...
2013-08-01 Jason MolendaRe-enable fast stepping for arm targets. The issue...
2013-08-01 Rafael EspindolaUse llvm::sys::fs::UniqueID for windows and unix.
2013-08-01 Bill WendlingUse function attributes to indicate that we don't want...
2013-08-01 Bill WendlingUse function attributes to indicate if we don't want...
2013-08-01 Rafael EspindolaExpose that the unique file ID has a device and a file...
2013-08-01 Daniel MaleaFixed the Intel-syntax X86 disassembler to respect...
2013-08-01 Reed KotlerFix some issues with Mips16 floating when certain intri...
2013-08-01 David BlaikieDebugInfo: Don't prefer declarations over definitions...
2013-08-01 Carlo KokARM/Hexagon testcases can't compile x86 only testcase...
2013-08-01 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-08-01 David BlaikieDebugInfo: Emit template arguments for limited types...
2013-08-01 David BlaikieDebugInfo: Emit definitions for types with no members.
2013-08-01 Carlo Kokchange the inlinefnlocalvar testcase so it uses a tripl...
2013-08-01 Daniel MaleaDisable test on Mac OS X due to llvm.org/pr16769
2013-08-01 Hans WennborgOptions.td: O0 and O4 are not Joined options
2013-08-01 Bob WilsonTemporarily xfail a test that breaks on OS X when build...
2013-08-01 Ashok ThirumurthiUpdates TestLongjump to ensure that compiler optimizati...
2013-08-01 Michael SartainFix Linux Host::GetCurrentThreadID() to return real...
2013-08-01 Sean SilvaUpdate incorrect file headers.
2013-08-01 Carlo KokBugfix for making the DWARF debug strings and labels...
2013-08-01 Nadav RotemEnable the SLP-vectorizer by default
2013-08-01 Nadav RotemOnly enable SLP-vectorization on O3 builds.
2013-08-01 David BlaikieReduce a variable's scope (no functionality change)
2013-08-01 Howard HinnantNico Rieck: Currently _MSC_VER and _WIN32 are used...
2013-08-01 Daniel JasperSimplify git-clang-format by using new -lines option.
2013-08-01 Simon AtanasyanPass -G argument to cmake with the same generator's...
2013-08-01 Stefanus Du... Allow test categories to be skipped.
2013-08-01 Daniel JasperTeach clang-format to understand static_asserts better.
2013-08-01 Joey GoulyFix typo in comment.
2013-08-01 Howard HinnantTaking another swing at correctly optimizing fill_n.
2013-08-01 David MajnemerAST: Treat inline function declarations in -fms-compati...
2013-08-01 Matt KopecUpdate failing tests on Linux for clang and gcc to...
2013-08-01 Robert Lyttonremove executable permission from IntrinsicsXCore.td
2013-08-01 Hans WennborgOptions: Use AliasArgs for -O -> -O2 translation.
2013-08-01 Tom StellardR600: Add 64-bit float load/store support
2013-08-01 Tom StellardR600: Use 64-bit alignment for 64-bit kernel arguments
2013-08-01 Tom StellardR600/SI: Custom lower i64 ZERO_EXTEND
2013-08-01 Sergey Matveev[lsan] Add leak_check_at_exit flag.
2013-08-01 Daniel Jasperclang-format: Improve line breaks in @property.
2013-08-01 Elena DemikhovskyEVEX and compressed displacement encoding for AVX512
2013-08-01 Evgeniy Stepanov[msan] Intercept setenv, putenv.
2013-08-01 Benjamin KramerMake helper function static.
2013-08-01 Richard Sandiford[SystemZ] Reuse CC results for integer comparisons...
2013-08-01 Daniel JasperSilence unused variable warning in non-assert builds.
2013-08-01 Richard Sandiford[SystemZ] Prefer comparisons with zero
2013-08-01 Vladimir MedicAdd tests for Mips DSP instructions.
2013-08-01 Vladimir MedicMoving definition of MnemonicContainsDot field from...
2013-08-01 Tim NorthoverAArch64: initial NEON support
2013-08-01 Tim NorthoverAArch64: add initial NEON support
2013-08-01 Robert LyttonXCore target: add GCCBuiltin to four intrinsics
2013-08-01 Robert LyttonXCore target: Fix Vararg handling
2013-08-01 Arnaud A. de... Check dynamic_cast is not used with -fno-rtti, unless...
2013-08-01 Robert LyttonXCore target: Add byval handling
2013-08-01 Robert LyttonXcore target
2013-08-01 Craig TopperRemove more odd code that tries to account for an off...
2013-08-01 Craig TopperFix to handle all non-power-of-2 vector sizes in the...
2013-08-01 David MajnemerSema: Diagnose explicitly bound unresolved member expre...
2013-08-01 Craig TopperRemove broken and unnecessary vec3 handling from VisitS...
2013-08-01 David MajnemerParse: Don't consider attributes of broken member decla...
2013-08-01 Richard SmithFix assert when instantiating a default argument of...
2013-08-01 Reed KotlerFix some misc. issues with Mips16 fp stubs.
next