platform/upstream/llvm.git
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.
2013-03-18 Craig TopperPost process ADC/SBB and use a shorter encoding if...
2013-03-18 Craig TopperRefactor some duplicated code into helper functions.
2013-03-17 David BlaikieFix the build broken in r177239
2013-03-17 Michael GottesmanReduced dont-infinite-loop-during-block-escape-analysis...
2013-03-17 David BlaikieSplit out filename & directory from DIFile to start...
2013-03-17 David BlaikieGeneralize debug info test to be resilient to changes...
2013-03-17 David BlaikieGeneralize a few debug info test cases
2013-03-17 David BlaikieImprove DIFile debug info annotation by letting it...
2013-03-17 Jakob Stoklund... Use ArrayRef<MVT::SimpleValueType> when possible.
2013-03-17 Sylvestre LedruTo avoid symbol clash, undefine PPC here. PPC may be...
2013-03-17 Rafael EspindolaBuild LLVMgold.so on FreeBSD using cmake.
2013-03-17 Michael GottesmanThe promised test case for r175939.
2013-03-17 Hal FinkelImprove PPC VR (Altivec) register spilling
2013-03-16 Hal FinkelRemove FIXMEs in PPC test cases related to unaligned...
2013-03-16 Hal FinkelRemove PPC avoidWriteAfterWrite callback
2013-03-16 Andrew TrickChange the default latency for implicit defs.
2013-03-16 Andrew TrickMachine model. Allow mixed itinerary classes and SchedR...
2013-03-16 Sylvestre LedruWhen built with cmake, only call the string functions...
2013-03-16 Sean Silva[docs] Discuss a potential bug to be aware of.
2013-03-16 Aaron BallmanTest case for graceful handling of long file names...
2013-03-16 Manman Renrevert r177211 due to its potential issues
2013-03-16 Craig TopperAdd X86 code emitter support AVX encoded MRMDestReg...
2013-03-16 Jordan Rose[analyzer] Model trivial copy/move assignment operators...
2013-03-16 Enrico GranataC++ formatters for NSTimeZone and for CFBitVector
2013-03-16 Argyrios KyrtzidisRemove -Wspellcheck and replace it with a diagnostic...
2013-03-16 Enrico GranataNS(Mutable)IndexSet formatter moves from Python to C++
2013-03-16 Jordan Rose[analyzer] Separate graph trimming from creating the...
2013-03-16 Jordan Rose[analyzer] Eliminate InterExplodedGraphMap class and...
2013-03-16 Jordan Rose[analyzer] Don't repeat a bug equivalence class if...
2013-03-16 Enrico GranataConverting more data formatters to C++ - NSBundle,...
2013-03-16 Howard HinnantThis should be nothing but a load-time optimization...
2013-03-16 Manman RenExploit this-return of a callsite in a this-return...
2013-03-16 Jakob Stoklund... Define more SchedWrites for annotating X86 instructions.
2013-03-15 Richard TrieuImprove template diffing handling of default integer...
2013-03-15 Greg Clayton<rdar://problem/13194155>
2013-03-15 Anna Zaks[analyzer] Address a TODO in the StreamChecker; otherwi...
2013-03-15 Anna Zaks[analyzer] Use isLiveRegion to determine when SymbolReg...
2013-03-15 Anna Zaks[analyzer] BugReporterVisitors: handle the case where...
2013-03-15 Anna Zaks[analyzer] Address Jordan’s review of r177138 (a micro...
next