platform/upstream/llvm.git
2012-10-30 Argyrios Kyrtzidis[PCH] The diagnostic state points can refer to previous...
2012-10-30 Rafael EspindolaIn the past "production" clang builds would not be...
2012-10-30 Jakub StaszakRe-commit r166971. I reverted it to quickly, when build...
2012-10-29 Argyrios Kyrtzidis[libclang] Bump the version number of the libclang...
2012-10-29 Rafael EspindolaRemove a bit of dead code.
2012-10-29 Kevin EnderbyFix ARM's b.w instruction for thumb 2 and the encoding...
2012-10-29 Rafael EspindolaMove getOriginalSourceFileName inline. Patch by Laszlo...
2012-10-29 Argyrios Kyrtzidis[libclang] Introduce a version constant for the libclan...
2012-10-29 Jakub StaszakRevert r166971. It causes buildbot failure. To be inves...
2012-10-29 Enrico GranataEnsuring that the swig typemaps for SBData set the...
2012-10-29 Anna Zaks[analyzer] Malloc checker cleanup/refactor
2012-10-29 Anna Zaks[analyzer] Add SimpleStreamChecker.
2012-10-29 Anna Zaks[analyzer] Add checker helpers to CheckerContext.
2012-10-29 NAKAMURA Takumillvm/test/CodeGen/X86/vec_shuffle-30.ll: Try to unbreak...
2012-10-29 Jakub StaszakRemove unused variable.
2012-10-29 Jakub StaszakSimplify code. No functionality change.
2012-10-29 Jakub StaszakAllow to fold vector load if there is more than one...
2012-10-29 Nadav RotemLoopVectorize: Update and preserve the dominator tree...
2012-10-29 Jakub StaszakTypo.
2012-10-29 Bill SchmidtThis patch solves a problem with passing varargs parame...
2012-10-29 Enrico Granata<rdar://problem/11449953> Change Debugger::SetOutputFil...
2012-10-29 Richard SmithConsistently declare 'extern "C"' variable in namespace...
2012-10-29 Richard SmithDon't define an extern "C" variable in its first declar...
2012-10-29 Greg Clayton<rdar://problem/12500785>
2012-10-29 Simon AtanasyanAdd mips64-* and mips64el-* triples to configure scripts
2012-10-29 Reed KotlerImplement patterns for extloadi8 and extloadi16
2012-10-29 Jim InghamFix an incorrect comment...
2012-10-29 Ulrich WeigandIn various places throughout the code generator, there...
2012-10-29 Quentin ColombetRevert commit r166946
2012-10-29 Richard SmithPartially roll back r166898; it exposed a bug in the...
2012-10-29 Ulrich WeigandAPFloat cleanup: Remove now unused "arithmeticOK" logic.
2012-10-29 Chad RosierRemove redundant test case from r166949, per Eli's...
2012-10-29 Ulrich WeigandAPFloat cleanup: Remove now unused fields "sign2" and...
2012-10-29 Ulrich WeigandImplement arithmetic on APFloat with PPCDoubleDouble...
2012-10-29 Greg ClaytonImprove the broadcast event dumping.
2012-10-29 Chad Rosier[ms-inline asm] Add support for the [] operator. Essen...
2012-10-29 Nadav RotemRename the BB-vectorize flag to match the dragonegg...
2012-10-29 Michael LiaoFix PR14204
2012-10-29 Quentin ColombetMake forcesizeopt attribute available to the end user
2012-10-29 Joerg SonnenbergerFix typo
2012-10-29 Jakob Stoklund... Completely disallow partial copies in adjustCopiesBackF...
2012-10-29 Ulrich WeigandAllow i32/i64 for 'f' constraint on PowerPC.
2012-10-29 Jordan Rose-Warc-repeated-use-of-weak: allow single reads in loops...
2012-10-29 Jordan Rose[analyzer] New option to not suppress null return paths...
2012-10-29 Jordan Rose[analyzer] Use the CallEnter node to get a value for...
2012-10-29 Duncan SandsRemove a wrapper around getIntPtrType added to GVN...
2012-10-29 Bob WilsonRemove code to saturate profile counts.
2012-10-29 Nadav RotemChange the PassManagerBuilder (used by -O3) loop vector...
2012-10-29 Hans WennborgMinor style fixes for TargetTransformationInfo and...
2012-10-29 Reed KotlerExpand all atomic ops for mips16.
2012-10-29 NAKAMURA Takumillvm/Config/config.h.cmake: Good bye, Kevin! We won...
2012-10-29 NAKAMURA TakumiPPCSubtarget.h: Add explicit braces.
2012-10-29 NAKAMURA TakumiPPCSubtarget.h: Whitespace.
2012-10-29 Preston GurdThis patch addresses a problem with the Post RA schedul...
2012-10-29 Bill SchmidtThis patch adds alignment information for long double...
2012-10-29 Bill SchmidtThis patch adds alignment information for long double...
2012-10-29 Duncan SandsFactorize code: rather than duplication the logic in...
2012-10-29 Duncan SandsLoads and stores without an explicit alignment use...
2012-10-29 Ulrich WeigandHandle '*' and '#' asm constraint modifiers.
2012-10-29 Duncan SandsRather than duplicating the getPointerSize code just...
2012-10-29 Duncan SandsSilence a GCC warning about comparing signed and unsign...
2012-10-29 Daniel JasperFix ASTMatchersTests to not create an overloaded-virtua...
2012-10-29 Tim NorthoverAlign the data section correctly when loading an ELF...
2012-10-29 Tim NorthoverMake use of common-symbol alignment info in ELF loader.
2012-10-29 Tim NorthoverAdd interface for querying object files for symbol...
2012-10-29 Daniel JasperImplement has(), hasDescendant(), forEach() and forEach...
2012-10-29 Evgeniy Stepanovva_start, va_end, va_copy: InstrinsicInst subclasses...
2012-10-29 Nick LewyckyRemove spurious mode marker from .cpp file.
2012-10-29 Nick LewyckyAdd missing emacs major mode marker.
2012-10-29 Nick LewyckyFix name of this file.
2012-10-29 Nick LewyckyAdd missing emacs major mode marker.
2012-10-29 Nadav RotemCalling TLI->getNumRegisters creates a circular depende...
2012-10-29 Lang HamesRemove unused typedef.
2012-10-29 Rafael EspindolaAdd -alias and -ralias options to match what we have...
2012-10-29 Rafael Espindolallvm-extract changes linkages so that functions on...
2012-10-29 Rafael Espindolallvm-extract was unable to handle aliases. It would...
2012-10-28 Reed KotlerImplement brind operator for mips16.
2012-10-28 Rafael EspindolaRemove TargetELFWriterInfo.
2012-10-28 Seth Cantrellimprove highlighting of invalid string encodings
2012-10-28 Richard SmithRevert functional part of r166896 and just suppress...
2012-10-28 Richard SmithWhen determining whether to try evaluating the initiali...
2012-10-28 Reed KotlerThis patch is for the implementation of mips16 complex...
2012-10-28 Richard SmithIn -Wunneeded-internal-declaration, suppress the warnin...
2012-10-28 Rafael EspindolaFix invalid jump scopes again. This time without trying...
2012-10-28 Rafael EspindolaAdd a testcase from the previous bootstrap problem.
2012-10-27 Nico WeberFix crash on missing namespace name in namespace alias...
2012-10-27 Fariborz Jahanianobjective-C arc/mrr: Patch for the new block variable...
2012-10-27 Chris LattnerCurrently the initial value of Tok is dependent an...
2012-10-27 Jakob Stoklund... Never attempt to join an early-clobber def with a regul...
2012-10-27 Rafael EspindolaRevert 166876 while I debug a bootstrap problem.
2012-10-27 Benjamin KramerLoopIdiom: Add checks to avoid turning memmove into...
2012-10-27 Rafael EspindolaReapply 166855 with an early exit on null QualTypes.
2012-10-27 Benjamin KramerLoopIdiom: Recognize memmove loops.
2012-10-27 Benjamin KramerLoopIdiom: Replace custom dependence analysis with...
2012-10-27 Benjamin KramerSCEV validator: Ignore CouldNotCompute/undef on both...
2012-10-27 Benjamin KramerSCEV validator: Add workarounds for some common false...
2012-10-27 Mahesha SReverted back the changes made in 166868 and in 166869
2012-10-27 Chandler CarruthClarify that there is an option other than OAuth for...
2012-10-27 Mahesha SFeature:
2012-10-27 Mahesha S-------------------------------------------------
next