summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Add note about returns_twice magic removal from LLVM itself.Joerg Sonnenberger2012-04-26
* [CMake] Restructure how Clang, Polly and other external projects get included.Michael J. Spencer2012-04-26
* Reapply the SmallMap patch with a fix.Benjamin Kramer2012-04-25
* Revert "First implementation of:"Eric Christopher2012-04-25
* First implementation of:Stepan Dyatkovskiy2012-04-25
* [docs] Update version number. I suggest that at some point we make theMichael J. Spencer2012-04-20
* Fix broken internal link.Joel Jones2012-04-20
* Add debugging hints for when bugpoint does not suffice, specifically for inst...Joel Jones2012-04-20
* [docs] Update Makefile for images removal.Daniel Dunbar2012-04-20
* LLVM docs no longer contain images, don't try to install them.Benjamin Kramer2012-04-20
* Correct spelling, q.v. http://en.wikipedia.org/wiki/Bourne_shellJoel Jones2012-04-20
* [docs] Remove spurious or unused images.Daniel Dunbar2012-04-20
* [docs] Update HTML pages to refer to CSS in a way that works locally and with...Daniel Dunbar2012-04-19
* [docs] Remove index.html, I am flipping the switch on llvm.org.Daniel Dunbar2012-04-19
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-19
* [docs] Add back old index.html until I get llvm.org work done to support Sphi...Daniel Dunbar2012-04-19
* [docs] Convert docs index page into Sphinx.Daniel Dunbar2012-04-19
* [docs] Stub out structure for Sphinx-based docs.Daniel Dunbar2012-04-19
* Document that StringMap iteration order is non-deterministic.Jim Grosbach2012-04-18
* A bit of cleanup in the TestingGuide doc - dg.exp files no longer existEli Bendersky2012-04-18
* Some formatting and grammar fixes in the FileCheck documentationEli Bendersky2012-04-18
* Add a stub about the inline cost rewrite.Chandler Carruth2012-04-17
* Add a stub for block placement pass. This needs fleshing out w/ detailsChandler Carruth2012-04-17
* Forgot to remove fast math metadata from the release notes.Duncan Sands2012-04-16
* Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands2012-04-16
* Describe Polly as a 'Polyhedral Optimizer'Tobias Grosser2012-04-16
* Add Polly news to the release notesTobias Grosser2012-04-16
* Link to the autovectorization EuroLLVM slides in the release notes.Hal Finkel2012-04-16
* Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands2012-04-16
* Documentation fixes to LLVMBuild.html [PR 11563]Eli Bendersky2012-04-16
* Add credit and release notes for r150307. By Kai Nacke.Bill Wendling2012-04-16
* Say something about -vectorize in the release notes.Hal Finkel2012-04-16
* Fix class name.Jakub Staszak2012-04-15
* Fix filename and register numbers.Jakub Staszak2012-04-15
* Add the MDBuilder helper class for conveniently creating metadata.Duncan Sands2012-04-15
* Remove trailing whitespace.Anshuman Dasgupta2012-04-14
* Add VLIW packetizer to ReleaseNotes.html and CREDITS.TXT. Committing patchAnshuman Dasgupta2012-04-14
* Add the loop unrolling info to ReleaseNotes.html and CREDITS.TXT.Brendon Cahoon2012-04-14
* Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'mDuncan Sands2012-04-14
* Support for Hexagon backend.Tony Linthicum2012-04-13
* Add DFA generator for VLIW targets to ReleaseNotes.html and CREDITS.TXT.Anshuman Dasgupta2012-04-12
* Express the number of ULPs in fpaccuracy metadata as a real rather than aDuncan Sands2012-04-10
* Clarify that fpaccuracy metadata is giving the compiler permission to use aDuncan Sands2012-04-09
* Formatting changes. Don't put spaces in front of some code, which only makes ...Bill Wendling2012-04-08
* Target/X86/MCTargetDesc/X86MCAsmInfo.cpp: Enable DwarfCFI (aka DW2) on Cygming.NAKAMURA Takumi2012-04-07
* Add a line number for the scope of the function (starting at the firstEric Christopher2012-04-03
* Drop O4 from the llc manpage, it was removed in r70445.Benjamin Kramer2012-03-29
* llvm/docs/*.html: Fix markups.NAKAMURA Takumi2012-03-27
* docs/lit: Add some notes on the lit test run output format.Daniel Dunbar2012-03-26
* Update documentation for old api changes.Eric Christopher2012-03-26