summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-06-06Fix a few issues with comdat handling on COFF.Rafael Espindola
2014-06-06Fix a typo made in Programmer's Manual made in r210354. SpottedDan Liew
2014-06-06Mention the IRBuilder in Programmer's Manual with a few small examples.Dan Liew
2014-06-06Slight language tweak from Jonathan Humphreys.Pekka Jaaskelainen
2014-06-06Allow aliases to be unnamed_addr.Rafael Espindola
2014-06-05Fix markup for -debug-only optionAlexey Samsonov
2014-06-05Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder
2014-06-05Document how to select build configuration with Visual C++ IDE or command line.Yaron Keren
2014-06-04docs: Remove documentation for legacy PGO optionsJustin Bogner
2014-06-03Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola
2014-06-02GraphWriter: detect graph viewer programs at runtimeAlp Toker
2014-05-30fixed more typosSanjay Patel
2014-05-30added link to CMake pageSanjay Patel
2014-05-30fixed typoSanjay Patel
2014-05-29Sync list of targets with configure's realityJeroen Ketema
2014-05-28fixed a few typosSanjay Patel
2014-05-28[pr19844] Add thread local mode to aliases.Rafael Espindola
2014-05-27Wording fix for llvm.global_dtors docs.Reid Kleckner
2014-05-26Fix link.Rafael Espindola
2014-05-24AArch64/ARM64: move ARM64 into AArch64's placeTim Northover
2014-05-23Updated the llvm.mem.parallel_loop_access semantics to include the possibilityPekka Jaaskelainen
2014-05-23[YAML] Add an optional argument `EnumMask` to the `yaml::IO::bitSetCase()`.Simon Atanasyan
2014-05-22Update some AliasAnalysis pass docs for getAdjustedAnalysisPointer.Eric Christopher
2014-05-20Clean up language and grammar.Eric Christopher
2014-05-20Add 'nonnull', a new parameter and return attribute which indicates that the ...Nick Lewycky
2014-05-19Add documentation for llvm-dwarfdump toolAlexey Samsonov
2014-05-17[DWARF parser] Teach DIContext to fetch short (non-linkage) function names fo...Alexey Samsonov
2014-05-16Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner
2014-05-15Fix typosAlp Toker
2014-05-14Update of the documentation: I think we are now happy with PhabricatorSylvestre Ledru
2014-05-14Fix strange typo in markup.Jay Foad
2014-05-12[ARM64-BE] Correct grammar mistake pointed out by Tobias.James Molloy
2014-05-12[ARM64-BE] Add sphinx documentation for the ARM64 NEON implementation.James Molloy
2014-05-11[PowerPC] Add global named register supportHal Finkel
2014-05-09Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'"Reid Kleckner
2014-05-07IR: Don't allow non-default visibility on local linkageDuncan P. N. Exon Smith
2014-05-07[tablegen] Add !listconcat operator with the similar semantics as !strconcatDaniel Sanders
2014-05-07llvm-cov: Document --no-output in the command guideJustin Bogner
2014-05-06Implememting named register intrinsicsRenato Golin
2014-05-06Add some details to the llvm-cov documentation. <rdar://problem/15819496>Bob Wilson
2014-05-06Update programmers manual to cover llvm::function_ref, and add a note to theRichard Smith
2014-05-06Revert accidentally-committed files.Richard Smith
2014-05-06Re-commit r208025, reverted in r208030, with a fix for a conformance issueRichard Smith
2014-05-05Be a bit more specific in the release notes.Rafael Espindola
2014-05-05Remove the -disable-cfi option.Rafael Espindola
2014-05-03Update docs still mentioning LLVM_ENABLE_CXX11Alp Toker
2014-05-03Updated Doxygen link for InstIterator.h.Yaron Keren
2014-05-03InstIterator.h lives in llvm/IR.Yaron Keren
2014-05-02[tablegen] !strconcat accepts more than two arguments but this wasn't documen...Daniel Sanders
2014-05-02Code style fix from Duncan P. N. Exon Smith.Yaron Keren