test commit
[oota-llvm.git] / docs / GettingStarted.html
2012-05-13 Jean-Daniel DupasFix Xcode case (Upper X, lower c)
2012-04-27 Jim GrosbachRemove a docs reference to the CBackend.
2012-04-19 Daniel Dunbar[docs] Update HTML pages to refer to CSS in a way that...
2012-04-19 Michael J. SpencerRemove llvm-ld and llvm-stub (which is only used by...
2012-03-27 NAKAMURA Takumillvm/docs/*.html: Fix markups.
2012-03-23 Eric ChristopherRemove the C backend.
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-23 Chad RosierTypo.
2012-02-23 Chad RosierThe LLVM Getting Started documentation is out of date...
2012-02-15 Daniel Dunbarutils: Kill NewNightlyTest.pl, which has been replaced...
2012-02-10 Jia Liuupdate --enable-targets list
2012-01-25 Jim GrosbachTidy up. s/Low Level Virtual Machine/LLVM/.
2011-11-16 Chandler CarruthThere are already problems with building LLVM under...
2011-11-06 NAKAMURA Takumidocs/GettingStarted.html: [Git] Add another example...
2011-10-31 Ted KremenekUpdate 'Getting Started' to suggest using GCC 4.2 or...
2011-10-11 Daniel DunbarClean up a few references to System/. We still have...
2011-09-20 Eric ChristopherMore llvmc bits. Spotted by Benjamin on IRC.
2011-08-12 NAKAMURA Takumidocs/GettingStarted.html: [Git] Add instructions how...
2011-08-12 NAKAMURA Takumidocs/GettingStarted.html: [Git] Mention branch.rebase...
2011-08-12 NAKAMURA Takumidocs/GettingStarted.html: [Git] Split the subsubsection...
2011-07-20 NAKAMURA Takumidocs/GettingStarted.html: Tweak style.
2011-07-20 NAKAMURA Takumidocs/GettingStarted.html: Fix a typo and tweak a comman...
2011-07-19 Jeffrey YasskinDocument how to maintain a git-svn clone of the LLVM...
2011-04-23 NAKAMURA Takumidocs: Introduce cascading style <div> and <p> continued...
2011-04-18 NAKAMURA Takumidocs: Use <Hn> as Heading elements instead of <DIV...
2011-04-09 NAKAMURA Takumidocs/*.html: Make W3C HTML 4.01 Strict more compliant.
2011-04-09 NAKAMURA Takumidocs: Canonicalize URLs.
2011-04-05 NAKAMURA Takumidocs/GettingStarted.html: FIXME: dg, lit, and source...
2011-04-04 Bill WendlingAdd info on where to get 2.9 final svn sources.
2011-03-28 NAKAMURA Takumidocs/GettingStarted.html: [PR8850] Add a note for x86_6...
2011-03-28 NAKAMURA Takumidocs/GettingStarted.html: Add blurb "--enable-shared...
2011-02-01 Anton KorobeynikovDocument the LLVM GIT mirror
2010-12-15 Bill WendlingAdd mention that we support FreeBSD/amd64.
2010-11-02 Oscar FuentesRemoved obsolete section about VC++ project files.
2010-10-07 Nick LewyckyWarn about broken GCCs on ARM due to the problem fixed:
2010-10-06 Bill WendlingFixed RELEASE_28 tags.
2010-10-06 Tanya LattnerUpdate release location.
2010-09-23 Andrew TrickFix Getting Started docs.
2010-07-08 Duncan SandsTweak some docs now that the default build is called...
2010-05-19 Tobias GrosserUpdate autoconf/automake versions in the documentation...
2010-05-07 mike-mRevert r103213. It broke several sections of live website.
2010-05-06 mike-mOverhauled llvm/clang docs builds. Closes PR6613.
2010-02-18 Duncan SandsRefer to -help instead of --help since this is what...
2010-02-17 Chris Lattneradd optional debian instructions, PR6272
2010-02-11 Anton KorobeynikovDocument binutils requirements for coff targets (cygwin...
2009-12-17 Jim GrosbachAdd more detail for getting started on Windows.
2009-12-09 Anton KorobeynikovAdd note about loadable modules on windows.
2009-11-04 Nick LewyckyThe magic for our current brand of .bc files is BC...
2009-10-23 Tanya LattnerAdd 2.6 release note.
2009-09-27 Nick LewyckyCorrect the version numbers to match those actually...
2009-09-10 Chris Lattneradd another broken version of gcc, thanks to Niels...
2009-08-06 Anton KorobeynikovAdd note about msys perl needed for windows/mingw32...
2009-08-04 Edward O'CallaghanMinor www site formating improvements.
2009-07-22 Chris Lattnerfix some formatting stuff, patch by Edward O'Callaghan!
2009-07-21 Chris LattnerVarious doc updates from Edward O'Callaghan!
2009-07-17 Nick LewyckyAdd broken gcc from PR4532.
2009-05-04 Mike StumpRestore minor deletion.
2009-04-25 Chris Lattnerimprove documentation on build configurations, patch by
2009-04-25 Chris LattneraDd support for building a subset of the llvm tools...
2009-04-18 Duncan SandsMake it clearer that llvm-gcc is not needed for
2009-04-17 Jim GrosbachUpdate information on canadian cross builds
2009-04-10 Chris Lattnerfix typo, patch by Shlomi Fish!
2009-03-03 Nick LewyckyThis bug's been fixed but a version with the fix hasn...
2009-02-25 Nick LewyckyRecommend against using Gold to build LLVM.
2009-01-02 Chris Lattnerlex and bison aren't needed to build llvm anymore.
2008-12-29 Misha BrukmanCleanup: clarify llvm-gcc version and package name.
2008-12-17 Misha BrukmanAdded mention of the RELEASE_24 tag for the 2.4 release.
2008-12-11 Misha BrukmanRemoved warnings from HTML 4.01 validator: trailing...
2008-12-11 Misha BrukmanGlobal replace of yellow W3C "valid HTML/CSS" icons...
2008-12-10 Nuno Lopesfix typo. thanks Baldrick for noticing
2008-12-10 Nuno Lopesadd gcc 4.1.2 from redhat to the list of broken compilers
2008-12-08 Nick LewyckyFixes for Visual Studio users. Patch by OvermindDL1...
2008-11-13 Dan GohmanLLVM can generate native code for amd64 on "Linux".
2008-11-09 Chris Lattnerfix validation problem.
2008-10-11 Daniel DunbarAdd GCC 4.1.2 from Debian to known bad GCC list.
2008-08-19 Chris Lattnerremove reference to really really old tree
2008-08-11 Chris Lattnerthe stacker doc is way out of date.
2008-07-22 Bill WendlingFix grammar.
2008-06-09 Tanya LattnerUpdate with new release.
2008-04-07 Tanya LattnerAdded note to getting started guide to use llvm-gcc4.2.
2008-03-18 Scott MichelNote that gcc 4.0.1 will trip internal LLVM asserts...
2008-02-14 Duncan SandsRename CFEBuildInstrs.html to GCCFEBuildInstrs.html.
2008-02-13 Chris Lattnergcc 3.2.3 is also bad.
2008-02-12 Tanya LattnerAdd 2.2 release tag.
2007-12-03 Nick Lewyckylli -trace was removed back in 2003.
2007-11-01 Chris Lattneradd a broken gcc version, thanks to P. Durante for...
2007-09-29 Gordon HenriksenPR1601: etags not configured correctly
2007-09-28 Tanya LattnerUpdate how to release document.
2007-09-27 Tanya LattnerCouple of fixes to mention bunzip2 and make instruction...
2007-07-16 Bill WendlingFix validation errors
2007-07-16 Bill WendlingClean up some formatting
2007-07-16 Bill WendlingClean up some formatting. Add some doc_code div tags.
2007-07-06 Gabor Greiffirst pass of nomenclature changes in .html files
2007-07-04 Chris LattnerMake the GSG actually work.
2007-06-30 Anton KorobeynikovRemove labels again
2007-06-29 Anton KorobeynikovChange CVS-style 'labels' to SVN 'tags' directory.
next