platform/upstream/llvm.git
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...
2012-10-24 Elena DemikhovskySpecial calling conventions for Intel OpenCL built...
2012-10-24 Douglas GregorAdd a simple test involving decltype on Objective-C...
2012-10-24 Douglas GregorRemove the HiddenWeakTemplateVTables CodeGen option...
2012-10-24 Evgeniy StepanovPass LLVM_ANDROID_TOOLCHAIN_DIR if set.
2012-10-24 Evgeniy StepanovBuild ASan runtime for ARM/Android.
2012-10-24 Alexey SamsonovUpdate docs about TSan availability in CMake build
2012-10-24 Alexey SamsonovFix some wordings in AddressSanitizer docs.
2012-10-24 NAKAMURA Takumi[CMake] Introduce LLVM_EXTERNAL_COMPILER_RT_SOURCE_DIR.
2012-10-24 Ulrich WeigandA number of test cases assume that an "int" parameter...
2012-10-24 Alexander Potapenko[ASan] Rename ReplaceCFAllocator to MaybeReplaceCFAlloc...
2012-10-24 Alexander Potapenko[ASan] Use internal_memmove() in both static and dynami...
2012-10-24 Alexey Samsonov[ASan] Due to data races, ASan malloc stats are inaccur...
2012-10-24 Duncan SandsAdd a testcase that would have noticed the typo fixed...
2012-10-24 Michael LiaoTeach DAG combine to fold (buildvec (Xint2fp x)) to...
2012-10-24 Michael LiaoAdd custom conversion from v2u32 to v2f32 in 32-bit...
2012-10-24 NAKAMURA TakumiRevert r166541, "clang/test: Add appropriate requiremen...
2012-10-24 Nadav RotemClang now attempts to create a TargetMachine whenever...
2012-10-24 Jason MolendaeArgTypePath was removed in r166533; change -c to
2012-10-24 NAKAMURA Takumiclang/test: Add appropriate requirements as REQUIRES...
2012-10-24 Nico WeberAdd a test for -Warc-abi as requested by Fariborz.
2012-10-24 Akira Hatanaka[mips] Make sure sret argument is returned in register V0.
2012-10-24 Rafael EspindolaAdd padding inreg registers to cause llvm to skip ecx...
2012-10-24 Rafael EspindolaAdd inreg markers with the x86_fastcallcc calling conve...
2012-10-24 Rafael EspindolaChange x86_fastcallcc to require inreg markers. This...
2012-10-24 Enrico Granata<rdar://problem/12523238> Commit 3 of 3
2012-10-24 Matt Beaumont-GayAddress feedback from Eli Friedman on r166522.
2012-10-24 Sean CallananThis is a fix for the command option parser.
2012-10-24 Nadav RotemChange EmitAssemblyHelper to create the target machine...
2012-10-24 Jakub StaszakKeep coding standard. Don't evaluate getNumOperands...
2012-10-24 Richard SmithFix ODR violations: a virtual function must be defined...
2012-10-23 Jordan Rose[analyzer] Handle 'SomeVar.SomeEnumConstant', which...
2012-10-23 Jordan Rose[analyzer] Replace -analyzer-no-eagerly-trim-egraph...
2012-10-23 Chad Rosier[ms-inline asm] Test case for r166526.
2012-10-23 Chad Rosier[ms-inline asm] Offset operator - the size should be...
2012-10-23 Chad Rosier[ms-inline asm] Clean up comment.
2012-10-23 Chad Rosier[ms-inline asm] Update the triple to test r166523.
2012-10-23 Chad Rosier[ms-inline asm] When parsing inline assembly we set...
2012-10-23 Matt Beaumont-GayDon't emit -Wunused-value warnings from macro expansions.
2012-10-23 Douglas GregorTweak include order
2012-10-23 Douglas GregorUse a .def file for most of the diagnostic options.
2012-10-23 Michael LiaoClean up code and put transformation on (build_vec...
2012-10-23 Fariborz JahanianObjective-C: check that when a category method is being...
2012-10-23 Michael J.... [Support/StringSet] Fix memory leak when inserted key...
next