platform/upstream/llvm.git
2013-03-19 Douglas GregorMinor optimization to r177367 to treat a module with...
2013-03-19 Rafael EspindolaFinish refactoring the tool selection logic.
2013-03-19 Douglas Gregor<rdar://problem/13363214> Eliminate race condition...
2013-03-19 Enrico GranataThis checkin removes the last Cocoa formatters that...
2013-03-19 Greg Clayton<rdar://problem/13443931>
2013-03-19 Sean CallananRefactored the expression parser so that the IR
2013-03-19 Richard SmithUpdate ubsan test for clang change r177362.
2013-03-19 Richard SmithPR15383: When -fsanitize=float-cast-overflow checks...
2013-03-18 Hal FinkelFix a sign-extension bug in PPCCTRLoops
2013-03-18 Rafael EspindolaCentralize the logic for using the integrated assembler.
2013-03-18 Argyrios Kyrtzidis[libclang] Modify clang_getCursorType to be able to...
2013-03-18 Fariborz Jahaniandocumentation comment parsing. Added couple of
2013-03-18 Jakub StaszakMove #include of BitVector from .h to .cpp file.
2013-03-18 Jakub StaszakAdd some constantness.
2013-03-18 Marshall ClowFix bug in test; found by AddressSanitizer
2013-03-18 Richard SmithDiagnose uses of 'alignof' on functions in -pedantic...
2013-03-18 Jordan Rose[analyzer] Do part of the work to find shortest bug...
2013-03-18 Jordan Rose[analyzer] Replace uses of assume() with isNull() in...
2013-03-18 Jakub StaszakRemove unneeded #includes.
2013-03-18 Jakub StaszakMake methods const.
2013-03-18 Chad RosierTest case for r177347.
2013-03-18 Jakub StaszakMake method private. Keep coding standard.
2013-03-18 Chad Rosier[ms-inline asm] Avoid emitting a redundant sizing direc...
2013-03-18 Greg ClaytonFixed the README to match the current code.
2013-03-18 David BlaikiePR15539: Record "evaluating if/elif condition" flag...
2013-03-18 Bill WendlingUpdate testcase for r177340.
2013-03-18 Jim InghamAdd a comment about how to add a target for a test...
2013-03-18 Jakub StaszakChange NULL to 0.
2013-03-18 Jim InghamMove the performance test cases into their own project.
2013-03-18 Bill WendlingRegister the flush function for each compile unit.
2013-03-18 Jakub StaszakRemove trailing spaces.
2013-03-18 Hal FinkelFix PPC unaligned 64-bit loads and stores
2013-03-18 Bill WendlingAdd some GCOV functions that register all of the __llvm...
2013-03-18 Argyrios Kyrtzidis[frontend] Initialize the diagnostic client before...
2013-03-18 Richard SmithAdd missing diagnostic for a nested-name-specifier...
2013-03-18 Arnold SchwaighoferARM cost model: Make some vector integer to float casts...
2013-03-18 Arnold SchwaighoferARM cost model: Correct cost for some cheap float to...
2013-03-18 Greg ClaytonCode cleanup:
2013-03-18 Quentin ColombetExtend global merge pass to optionally consider global...
2013-03-18 Argyrios Kyrtzidis[PCH] Fix assertion hit related to enum decls inside...
2013-03-18 Reed KotlerThis code works around what appears to be a bug in...
2013-03-18 Bill SchmidtChange test cases to handle unaligned references.
2013-03-18 David BlaikieRemove unnecessary leading comment characters in lit...
2013-03-18 Jakob Stoklund... Add SchedRW annotations to most of X86InstrSSE.td.
2013-03-18 Richard SmithAdd a linebreak. Linebreaks are cool.
2013-03-18 Richard SmithC++11 status: mark 'extended integral types' as N/A...
2013-03-18 Jakob Stoklund... Annotate X86 arithmetic instructions with SchedRW lists.
2013-03-18 Manman RenCheck whether a pointer is non-null (isKnownNonNull...
2013-03-18 Richard SmithBring inheriting constructor implementation up-to-date...
2013-03-18 Rafael EspindolaCentralize the recording of which tools have been const...
2013-03-18 Anna Zaks[analyzer] Warn when a ‘nil’ object is added to NSArray...
2013-03-18 Andrew TrickTableGen fix for the new machine model.
2013-03-18 David BlaikieInclude '.test' suffix in target specific lit configs...
2013-03-18 Eric ChristopherMake the fields in the diagram match the descriptive...
2013-03-18 Sebastian PopCorrect function to decide if a SCEV can be ignored
2013-03-18 Dmitry Vyukovtsan: smaller memory block headers (32b->16b)
2013-03-18 Fariborz JahanianObjective-C modern translator. Don't put line info
2013-03-18 Marshall ClowRemoved raw references to __sun__, __FreeBSD__, __GLIBC...
2013-03-18 Tobias GrosserScopHelper: clang-format
2013-03-18 Tobias GrosserScopHelper: Remove some dead code
2013-03-18 Sebastian Popuse the canonical IV only when it exists
2013-03-18 Rafael EspindolaUse early returns when checking if we already construct...
2013-03-18 Marshall ClowRemoved raw references to _MSC_VER; now just check...
2013-03-18 Rafael EspindolaRemove unused argument.
2013-03-18 Rafael EspindolaPass an ArgList to every toolchain constructor. Remove...
2013-03-18 Rafael EspindolaInline ShouldUseIntegratedAssembler and move the docume...
2013-03-18 Rafael EspindolaRefactor a bit of duplicated code to useIntegratedAs.
2013-03-18 Bill WendlingUpdate
2013-03-18 Marshall ClowRemoved raw references to __APPLE__; now just check...
2013-03-18 Hal FinkelFix 80-col. violations in PPCCTRLoops
2013-03-18 Hal FinkelFix large count and negative constant count handling...
2013-03-18 Hal FinkelCleanup initial-value constants in PPCCTRLoops
2013-03-18 Rafael EspindolaRemove unused argument.
2013-03-18 Dmitry Vyukovtsan: add support for idle threads
2013-03-18 Marshall ClowRemoved raw references to _WIN32; now just check to...
2013-03-18 Hans WennborgFix integer comparison in DIEInteger::BestForm.
2013-03-18 Dmitry Vyukovtsan: touch less shadow memory during operations on...
2013-03-18 Dmitry Vyukovtsan: mark shadow for thread stack as "don't need"...
2013-03-18 Rafael EspindolaRemove unused argument.
2013-03-18 Dmitry Vyukovtsan: better memory profiler
2013-03-18 Matthew CurtisReleaseNotes: Tweak hexagonv2/hexagonv3 removal note.
2013-03-18 Daniel JasperFix clang-format segfault.
2013-03-18 Benjamin KramerObjCDictionaryElements are pod-like.
2013-03-18 Benjamin KramerRemove default copy ctor/assignment, makes AttributeSet...
2013-03-18 David TweedInitially forgotten-to-svn-add test case for r177279.
2013-03-18 David Tweed The optimization a + (-0.0f) -> a was being misapplied...
2013-03-18 Dmitry Vyukovtsan: madvise(DONTNEED) shadow memory on munmap()
2013-03-18 Christian KonigR600/SI: implement indirect adressing for SI
2013-03-18 Christian KonigR600/SI: add float vector types
2013-03-18 Christian KonigR600/SI: add shl pattern
2013-03-18 Christian KonigR600/SI: add BUFFER_LOAD_DWORD pattern
2013-03-18 Christian KonigR600/SI: implement SI.load.const intrinsic
2013-03-18 Christian KonigR600/SI: enable all S_LOAD and S_BUFFER_LOAD opcodes
2013-03-18 Christian KonigR600/SI: fix inserting waits for all defines
2013-03-18 Kostya Serebryany[asan] make the __asan_get_heap_size more robust
2013-03-18 Dmitry Vyukovtsan: move implementation out of h file
2013-03-18 Dmitry Vyukovtsan: fix clang -Wall build
2013-03-18 Alexey Samsonov[TSan] re-apply r177249 lost in edits
2013-03-18 Kostya Serebryany[asan] when creating string constants, set unnamed_attr...
2013-03-18 Evgeniy Stepanov[asan] Switch to allocator2 on Android.
next