platform/upstream/llvm.git
2013-09-11 Michael Gottesman[python-bindings] Export OpCode from core.py.
2013-09-11 Michael Gottesman[python-bindings] Added test for reading a module from...
2013-09-11 Eli FriedmanRename variables for consistency.
2013-09-11 Michael Gottesman[python-bindings] Fixed 3 test failures caused by typos.
2013-09-11 Nico RieckAdd -fansi-escape-codes option
2013-09-11 Eli FriedmanGet rid of unused isPodLike definition.
2013-09-11 Eli FriedmanRemove unused class.
2013-09-11 Eli FriedmanGet rid of unused isPodLike definitions.
2013-09-11 Nico RieckSupport ANSI escape code on Windows
2013-09-11 Michael GottesmanFixed typo.
2013-09-11 Michael Gottesman[python-bindings] Added code for loading a module from...
2013-09-11 Michael Gottesman[python-bindings] Added bindings for LLVMContextRef...
2013-09-11 Michael Gottesman[python-bindings] Implemented the PassRegistry class...
2013-09-11 Michael Gottesman[python-bindings] Removed unused import byref from...
2013-09-11 Marshall ClowLWG Issue #2210 Part 4 - map/multimap
2013-09-10 Nick KledzikAllow darwin driver to use -help when no input files...
2013-09-10 Nick KledzikSupport darwin linker options:
2013-09-10 Nick KledzikRemove PackedVersion from MachOLinkingContext and repla...
2013-09-10 Eli FriedmanDon't assert on invalid loop vectorization hint.
2013-09-10 Eli FriedmanFix another mistake in r190442.
2013-09-10 Eli FriedmanFix unused variables.
2013-09-10 DeLesley HutchinsFix ICE in consumed analysis when CFG is null.
2013-09-10 Eli FriedmanFix mistake in r190442.
2013-09-10 Eli FriedmanRemove unused variable.
2013-09-10 Richard SmithgetMostSpecialized for function template sets is never...
2013-09-10 Eli FriedmanAdd unused markings to suppress warnings.
2013-09-10 Eli FriedmanRemove unused functions.
2013-09-10 Reid KlecknerIgnore noreturn when checking function template special...
2013-09-10 Eric ChristopherHoist section call out of loop.
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.
next