platform/upstream/llvm.git
2012-10-25 Benjamin KramerDependenceAnalysis: Push #includes down into the implem...
2012-10-25 NAKAMURA Takumillvm/utils/TableGen/CMakeLists.txt: Update correspondin...
2012-10-25 Sebastian Popadd TableGen support to create relationship maps betwee...
2012-10-25 Micah VillmowCleanup some clang code to use new type functions inste...
2012-10-25 NAKAMURA Takumiclang/test/CodeGenCXX/debug-info-thunk.cpp: Suppress...
2012-10-25 Adhemerval... This patch fixes the MC object emission of 'nop' for...
2012-10-25 David TweedCorrect test inovocations to use %clang_cc1 rather...
2012-10-25 Bill SchmidtThis patch addresses a PPC64 ELF issue with passing...
2012-10-25 David TweedModify the targets to set appropriate calling conventio...
2012-10-25 Adhemerval... PowerPC: Initial support for PowerPC64 MCJIT
2012-10-25 Adhemerval... Initial TOC support for PowerPC64 object creation
2012-10-25 Alexey SamsonovInitialize debug info for special cases of functions...
2012-10-25 NAKAMURA Takumiunittests/ToolingTest.cpp: Suppress newFrontendActionFa...
2012-10-25 Manuel KlimekAdds the possibility to inject a callback that's called...
2012-10-25 Chandler CarruthAnother speculative commit to try to fix Polly's build...
2012-10-25 Elena DemikhovskyThe test avx-intel-ocl.ll failed. I can't reproduce...
2012-10-25 Chandler CarruthAnother fix for a build-bot reported API mismatch.
2012-10-25 Chandler CarruthTry to revive the Polly builders after this LLVM API...
2012-10-25 Michael LiaoAtom has SIMD instruction set extension up to SSSE3
2012-10-25 Michael LiaoClean up where SlotSize should be used instead of point...
2012-10-25 Chandler CarruthTeach SROA how to split whole-alloca integer loads...
2012-10-25 Richard Smith-fcatch-undefined-behavior checking for appropriate...
2012-10-25 Richard Smith-fcatch-undefined-behavior checking for appropriate...
2012-10-25 Argyrios KyrtzidisTake into account that there may be a BOM at the beginn...
2012-10-25 Sean CallananUpdated LLDB's use of the DiagnosticsEngine to
2012-10-25 Douglas GregorUpdate warning-flag test
2012-10-25 Bill WendlingRevert r166647 to rethink the patch...
2012-10-25 Douglas GregorRemove the old predefines-buffer diffing code completel...
2012-10-25 Douglas GregorFix computation of predefines buffer from the preproces...
2012-10-25 Jason MolendaIdentify a kdp session that is connecting to an EFI...
2012-10-25 Eli FriedmanWhen we're devirtualizing a method call, make sure...
2012-10-25 Douglas GregorASTUnit doesn't actually care about the predefines...
2012-10-25 Nadav RotemAdd support for additional reduction variables: AND...
2012-10-25 Douglas GregorThe the preprocessor option validator to compute suggested
2012-10-25 Bill WendlingAdd some support for diagnosing possibly mismatched...
2012-10-25 Jakob Stoklund... Stop running the machine code verifier unconditionally.
2012-10-25 Richard Smith'constexpr' and 'friend' are both declaration specifier...
2012-10-24 Richard SmithPR14171: Don't crash if we hit one of the paths where...
2012-10-24 Nadav Rotemrevert accidental change
2012-10-24 Nadav RotemImplement a basic cost model for vector and scalar...
2012-10-24 Douglas GregorTeach the PCH validator to check the preprocessor optio...
2012-10-24 Chad RosierTell llvm-mc we're using intel syntax, so we don't...
2012-10-24 Kevin EnderbyAdd a bit of documentation on the annotated disassembly...
2012-10-24 Chad Rosier[ms-inline asm] Add back-end test case for r166632...
2012-10-24 Bob WilsonDon't try to install c-index-test with BUILD_CLANG_ONLY...
2012-10-24 NAKAMURA Takumic-index-test.c: Split a format string. [-Woverlength...
2012-10-24 Sean CallananAdded --framework and --executable arguments
2012-10-24 Micah VillmowFix a compiler warning with an unused variable.
2012-10-24 Chad Rosier[ms-inline asm] Test case for r166632.
2012-10-24 Chad Rosier[ms-inline asm] Add support for parsing the '.' operato...
2012-10-24 Enrico GranataFixing the test case for rdar://12481949 to do the...
2012-10-24 Chad RosierTidy up. No functional change intended.
2012-10-24 Joerg SonnenbergerDon't use stack unwinding to provide the location infor...
2012-10-24 Enrico GranataAnd one more logging message goes away
2012-10-24 Enrico GranataReverting unwanted changes to the test suite
2012-10-24 Enrico GranataReverting the changes to Scalar since this class needs...
2012-10-24 David BlaikieFix false positive in -Wunused-variable when a ctor...
2012-10-24 Hal FinkelUpdate GVN to support vectors of pointers.
2012-10-24 Nadav RotemMake LegalizeKind public so that we can use it outside...
2012-10-24 Nadav Rotemwhitespace
2012-10-24 Nadav RotemDocument the -force-vector-width flag.
2012-10-24 Nadav RotemLoopVectorizer: Add a basic cost model which uses the...
2012-10-24 Eli FriedmanUpdate regression tests for r166617.
2012-10-24 Enrico GranataReimplementing SBValue/ValueObject.GetValueAsUnsigned...
2012-10-24 Eli FriedmanDon't print scope qualifiers for references to a type...
2012-10-24 Eli FriedmanAdd an additional test for namespaces and -Wmissing...
2012-10-24 Douglas Gregor(De-)serialize the preprocessor options, including...
2012-10-24 Evan ChengFix a miscompilation caused by a typo. When turning...
2012-10-24 Hal FinkelgetSmallConstantTripMultiple should never return zero.
2012-10-24 Kaelyn UhrainMake ~Operator() protected so subclasses can inherit...
2012-10-24 Enrico GranataChanging the NSDate data formatter to use GetData(...
2012-10-24 Pete CooperImprove DenseMap checks for power of 2 growth. Thanks...
2012-10-24 Greg ClaytonAdded process and thread logging the python OperatingSy...
2012-10-24 Micah VillmowAdd some cleanup to the DataLayout changes requested...
2012-10-24 Rafael EspindolaAdd a test showing that nodebug is accepted in methods...
2012-10-24 Argyrios Kyrtzidis[libclang] Add "-index-file-full" option that recursive...
2012-10-24 Greg ClaytonPatch from Ashok Thirumurthi that enabled FPU registers...
2012-10-24 Enrico Granata<rdar://problem/12481949> Fixing SBValue.GetValueAsSign...
2012-10-24 Nadav RotemOpt does not need to initialize the Asm printer/parser
2012-10-24 Douglas GregorExplicitly specify C++98 when building the C++ precompi...
2012-10-24 Chad Rosier[ms-inline asm] Add test cases for r166451.
2012-10-24 Douglas GregorTeach the preprocessor to hold onto the preprocessor...
2012-10-24 Greg ClaytonCleanup some variable names to indicate auto pointers...
2012-10-24 Micah VillmowDelete the empty directory that was accidently added...
2012-10-24 Micah VillmowBack out r166591, not sure why this made it through...
2012-10-24 Nadav RotemOpt needs to initialize the different targets.
2012-10-24 Chad Rosier[ms-inline asm] Add test cases for r166592. The test...
2012-10-24 Nadav RotemImplement a basic VectorTargetTransformInfo interface...
2012-10-24 Chad Rosier[ms-inline asm] Create a register operand, rather than...
2012-10-24 Micah VillmowDelete a directory that wasn't supposed to be checked...
2012-10-24 Douglas GregorMove PreprocessorOptions into the Lex library, and...
2012-10-24 Douglas Gregor(De-)serialize header search options.
2012-10-24 Douglas GregorUpdate unit tests for HeaderSearch change
2012-10-24 Douglas GregorMove HeaderSearchOptions into the Lex library, make...
2012-10-24 Douglas GregorUndef SEMANTIC_VALUE_DIAGOPT appropriately
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-24 Douglas Gregor(De-)serialize the file system options.
2012-10-24 Douglas GregorSerialize DiagnosticOptions to the AST file.
2012-10-24 Mahesha SRemoved an extra blank line.
2012-10-24 Manuel KlimekAdds the possibility to run ASTMatchFinder over arbitra...
next