SimplifyCFG: Don't generate invalid code for switch used to initialize
[oota-llvm.git] / docs /
2012-09-18 Sean SilvaTest commit
2012-09-18 Dmitri GribenkoCoding standards: fix typo: '= deleted' -> '= delete'.
2012-09-18 Craig TopperAdd LLVM_DELETED_FUNCTION to coding standards.
2012-09-13 Galina KistanovaPatch by Sean Silva!
2012-09-06 Nadav RotemAdd a new optimization pass: Stack Coloring, that merge...
2012-09-05 Michael J. Spencer[Docs] Fix Sphinx incremental build. Patch by Sean...
2012-09-05 Chad Rosier[ms-inline asm] Enumerate the InlineAsm dialects and...
2012-09-05 Chad Rosier[ms-inline asm] Emit the (new) inline asm Non-Standard...
2012-09-04 Chad Rosier[ms-inline asm] Remove the Inline Asm Non-Standard...
2012-08-30 Nadav Rotemremove old docs
2012-08-28 Bill WendlingPatch by Sean Silva to un-barf his computer by explicit...
2012-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
2012-08-10 Rafael EspindolaRemove references to compression in llvm-ar. It has...
2012-08-10 Chad Rosier[ms-inline asm] Add a new Inline Asm Non-Standard Diale...
2012-08-08 Bill WendlingSphinxify the CommandLine document.
2012-08-08 Bill WendlingMove header so that it can be picked up by other .rst...
2012-08-02 Michael J. SpencerAdd yaml2obj. A utility to convert YAML to binaries.
2012-08-02 Bill WendlingSphinxify the Code Generator document.
2012-07-31 Sylvestre LedruFix some minor typos
2012-07-30 Nick LewyckyFix grammar-o. Fixes PR13482!
2012-07-27 Chad RosierThe TimePassesIsEnabled has since moved to PassManager...
2012-07-26 Dan GohmanAdd a floor intrinsic.
2012-07-26 Duncan SandsTake people straight to the contents of the file.
2012-07-26 Duncan SandsAdd the list of code owners to the top level of the...
2012-07-25 Sylvestre LedruFix two typos in the doc
2012-07-25 Axel NaumannTwine: fix link to source, add link to class doc and...
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-17 Nuno LopesApparently it's possible to do an 'invoke asm'.
2012-07-13 Hans WennborgReleaseNotes.html: add note about specifying TLS models
2012-07-13 Duncan SandsPost-dom frontier was removed in 3.0. Patch by chenwj.
2012-07-11 Chad RosierFixup broken doc link. Patch by Sean Silva <silvas...
2012-07-06 Dmitri GribenkoSince SmallMap was removed in r158644, remove documenta...
2012-07-06 Chad RosierUpdate getFunction parameter documentation. Fixes PR13268.
2012-07-06 Bill WendlingSphinxify the CMake document.
2012-07-05 Nuno Lopesadd @llvm.donothing
2012-07-03 Peter CollingbourneDocument the llvm.fabs intrinsic.
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-06-29 Bill WendlingSphinxify the Atomics documentation.
2012-06-28 Bill WendlingSphinxify the bitcode format document.
2012-06-27 Bill WendlingSphinxify the exception handling doc.
2012-06-26 Bill WendlingSphyinxify the Bugpoint document.
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-06-21 Michael J. Spencer[docs] Sphinxify GettingStartedVS. Patch by Mikael...
2012-06-21 Bill WendlingCleanup some encoding mishaps.
2012-06-21 Bill WendlingSphinxify the tablegen document.
2012-06-21 Bill WendlingSphinxify the outdated Packaging documentation.
2012-06-20 Meador IngePut space after "code-block::".
2012-06-20 Meador IngeRemoved some left over HTML tags and a '}'.
2012-06-20 Bill WendlingSphixify the GEP FAQ.
2012-06-20 Bill WendlingSphinxify the SegmentedStack document.
2012-06-20 Bill WendlingMove coding standards reference from development_proces...
2012-06-20 Bill WendlingUnindent list.
2012-06-20 Bill WendlingUn-indent list to remove ugly back-slash.
2012-06-20 Bill WendlingFix the formatting a bit.
2012-06-20 Bill WendlingSphinxify the developer policy document.
2012-06-20 Bill WendlingSphinxify the lexicon doc.
2012-06-20 Bill WendlingSphinxify BranchWeightMetadata document.
2012-06-20 Bill WendlingSphinxify the LTO document.
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 Bill WendlingSphinxify the MakefileGuide document.
2012-06-20 Bill WendlingSphinxify the CodingStandard documentation.
2012-06-19 Bill WendlingAdd Projects.rst to the toctree.
2012-06-19 Bill WendlingUse correct capitalization.
2012-06-19 Bill WendlingIndent coding examples.
2012-06-19 Bill WendlingRemove bad HTML tags. Add missing :.
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 Bill WendlingFirst attempt at Sphinx. Convert the Projects.html...
2012-06-18 Nuno Lopesrevert r158660, since Chris has some issues with this...
2012-06-18 Michael J. Spencer[docs] Port FAQ over to Sphinx.
2012-06-18 Nuno Lopesadd the 'alloc' metadata node to represent the size...
2012-06-15 Michael J. Spencer[docs] Make it pretty.
2012-06-14 David BlaikieRemove/modify C backend references from LLVM documentation.
2012-06-14 David BlaikieRemove C backend reference from the FAQ.
2012-06-14 Duncan SandsClarify a bit that the types have to be the same. ...
2012-06-12 Dmitri GribenkoUse correct syntax highliter in code blocks. Noticed...
2012-06-12 Dmitri GribenkoFileCheck docs: remove leftover HTML markup.
2012-06-06 Michael J. Spencer[llvm-nm] Update documentation to cover object file...
2012-06-06 Duncan SandsAdd a new broken compiler.
2012-06-05 Benjamin KramerAdd 3.0 and 3.1 tags to the getting started guide.
2012-06-05 Lang HamesAdd a new intrinsic: llvm.fmuladd. This intrinsic repre...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-06-01 Jakob Stoklund OlesenRemove the old register list functions from MCRegisterInfo.
2012-05-31 Rafael EspindolaFix typos noticed by Benjamin Kramer.
2012-05-31 Rafael EspindolaRequire intervals in the range metadata to be in a...
2012-05-30 Chris Lattnertypo fix
2012-05-27 Chris Lattnerrdar://11542750 - llvm.trap should be marked no return.
2012-05-24 Jakob Stoklund OlesenAdd support for range expressions in TableGen foreach...
2012-05-24 Chad RosierTypo. Patch by Nicklas Bo Jensen <nbjensen@gmail.com>.
2012-05-24 Tobias GrosserAdd half support to LLVM (for OpenCL)
2012-05-24 Bill WendlingRemove old release notes. Ready them for additions...
2012-05-24 Joel JonesReflect that tblgen is now llvm-tblgen
2012-05-22 Nuno Lopesrevert my previous patches that introduced an additiona...
2012-05-20 Nick LewyckyAdd RPO to the lexicon.
next