Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
d724dc894dcc35c10ae013c79d490cb6c1333f66
/
docs
/
CFEBuildInstrs.html
27a0472
fix validation bug
by Chris Lattner
· 18 years ago
ad85ba4
now that llvm-gcc3 is gone, life is significantly simpler and less scary
by Chris Lattner
· 18 years ago
434262a
Remove references to gccld and gccas, adjusting the documentation to
by Reid Spencer
· 18 years ago
c9aee64
Changing cfrontend dir to llvm-gcc3.4 as the example.
by Tanya Lattner
· 18 years ago
0ca558f
Cleaned up the document. Added "doc_code" divisions for code examples.
by Bill Wendling
· 18 years ago
6c3acb7
Changed to a new directory for opensource checkout.
by Jim Laskey
· 18 years ago
810ad8c
Revamp this doc to be accurate w.r.t. building llvmgcc4
by Chris Lattner
· 18 years ago
e9493d3
Include information of svn repository for llvm-gcc4.
by Jim Laskey
· 18 years ago
05fe4b0
Changes docs for llvm.cs.uiuc.edu -> llvm.org
by Reid Spencer
· 19 years ago
23c5b3c
Encourage use of the V8 ABI over the V9 ABI.
by Chris Lattner
· 19 years ago
d6c6ee0
Attempt to make terminology more consistent.
by John Criswell
· 19 years ago
e996714
Recommend what I actually test
by Chris Lattner
· 19 years ago
0203a31
nothing funny about building the CFE on Linux/Itanium
by Duraid Madina
· 19 years ago
8bfe6a7
Merged in release_15.
by John Criswell
· 19 years ago
af94d58
Add a note about SPARC V8.
by John Criswell
· 20 years ago
d0c4a76
Minor fixes.
by John Criswell
· 20 years ago
b0aad7a
Shameless update of copyright years.
by John Criswell
· 20 years ago
00b95c3
Fix HTML-4.01 Strict compliance
by Misha Brukman
· 20 years ago
98558ae
Use a colon instead of a period since we're introducing a command list
by Misha Brukman
· 20 years ago
c8118e1
add another plausible reason
by Chris Lattner
· 20 years ago
b1241b0
Slightly expand on the instructions.
by Chris Lattner
· 20 years ago
e0a7ddd
Describe both objdir==srcdir and objdir!=srcdir methods of building LLVM
by Reid Spencer
· 20 years ago
72a5900
Add a caution about using experimental versions of gnu binutils when
by Reid Spencer
· 20 years ago
cfaf80c
* Remove an unnecessary step. * Correct a path.
by Reid Spencer
· 20 years ago
2404236
Add a blurb about using the GCC 3.4.3 compiler on Cygwin (which works) for
by Reid Spencer
· 20 years ago
90f1745
For PR432:
by Reid Spencer
· 20 years ago
4ac30650
For PR432:
by Reid Spencer
· 20 years ago
77f5530
Revert last changes as they introduce CFE build problems.
by Reid Spencer
· 20 years ago
2c1ce65
For PR432:
by Reid Spencer
· 20 years ago
f96eb57
Remove most references to LLVM_LIB_SEARCH_PATH. It now only exists in the
by Reid Spencer
· 20 years ago
201ddef
Correct documentation to reflect the change in location of the CFE runtime
by Reid Spencer
· 20 years ago
9e2485c
Merged in RELEASE_14 changes.
by John Criswell
· 20 years ago
3149ba7
Use the install-bytecode target to install just the bytecode libs into
by Reid Spencer
· 20 years ago
c7f4264
Fixed pathname to LLVM tools. Thanks to Vladimir Merzliakov for finding this.
by John Criswell
· 20 years ago
0b4f468
Be a little more explicit about how to configure LLVM with the --prefix
by Reid Spencer
· 20 years ago
302ed2a
Fix typeo, thanks to Duraid for pointing it out
by Chris Lattner
· 20 years ago
6e35eda
Fix a typo. Corrected a potential grammary issue.
by John Criswell
· 20 years ago
f99e59a
Add some instructions about ranlib'ing the CFE runtime libraries so that
by Reid Spencer
· 20 years ago
7863c40
Fix documentation for Makefile target name change. install-bytecode is now
by Reid Spencer
· 20 years ago
3787405
Fix the path to the fixinc'd headers. Patch contributed by Jeff Cohen!
by Chris Lattner
· 20 years ago
03ea9d4
Note: do not use GNU binutils under AIX, they're not stable.
by Misha Brukman
· 20 years ago
e749053
Use the `tools-only' target to avoid getting warnings about not having a CFE.
by Misha Brukman
· 20 years ago
a964fe5
* CFE builds on AIX/PowerPC * Wrap long code lines
by Misha Brukman
· 20 years ago
9f9398e
Just run 'make', not all-gcc
by Chris Lattner
· 20 years ago
31b2432
Mention the requirement of dlcompat for MacOS X.
by Misha Brukman
· 20 years ago
62a9343
Capitalize Cygwin.
by Misha Brukman
· 20 years ago
893c26a
cygwin apparently doesn't have widechar support. But when disabled, the whole
by Chris Lattner
· 20 years ago
6a615ad
* Make it HTML4.01
by Chris Lattner
· 20 years ago
7911ce2
Make use of the new doc_author class. "Seperate content from presentation" they said.
by Chris Lattner
· 20 years ago
6a2b310
Made to be HTML-4.01 (Strict)-compliant.
by Misha Brukman
· 21 years ago
e360210
Added a header indicating that the Linux and MacOS configure procedures are
by John Criswell
· 21 years ago
714caf2
Recommend using install-bytecode target
by Brian Gaeke
· 21 years ago
7e9bd80
I think this is a more robust fix for the Solaris wchar problems (PR206).
by Brian Gaeke
· 21 years ago
d000e1d
Merged in RELEASE_11.
by John Criswell
· 21 years ago
2998d3f
Fixed a comma error.
by John Criswell
· 21 years ago
a84962c
Added the --host= option to the Sparc configuration directions.
by John Criswell
· 21 years ago
5507284
Updated build instructions for Sparc.
by John Criswell
· 21 years ago
7af03e9
Make the beginning of this page look like the beginnings of other pages.
by Brian Gaeke
· 21 years ago
b9e5789
* Put LLVM in title of page so readers know which CFE we're talking about
by Misha Brukman
· 21 years ago
0f6d7c0
Merged in RELEASE_1.
by John Criswell
· 21 years ago
13964e0
Add note about multilibs. THis should go into the 1.0 release if possible
by Chris Lattner
· 21 years ago
e38c628
Minor edits
by Chris Lattner
· 21 years ago
83bd33a
* Use UTF-8 instead of ISO-8859-1
by Misha Brukman
· 21 years ago
46079d2
Add C/C++ build instructions, first draft.
by Brian Gaeke
· 21 years ago