index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
GettingStarted.html
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.
NAKAMURA Takumi
2011-04-23
1
-39
/
+38
*
docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.
NAKAMURA Takumi
2011-04-18
1
-61
/
+92
*
docs/*.html: Make W3C HTML 4.01 Strict more compliant.
NAKAMURA Takumi
2011-04-09
1
-6
/
+6
*
docs: Canonicalize URLs.
NAKAMURA Takumi
2011-04-09
1
-9
/
+9
*
docs/GettingStarted.html: FIXME: dg, lit, and source tree layout.
NAKAMURA Takumi
2011-04-05
1
-0
/
+10
*
Add info on where to get 2.9 final svn sources.
Bill Wendling
2011-04-04
1
-0
/
+1
*
docs/GettingStarted.html: [PR8850] Add a note for x86_64-w64-mingw32.
NAKAMURA Takumi
2011-03-28
1
-0
/
+7
*
docs/GettingStarted.html: Add blurb "--enable-shared" on cygming.
NAKAMURA Takumi
2011-03-28
1
-4
/
+4
*
Document the LLVM GIT mirror
Anton Korobeynikov
2011-02-01
1
-0
/
+20
*
Add mention that we support FreeBSD/amd64.
Bill Wendling
2010-12-15
1
-0
/
+5
*
Removed obsolete section about VC++ project files.
Oscar Fuentes
2010-11-02
1
-10
/
+0
*
Warn about broken GCCs on ARM due to the problem fixed:
Nick Lewycky
2010-10-07
1
-0
/
+3
*
Fixed RELEASE_28 tags.
Bill Wendling
2010-10-06
1
-1
/
+1
*
Update release location.
Tanya Lattner
2010-10-06
1
-0
/
+2
*
Fix Getting Started docs.
Andrew Trick
2010-09-23
1
-15
/
+17
*
Tweak some docs now that the default build is called Debug+Asserts.
Duncan Sands
2010-07-08
1
-3
/
+3
*
Update autoconf/automake versions in the documentation to match the versions ...
Tobias Grosser
2010-05-19
1
-2
/
+2
*
Revert r103213. It broke several sections of live website.
mike-m
2010-05-07
1
-0
/
+1679
*
Overhauled llvm/clang docs builds. Closes PR6613.
mike-m
2010-05-06
1
-1679
/
+0
*
Refer to -help instead of --help since this is what tools themselves say.
Duncan Sands
2010-02-18
1
-2
/
+2
*
add optional debian instructions, PR6272
Chris Lattner
2010-02-17
1
-2
/
+8
*
Document binutils requirements for coff targets (cygwin / mingw32).
Anton Korobeynikov
2010-02-11
1
-8
/
+4
*
Add more detail for getting started on Windows.
Jim Grosbach
2009-12-17
1
-23
/
+54
*
Add note about loadable modules on windows.
Anton Korobeynikov
2009-12-09
1
-1
/
+5
*
The magic for our current brand of .bc files is BC. For older ones it was llvc.
Nick Lewycky
2009-11-04
1
-1
/
+1
*
Add 2.6 release note.
Tanya Lattner
2009-10-23
1
-0
/
+1
*
Correct the version numbers to match those actually tested for by
Nick Lewycky
2009-09-27
1
-3
/
+3
*
add another broken version of gcc, thanks to Niels Moller for pointing this out.
Chris Lattner
2009-09-10
1
-1
/
+2
*
Add note about msys perl needed for windows/mingw32 builds.
Anton Korobeynikov
2009-08-06
1
-1
/
+7
*
Minor www site formating improvements.
Edward O'Callaghan
2009-08-04
1
-6
/
+5
*
fix some formatting stuff, patch by Edward O'Callaghan!
Chris Lattner
2009-07-22
1
-3
/
+3
*
Various doc updates from Edward O'Callaghan!
Chris Lattner
2009-07-21
1
-0
/
+5
*
Add broken gcc from PR4532.
Nick Lewycky
2009-07-17
1
-1
/
+3
*
Restore minor deletion.
Mike Stump
2009-05-04
1
-0
/
+3
*
improve documentation on build configurations, patch by
Chris Lattner
2009-04-25
1
-8
/
+19
*
aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin!
Chris Lattner
2009-04-25
1
-3
/
+3
*
Make it clearer that llvm-gcc is not needed for
Duncan Sands
2009-04-18
1
-1
/
+2
*
Update information on canadian cross builds
Jim Grosbach
2009-04-17
1
-36
/
+9
*
fix typo, patch by Shlomi Fish!
Chris Lattner
2009-04-10
1
-1
/
+1
*
This bug's been fixed but a version with the fix hasn't been released yet.
Nick Lewycky
2009-03-03
1
-3
/
+3
*
Recommend against using Gold to build LLVM.
Nick Lewycky
2009-02-25
1
-0
/
+6
*
lex and bison aren't needed to build llvm anymore.
Chris Lattner
2009-01-02
1
-17
/
+1
*
Cleanup: clarify llvm-gcc version and package name.
Misha Brukman
2008-12-29
1
-7
/
+7
*
Added mention of the RELEASE_24 tag for the 2.4 release.
Misha Brukman
2008-12-17
1
-1
/
+2
*
Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>
Misha Brukman
2008-12-11
1
-6
/
+6
*
Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.
Misha Brukman
2008-12-11
1
-2
/
+2
*
fix typo. thanks Baldrick for noticing
Nuno Lopes
2008-12-10
1
-1
/
+1
*
add gcc 4.1.2 from redhat to the list of broken compilers
Nuno Lopes
2008-12-10
1
-0
/
+2
*
Fixes for Visual Studio users. Patch by OvermindDL1 on llvm-dev!
Nick Lewycky
2008-12-08
1
-2
/
+2
*
LLVM can generate native code for amd64 on "Linux".
Dan Gohman
2008-11-13
1
-1
/
+1
[next]