aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2012-04-12Add DFA generator for VLIW targets to ReleaseNotes.html and CREDITS.TXT.Anshuman Dasgupta
2012-04-10Express the number of ULPs in fpaccuracy metadata as a real rather than aDuncan Sands
2012-04-09Clarify that fpaccuracy metadata is giving the compiler permission to use aDuncan Sands
2012-04-08Formatting changes. Don't put spaces in front of some code, which only makes ...Bill Wendling
2012-04-07Target/X86/MCTargetDesc/X86MCAsmInfo.cpp: Enable DwarfCFI (aka DW2) on Cygming.NAKAMURA Takumi
2012-04-03Add a line number for the scope of the function (starting at the firstEric Christopher
2012-03-29Drop O4 from the llc manpage, it was removed in r70445.Benjamin Kramer
2012-03-27llvm/docs/*.html: Fix markups.NAKAMURA Takumi
2012-03-26docs/lit: Add some notes on the lit test run output format.Daniel Dunbar
2012-03-26Update documentation for old api changes.Eric Christopher
2012-03-25s/restrict/describe/Rafael Espindola
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky
2012-03-24Add a small release not about the range metadata.Rafael Espindola
2012-03-24First part of PR12251. Add documentation and verifier support for the rangeRafael Espindola
2012-03-23Remove the C backend.Eric Christopher
2012-03-23Explicitly close optionally closed <li> tags.Nick Lewycky
2012-03-21Add a release note for r145714.Nick Lewycky
2012-03-18This clause (although matching parts of the implementation) can't be correct.Nick Lewycky
2012-03-16clarify the coding standards a bit.Chris Lattner
2012-03-15docs: Update TestingGuide to change recommended practice to using LNT to driveDaniel Dunbar
2012-03-14Some typos in lit command guideEli Bendersky
2012-03-14Update the "hello world" example to resemble what we currently output.Bill Wendling
2012-03-14Typo in lit command guideEli Bendersky
2012-03-13Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky
2012-03-06Add column width.Bill Wendling
2012-03-06Remove short tag marker.Bill Wendling
2012-03-06Appease the HTML validation gods.Bill Wendling
2012-03-06Fix validation errors.Bill Wendling
2012-03-06Fix validation errors.Bill Wendling
2012-03-06Add missing end tags.Bill Wendling
2012-03-06Fix up link and a couple small edits.Eric Christopher
2012-03-06Add the beginnings of documentation for the Name Accelerator Tables.Eric Christopher
2012-03-06Delete trailing whitespace to clean up.Eric Christopher
2012-03-03llvm/docs/GarbageCollection.html: Prune utf8 BOM.NAKAMURA Takumi
2012-03-02add llvm.gcroot into GarbageCollection.html, patch bylost lostfreeman@gmail.com.Jia Liu
2012-03-01rplace Alpha with ARM in docs/WritingAnLLVMBackend.html, patch by chenwjJia Liu
2012-02-29Where the alloca'd space actually lives in ram is undefined, and attempting toNick Lewycky
2012-02-27Update tblgen command guide. Remove unused tblgen InstrEnumEmitter files.Craig Topper
2012-02-26Remove more GCC FE build stuff.Chad Rosier
2012-02-26Installing the GCC front end is no longer supported.Chad Rosier
2012-02-26Cleanup the LLVM Getting Started page.Chad Rosier
2012-02-26Add href to clang in overview.Chad Rosier
2012-02-26Remove references to llvm-gcc from overview and tutorial.Chad Rosier
2012-02-26Add a random .LL file generator to stress-test different llvm components.Nadav Rotem
2012-02-23Release not for ARM integrated assembler support.Jim Grosbach
2012-02-23Typo.Chad Rosier
2012-02-23The LLVM Getting Started documentation is out of date. It would be nice ifChad Rosier
2012-02-22libclc is now dual licensed, Tobias and Peter own their respective subprojects.Chris Lattner
2012-02-22Add Foreach LoopDavid Greene
2012-02-22Add a Briggs and Torczon sparse set implementation.Jakob Stoklund Olesen