summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2015-12-21[Cygwin] Enable TLS as emutls.NAKAMURA Takumi1-0/+8
2015-12-19Delete APIs that have been deprecated since 2010.Rafael Espindola1-0/+4
2015-12-19[libFuzzer] deprecate -save_minimized_corpus, -merge can be used insteadKostya Serebryany1-1/+0
2015-12-18Deprecate a few C APIs.Rafael Espindola1-0/+6
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher1-0/+6
2015-12-17Polish atomic pointersJF Bastien1-23/+20
2015-12-17Drop function that are deprecated since 2010.Rafael Espindola1-0/+3
2015-12-17[docs] Motivate ninja in GettingStarted.rstVedant Kumar1-1/+1
2015-12-16Change linkInModule to take a std::unique_ptr.Rafael Espindola1-0/+11
2015-12-16Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj1-0/+8
2015-12-16[IR] Add support for floating pointer atomic loads and storesPhilip Reames1-12/+13
2015-12-15[WinEH] Use operand bundles to describe call sitesDavid Majnemer1-0/+9
2015-12-15LLVM tutorial: fix broken links/anchorsAlex Denisov17-52/+52
2015-12-15[Docs] Fix Unexpected indentation errors.Akira Hatanaka1-0/+2
2015-12-15[llvm-profdata] Add support for weighted merge of profile data (2nd try)Nathan Slingerland1-1/+40
2015-12-14add fast-math-flags to 'call' instructions (PR21290)Sanjay Patel1-1/+6
2015-12-14docs: Correct wording in LangRef relating to available_externally linkage.Peter Collingbourne1-8/+9
2015-12-14[IR] Remove terminatepadDavid Majnemer2-73/+12
2015-12-14[Docs] Fix underlines that were too short or too long.Akira Hatanaka1-3/+3
2015-12-12Try to appease sphinxDavid Majnemer1-0/+1
2015-12-12[IR] Reformulate LLVM's EH funclet IRDavid Majnemer2-288/+225
2015-12-11Revert r248483, r242546, r242545, and r242409 - absdiff intrinsicsHal Finkel1-62/+0
2015-12-11Fix a spurious if.Eric Christopher1-1/+1
2015-12-10s/need/needsEric Christopher1-2/+2
2015-12-10Attempt to fix the ReST compilation to html of the C API docs.Eric Christopher1-14/+14
2015-12-10More non-ascii quote characters.Eric Christopher1-2/+2
2015-12-10Clarify some of the wording on adding a new subcomponent to theEric Christopher1-2/+2
2015-12-10Fix non-ascii quotes.Eric Christopher1-4/+4
2015-12-10Add C API guidelines to the developer policy to match discussionsEric Christopher1-0/+27
2015-12-10Macro debug info support in LLVM IRAmjad Aboud1-4/+30
2015-12-10[OPENMP] Make -fopenmp to turn on OpenMP support by default.Alexey Bataev2-3/+16
2015-12-07Update doc for C++ TLS calling convention.Manman Ren1-5/+15
2015-12-05[libFuzzer] one more trophieKostya Serebryany1-0/+2
2015-12-04Fix incorrect quote. NFCPete Cooper1-1/+1
2015-12-04[CXX TLS calling convention] Add CXX TLS calling convention.Manman Ren2-0/+11
2015-12-04ARM/AArch64: update reference documentation.Tim Northover1-2/+4
2015-12-04Revert "[llvm-profdata] Add support for weighted merge of profile data"Nathan Slingerland1-5/+1
2015-12-04[llvm-profdata] Add support for weighted merge of profile dataNathan Slingerland1-1/+5
2015-12-01Fix "WARNING: Title underline too short." introduced by r254404.Yury Gribov1-1/+1
2015-12-01Introduce new @llvm.get.dynamic.area.offset.i{32, 64} intrinsics.Yury Gribov1-0/+42
2015-11-30Have 'optnone' respect the -fast-isel=false option.Paul Robinson1-3/+3
2015-11-26[libFuzzer] clean up the docs, add one more link Kostya Serebryany1-3/+12
2015-11-25[libFuzzer] add a flag -exact_artifact_pathKostya Serebryany1-0/+1
2015-11-25Doxygen: Use mathjax to create formulas.Matthias Braun1-1/+1
2015-11-24Fix sphinx-build error when building documentation.Xinliang David Li1-16/+10
2015-11-23[PGO] Add --text option for llvm-profdata show|merge commandsXinliang David Li1-1/+18
2015-11-21[docs] Minor fixes to the operand bundle sectionSanjoy Das1-5/+6
2015-11-19Pointers in Masked Load, Store, Gather, Scatter intrinsicsElena Demikhovsky1-12/+22
2015-11-18[doc] fix a wrong linkJingyue Wu1-1/+1
2015-11-18[PGO] Value profiling supportBetul Buyukkurt1-0/+49