platform/upstream/llvm.git
2014-02-19 Sean Silva[docs] Clean up some more llvm-gcc stuff
2014-02-19 Ben LangmuirInitial implementation of virtual file system
2014-02-18 Reid KlecknerAdd missing test file for r201615
2014-02-18 Sean Silva[docs] Nuke some references to llvm-gcc
2014-02-18 Reid KlecknerFix false positives in -Wmsvc-include by continuing...
2014-02-18 Enrico Granata<rdar://problem/15960553>
2014-02-18 Hans WennborgFix the Driver/cl-fallback.c test
2014-02-18 Reid KlecknerMS ABI: Remove nv adjustment from direct vdtor calls...
2014-02-18 Jason MolendaAlso recognize interrupt as a possible trap handler...
2014-02-18 Richard SmithMore tests for r201536.
2014-02-18 Jason MolendaAdd two additional trap handler names for PlatformDarwi...
2014-02-18 Rafael EspindolaFix PR18743.
2014-02-18 Ted KremenekExperiment with making -Wunreachable-code more immediat...
2014-02-18 Rafael EspindolaRename a DebugLoc variable to DbgLoc and a DataLayout...
2014-02-18 Lang HamesConsistently check 'IsCode' when allocating sections...
2014-02-18 Hans Wennborgclang-cl /fallback: emit a note when falling back
2014-02-18 Ed MasteEliminate kernel warning when running tests on FreeBSD
2014-02-18 David BlaikieDebugInfo: Avoid unnecessarily looking up the context...
2014-02-18 Ana Pazos[AArch64] Expanded sin, cos, pow with FP vector types...
2014-02-18 Enrico GranataMake sure we don't try to print the SystemExit exceptio...
2014-02-18 Peter CollingbourneAdd a makefile for clang-query. Patch by Alex Horn!
2014-02-18 DeLesley HutchinsUpdated documentation for Thread Safety Analysis.
2014-02-18 Hans Wennborgclang-cl: support -v
2014-02-18 Jim InghamMove the libpanel dependency into the Libraries project...
2014-02-18 Jim InghamConvert to codesigning by hand to work around bugs...
2014-02-18 Tobias GrosserCheck scops a second time before working on them
2014-02-18 Tobias GrosserAdd ScopDetection::isValidRegion(Region)
2014-02-18 Richard SmithFix testcase to actually check what it was supposed...
2014-02-18 Aaron BallmanAttempting to fix the build bot due to some missing...
2014-02-18 Hans Wennborgclang-cl: Parse the /d2Zi+ flag (PR18728)
2014-02-18 Aaron BallmanMissed updating this test case with r201585 -- the...
2014-02-18 Sylvestre LedruIn some cases (for example, the Firefox build system...
2014-02-18 Aaron BallmanDeLesley Hutchins (who wrote the original thread-safety...
2014-02-18 Sylvestre LedruRemove trailing spaces (no other change). Bikeshed #2
2014-02-18 Jordan Rose[analyzer] Teach CastSizeChecker about flexible array...
2014-02-18 Daniel Sanders[mips] Add support for ELF64-mips and the R_MIPS_32...
2014-02-18 Rafael EspindolaRename some member variables from TD to DL.
2014-02-18 Timur Iskhodzhanov[ASan/Win] Add a couple more DLL thunks
2014-02-18 Dmitri GribenkoAdd files that I forgot to svn add in 201578.
2014-02-18 Dmitri Gribenkolibclang: fix a bug in processing invalid arguments...
2014-02-18 Ed Masteelf-core: support 32- and 64-bit x86 registers
2014-02-18 Kostya Serebryany[sanitizer] when reporting a deadlock also report the...
2014-02-18 Alexey Samsonov[CMake] Rename several variables
2014-02-18 David MajnemerMS ABI: Refactor extended qualifiers
2014-02-18 Marshall ClowAdd myself as owner for libc++
2014-02-18 Kostya Serebryany[sanitizer] make sure the deadlock detector survives...
2014-02-18 Evgeniy Stepanov[asan] Relax stack-overflow test.
2014-02-18 Sylvestre LedruRemove trailing spaces (no other change)
2014-02-18 David MajnemerMS ABI: Add support for mangling __restrict
2014-02-18 Kostya Serebryany[tsan] in deadlock detector do not register locks on...
2014-02-18 Evgeniy Stepanov[asan] Disable stack-overflow test on main thread.
2014-02-18 Alexey Samsonov[CMake] Don't build ASan for iossim if -mmacosx-version...
2014-02-18 Evgeniy Stepanov[asan] Stack overflow detection.
2014-02-18 Evgeniy Stepanov[asan] Fix one test on OSX.
2014-02-18 Robert LyttonXCore target: Handle common linkage
2014-02-18 Robert LyttonXCore target: addMemOperand as necessary
2014-02-18 Robert LyttonXCore target: Fix llvm.eh.return and EH info register...
2014-02-18 Tim NorthoverDarwin builds: handle different possible form for SDKROOT.
2014-02-18 Tim NorthoverGlobalMerge: move "-global-merge" option to the pass...
2014-02-18 Tim NorthoverX86: use vpsllvd (& friends) for 16-bit shifts on Haswell
2014-02-18 Evgeniy Stepanov[asan] Override default sigaltstack setting on Android.
2014-02-18 Alexey Samsonov[CMake] Add top-level target for each compiler-rt libra...
2014-02-18 Justin Bognerllvm-cov: Support gcov's extermely lenient treatment...
2014-02-18 Kostya Serebryany[tsan] one more lit test for deadlock detector; more...
2014-02-18 Alexey SamsonovSimplify lit test configs for LSan and UBSan by using...
2014-02-18 Alexey SamsonovDrop test/asan/GenericConfig directory
2014-02-18 Craig TopperAdd PS prefix to some classes I missed in r201538.
2014-02-18 Craig TopperAdd a bunch of OpSize32 tags to 64-bit mode only instru...
2014-02-18 Alexey Samsonov[CMake] Check for -fPIE and -ffreestanding flags for...
2014-02-18 Evgeniy Stepanov[asan] Replace rand_r with rand in test.
2014-02-18 Alexey Samsonov[CMake] Simplify setting compile flag disabling RTTI
2014-02-18 Elena DemikhovskyAVX-512: Fixed size of mask registers
2014-02-18 Evgeniy Stepanov[asan] Make __cxa_demangle non-weak symbol on Android.
2014-02-18 Alexey SamsonovRemove debug print
2014-02-18 Alexey Samsonov[CMake] Simplify code for detecting/setting compiler...
2014-02-18 Richard SmithPR18876: The special-case rule that ignores the destruc...
2014-02-18 Jiangning LiuFix a typo about lowering AArch64 va_copy.
2014-02-18 Richard SmithFix a non-error diagnostic that had an err_ name. Also...
2014-02-18 Sean CallananProperly report when a struct is anonymous.
2014-02-18 Craig TopperAdd an x86 prefix encoding for instructions that would...
2014-02-17 Richard SmithPR18839: 'extern "C++"' also adds an implicit 'extern...
2014-02-17 Richard SmithPR18870: Parse language linkage specifiers properly...
2014-02-17 Duncan P. N... PGO: llvm-profdata: tool for merging profiles
2014-02-17 Marshall ClowImplement LWG Issue 2346: integral_constant's member...
2014-02-17 Anders CarlssonDemangle Dc to decltype(auto) as per the Itanium C...
2014-02-17 Richard SmithPR18855: Add support for UCNs and UTF-8 encoding within...
2014-02-17 Kevin EnderbyFix the arm assembler so that this malformed instruction:
2014-02-17 Anders WaldenborgAdd support for assigning to . in AsmParser.
2014-02-17 Bob WilsonChange PGO instrumentation to compute counts in a separ...
2014-02-17 Bob WilsonSome nitpicky comment fixes for "i.e." and "e.g." abbre...
2014-02-17 Bob WilsonFix some minor whitespace issues.
2014-02-17 Anton Yartsev[analyzer] Improved checker naming in CFG dump.
2014-02-17 Aaron BallmanForcing it to be an error when there is no Documentatio...
2014-02-17 Deepak PanickalReplaced custom variable arguments to standard library...
2014-02-17 Deepak PanickalFix Windows build, broken by the inclusion of sys/ioctl...
2014-02-17 Deepak PanickalFix the LLDB prompt for older Editline versions, specif...
2014-02-17 Adrian PrantlRevert "Debug info: Make DWARF4 the default for Darwin...
2014-02-17 Deepak PanickalRemove nativecodegen as it forces the native target...
2014-02-17 Aaron BallmanThe default assignment operator could not be generated...
2014-02-17 Aaron BallmanRemoving a C++11'ism to also fix the build bots.
next