Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
14a55d952cf238fff42da53a75f39cf06dab184b
/
docs
24e0411
Fix link to BasicBlock doxygen documentation in Programmer's Manual
by Stefanus Du Toit
· 15 years ago
df04ead
Formatting fix.
by Mikhail Glushenkov
· 15 years ago
63dc318
Regenerate.
by Mikhail Glushenkov
· 15 years ago
6be9266
Remove support for building LLVM libraries into "relinked"
by Chris Lattner
· 15 years ago
1ad70e3
Update the threading section to reflect current plans/implementation.
by Owen Anderson
· 15 years ago
5e8c50e
Fix validation errors.
by Owen Anderson
· 15 years ago
7ed5d56
Remove the "llvm.umul.with.overflow is broken" warning; it should be
by Eli Friedman
· 15 years ago
8bc1b3b
Add initial stab at documenting the use of LLVM with threaded clients.
by Owen Anderson
· 15 years ago
502106a
Regenerate.
by Mikhail Glushenkov
· 15 years ago
125473b
Rewrite the noredzone description, attempting to avoid confusing language.
by Dan Gohman
· 15 years ago
d87c9e3
Fix a typo.
by Dan Gohman
· 15 years ago
2185f9e
Reword the description of the noredzone attribute.
by Dan Gohman
· 15 years ago
c457b65
x86_64 was completely missing from the target triples supported by the X86 code
by Torok Edwin
· 15 years ago
8792232
remove some old CVS-specific arguments that don't work with SVN.
by Chris Lattner
· 15 years ago
5d96fda
by Devang Patel
· 15 years ago
af0f65f
CMake: New variable LLVM_LIBDIR_SUFFIX.
by Oscar Fuentes
· 15 years ago
cbdbcb1
CMake: Documented how to cross-compile with CMake.
by Oscar Fuentes
· 15 years ago
ffc0ab6
by David Greene
· 15 years ago
0d97399
by David Greene
· 15 years ago
ccbfb8d
by David Greene
· 15 years ago
87bde0b
Document the stack alignment part of target data description.
by Daniel Dunbar
· 15 years ago
938c8ab
by David Greene
· 15 years ago
9d813df
Move </pre> to column one to avoid an extra line of spaces in the example.
by Nick Lewycky
· 15 years ago
ae3a0be
Split the Add, Sub, and Mul instruction opcodes into separate
by Dan Gohman
· 15 years ago
347c7bb
--plugin is not needed for bfd anymore. Update docs.
by Torok Edwin
· 15 years ago
76941b2
CMake: Renamed LLVM_ENABLE_ASSERTS to
by Oscar Fuentes
· 15 years ago
4734ed8
lets not forget about c++!
by Torok Edwin
· 15 years ago
81a8755
CMake: Implements and documents option LLVM_ENABLE_ASSERTS.
by Oscar Fuentes
· 15 years ago
5641f8d
Document how easy it is to use the gold plugin and have LTO with autotooled projects.
by Torok Edwin
· 15 years ago
d244909
Document how phi and invoke instructions interact with SSA form.
by Jay Foad
· 15 years ago
1e8c7a6
Metadata uses metadata type not empty struct.
by Nick Lewycky
· 15 years ago
7a0370f
Give embedded metadata its own type instead of relying on EmptyStructTy.
by Nick Lewycky
· 15 years ago
d80ddc0
Fix some typos
by Bruno Cardoso Lopes
· 15 years ago
86c4864
Remove border around table used for layout.
by Nick Lewycky
· 15 years ago
f96a499
Add a note mentioning that uses of the return value of an invoke
by Dan Gohman
· 15 years ago
c4c268b
Add some missing steps to the sacred testing ritual scriptures.
by Stuart Hastings
· 15 years ago
fb57f1c
Test commit.
by Cristian Cadar
· 15 years ago
a7185b2
Add short descriptions of 'implicit' and 'parallel'.
by Evan Cheng
· 15 years ago
48839d9
Formatting. Some updating of data structures. More work needs to be done to update the examples.
by Bill Wendling
· 15 years ago
9bea7c8
by David Greene
· 16 years ago
5f9f9ba
by David Greene
· 16 years ago
beb31a5
by David Greene
· 16 years ago
4afc509
by David Greene
· 16 years ago
e6c27de
by David Greene
· 16 years ago
06261cd
clean up line-wrapping
by Jim Grosbach
· 16 years ago
f957012
Update the names of the exception handling sjlj instrinsics to
by Jim Grosbach
· 16 years ago
587daed
Change MachineInstrBuilder::addReg() to take a flag instead of a list of
by Bill Wendling
· 16 years ago
7f3b36d
garbage allocation is not a good idea :)
by Chris Lattner
· 16 years ago
588764e
Use llvm::raw_stream instead of llvm::Streams.
by Bill Wendling
· 16 years ago
cb33799
Make MDNode use CallbackVH. Also change MDNode to store Value* instead of
by Nick Lewycky
· 16 years ago
60150a3
fix typo
by Chris Lattner
· 16 years ago
871eb0a
Fix typo.
by Bill Wendling
· 16 years ago
7af1c78
Allow readonly functions to unwind exceptions. Teach
by Duncan Sands
· 16 years ago
d6d2efc
Regenerate documentation.
by Mikhail Glushenkov
· 16 years ago
d26795a
Add some more documentation for x86 special address spaces.
by Dan Gohman
· 16 years ago
1777d0c
Add basic support for code generation of
by Chris Lattner
· 16 years ago
fe095f3
Restore minor deletion.
by Mike Stump
· 16 years ago
bdd7329
Remove obsolete wording, the only exception a readnone function can throw
by Chris Lattner
· 16 years ago
7a57c5b
be very explicit that readnone/readonly functions can't throw exceptions.
by Chris Lattner
· 16 years ago
1af789f
HTML-escape '>' as '>' in sample C++ code.
by Misha Brukman
· 16 years ago
714257f
Add a mention of TypeBuilder to the programmer's manual, and clean up the class
by Jeffrey Yasskin
· 16 years ago
be8cc2a
Second attempt:
by Bill Wendling
· 16 years ago
f044cff
Fix some confusion in the Ada f-e build instructions between
by Duncan Sands
· 16 years ago
23c70f4
Now that any size of integer indices are allowed for sequential types, remove the unneccessary gyan about promoting them.
by Sanjiv Gupta
· 16 years ago
f9a3ec8
Add two new record types to the blockinfo block:
by Chris Lattner
· 16 years ago
9341c80
Any size of integral indices are allowed in gep for indexing into sequential types. Also adding a test case to check the indices type allowed into struct.
by Sanjiv Gupta
· 16 years ago
efdb3bc
improve documentation on build configurations, patch by Josef Eisl!
by Chris Lattner
· 16 years ago
0694290
aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin!
by Chris Lattner
· 16 years ago
4f4365e
Update docs to not mention gcse/loadvn and mention memdep and
by Chris Lattner
· 16 years ago
9f805c2
Fixed the gep example for i16 type indices.
by Sanjiv Gupta
· 16 years ago
16ffa80
Fixed spaces and the getelementpointer example with i16 type indices.
by Sanjiv Gupta
· 16 years ago
7787d4a
Allow i16 type indices to gep.
by Sanjiv Gupta
· 16 years ago
3f47c29
by David Greene
· 16 years ago
e8cf21e
by David Greene
· 16 years ago
5654613
by David Greene
· 16 years ago
c7cafcd
by David Greene
· 16 years ago
de444af
Implement multiclass inheritance.
by David Greene
· 16 years ago
e370c80
ISD::ADD_PARTS is gone; use ISD::SMUL_LOHI as an example instead.
by Dan Gohman
· 16 years ago
dc22376
Make it clearer that llvm-gcc is not needed for building llvm.
by Duncan Sands
· 16 years ago
5bea822
Update information on canadian cross builds
by Jim Grosbach
· 16 years ago
8011880
More obsessive reformatting. Fixed some validation errors.
by Bill Wendling
· 16 years ago
266c7bb
Add a new "available_externally" linkage type. This is intended
by Chris Lattner
· 16 years ago
ef5facd
Add paragraph tags.
by Nick Lewycky
· 16 years ago
de9b4c4
Fix compile error. Pointed out by mait on #llvm IRC!
by Nick Lewycky
· 16 years ago
7e0fc8a
Fixed spelling.
by Misha Brukman
· 16 years ago
b357f04
fix typo, patch by Shlomi Fish!
by Chris Lattner
· 16 years ago
00a7b52
Remove AllowInverse: it leaks memory and is not the right
by Chris Lattner
· 16 years ago
a0bd810
Use 'name' instead of 'href'.
by Bill Wendling
· 16 years ago
b1a61bd
Fix verification failure.
by Bill Wendling
· 16 years ago
f159402
Offer an explanation of why building LLVM-GCC with objdir == srcdir doesn't
by Bill Wendling
· 16 years ago
290235f
Another reformatting. No change in docs.
by Bill Wendling
· 16 years ago
dcd006b
add a new Blob encoding abbreviation for bitcode files that emits
by Chris Lattner
· 16 years ago
63c3ffc
clean up some html
by Chris Lattner
· 16 years ago
19a8dca
Add character encoding declaration to fix verification warning.
by Bill Wendling
· 16 years ago
78c8fce
Obsessively format this document.
by Bill Wendling
· 16 years ago
e6b4879
Add character encoding declaration.
by Bill Wendling
· 16 years ago
e9e6fd9
Fix validation error.
by Bill Wendling
· 16 years ago
4a2bca8
A lot of formatting changes.
by Bill Wendling
· 16 years ago
903bcc4
Fix some HTML validation errors.
by Bill Wendling
· 16 years ago
bb7425f
General clean-up of the bitcode format documentation. Having the paragraphs
by Bill Wendling
· 16 years ago
Next »