platform/upstream/llvm.git
2012-06-20 Bill WendlingSphinxify the developer policy document.
2012-06-20 Bill WendlingSphinxify the lexicon doc.
2012-06-20 Chandler CarruthResuming work on the compiler-rt CMake build at long...
2012-06-20 Bill WendlingSphinxify BranchWeightMetadata document.
2012-06-20 Filipe CabecinhasContinue the cleanup started on r158737
2012-06-20 Bill WendlingSphinxify the LTO document.
2012-06-20 Chandler CarruthFix a big layering violation introduced by r158771.
2012-06-20 Bill WendlingUnindent list.
2012-06-20 Bill WendlingSphinxify the AliasAnalysis document.
2012-06-20 Bill WendlingUnindent list.
2012-06-20 Bill WendlingUn-indent the list and remove ugly back-slash.
2012-06-20 Chandler CarruthRemove a 'static' specifier from an 'inline' function...
2012-06-20 Chandler CarruthRemove 'static' from inline functions defined in header...
2012-06-20 Chandler CarruthFix two rather subtle internal vs. external linker...
2012-06-20 Chandler CarruthFix inappropriate use of anonymous namespaces in unittests.
2012-06-20 Craig TopperAdd predicate check around some patterns.
2012-06-20 Ted KremenekRevert "Provide a -no-pedantic to cancel out -pedantic...
2012-06-20 Craig TopperAdd predicate check around some patterns.
2012-06-20 Chandler CarruthFix a warning on a fully covered switch with a default:
2012-06-20 John McCallRestructure how the driver communicates information...
2012-06-20 Craig TopperDon't insert 128-bit UNDEF into 256-bit vectors. Just...
2012-06-20 Jordan Rose[analyzer] Move failing 'new' test cases back into...
2012-06-20 Andrew TrickA new algorithm for computing LoopInfo. Temporarily...
2012-06-20 Bill WendlingSphinxify the MakefileGuide document.
2012-06-20 Francois PichetUnbreak the MSVC build: add return to unimplemented...
2012-06-20 Andrew TrickMove the implementation of LoopInfo into LoopInfoImpl.h.
2012-06-20 Bill WendlingSphinxify the CodingStandard documentation.
2012-06-20 Argyrios Kyrtzidis[arcmt]
2012-06-20 Jordan Rose[analyzer] Invalidate placement args; return the pointe...
2012-06-20 Argyrios Kyrtzidis[objcmt] Have the modern objc migration warning change...
2012-06-20 Rafael EspindolaFix cmake build.
2012-06-20 Argyrios Kyrtzidis[arcmt] When migrating to ARC disable -Werror so as...
2012-06-20 Dmitri GribenkoUnbreak GCC build: GCC doesn't like clang::Parser:...
2012-06-20 James DennettDocumentation cleanup: adding/fixing Doxygen markup...
2012-06-20 James DennettDocumentation cleanup: escape "::" to avoid a Doxygen...
2012-06-20 Dmitri GribenkoUnbreak CMake build: remove not-yet-committed CommentLe...
2012-06-20 James DennettDocumentation cleanup:
2012-06-20 James DennettDocumentation cleanup: escape # character in a Doxygen...
2012-06-20 James DennettDocumentation cleanup:
2012-06-20 James DennettDocumentation cleanup:
2012-06-20 Kaelyn UhrainAdd the PCH file name to the message about not being...
2012-06-20 Dmitri GribenkoStructured comment parsing, first step.
2012-06-20 Nick KledzikAdd permissions(), map_file_pages(), and unmap_file_pag...
2012-06-20 Kaelyn UhrainDon't assert when given an empty range.
2012-06-19 Nico WeberDo a second lookup for type_info in the global namespac...
2012-06-19 Alexis HuntReapply r158700 and fixup patches, minus one hunk that...
2012-06-19 Jakob Stoklund... Add regunit liveness support to LiveIntervals::handleMo...
2012-06-19 Bill WendlingAlphabetize.
2012-06-19 Alexis HuntDo not crash when we dynamic cast a final type to void*.
2012-06-19 Chad RosierTidy up.
2012-06-19 DeLesley HutchinsThread Safety Analysis: Move some warnings on thread...
2012-06-19 Tanya LattnerExtend the support for cl-std to include 1.2.
2012-06-19 Chad RosierAdd an ensureMaxAlignment() function to MachineFrameInf...
2012-06-19 Lang HamesAdd DAG-combines for aggressive FMA formation.
2012-06-19 Fariborz Jahanianobjective-c: warn when autosynthesizing a property...
2012-06-19 Jakob Stoklund... 80 col.
2012-06-19 Chad RosierTypo. Patch by Cameron McInally <cameron.mcinally@nyu...
2012-06-19 Bill WendlingAdd Projects.rst to the toctree.
2012-06-19 Bill WendlingUse correct capitalization.
2012-06-19 Johnny ChenChnage VerifyWatchpointIDs() from a static function...
2012-06-19 Aaron BallmanReapplying the changes from r158717 as they were rolled...
2012-06-19 Jakob Stoklund... Revert r158700 and dependent patches r158716, r158717...
2012-06-19 Jakob Stoklund... Add a triple.
2012-06-19 Richard SmithFix -Wc++11-narrowing warnings for narrowing negative...
2012-06-19 David BlaikieEnable -Wnull-conversion for non-integral target types...
2012-06-19 Jakob Stoklund... Implement PPCInstrInfo::isCoalescableExtInstr().
2012-06-19 Jakob Stoklund... Style: Don't reuse variables for multiple purposes.
2012-06-19 James DennettDocumentation cleanup: escape "::", and other minor...
2012-06-19 James DennettDocumentation cleanup: add \verbatim markup for grammar...
2012-06-19 James DennettDocumentation cleanup: fixing file headers to use Doxyg...
2012-06-19 Fariborz Jahanianobjc-arc: captured block variable accessed in its block...
2012-06-19 Johnny ChenTest suite cleanup: use Python API to remove files...
2012-06-19 Ted KremenekAdjust scan-build to enable color output for xterm...
2012-06-19 Chad Rosier[driver] Per Bob's suggestion, emphasize the file dumps.
2012-06-19 Kaelyn UhrainRemove some debugging code that snuck into r158691.
2012-06-19 Meador IngeRevert predefined decl tracking.
2012-06-19 Alexis HuntRemove redundant uses of SmallString
2012-06-19 Marshall ClowNew test tool: obj2yaml
2012-06-19 Chad Rosier[driver] Print the compiler version before the diagnost...
2012-06-19 Bill WendlingIndent coding examples.
2012-06-19 Chad Rosier[driver] Make the crash diagnostic message more visable...
2012-06-19 Bill WendlingRemove bad HTML tags. Add missing :.
2012-06-19 Chandler CarruthFix PR13148, an inf-loop in StringMap.
2012-06-19 Chandler CarruthRemove some superfluous SCOPED_TRACEs from this unit...
2012-06-19 Benjamin KramerEmit TableGen's header comment with C-style comments...
2012-06-19 Jan Wen VoungHave ARM ELF use correct reloc for "b" instr.
2012-06-19 Hal FinkelMark most PPC register classes to avoid write-after...
2012-06-19 Aaron BallmanUpdating the credits after r158717
2012-06-19 Aaron BallmanImproves parsing and semantic analysis for MS __declspe...
2012-06-19 Alexis HuntStop abusing StringRef. Fixes the Windows build.
2012-06-19 Bill WendlingPut flag names on one line.
2012-06-19 Bill WendlingFix italicized text.
2012-06-19 Bill WendlingUse correct URL.
2012-06-19 Bill WendlingFix numbering of list items.
2012-06-19 Bill WendlingFix some Sphinx mistakes.
2012-06-19 Alexey Samsonov[Sanitizer] Renaming: SNPrintf -> internal_snprintf...
2012-06-19 Bill WendlingFirst attempt at Sphinx. Convert the Projects.html...
2012-06-19 Alexey Samsonov[TSan] Add a comment that tsan_flags.h may be included...
2012-06-19 Alexey Samsonov[Sanitizer] State that sanitizer_libc.h header can...
2012-06-19 Alexey Samsonov[Sanitizer] use fully qualified type for placement...
next