platform/upstream/llvm.git
2013-01-22 Shankar Easwaranit looks like g++ 4.7.2 doesnot like bit fields when...
2013-01-22 NAKAMURA Takumilibclang: Update comment about USEDLIBS in c-*-test...
2013-01-22 NAKAMURA TakumiErrorOrTest.cpp: Check existence of EXPECT_DEBUG_DEATH...
2013-01-22 John McCallUse the correct field to copy/dispose a __block variable.
2013-01-22 NAKAMURA Takumiclang/test/Index/comment-to-html-xml-conversion.cpp...
2013-01-22 Daniel Dunbar[MC/Mach-O] Load commands are supposed to 8-byte aligne...
2013-01-22 Enrico Granatalldb.thread is not to be used anymore
2013-01-22 Sean CallananQuick fix to make LLDB TOT work with Clang TOT.
2013-01-22 Michael J.... Add {,ELF,MachO}TargetInfo.
2013-01-22 NAKAMURA Takumiclang/test: [CMake] check-clang doesn't require llvm...
2013-01-22 NAKAMURA Takumiclang/test/CodeGen: Nuke llvm's opt and llvm-dis, and...
2013-01-22 NAKAMURA Takumiclang/test/CodeGen/2006-01-13-StackSave.c: Nuke llvm...
2013-01-22 NAKAMURA Takumiclang/test/CodeGen/blocks-seq.c: FileCheck-ize.
2013-01-22 NAKAMURA Takumi[CMake] bugpoint-passes should not be built in "all...
2013-01-22 Enrico GranataReplacing a "no clue why" comment with the explanation...
2013-01-22 Andrew TrickRemove target triple from an LSR test.
2013-01-22 Bill WendlingAdd a new method that adds the AttributeSet at the...
2013-01-22 Bill WendlingAdd the attributes that are passed in instead of the...
2013-01-21 Greg ClaytonClear up the documentation for the "container-regs...
2013-01-21 Bill WendlingRemove unused method.
2013-01-21 Greg ClaytonChanged the register number lists for the qRegisterInfo...
2013-01-21 Greg ClaytonAdded all of the 16 and 8 bit register variants for...
2013-01-21 Joel JonesFix spelling
2013-01-21 Greg ClaytonUpdated the LLDB qRegisterInfo documentation to contain...
2013-01-21 Bill WendlingUse AttributeSet instead of Attribute to verify things.
2013-01-21 Daniel JasperRemove "incorrect" aligning of trailing comments.
2013-01-21 Bill WendlingHave AttributeSet::getRetAttributes() return an Attribu...
2013-01-21 Bill WendlingHave AttributeSet::getRetAttributes() return an Attribu...
2013-01-21 Fariborz JahanianobjectiveC: don't warn when in -Wselector mode and
2013-01-21 Greg Clayton<rdar://problem/13020634>
2013-01-21 Bill WendlingMake AttributeSet::getFnAttributes() return an Attribut...
2013-01-21 Bill WendlingMake AttributeSet::getFnAttributes() return an Attribut...
2013-01-21 Paul RedmondTransform (sub 0, (zext bool to A)) to (sext bool to...
2013-01-21 Michael IlsemanDocs for SparseMultiSet
2013-01-21 Richard OsborneFix some incorrectly named u10 / lu10 instructions.
2013-01-21 Jakub StaszakRemove unneeded #include.
2013-01-21 Richard OsborneRemove unused multiclass.
2013-01-21 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-21 Richard OsborneAdd instruction encoding / disassembly support for...
2013-01-21 Howard HinnantImplement the ATOMIC_*_LOCK_FREE macros.
2013-01-21 Richard OsborneUse correct format for the LDAWCP instruction (u6).
2013-01-21 Shankar Easwaranno functionality changes(split WriterELF into multiple...
2013-01-21 Douglas GregorGive ModuleFiles an index, so that we can use indexed...
2013-01-21 Douglas GregorEliminate Sema::CompareProperties(), which was walking...
2013-01-21 Nico WeberFormatter: Set MatchingParen for [], to match <>, ...
2013-01-21 Nico WeberFormatter: Rename LSquare to Left to make parseSquare...
2013-01-21 Enrico Granata<rdar://problem/12437929>
2013-01-21 Manuel KlimekFixes various problems around enum parsing.
2013-01-21 Chris Lattnerr173072 is causing some regressions on big endian hosts...
2013-01-21 Douglas GregorEliminate the oddly-named Sema::ComparePropertiesInBase...
2013-01-21 Chris Lattnerrework the Bitstream reader to actually work a machine...
2013-01-21 Argyrios Kyrtzidis[ASTUnit] Unlike LoadFromCommandLine, LoadFromCompilerI...
2013-01-21 Jordan Rose[analyzer] Fix test for r173067.
2013-01-21 Douglas GregorReplace some unnecessary O(N^2) lookups for properties...
2013-01-21 Jordan Rose[analyzer] Show notes inside implicit calls at the...
2013-01-21 Chris LattnerReadSourceManagerBlock is skipping over records that...
2013-01-21 Chris LattnerFix a heinous inefficiency introduced in r149918, where...
2013-01-21 Michael IlsemanIntroduce a new data structure, the SparseMultiSet...
2013-01-21 Chris Lattnerwean Blob handling logic off of banging on NextChar...
2013-01-21 Chris Lattnerrename "SkipToWord" to "SkipToFourByteBoundary" since...
2013-01-21 Nadav RotemFix a comment. Induction vars dont need to start at...
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.
next