platform/upstream/llvm.git
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.
2013-03-18 Dmitry Vyukovtsan: fix memory leak
2013-03-18 Dmitry Vyukovtsan: use StackDepot for thread creation stacks
2013-03-18 Dmitry Vyukovtsan: fix Go build
2013-03-18 Chandler CarruthMark internal classes as POD-like to get better behavio...
2013-03-18 Dmitry Vyukovtsan: use StackDepot in sync object to store creation...
2013-03-18 Anton KorobeynikovTLS support for MinGW targets.
2013-03-18 Anton KorobeynikovWindows TLS: Section name prefix to ensure correct...
2013-03-18 Dmitry Vyukovtsan: fix huge stack frames
2013-03-18 Kostya Serebryany[asan] while generating the description of a global...
2013-03-18 Kostya Serebryany[asan] while generating the description of a global...
2013-03-18 Anton KorobeynikovMake sure to use same EABI version for external assembl...
2013-03-18 Dmitry Vyukovtsan: fix lint warnings
2013-03-18 Kostya Serebryany[asan] don't instrument functions with available_extern...
2013-03-18 Alexey Samsonov[TSan] fix undefined variable in debug TSan build
2013-03-18 Alexey Samsonov[TSan] Use ThreadRegistry::FindThreadContextLocked...
2013-03-18 Alexey Samsonov[TSan] Makefiles: allow configurable paths to clang...
2013-03-18 Alexey Samsonov[Sanitizer] Get rid of global mutexes in StopTheWorld...
2013-03-18 Alexey Samsonov[Sanitizer] Rely on template argument deduction in...
2013-03-18 Jakob Stoklund... Extract a method.
next