platform/upstream/llvm.git
2013-09-10 Richard SmithPR5683: Issue a warning when subtracting pointers to...
2013-09-10 Rui UeyamaTry to unbreak mingw32 buildbot.
2013-09-10 Eli FriedmanFix regression from r190382.
2013-09-10 Enrico Granata<rdar://problem/14071463>
2013-09-10 Hans WennborgFix cl-link.c test failure on Mac platforms
2013-09-10 Reid Kleckner[ms-cxxabi] Mangle dynamic initializer stubs the same...
2013-09-10 Hans WennborgRemove Windows line-endings in two clang-cl test files.
2013-09-10 Rui UeyamaUse llvm::sys::Process::GetEnv() instead of ::getenv().
2013-09-10 Matt ArsenaultFix build after SCEV change
2013-09-10 Hans Wennborgclang-cl: Support building DLLs (PR17083)
2013-09-10 Reid Kleckner[ms-cxxabi] Implement guard variables for static initia...
2013-09-10 Matt ArsenaultFix missing CHECK-LABELs
2013-09-10 Matt ArsenaultTeach ScalarEvolution about pointer address spaces
2013-09-10 Matt ArsenaultFix typo
2013-09-10 Rui UeyamaAdd getenv() wrapper that works on multibyte environmen...
2013-09-10 Benjamin KramerLoopVectorize: PHI nodes are always at the beginning...
2013-09-10 Manman RenDebug Info: create scope children DIEs when the scope...
2013-09-10 Fariborz JahanianObjectiveC migrator: rename inferred isXXX property,
2013-09-10 Hans Wennborgcmake: Install llvm-tblgen again
2013-09-10 Manman RenDebug Info: define a DIRef template.
2013-09-10 Jim GrosbachARM: Use the PICADD opcode calculated.
2013-09-10 Ed Mastetest: Add @expectedFailureFreeBSD decorators
2013-09-10 Ed Mastetest: Add @expectedFailureFreeBSD decorators
2013-09-10 Alexey SamsonovFixup for r190410: use lazy initialization for symboliz...
2013-09-10 Hans WennborgAllow _clang-format as alternative to .clang-format...
2013-09-10 Logan ChienRemove unused private member in ARMAsmPrinter.cpp.
2013-09-10 Timur Iskhodzhanov[ASan] Remove the explicit function prototypes for...
2013-09-10 Alexey Samsonov[Sanitizer] Refactor symbolization interface: use class...
2013-09-10 Renato GolinAdding LZMA as dep for XML2 on 2.8.0 or higher
2013-09-10 Alexander KornienkoDon't divide L and #x in macro definitions. Fixes llvm...
2013-09-10 Kostya Serebryany[asan] refactor the use-after-return API so that the...
2013-09-10 Kostya Serebryany[asan] refactor the use-after-return API so that the...
2013-09-10 Alexander KornienkoCorrectly calculate OriginalColumn after multi-line...
2013-09-10 Richard Sandiford[SystemZ] Update README.
2013-09-10 Evgeniy Stepanov[msan] Make all pointers in msan_interface "const volat...
2013-09-10 Evgeniy Stepanov[msan] bool -> int to make msan_interface.h C-compatible.
2013-09-10 Daniel Jasperclang-format: Understand function type typedefs with...
2013-09-10 Richard Sandiford[SystemZ] Add TM and TMY
2013-09-10 Daniel Sanders[mips][msa] Removed unsupported dot product instruction...
2013-09-10 Daniel Sanders[mips][msa] Removed unsupported dot product instruction...
2013-09-10 Vladimir MedicAdd test cases for Mips mthc1/mfhc1 instructions. Add...
2013-09-10 Vladimir MedicRemove obsolete code from MipsAsmParser.cpp.
2013-09-10 Alexander KornienkoCalculate and store ColumnWidth instead of CodePointCou...
2013-09-10 Alexey SamsonovDelete unused static class members
2013-09-10 Stepan DyatkovskiyRejected 190391, due to failures on clang-x86_64-darwin...
2013-09-10 Timur Iskhodzhanov[ASan] Don't crash in DescribeHeapAddress if we don...
2013-09-10 Stepan DyatkovskiyFix for PR16752. Second commit.
2013-09-10 David TweedFix minor coding style issue in r190296 pointed out...
2013-09-10 Michael Gottesman[python-bindings] Changed test_memory_buffer_create_fro...
2013-09-10 Michael Gottesman[python bindings] Added code to get the length of a...
2013-09-10 Craig TopperSeparate popcnt and sse4.2 feature control somewhat...
2013-09-10 NAKAMURA TakumiMCObjectFileInfo.cpp: Fix a couple of possible typo...
2013-09-10 Nick LewyckyGenerate code for the move assignment operator using...
2013-09-10 Tobias GrosserTempScopInfo: Microoptimize constant conditions
2013-09-10 Eli FriedmanDelete unused variables.
2013-09-10 Eli FriedmanMake -Wunused warning rules more consistent.
2013-09-10 Jim InghamChanging the default shell to /bin/sh brought up a...
2013-09-10 Jim InghamChange the "breakpoint fuzz" algorithm from "coalesce...
2013-09-10 Peter Collingbourne[dfsan] Initial set of DFSAN_OPTIONS flags.
2013-09-10 Hans Wennborgclang-cl: use -fdiagnostics-format=msvc by default
2013-09-10 Reid KlecknerIgnore calling conventions when checking function templ...
2013-09-10 Matt ArsenaultDon't use getSetCCResultType for creating a vselect
2013-09-10 Matt ArsenaultUse StringRef::npos for StringRef instead of std::strin...
2013-09-10 NAKAMURA Takumillvm/test/DebugInfo/dwarf-public-names.ll: Mark it...
2013-09-10 Bill WendlingRevert r190366. It was breaking build bots.
2013-09-09 Fariborz JahanianObjectiveC migrator. Do not infer NS_RETURNS_INNER_POINTER
2013-09-09 Marshall ClowAdd ability to set OPTIONS for compile
2013-09-09 Aaron BallmanAttempting to unbreak the makefile-base builds.
2013-09-09 Aaron BallmanAdding a FIXME based on feedback from Richard Smith.
2013-09-09 Aaron BallmanAttribute tablegen now understands that attribute argum...
2013-09-09 Andrew TrickEnable -misched-cyclicpath by default.
2013-09-09 Bill WendlingUse a default value for the prologue's debug location.
2013-09-09 Richard MittonFixed parsing of the .debug_aranges section so that...
2013-09-09 Manman RenDebug Info: In DIBuilder, the context fields of a TAG_i...
2013-09-09 Manman RenDebug Info: move DIScope::getContext back from DwarfDebug.
2013-09-09 Enrico Granata<rdar://problem/14728845>
2013-09-09 Andrew Trickmi-sched: smooth out the cyclicpath heuristic.
2013-09-09 Bill WendlingDon't allow a NULL-length file. Try to revert to the...
2013-09-09 Jack Carterwhite spaces and long lines
2013-09-09 Eli FriedmanDon't shrink atomic ops to bool in GlobalOpt.
2013-09-09 Daniel MaleaDisabling tests affected by llvm.org/pr16170 on Linux
2013-09-09 Bill WendlingSet the encoding to '0' if we don't have an MAB.
2013-09-09 Matt Beaumont-GayFix a crash introduced in r189828.
2013-09-09 Quentin Colombet[InstCombiner] Expose opportunities to merge subtract...
2013-09-09 Manman RenDebug Info Testing: remove a commented out line.
2013-09-09 Bill WendlingAnother attempt to fix windows buildbots.
2013-09-09 Bill WendlingAttempt to fix buildbots by giving an explicit output...
2013-09-09 Bill WendlingExpand test to make sure that we can generate compact...
2013-09-09 Bill WendlingExpand test to make sure that we can generate compact...
2013-09-09 Eric ChristopherAlways add global names. We're adding them in the rest...
2013-09-09 Eric ChristopherRename for consistency.
2013-09-09 Eric ChristopherAdd the gnu pubnames and pubtypes sections to the mc...
2013-09-09 Eric ChristopherAdd constant defines for gnu pubnames and gnu pubtypes...
2013-09-09 Eric ChristopherFormatting.
2013-09-09 Fariborz JahanianModern ObjectiveC translator. Fix translation of
2013-09-09 Sean Silva[docs] Prominently note modules are experimental.
2013-09-09 Sean Silva[docs] End users should see just "Clang"
2013-09-09 Sean Silva[docs] Fix Sphinx toctree warning.
2013-09-09 Sean Silva[docs] Fix some finicky Sphinx warnings.
2013-09-09 Bill WendlingCall generateCompactUnwindEncodings() right before...
next