platform/upstream/llvm.git
2012-10-08 Chandler CarruthMake Bitrig's clang understand -stdlib= correctly.
2012-10-08 Bill WendlingUse a special path to place the .o files in.
2012-10-08 Bill WendlingUse a special path to place the .o files in.
2012-10-08 Eric ChristopherFixup comment.
2012-10-08 Eric ChristopherFixup comments.
2012-10-08 Daniel JasperCompilationDatabaseTest: Fix another Windows path issue.
2012-10-08 Daniel JasperCompilationDatabase: Use //net paths for tests, as...
2012-10-08 Enrico Granata<rdar://problem/12200505> Fixing a logical error in...
2012-10-08 Enrico GranataSilly me! There was a closing ) missing from one of...
2012-10-08 Adhemerval... PR12716: PPC crashes on vector compare
2012-10-08 Andrew Trickmisched: remove the unused getSpecialAddressLatency...
2012-10-08 Andrew Trickmisched: remove forceUnitLatencies. Defaults are handle...
2012-10-08 Andrew Trickmisched: avoid scheduling an instruction twice.
2012-10-08 Benjamin KramerDon't emit double parentheses in __clang_version__.
2012-10-08 Daniel JasperHopefully appease Windows buildbot with Japanese (...
2012-10-08 Daniel JasperFileNameMatchTrie: Use StringRef instead of Twines...
2012-10-08 Adhemerval... PowerPC: Fix object creation with PPC::MTCRF8 instruction
2012-10-08 Enrico GranataRetrying to apply Vishal's patch - hopefully this time...
2012-10-08 Adhemerval... Add floating-point to and from integer conversion
2012-10-08 Micah VillmowMove TargetData to DataLayout to fix build breakage...
2012-10-08 Micah VillmowFix the ocaml binding breakage from TargetData -> DataL...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-08 Daniel JasperSupport symlinks and relative paths in complilation...
2012-10-08 Alexey Samsonov[ASan] use llvm-symbolizer for ASan lit-style tests...
2012-10-08 James MolloySome regression tests which are testing the old jit...
2012-10-08 Alexey Samsonovllvm-symbolizer for Mac: add support for reading DWARF...
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...
next