Add a clang-format file so that the tool can automatically detect the
[oota-llvm.git] / docs /
2013-09-01 Chandler CarruthNuke the hilariously out of date suggestion to unpack...
2013-09-01 Chris LattnerRevert r189704, which removed the guidance about not...
2013-08-30 Chris LattnerRemove the suggestion to not duplicate comments in...
2013-08-29 Manman RenAdd unique identifier field to Composite Types and...
2013-08-28 Michael Gottesman[doxygen] Use correct variable names for external varia...
2013-08-28 Michael Gottesman[doxygen] Added support for doxygen external search.
2013-08-28 Michael Gottesman[cmake] Created an aggregate doxygen target for generat...
2013-08-26 Manuel KlimekInclude a clearer policy about what's ok/nok to speed...
2013-08-24 Michael Gottesman[autotools->cmake] Enable generation of doxygen documen...
2013-08-23 Andrea Di BiagioAdd function attribute 'optnone'.
2013-08-21 Andrew KaylorAdding a document to describe the MCJIT execution engin...
2013-08-19 Hal FinkelAdd a llvm.copysign intrinsic
2013-08-18 Dmitri Gribenkodocs: command guide: cleanups, no text changes
2013-08-16 Daniel Dunbar[typo] An LLVM.
2013-08-14 Benjamin KramerSphinx refuses to render this code block. Try adding...
2013-08-14 Tim NorthoverAdd the C99 hex-float assembly syntax to our extension...
2013-08-12 Michael Gottesman[stack protector] Fixed typo.
2013-08-12 Michael Gottesman[stackprotector] Added intrinsic llvm.stackprotectorcheck.
2013-08-09 Daniel Dunbar[docs] Update TestingGuide's note on how to run with...
2013-08-09 Andrea Di BiagioAdd description of function attribute 'minsize' in...
2013-08-08 Daniel Dunbar[lit] Change --show-{tests,suites} to exit after printing.
2013-08-08 Daniel Dunbar[lit] Remove --repeat option, which wasn't that useful.
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-08-07 Rafael EspindolaAdd the common begin/end naming convention to the codin...
2013-08-06 Sean Silva[LangRef] Alphabetize function attribute listing.
2013-08-06 Rafael EspindolaAdd a release not about llvm-ar.
2013-08-05 Bill WendlingFix grammar.
2013-08-05 Nadav RotemUpdate the release notes about the status of the vector...
2013-08-05 Nadav RotemUpdate the docs.
2013-07-31 Tom StellardRevert "TableGen: Enumerate Schedule Model too."
2013-07-31 Vincent LejeuneTableGen: Enumerate Schedule Model too.
2013-07-31 Matt ArsenaultReject bitcasts between address spaces with different...
2013-07-30 Bill WendlingFix underscore to be the proper length.
2013-07-30 Rafael EspindolaRemove more dead documentation.
2013-07-29 Rafael EspindolaDelete documentation for deleted options.
2013-07-26 Rafael EspindolaUse pipefail when available.
2013-07-25 Hans WennborgPhabricator.rst: tiny fix
2013-07-25 Rafael EspindolaRemove dead code from the makefile build system.
2013-07-25 Rafael EspindolaRemove the mblaze backend from llvm.
2013-07-24 Jakob Stoklund OlesenSpeling.
2013-07-24 Jakob Stoklund OlesenUpdate old llc documentation.
2013-07-24 Rafael Espindolallvm-ar is far closer to being a regular ar implementat...
2013-07-23 Ahmed Bougachadocs: Update old VS 2008 references.
2013-07-23 Ahmed Bougachadocs: cleanup VS 2008 release note.
2013-07-23 Ahmed Bougachadocs: Correct reST link.
2013-07-23 Ahmed BougachaUpdate docs to drop support for VS 2008.
2013-07-18 Stephen LinFix FileCheck CHECK-LABEL documentation wording slightl...
2013-07-14 Stephen LinCorrect inaccurate statement in FileCheck docs.
2013-07-12 Tom StellardR600: Add ISA documents to the CompilerWriterInfo page
2013-07-12 Stephen LinAdd new directive called CHECK-LABEL to FileCheck.
2013-07-10 Hans WennborgCommandLine.rst: remove tiny bit of bad mark-up
2013-07-09 Alexey SamsonovDocument LLVM_USE_SANITIZER CMake option
2013-07-08 Benjamin KramerIR headers moved to llvm/IR some aeons ago, update...
2013-07-08 Stephen LinUpdate docs to say that a FunctionPass should not inspe...
2013-07-06 Nico RieckMC: Implement COFF .linkonce directive
2013-07-06 Nick LewyckyFix language.
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-07-03 Renato GolinAdd platform specific tests doc
2013-07-02 Michael GottesmanFixed typo in LangRef where we were using _'' to quote...
2013-07-01 Sean Silva[docs] Amend confusing title
2013-06-28 Alexey Samsonovllvm-symbolizer: add support for Mach-O universal binaries
2013-06-27 Michael GottesmanAt the request of Richard Smith, swapped the order...
2013-06-27 Joey GoulyAdd a Subtarget feature 'v8fp' to the ARM backend.
2013-06-27 Michael GottesmanAdded support for the Builtin attribute.
2013-06-26 Nadav RotemThe SLP Vectorizer works across basic blocks. Update...
2013-06-25 Tom StellardTableGen: Generate a function for getting operand indic...
2013-06-21 Meador IngeAdd a release note for removing the simplify-libcalls...
2013-06-21 Sean Silva[docs] Fix broken link.
2013-06-21 Sean Silva[docs] Fix formatting.
2013-06-20 Stephen LinMinor grammar and word usage fix to 'returned' paramete...
2013-06-20 Michael Gottesman[ReleaseNotes] Added bullet point stating that APFloat...
2013-06-20 Stefanus Du ToitFix typos "metatadata" -> "metadata" in the LangRef.
2013-06-18 JF BastienSmall correction to unordered memory code generation...
2013-06-14 Rafael EspindolaRemove the LLVM specific archive index.
2013-06-12 Renato GolinUpdate Release Process doc
2013-06-11 Michael LiaoFix documentation on the path to Bitcode reader/writer
2013-06-11 Rafael EspindolaRequire members of llvm.used to be named.
2013-06-08 Logan ChienUpdate code listings in LLVM tutorial.
2013-06-07 Rui Ueyama[docs] Add link to Microsoft PE/COFF Spec.
2013-06-07 Eli BenderskyAdd more explicit link targets to headers in LangRef.rst
2013-06-07 Eli BenderskyAdd explicit link targets to some headers in LangRef.rst
2013-06-05 Sean Silva[docs] Add link to C++ ABI document.
2013-06-05 Sean Silva[docs] Add link to SysV ABI document.
2013-06-04 Sean Silva[docs] Replace non-existent LLVM_YAML_UNIQUE_TYPE(...
2013-06-04 Richard SmithFix link.
2013-06-04 Bill WendlingWe are now in 3.4 land. We don't need the 3.3 releaese...
2013-05-31 Richard SandifordAdd links to the System z architecture manual and ABI
2013-05-30 Paul RedmondFix warning and resulting formatting issue.
2013-05-30 Paul RedmondRevise llvm.vectorizer.width documentation
2013-05-30 Ashok ThirumurthiAdded a sub-project status update section to the releas...
2013-05-30 Sergey MatveevFix incorrect parameter name in LIT docs.
2013-05-29 David BlaikieDebug Info: Update documentation to match recent (...
2013-05-28 Paul RedmondAdd support for llvm.vectorizer metadata
2013-05-28 Renato GolinTypo
2013-05-28 Renato GolinLinking ReleaseProcess doc with the world
2013-05-28 Renato GolinAdding ReleaseProcess doc
2013-05-26 Kai NackeAdd LDC compiler to list of external OS projects using...
2013-05-24 Diego NovilloAdd a new function attribute 'cold' to functions.
2013-05-23 Tim NorthoverARM: implement @llvm.readcyclecounter intrinsic
2013-05-22 Rui UeyamaFix typo in docs/GettingStarted.rst.
next