summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Expand)AuthorAgeFilesLines
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-2/+15
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-15/+2
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-2/+15
* fix a typo in doumentation index.Jyoti Allur2014-09-261-1/+1
* Update my previous commit to fit 80 cols...Sylvestre Ledru2014-09-251-1/+2
* Details that -debug-only is not available when LLVM is built with --enable-op...Sylvestre Ledru2014-09-251-0/+2
* [docs] Fixed a typo in Atomics.rstJingyue Wu2014-09-231-4/+4
* Fix sphinx warning.Peter Collingbourne2014-09-181-3/+5
* LTO: introduce object file-based on-disk module format.Peter Collingbourne2014-09-182-2/+19
* [docs] Mention character array constants in docs/LangRef.rstDaniel Sanders2014-09-111-1/+3
* [sphinx cleanup]Dan Liew2014-09-101-1/+1
* Fix docs reference to inexistent class.Nico Weber2014-09-101-2/+2
* LangRef: @baz should be @bar in the COMDAT exampleHans Wennborg2014-09-101-1/+1
* Fix type error in insertvalue example in LangRef. %agg1 is of type {i32,Dan Liew2014-09-081-1/+1
* [docs] Document what "NFC" means in a commit message.Sean Silva2014-09-061-0/+9
* Minor typo.Andrew Trick2014-09-051-1/+1
* Fix link to 3.5 release notes.Nico Weber2014-09-041-1/+1
* Document !and. Fix !shl and friends -- they provide binary operations.Joerg Sonnenberger2014-09-032-3/+3
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-2/+1
* Add a note about AuroraUX to the release notes.Rafael Espindola2014-09-021-0/+2
* Add note to documentation about machine node chains.Matt Arsenault2014-09-021-1/+3
* Fix typos in comments, NFCRobin Morisset2014-08-291-1/+1
* Introduce -DLLVM_USE_SANITIZER=Undefined CMake option to build UBSan-ified ve...Alexey Samsonov2014-08-291-2/+2
* Declare that musttail calls in variadic functions forward the ellipsisReid Kleckner2014-08-261-0/+3
* ProgrammersManual: the flag is called -debug-onlyHans Wennborg2014-08-231-1/+1
* Clear the llvm release notes to make room for 3.6.Rafael Espindola2014-08-221-153/+11
* Use DILexicalBlockFile, rather than DILexicalBlock, to track discriminator ch...David Blaikie2014-08-211-5/+3
* [LIT] Remove documentation for method since it does not existEric Fiselier2014-08-211-8/+0
* Add note to LangRef about how function arguments can be unnamed andDan Liew2014-08-201-3/+12
* LangRef: Move example of function-scope uselistorder to a functionDuncan P. N. Exon Smith2014-08-191-3/+10
* IR: Implement uselistorder assembly directivesDuncan P. N. Exon Smith2014-08-191-0/+39
* Docs: add documentation for the coverage mapping format.Alex Lorenz2014-08-192-0/+579
* CodingStandards: Document std::equal misbehaviourDuncan P. N. Exon Smith2014-08-191-0/+2
* [LIT]Correct name of global lit configuration object to be lit_config (not lit).Eric Fiselier2014-08-151-1/+1
* Delete support for AuroraUX.Rafael Espindola2014-08-141-1/+0
* Add SPHINX_WARNINGS_AS_ERRORS CMake option to allow warnings to not beDan Liew2014-08-141-0/+4
* Fix examples of "named metadata" (some of which isn't named).Nick Lewycky2014-08-131-2/+2
* Fix typos:Sylvestre Ledru2014-08-111-1/+1
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-1/+2
* Nuke the old JIT.Rafael Espindola2014-08-071-2/+1
* Update Tablegen documents given that binary literals are now sizedPete Cooper2014-08-072-3/+10
* Fix typos in comments and docJF Bastien2014-08-051-1/+1
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-1/+1
* Correct the emission kind constants committed in r214771David Blaikie2014-08-041-1/+1
* Document the "emission kind" field of the DICompileUnit in LLVM's Source Leve...David Blaikie2014-08-041-0/+3
* Update links to the gcc and java documentation that 404'd.Benjamin Kramer2014-08-041-2/+2
* [lit] Add --show-xfail flag to LIT.Eric Fiselier2014-08-021-0/+4
* Debug info: Infrastructure to support debug locations for fragmentedAdrian Prantl2014-08-011-0/+6
* docs: Strongly recommend setting rpath when using a local GCC toolchainReid Kleckner2014-08-011-4/+17
* Add documentation for lit's --show-unsupported flagEric Fiselier2014-07-311-0/+4
OpenPOWER on IntegriCloud