Regenerate.
[oota-llvm.git] / docs /
2007-02-05 Chris Lattneradd a note
2007-02-04 Reid SpencerFor PR1067:
2007-02-04 Chris Lattnerdescribe SmallSetVector
2007-02-03 Chris Lattnernull -> pointer, nul -> character :)
2007-02-03 Reid SpencerFix some spellos.
2007-02-03 Chris Lattnerfix grammar
2007-02-03 Chris LattnerSerious cleanups. Make the TOC match the text for...
2007-02-03 Chris LattnerAdd TOC
2007-02-03 Chris Lattnerdescribe map-like containers
2007-02-03 Chris Lattnerimprove grammar
2007-02-03 Chris Lattnerimprove grammar
2007-02-03 Chris Lattnerclose run-away tag
2007-02-03 Chris Lattnerfill in the section on Set-like containers.
2007-02-03 Chris Lattnerfix validation issues
2007-02-03 Chris Lattnerfix validation problems
2007-02-03 Chris LattnerAdd some notes about choice of container.
2007-02-03 Reid SpencerFor PR1152:
2007-02-03 Reid SpencerAnd even more correctly.
2007-02-03 Reid SpencerFormat the examples correctly.
2007-02-03 Reid SpencerFor PR1152:
2007-02-02 Reid SpencerPut the Shift instructions in the right section.
2007-02-02 Reid Spencer1. Break long lines to 80 col limit
2007-01-31 Reid SpencerPreview of the shift instructions becoming Binary Opera...
2007-01-31 Reid SpencerFix version information for new instructions.
2007-01-31 Reid SpencerCorrect the instruction op codes to meet current head...
2007-01-31 Reid SpencerExcise documentation about Compaction Tables.
2007-01-28 Anton KorobeynikovGrammar fix
2007-01-28 Anton KorobeynikovDocument 'inreg' & 'sret'
2007-01-27 Owen AndersonDescribe the recent changes to the bytecode format...
2007-01-26 Jim LaskeyChange the MachineDebugInfo to MachineModuleInfo to...
2007-01-23 Devang PatelFix cut-n-pasto.
2007-01-23 Anton KorobeynikovOne more small fix to documentation
2007-01-23 Anton KorobeynikovUpdating documentation:
2007-01-21 Reid SpencerFor PR970:
2007-01-20 Reid SpencerInitial template for the 2.0 Bitcode format that will...
2007-01-19 Reid Spencericmp doesn't support comparison of packed types.
2007-01-18 Reid SpencerUpdate copyright for 2007.
2007-01-17 Reid SpencerUpdate for changes in location of Stacker.
2007-01-15 Reid SpencerOne more @ to remove.
2007-01-15 Reid SpencerUpdate documentation for parameter attributes for the...
2007-01-15 Chris LattnerChange to match API changes.
2007-01-15 Chris LattnerTerminology change: drop 'integral' completely. Now...
2007-01-14 Chris Lattnerclarify linkonce/weak linkage
2007-01-14 Reid SpencerFix an incorrect conversion of int -> i32
2007-01-14 Chris Lattneradd a global variable example
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
2007-01-12 Reid SpencerMake a couple organizational changes. Type no longer...
2007-01-12 Reid SpencerUpdate documentation for arbitrary precision integers:
2007-01-12 Reid SpencerFix a typo.
2007-01-12 Reid SpencerUpdate for changes in the IR. The ConstantIntegral...
2007-01-12 Reid SpencerUpdate for changes in the assembly syntax. bool is...
2007-01-09 Reid SpencerExplain that bitcast can only cast a pointer to another...
2007-01-08 Chris LattnerFully specify the type of the llvm.va* intrinsics....
2007-01-07 Chris Lattnerllvm.isunordered is no longer alive.
2007-01-07 Reid SpencerUpdate the documentation for SymbolTable class.
2007-01-05 Reid SpencerAdd an example to the trunc instruction to clarify...
2007-01-05 Reid SpencerCorrect the documentation for function declarations...
2007-01-04 Chris LattnerFix broken links, reported by Baptiste Lepilleur
2007-01-04 Reid SpencerDocument this tool as experimental and list its deficie...
2007-01-04 Reid SpencerClean up usage of "unsigned" and "signed" in the docume...
2007-01-04 Bill WendlingRemoved reference to "cnull" because typical users...
2007-01-04 Chris Lattnerding dong llvm-gcc3 is dead
2007-01-04 Chris Lattnergcc 4.1.1 on amd64 is broken
2007-01-04 Reid Spencericmp and fcmp do not take packed type operands.
2006-12-31 Reid SpencerRemove documentation of non-existent cextcc and csretex...
2006-12-31 Reid SpencerOne more try on the table formatting.
2006-12-31 Reid SpencerClean up some typos and formatting.
2006-12-31 Reid SpencerFor PR950:
2006-12-31 Nick LewyckyTypo.
2006-12-28 Reid SpencerPreview of new calling conventions: cextcc and csretext...
2006-12-20 Chris Lattnerfix a typo
2006-12-19 Reid SpencerRemove documentation for isSigned and isUnsigned method...
2006-12-19 Chris Lattnerupdate to reflect changes in statistic class.
2006-12-19 Reid SpencerFix an example that used the old SetCondInst instruction.
2006-12-19 Reid SpencerMake changes for removal of SETCC instruction to unify...
2006-12-17 Bill WendlingAdded example of how to code print() methods so that...
2006-12-15 Jim LaskeyPass html validation.
2006-12-14 Jim LaskeyStart of PowerPC info.
2006-12-09 Bill WendlingFixed some formatting.
2006-12-09 Bill WendlingAnother example of using the llvm IO streams.
2006-12-09 Bill WendlingAdd documentation for how to use the new LLVM streams.
2006-12-08 Andrew LenharthA backwards compatible bc format for packed structs
2006-12-08 Andrew LenharthPacked Structure Definitions (docs)
2006-12-07 Bill WendlingRemoving even more <iostream> includes.
2006-12-06 Reid SpencerTie the ordered/unordered predicate descriptions to...
2006-12-04 Reid SpencerWe only support 32-bit or 64-bit sequential type indice...
2006-12-04 Reid SpencerDocument the icmp and fcmp constant expressions.
2006-12-03 Reid SpencerUpdate for signless GEP semantics.
2006-12-02 Reid SpencerAdd llvm-upgrade documentation.
2006-12-02 Reid SpencerDocument the llvm-upgrade tool.
2006-11-30 Jim LaskeyUpdate docs
2006-11-27 Chris Lattnerremove dead tag
2006-11-21 John CriswellDocumented the --disable-compression option in gccld...
2006-11-20 Chris LattnerFix PR1005
2006-11-20 Tanya LattnerFixed typo
2006-11-20 Tanya LattnerAdding 1.9 release and removing references to cfrontend
2006-11-20 Tanya LattnerChanging cfrontend dir to llvm-gcc3.4 as the example.
2006-11-19 Reid SpencerCorrections from review.
2006-11-18 Reid SpencerUpdate a reference to the old setcc instruction.
2006-11-18 Reid SpencerFor PR950:
next