--plugin is not needed for bfd anymore. Update docs.
[oota-llvm.git] / docs /
2009-06-04 Torok Edwin--plugin is not needed for bfd anymore. Update docs.
2009-06-04 Oscar FuentesCMake: Renamed LLVM_ENABLE_ASSERTS to
2009-06-03 Torok Edwinlets not forget about c++!
2009-06-03 Oscar FuentesCMake: Implements and documents option LLVM_ENABLE_ASSERTS.
2009-06-03 Torok EdwinDocument how easy it is to use the gold plugin and...
2009-06-03 Jay FoadDocument how phi and invoke instructions interact with...
2009-05-30 Nick LewyckyMetadata uses metadata type not empty struct.
2009-05-30 Nick LewyckyGive embedded metadata its own type instead of relying...
2009-05-29 Bruno Cardoso LopesFix some typos
2009-05-24 Nick LewyckyRemove border around table used for layout.
2009-05-22 Dan GohmanAdd a note mentioning that uses of the return value...
2009-05-21 Stuart HastingsAdd some missing steps to the sacred testing ritual...
2009-05-19 Cristian CadarTest commit.
2009-05-18 Evan ChengAdd short descriptions of 'implicit' and 'parallel'.
2009-05-17 Bill WendlingFormatting. Some updating of data structures. More...
2009-05-14 David GreeneImplement !if, analogous to $(if) in GNU make.
2009-05-14 David GreeneGraduate LLVM to the big leagues by embedding a LISP...
2009-05-14 David GreeneImplement a !foreach operator analogous to GNU make...
2009-05-14 David GreeneImplement a !subst operation simmilar to $(subst) in...
2009-05-14 David GreeneImplement !cast.
2009-05-14 Jim Grosbachclean up line-wrapping
2009-05-14 Jim GrosbachUpdate the names of the exception handling sjlj instrin...
2009-05-13 Bill WendlingChange MachineInstrBuilder::addReg() to take a flag...
2009-05-13 Chris Lattnergarbage allocation is not a good idea :)
2009-05-12 Bill WendlingUse llvm::raw_stream instead of llvm::Streams.
2009-05-10 Nick LewyckyMake MDNode use CallbackVH. Also change MDNode to store...
2009-05-09 Chris Lattnerfix typo
2009-05-08 Bill WendlingFix typo.
2009-05-06 Duncan SandsAllow readonly functions to unwind exceptions. Teach
2009-05-06 Mikhail GlushenkovRegenerate documentation.
2009-05-05 Dan GohmanAdd some more documentation for x86 special address...
2009-05-05 Chris LattnerAdd basic support for code generation of
2009-05-04 Mike StumpRestore minor deletion.
2009-05-03 Chris LattnerRemove obsolete wording, the only exception a readnone...
2009-05-03 Chris Lattnerbe very explicit that readnone/readonly functions can't
2009-05-01 Misha BrukmanHTML-escape '>' as '>' in sample C++ code.
2009-04-30 Jeffrey YasskinAdd a mention of TypeBuilder to the programmer's manual...
2009-04-29 Bill WendlingSecond attempt:
2009-04-27 Duncan SandsFix some confusion in the Ada f-e build instructions...
2009-04-27 Sanjiv GuptaNow that any size of integer indices are allowed for...
2009-04-26 Chris LattnerAdd two new record types to the blockinfo block:
2009-04-26 Sanjiv GuptaAny size of integral indices are allowed in gep for...
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-25 Chris LattnerUpdate docs to not mention gcse/loadvn and mention...
2009-04-25 Sanjiv GuptaFixed the gep example for i16 type indices.
2009-04-24 Sanjiv GuptaFixed spaces and the getelementpointer example with...
2009-04-24 Sanjiv GuptaAllow i16 type indices to gep.
2009-04-23 David GreeneFix a documentation bug.
2009-04-23 David GreeneMake BinOps typed and require a type specifier for...
2009-04-22 David GreeneAllow defm to inherit from multiple multiclasses.
2009-04-22 David GreeneImplement !nameconcat to concatenate strings and look...
2009-04-22 David GreeneImplement multiclass inheritance.
2009-04-22 Dan GohmanISD::ADD_PARTS is gone; use ISD::SMUL_LOHI as an exampl...
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-15 Bill WendlingMore obsessive reformatting. Fixed some validation...
2009-04-13 Chris LattnerAdd a new "available_externally" linkage type. This...
2009-04-13 Nick LewyckyAdd paragraph tags.
2009-04-12 Nick LewyckyFix compile error. Pointed out by mait on #llvm IRC!
2009-04-10 Misha BrukmanFixed spelling.
2009-04-10 Chris Lattnerfix typo, patch by Shlomi Fish!
2009-04-08 Chris LattnerRemove AllowInverse: it leaks memory and is not the...
2009-04-07 Bill WendlingUse 'name' instead of 'href'.
2009-04-07 Bill WendlingFix verification failure.
2009-04-07 Bill WendlingOffer an explanation of why building LLVM-GCC with...
2009-04-07 Bill WendlingAnother reformatting. No change in docs.
2009-04-06 Chris Lattneradd a new Blob encoding abbreviation for bitcode files...
2009-04-06 Chris Lattnerclean up some html
2009-04-05 Bill WendlingAdd character encoding declaration to fix verification...
2009-04-05 Bill WendlingObsessively format this document.
2009-04-05 Bill WendlingAdd character encoding declaration.
2009-04-05 Bill WendlingFix validation error.
2009-04-05 Bill WendlingA lot of formatting changes.
2009-04-04 Bill WendlingFix some HTML validation errors.
2009-04-04 Bill WendlingGeneral clean-up of the bitcode format documentation...
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-04-03 Bill WendlingDuplicate entry.
2009-04-03 Chris Lattner"Add documentation about the fix for missing x86
2009-04-03 Chris Lattnerupdate some syntax
2009-04-01 Chris Lattneradd this to SVN to allow collaborative hacking.
2009-03-30 John Mosbydocs/TestingGuide.html: correction to prev. text (objdi...
2009-03-30 Chris Lattnerfix some validation problems.
2009-03-30 John MosbyClarify section on setting up and running test-suite
2009-03-28 Bill WendlingUpdate the Visual Studio docs. Patch by Stefanus!
2009-03-27 Mikhail GlushenkovDocumentation update.
2009-03-24 Duncan SandsMention explicitly that the Ada front-end will not...
2009-03-23 Chris Lattnertt'ify.
2009-03-23 Chris LattnerVC++ 6.0 is not future work :)
2009-03-22 Duncan SandsAdd some explanations of how apint loads and stores
2009-03-13 Duncan SandsUpdate these for the 2.5 release.
2009-03-12 Gabor Greifadd some text to explain sentinels
2009-03-12 Gabor Greifminor tweaks
2009-03-11 Gabor Greifdo not pretend llvm/.../*.h being system headers
2009-03-11 Duncan SandsIt makes no sense to have a ODR version of common
2009-03-11 Gabor Greiffix validator errors
2009-03-11 Gabor GreifFix exaples using IRBuilder. Thanks, Quadrescence and...
2009-03-11 Duncan SandsRemove the one-definition-rule version of extern_weak
2009-03-09 Chris LattnerClarify wording, patch by Stefanus Du Toit!
2009-03-09 Chris Lattnerdon't allow hash_map or hash_set.
next