remove dead makefile flags.
[oota-llvm.git] / docs /
2009-06-20 Duncan SandsClarify that if the alignment is zero then an alignment
2009-06-17 Stefanus Du ToitFix link to BasicBlock doxygen documentation in Program...
2009-06-17 Mikhail GlushenkovFormatting fix.
2009-06-17 Mikhail GlushenkovRegenerate.
2009-06-16 Chris LattnerRemove support for building LLVM libraries into "relinked"
2009-06-16 Owen AndersonUpdate the threading section to reflect current plans...
2009-06-16 Owen AndersonFix validation errors.
2009-06-16 Eli FriedmanRemove the "llvm.umul.with.overflow is broken" warning...
2009-06-16 Owen AndersonAdd initial stab at documenting the use of LLVM with...
2009-06-16 Mikhail GlushenkovRegenerate.
2009-06-15 Dan GohmanRewrite the noredzone description, attempting to avoid...
2009-06-15 Dan GohmanFix a typo.
2009-06-15 Dan GohmanReword the description of the noredzone attribute.
2009-06-15 Torok Edwinx86_64 was completely missing from the target triples...
2009-06-15 Chris Lattnerremove some old CVS-specific arguments that don't work...
2009-06-12 Devang PatelDocument noredzone and noimplicitfloat function attributes.
2009-06-12 Oscar FuentesCMake: New variable LLVM_LIBDIR_SUFFIX.
2009-06-11 Oscar FuentesCMake: Documented how to cross-compile with CMake.
2009-06-09 David GreeneRevert 73074 and 73099 because Windows doesn't have...
2009-06-08 David GreeneAdd a !patsubst operator. Use on string types.
2009-06-08 David GreeneUpdate documentation.
2009-06-08 Daniel DunbarDocument the stack alignment part of target data descri...
2009-06-08 David GreeneAdd a !regmatch operator to do pattern matching in...
2009-06-06 Nick LewyckyMove </pre> to column one to avoid an extra line of...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
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 '&gt;' 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.
next