platform/upstream/llvm.git
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.
2013-08-01 Eric ChristopherFormatting.
2013-08-01 Reed KotlerAdd an omitted IsCall=1.
2013-08-01 Howard HinnantConstrain fill_n -> memset operations to include implic...
2013-08-01 Hans WennborgRemove the SUPPORT_ALIASARGS define
2013-08-01 Hans WennborgRemove the SUPPORT_ALIASARGS define
2013-07-31 Daniel Jasperclang-format: Make alignment of trailing comments optio...
2013-07-31 Rui UeyamaUse StringRef::equals_lower(). No functionality change.
2013-07-31 Hans WennborgMake -m[no-]pascal-strings an alias of -f[no]pascal...
2013-07-31 Hans WennborgOption parsing: remove non-SUPPORT_ALIASARGS fall-back
2013-07-31 Michael SartainFix thread name updating in Linux. "thread list" should...
2013-07-31 Rui Ueyama[PECOFF][Driver] Prefer "/" over "-" as the indicator...
2013-07-31 Fariborz JahanianObjectiveC ARC: finishing off issuing error when
2013-07-31 Michael SartainOptimize Host::GetThreadName() to read from /proc/...
2013-07-31 Hans WennborgOption parsing tables: pick up AliasArgs from the OPTIO...
next