eliminate extra space.
[oota-llvm.git] / docs /
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-12 Chris Lattnerremove llvm.part.set.* and llvm.part.select.*. They...
2009-07-12 Daniel DunbarAdd an LLVM API change.
2009-07-12 Chris Lattnerbe explicit about making comments real sentences.
2009-07-11 Mikhail GlushenkovRegenerate.
2009-07-11 Mikhail GlushenkovUpdate documentation.
2009-07-09 Mikhail GlushenkovRegenerate.
2009-07-09 Mikhail GlushenkovDocumentation update.
2009-07-08 Owen AndersonPush LLVMContext _back_ through IRBuilder.
2009-07-08 Rafael EspindolaUpdate the example to show that an archive can contain...
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-07-07 Dan GohmanAdd a paragraph about the Add->FAdd API change.
2009-07-07 Mikhail GlushenkovRegenerate.
2009-07-07 Mikhail GlushenkovRegenerate.
2009-07-05 Duncan SandsClarify that later compiler versions are known to
2009-07-02 Owen AndersonDescribe the LLVMContext API change.
2009-07-01 Daniel DunbarTry to clarify a point about getting DominatorTree...
2009-06-30 Chris Lattneradd a FAQ.
2009-06-30 Chris Lattnergot confused again
2009-06-30 Chris Lattnerfix some issues Jeff Yasskin noticed
2009-06-30 Chris Lattneradd a note about re-evaluating end() every time through...
2009-06-30 Mikhail GlushenkovRegenerate.
2009-06-29 David GreeneImplement !cast<string>.
2009-06-26 Shantonu SenClarify how to configure llvm-gcc-4.2 for use with
2009-06-26 Devang PatelRemove debug info anchors - llvm.dbg.compile_units...
2009-06-25 Mikhail GlushenkovRegenerate.
2009-06-25 Mikhail GlushenkovUpdate documentation.
2009-06-24 Jeffrey YasskinReleaseNotes.External Projects += Rubinius
2009-06-24 Jeffrey YasskinReleaseNotes.External Projects += Unladen Swallow
2009-06-24 Duncan SandsStart sketching 2.6 release notes. This provides a
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...
next