Add mention of Glasgow Haskell Compiler.
[oota-llvm.git] / docs /
2012-05-11 Bill WendlingAdd mention of Glasgow Haskell Compiler.
2012-05-11 Duncan SandsSome release notes for dragonegg.
2012-05-11 Dan GohmanDefine a new intrinsic, @llvm.debugger. It will be...
2012-05-09 Nuno Lopeschange the objectsize intrinsic signature: add a 3rd...
2012-05-08 Seth Cantrelladd to 3.1 release notes
2012-05-08 Daniel DunbarRevert r156393, "[tests] Remove some remaining DejaGNU...
2012-05-08 Daniel Dunbar[tests] Remove some remaining DejaGNU related cruft.
2012-05-08 Daniel Dunbar[docs] Remove POD based man page docs (and build system...
2012-05-08 Daniel Dunbar[docs] Add support for building man pages using Sphinx.
2012-05-08 Daniel Dunbar[docs] Integrate the command guide into the toctree.
2012-05-08 Daniel Dunbar[docs] Add ReST version of all the man pages.
2012-05-07 Pete CooperRemove C Backend from the bugpoint docs
2012-05-03 Duncan SandsUse correct variable in this example. Pointed out...
2012-05-02 Daniel Dunbar[docs] Include the Kaleidescope tutorial in the Sphinx...
2012-05-01 Eli BenderskyRemoved examples of stack frame inspection which no...
2012-04-27 Jim GrosbachRemove a docs reference to the CBackend.
2012-04-26 Joerg SonnenbergerAdd note about returns_twice magic removal from LLVM...
2012-04-26 Michael J. Spencer[CMake] Restructure how Clang, Polly and other external...
2012-04-25 Benjamin KramerReapply the SmallMap patch with a fix.
2012-04-25 Eric ChristopherRevert "First implementation of:"
2012-04-25 Stepan DyatkovskiyFirst implementation of:
2012-04-20 Michael J. Spencer[docs] Update version number. I suggest that at some...
2012-04-20 Joel JonesFix broken internal link.
2012-04-20 Joel JonesAdd debugging hints for when bugpoint does not suffice...
2012-04-20 Daniel Dunbar[docs] Update Makefile for images removal.
2012-04-20 Benjamin KramerLLVM docs no longer contain images, don't try to instal...
2012-04-20 Joel JonesCorrect spelling, q.v. en.wikipedia.org/wiki/Bourne_shell
2012-04-20 Daniel Dunbar[docs] Remove spurious or unused images.
2012-04-19 Daniel Dunbar[docs] Update HTML pages to refer to CSS in a way that...
2012-04-19 Daniel Dunbar[docs] Remove index.html, I am flipping the switch...
2012-04-19 Michael J. SpencerRemove llvm-ld and llvm-stub (which is only used by...
2012-04-19 Daniel Dunbar[docs] Add back old index.html until I get llvm.org...
2012-04-19 Daniel Dunbar[docs] Convert docs index page into Sphinx.
2012-04-19 Daniel Dunbar[docs] Stub out structure for Sphinx-based docs.
2012-04-18 Jim GrosbachDocument that StringMap iteration order is non-determin...
2012-04-18 Eli BenderskyA bit of cleanup in the TestingGuide doc - dg.exp files...
2012-04-18 Eli BenderskySome formatting and grammar fixes in the FileCheck...
2012-04-17 Chandler CarruthAdd a stub about the inline cost rewrite.
2012-04-17 Chandler CarruthAdd a stub for block placement pass. This needs fleshin...
2012-04-16 Duncan SandsForgot to remove fast math metadata from the release...
2012-04-16 Duncan SandsRemove support for the special 'fast' value for fpmath...
2012-04-16 Tobias GrosserDescribe Polly as a 'Polyhedral Optimizer'
2012-04-16 Tobias GrosserAdd Polly news to the release notes
2012-04-16 Hal FinkelLink to the autovectorization EuroLLVM slides in the...
2012-04-16 Duncan SandsMake it possible to indicate relaxed floating point...
2012-04-16 Eli BenderskyDocumentation fixes to LLVMBuild.html [PR 11563]
2012-04-16 Bill WendlingAdd credit and release notes for r150307. By Kai Nacke.
2012-04-16 Hal FinkelSay something about -vectorize in the release notes.
2012-04-15 Jakub StaszakFix class name.
2012-04-15 Jakub StaszakFix filename and register numbers.
2012-04-15 Duncan SandsAdd the MDBuilder helper class for conveniently creatin...
2012-04-14 Anshuman DasguptaRemove trailing whitespace.
2012-04-14 Anshuman DasguptaAdd VLIW packetizer to ReleaseNotes.html and CREDITS...
2012-04-14 Brendon CahoonAdd the loop unrolling info to ReleaseNotes.html and...
2012-04-14 Duncan SandsRename "fpaccuracy" metadata to the more generic "fpmat...
2012-04-13 Tony LinthicumSupport for Hexagon backend.
2012-04-12 Anshuman DasguptaAdd DFA generator for VLIW targets to ReleaseNotes...
2012-04-10 Duncan SandsExpress the number of ULPs in fpaccuracy metadata as...
2012-04-09 Duncan SandsClarify that fpaccuracy metadata is giving the compiler...
2012-04-08 Bill WendlingFormatting changes. Don't put spaces in front of some...
2012-04-07 NAKAMURA TakumiTarget/X86/MCTargetDesc/X86MCAsmInfo.cpp: Enable DwarfC...
2012-04-03 Eric ChristopherAdd a line number for the scope of the function (starti...
2012-03-29 Benjamin KramerDrop O4 from the llc manpage, it was removed in r70445.
2012-03-27 NAKAMURA Takumillvm/docs/*.html: Fix markups.
2012-03-26 Daniel Dunbardocs/lit: Add some notes on the lit test run output...
2012-03-26 Eric ChristopherUpdate documentation for old api changes.
2012-03-25 Rafael Espindolas/restrict/describe/
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-03-24 Rafael EspindolaAdd a small release not about the range metadata.
2012-03-24 Rafael EspindolaFirst part of PR12251. Add documentation and verifier...
2012-03-23 Eric ChristopherRemove the C backend.
2012-03-23 Nick LewyckyExplicitly close optionally closed <li> tags.
2012-03-21 Nick LewyckyAdd a release note for r145714.
2012-03-18 Nick LewyckyThis clause (although matching parts of the implementat...
2012-03-16 Chris Lattnerclarify the coding standards a bit.
2012-03-15 Daniel Dunbardocs: Update TestingGuide to change recommended practic...
2012-03-14 Eli BenderskySome typos in lit command guide
2012-03-14 Bill WendlingUpdate the "hello world" example to resemble what we...
2012-03-14 Eli BenderskyTypo in lit command guide
2012-03-13 Eli BenderskyAdd profiling support for Intel Parallel Amplifier...
2012-03-06 Bill WendlingAdd column width.
2012-03-06 Bill WendlingRemove short tag marker.
2012-03-06 Bill WendlingAppease the HTML validation gods.
2012-03-06 Bill WendlingFix validation errors.
2012-03-06 Bill WendlingFix validation errors.
2012-03-06 Bill WendlingAdd missing end tags.
2012-03-06 Eric ChristopherFix up link and a couple small edits.
2012-03-06 Eric ChristopherAdd the beginnings of documentation for the Name Accele...
2012-03-06 Eric ChristopherDelete trailing whitespace to clean up.
2012-03-03 NAKAMURA Takumillvm/docs/GarbageCollection.html: Prune utf8 BOM.
2012-03-02 Jia Liuadd llvm.gcroot into GarbageCollection.html, patch...
2012-03-01 Jia Liurplace Alpha with ARM in docs/WritingAnLLVMBackend...
2012-02-29 Nick LewyckyWhere the alloca'd space actually lives in ram is undef...
2012-02-27 Craig TopperUpdate tblgen command guide. Remove unused tblgen Instr...
2012-02-26 Chad RosierRemove more GCC FE build stuff.
2012-02-26 Chad RosierInstalling the GCC front end is no longer supported.
2012-02-26 Chad RosierCleanup the LLVM Getting Started page.
2012-02-26 Chad RosierAdd href to clang in overview.
2012-02-26 Chad RosierRemove references to llvm-gcc from overview and tutorial.
2012-02-26 Nadav RotemAdd a random .LL file generator to stress-test differen...
next