platform/upstream/llvm.git
2012-10-08 Bill WendlingUpdate comment.
2012-10-08 Greg ClaytonFix a build warning and a dangerous possible crasher.
2012-10-08 Ted KremenekAdd regression test to check if -Wenum-conversion is...
2012-10-08 Bill WendlingUse the Attributes::Builder to build the attributes...
2012-10-08 Nadav RotemUse DataTypes.h
2012-10-08 Argyrios KyrtzidisIn VarDecl::getSourceRange() make sure to check that...
2012-10-08 Nadav RotemRefactor the AddrMode class out of TLI to its own heade...
2012-10-08 Greg ClaytonMake DebugMapModule destructor virtual since it inherit...
2012-10-08 Chandler CarruthActually add the -Wenum-conversion group to -Wconversio...
2012-10-08 Chandler CarruthSort the subgroups of the diagnostic group for -Wconver...
2012-10-08 Greg ClaytonAdded a new "module" log channel which covers module...
2012-10-08 Greg ClaytonChecking in fixes that I used to track down a leaking...
2012-10-08 Bill WendlingConvert the LLVM parser over to using the new Attribute...
2012-10-08 Nick LewyckyGive CaptureTracker::shouldExplore a base implementatio...
2012-10-08 Jakob Stoklund... Don't crash on extra evil irreducible control flow.
2012-10-08 Bill WendlingBegin the transition to using the AttributesImpl object...
2012-10-08 Eric ChristopherAdd names for the accelerator table sections so that...
2012-10-08 Eric ChristopherUpdate comment.
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...
next