platform/upstream/llvm.git
2012-10-08 Tobias GrosserRename TargetData -> DataLayout
2012-10-08 Peter CollingbourneImplement any() builtin. Patch by Tom Stellard!
2012-10-08 Peter CollingbourneAdd native_powr builtin. Patch by Tom Stellard!
2012-10-08 David BlaikieUse a single note diagnostic for all the precedent...
2012-10-08 David BlaikieStringRef-ify Binary/UnaryOperator::getOpcodeStr
2012-10-07 Craig TopperRemove unused MachineInstr constructors that don't...
2012-10-07 Craig TopperFix indentation. Remove 'else' after return. No functio...
2012-10-07 Sean SilvaSilence Sphinx warnings.
2012-10-07 Tobias GrosserScopLib: Support negated access functions.
2012-10-07 Tobias GrosserUpdate the 'News' section on the Polly page
2012-10-07 Benjamin KramerX86: fcmov doesn't handle all possible EFLAGS, fall...
2012-10-07 Dmitry Vyukovtsan: better message about found races for Go ThreadSan...
2012-10-07 Benjamin KramerPython bindings: fix typo.
2012-10-07 Benjamin KramerPython bindings: Add missing availability kind.
2012-10-07 Bill WendlingMove more methods out-of-line. This is in preparation...
2012-10-07 Bill WendlingSphinxify the GettinStarted documentation.
2012-10-07 Bill WendlingSphinxify the ExtendingLLVM documentation.
2012-10-07 Rafael EspindolaUse getArch instead of getArchName + string compare.
2012-10-07 Bill WendlingSphinxify the compiler writer info documentation.
2012-10-07 Rafael EspindolaUse getArch instead of getArchName.
2012-10-07 Bob WilsonMake sure always-inline functions get inlined. <rdar...
2012-10-07 Rafael EspindolaDocument MapVector.
2012-10-06 Dmitri GribenkoList of potential checkers: smart pointer checker:...
2012-10-06 Dmitri GribenkoClang static analyzer docs: fix a couple of HTML markup...
2012-10-06 Dmitri GribenkoList of potential checkers: more C++11 details for...
2012-10-06 Benjamin KramerExpose __builtin_bswap16.
2012-10-06 Ted KremenekPlace warn_impcast_different_enum_types in a new warnin...
2012-10-06 Ted KremenekAdd link to potential future checkers.
2012-10-06 Ted KremenekAdd list of potential checkers. Provided by Anton...
2012-10-06 Jordan Rose[analyzer] Tweak test to run the retain-count checker...
2012-10-06 Jason MolendaIn DynamicLoaderDarwinKernel::OSKextLoadedKextSummary...
2012-10-06 Jason MolendaRevert Vishal's patch that Enrico commited, at least...
2012-10-06 Jordan RoseParentMap: Restore the ability to update an existing...
2012-10-06 Jordan Rose[analyzer] Handle implicit statements used for end...
2012-10-06 Argyrios Kyrtzidis[libclang] Fix the comments, as suggested by Dmitri.
2012-10-06 Argyrios Kyrtzidis[libclang] Don't disable the preprocessing record while...
2012-10-06 Jack CarterAdding support for instructions mfc0, mfc2, mtc0, mtc2
2012-10-06 Jack CarterMinor changes based on post commit review:
2012-10-06 Jim InghamMake the error message from regex commands use the...
2012-10-06 Enrico Granatapatch from Vishal Patel to improve our lldb.value wrapper
2012-10-05 Alex RosenbergFix another spot where this test varied for a Release...
2012-10-05 Jack CarterMinor changes based on post commit review:
2012-10-05 Alex RosenbergMake test resilient to Release build temp names.
2012-10-05 Enrico Granata<rdar://problem/12442990> Fix the implementation of...
2012-10-05 Alex RosenbergPropagate calling convention for aliases and weakrefs.
2012-10-05 Alex RosenbergFileCheckize test
2012-10-05 Enrico Granata<rdar://problem/12426557> Fixing the NSIndexSet data...
2012-10-05 Jason MolendaRemove "k" as an alias for "kill". It doesn't ask...
2012-10-05 DeLesley HutchinsThread-safety analysis: allow attributes on constructor...
2012-10-05 Ted KremenekAdd color output to 'diagtool tree' to show what warnin...
2012-10-05 Bill SchmidtThis patch splits apart PPCISelLowering::LowerFormalArg...
2012-10-05 Dmitri GribenkoHowToSetUpLLVMStyleRTTI.rst: remove unneeded semicolons...
2012-10-05 Dmitri GribenkoGoldPlugin.rst: minor typesetting fixes.
2012-10-05 Jason MolendaRemove two more cases of "-w write" being specified
2012-10-05 Jason MolendaImprove shortened examples of the watchpoint commands.
2012-10-05 Benjamin KramerRemove unused but set variable flagged by GCC.
2012-10-05 Jim InghamRemove the bt alias I inadvertently added back in in...
2012-10-05 Aaron BallmanChanging line endings from Windows to Unix. No functio...
2012-10-05 Jim InghamAdd one-shot breakpoints (-o option to "break set"...
2012-10-05 Jim InghamFix a test failure caused by checkin 165274.
2012-10-05 Chad Rosier[ms-inline asm] Add a comment describing the MapAndCons...
2012-10-05 Michael LiaoAdd intrinsic of MULX in BMI2 header
2012-10-05 Chad Rosier[ms-inline asm] Add a few typedefs to simplify future...
2012-10-05 Reed KotlerPatch for integer multiply, signed/unsigned, long/long...
2012-10-05 Benjamin KramerSimplify code, don't or a bool with an uint64_t.
2012-10-05 Benjamin KramerRemove empty file.
2012-10-05 Chad RosierRemove extraneous semicolon.
2012-10-05 Micah VillmowImplement TargetData with the DataLayout class, this...
2012-10-05 Dmitry Vyukovtsan: cache pc's that cause suppressions (this way...
2012-10-05 Hemant KulkarniAdd ELF program header.
2012-10-05 Will Schmidt- Mark the BCC and BLR defs as isCodeGenOnly per error...
2012-10-05 Adhemerval... Add PowerPC64 definitions for ELF.h
2012-10-05 NAKAMURA TakumiEnable llvm/test/ExecutionEngine/MCJIT also for cygwin.
2012-10-05 NAKAMURA Takumilli: [MCJIT] Suppress "__main" for cygming in LLIMCJITM...
2012-10-05 NAKAMURA Takumi[CMake] Enhance add_llvm_external_project.
2012-10-05 Sid ManningFix incorrect setting of EI_DATA
2012-10-05 NAKAMURA TakumiSROA.cpp: Fix a warning, [-Wunused-variable]
2012-10-05 Rafael EspindolaConvert to unix line endings.
2012-10-05 Alexander PotapenkoIf !asan_inited, call internal versions of libc functio...
2012-10-05 Duncan SandsMove this test a bit later, after the point at which...
2012-10-05 Bill WendlingMove methods out-of-line.
2012-10-05 Bill WendlingUse method to query for attributes.
2012-10-05 Craig TopperRemove some encoding bits I forgot to remove from SETB_...
2012-10-05 Craig TopperMove expansion of SETB_C(8/16/32/64)r from MCInstLower...
2012-10-05 Jason Molendaone more small fix for the gdb-comes-first column order
2012-10-05 Jason MolendaChange the "bt" command alias defined in CommandInterpr...
2012-10-05 Jason MolendaSymbols::LocateMacOSXFilesUsingDebugSymbols() - perform...
2012-10-05 Abramo BagnaraAdded forgotten break.
2012-10-05 Jason Molendatypeo
2012-10-05 Jason Molendatypeo
2012-10-05 Jason MolendaUpdate the intro paragraph of text describing the table...
2012-10-05 Jason MolendaSwap the columns in the lldb & gdb command comparison...
2012-10-05 Sean Silvadocs: Add HowToSetUpLLVMStyleRTTI.rst.
2012-10-05 Sean Silvatblgen: Use appropriate LLVM-style RTTI functions.
2012-10-05 Sean Silvatblgen: Replace uses of dynamic_cast<XXXRecTy> with...
2012-10-05 Sean Silvatblgen: Put dyn_cast<> infrastructure in place for...
2012-10-05 Eli FriedmanMake sure to generate the right kind of MDNode for...
2012-10-05 Eli FriedmanMake sure to generate the right kind of MDNode for...
2012-10-05 Evan ChengFollow up to r165072. Try a different approach: only...
2012-10-05 Richard SmithWorkaround for libstdc++4.6 <atomic> bug: make comment...
next