platform/upstream/llvm.git
2013-01-21 Howard HinnantDonated anonymously: This enables GCC 4.8.0 to build...
2013-01-21 Douglas GregorRevert r173056; it breaks one of the CodeGen-with-PCH...
2013-01-21 Douglas GregorWhen loading an identifier from an AST file solely...
2013-01-21 Manuel KlimekFixes formatting of empty blocks.
2013-01-21 Douglas GregorWhen deserializing a declaration, don't look for redecl...
2013-01-21 Tom StellardR600/SI: Use unnormalized coordinates for sampling...
2013-01-21 Tom StellardR600/SI: Take target parameter for sample intrinsics.
2013-01-21 Tom StellardR600/SI: Derive all sample intrinsics from a single...
2013-01-21 Douglas GregorIntroduce a fast path for the ASTReader's name lookup...
2013-01-21 Kostya Serebryany[asan] fix linux build
2013-01-21 Alexander Potapenko[ASan] Move Mac-specific tests to asan_mac_test.cc
2013-01-21 Daniel JasperFix parsing of templated declarations.
2013-01-21 Edwin VaneRemoving empty loop-convert directory
2013-01-21 Manuel KlimekFixes indent in linkage specification blocks.
2013-01-21 Alexey SamsonovCMake: generalize checking for target availability...
2013-01-21 Daniel JasperFix bug discovered by valgrind.
2013-01-21 Manuel KlimekAdd regression test.
2013-01-21 NAKAMURA TakumiAST/VTableBuilder.h: Suppress a warning. [-Wunused...
2013-01-21 NAKAMURA TakumiR600/SILowerControlFlow.cpp: Fix a warning. [-Wunused...
2013-01-21 Manuel KlimekFixes detection of class template specializations.
2013-01-21 Evgeniy Stepanov[sanitizer] Disable scanf interceptor on windows.
2013-01-21 Chandler CarruthSwitch CodeMetrics itself over to use TTI to determine...
2013-01-21 Timur IskhodzhanovFirst step towards vftable generation with -cxx-abi...
2013-01-21 Chandler CarruthFix indentation and formatting.
2013-01-21 Chandler CarruthSink InlineCost.cpp into IPA -- it is now officially...
2013-01-21 Chandler CarruthMove the inline cost analysis's primary cost query...
2013-01-21 Chandler CarruthNow that the inline cost analysis is a pass, we can...
2013-01-21 Chandler CarruthMake the inline cost a proper analysis pass. This remai...
2013-01-21 Chandler CarruthFormatting and comment fixes to the always inliner.
2013-01-21 Chandler CarruthClean up the formatting and doxygen for the simple...
2013-01-21 Chandler CarruthFix an old-style doxygen comment.
2013-01-21 Alexey SamsonovFixup for r173021: build tests with zero-based shadow...
2013-01-21 Evgeniy Stepanov[sanitizer] Define va_copy on win32.
2013-01-21 Dmitri GribenkoAdd a fixit for _Noreturn main,
2013-01-21 Kostya Serebryany[tsan] fix thread_name.cc test to work with older versi...
2013-01-21 NAKAMURA TakumiCGDebugInfo.cpp: Fix a warning. [-Wunused-variable]
2013-01-21 Alexey SamsonovASan: build unit tests with -fsanitize-address-zero...
2013-01-21 Evgeniy Stepanov[asan] Move *scanf declarations out of mac-only section.
2013-01-21 Manuel KlimekAllow for nested name specifiers in record declarations.
2013-01-21 Chandler CarruthCleanup the formatting of this header. This removes...
2013-01-21 Manuel KlimekFix parsing of return statements.
2013-01-21 Alexey SamsonovASan: build runtime flexible mapping and offset in...
2013-01-21 Alexey SamsonovASan: use dynamic lookup when building dynamic ASan...
2013-01-21 Alexey SamsonovPort r172856: 'Include ubsan runtime even when building...
2013-01-21 Alexey SamsonovASan: build runtime library with ASAN_FLEXIBLE_MAPPING_...
2013-01-21 Michael J.... Revert "[Object] .bss sections have no content. PR15005."
2013-01-21 Alexey SamsonovCMake: add functions creating universal runtime librari...
2013-01-21 Craig TopperUse <0 checks in place of ==-1 because it results in...
2013-01-21 Craig TopperUse MVT instead of EVT in LowerVECTOR_SHUFFLEtoBlend.
2013-01-21 Craig TopperRemove trailing whitespace.
2013-01-21 Michael J.... [Object] .bss sections have no content. PR15005.
2013-01-21 Craig TopperFix some 80 column violations.
2013-01-21 Craig TopperMake helper method static.
2013-01-21 Michael J.... [Support] Make test C++03.
2013-01-21 David BlaikiePR14472: Preserve qualifiers while unwrapping types...
2013-01-21 Chandler CarruthRemove the comma from the last enumerator to fix -pedan...
2013-01-21 Chandler CarruthIntroduce a generic interface for querying an operation...
2013-01-21 NAKAMURA TakumiSupport/Compiler.h: MSC1600, aka VS2010, is not C+...
2013-01-20 Benjamin KramerDisable test that fails due to lack of std::true_type...
2013-01-20 Craig TopperConvert more EVT's to MVT's in the lowering methods.
2013-01-20 Craig TopperCapitalize lowerTRUNCATE so that it matches the other...
2013-01-20 Michael J.... [Core] Use LLVM's ErrorOr<T>.
2013-01-20 Renato GolinRevert CostTable algorithm, will re-write
2013-01-20 Michael J.... [Support] Port ErrorOr<T> from lld to C++03.
2013-01-20 Benjamin KramerLoopVectorize: Fix a C++11 incompatibility.
2013-01-20 Benjamin KramerPrune unused diagnostics.
2013-01-20 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-20 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-20 Richard OsborneAdd instruction encodings / disassembler support for...
2013-01-20 Richard OsborneAdd instruction encodings / disassembly support 3r...
2013-01-20 NAKAMURA Takumillvm/test/CodeGen/X86/win_ftol2.ll: Add -cpu=generic...
2013-01-20 NAKAMURA Takumiclang/utils/valgrind/x86_64-pc-linux-gnu_gcc-4.3.3...
2013-01-20 NAKAMURA Takumillvm/utils/valgrind/x86_64-pc-linux-gnu.supp: Add ...
2013-01-20 NAKAMURA TakumiAdd bitreader to LINK_COMPONENTS in users of libclang...
2013-01-20 Alexey SamsonovCMake: Add add_compiler_rt_osx_object_library to create...
2013-01-20 Alexey SamsonovCMake: use add_compiler_rt_static_runtime to build...
2013-01-20 Alexey SamsonovCMake: Add add_compiler_rt_static_runtime function...
2013-01-20 Alexey SamsonovTemporary disable test added in r172828 as it seems...
2013-01-20 Alexey SamsonovFixup for r172828: use InternalScopedBuffer in favor...
2013-01-20 Alexey SamsonovAdd top-level Clang flag -f(no-)sanitize-address-zero...
2013-01-20 Guy BenyeiImplement OpenCL event_t as Clang builtin type, includi...
2013-01-20 Michael J.... [docs] Document lld's usage of C++11 features.
2013-01-20 Nadav RotemFix a build error.
2013-01-20 Michael J.... [docs] Update IRC information.
2013-01-20 Craig TopperMake LowerVSETCC a static function and use MVT instead...
2013-01-20 Nadav RotemRevert 172708.
2013-01-20 Michael GottesmanChanged IRBuilder::CreateZExtOrTrunc and IRBuilder...
2013-01-20 Nadav RotemUpdate the gcc-loops benchmark
2013-01-20 Nadav RotemUpdate the linpack benchmark with different array sizes.
2013-01-20 Nadav RotemLoopVectorizer: Implement a new heuristics for selectin...
2013-01-20 Nadav RotemChange the cpu type in the test.
2013-01-20 Michael GottesmanMore copy editing.
2013-01-20 Michael GottesmanDoxygenified and copy edited BasicBlock.h.
2013-01-20 Michael GottesmanDoxygenified Argument.h and performed some copy editing...
2013-01-20 Michael GottesmanConverted all method comments in IRBuilder.h to use...
2013-01-20 Michael GottesmanCorrected assert messages for CreateZExtOrTrunc/CreateS...
2013-01-20 Michael GottesmanAdded IRBuilder::CreateFPExtOrFPTrunc.
2013-01-20 NAKAMURA Takumillvm/test/Other/close-stderr.ll: Mark this as XFAIL...
2013-01-20 Sean SilvaReleaseNotes: note Sphinx migration.
2013-01-20 Sean Silvadocs: Nuke the old release notes.
next