Implement eliminateCallFramePseudoInstr().
[oota-llvm.git] / docs /
2004-10-09 Chris LattnerFix grammaro
2004-10-09 Chris LattnerIt looks like we're not releasing 1.4 with llvm.org...
2004-10-08 Misha BrukmanDescribe how to configure tests to work with f2c
2004-10-08 Misha Brukman* Reformat to fit 80 cols
2004-10-06 Chris LattnerFix the path to the fixinc'd headers. Patch contribute...
2004-10-05 Chris LattnerBug fixed
2004-10-04 Misha BrukmanAdd example 'abstract' architectures for LLI: MIX,...
2004-10-01 Chris LattnerAdd project
2004-10-01 Misha BrukmanAdd note about converting Skeleton to a useful backend...
2004-09-28 Misha Brukman* InstructionReader.cpp was absorbed into Reader.cpp
2004-09-28 Chris LattnerBug fixed
2004-09-27 Chris LattnerPatch contributed by Patrick Meredith:
2004-09-27 Misha BrukmanFix grammar.
2004-09-23 Reid SpencerAdd a blurb about the use of class vs. struct keyword...
2004-09-21 Misha BrukmanThanks to Brad for documentation on adding a DerivedType
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-19 Chris LattnerThe lexicon doc is more of a user guide than programmin...
2004-09-19 Chris Lattnerbetter code
2004-09-18 Chris LattnerMisha implemented the ModuleProvider interface back...
2004-09-18 Chris LattnerProvide initial docs for CallGraphSCCPass's, and fix...
2004-09-18 Chris LattnerMake this HTML 4.01 strict
2004-09-15 Chris LattnerBug fixed
2004-09-14 Chris LattnerAdd notes about some buggy passes
2004-09-09 Misha BrukmanFix broken internal links (one found by seventwentyfour...
2004-09-09 Misha BrukmanIf updating from CVS gives error "No rule to make targe...
2004-09-09 Misha BrukmanFix broken link to the 2004 CGO paper.
2004-09-07 Reid Spencerbug 352 fixed
2004-09-07 Misha BrukmanThis is the documentation style sheet, not the one...
2004-09-06 Misha BrukmanRemove extraneous blank lines.
2004-09-06 Misha BrukmanAdd link to new howto on writing backends.
2004-09-06 Misha BrukmanHow to write an LLVM backend, first draft.
2004-09-06 Misha Brukman* Profile-guided needs a hyphen
2004-09-06 Misha BrukmanReword to not use a link text `click here'.
2004-09-05 Reid SpencerHTML 4.01 STRICT compliance.
2004-09-05 Reid SpencerMake section separator comments 80 chars, not 70.
2004-09-05 Misha BrukmanPut a space between `Data' and `Structure' of DSA.
2004-09-05 Misha BrukmanRemove the bit about this document being my `notes...
2004-09-05 Misha BrukmanFix object/library filenames that have changed, clarify...
2004-09-05 Misha BrukmanAdd DSA.
2004-09-05 Misha Brukman* CSS was created to reduce re-specifying design styles...
2004-09-04 Reid SpencerTake one item off the "to do" list: implemented -O1...
2004-08-30 Reid SpencerAdd a blurb about exploiting the use of external storage.
2004-08-29 Reid SpencerSynchronize documentation of configuration items and...
2004-08-27 Nate BegemanFix a typo in the bytecode format documentation
2004-08-27 Reid SpencerAdd more content.
2004-08-27 Reid SpencerBug 430 Fixed.
2004-08-26 Reid SpencerProvide some meta tags for this document.
2004-08-26 Reid SpencerAdd the default table related styles
2004-08-26 Reid SpencerDocument the rational for the #include hierarchy.
2004-08-25 Reid SpencerDocument definitions and computations provided by llvm...
2004-08-24 Chris LattnerAdd some details
2004-08-24 Reid SpencerAdded BURS.
2004-08-24 Brian Gaekebug fixed
2004-08-24 Misha BrukmanChange LVN -> Load-VN since that's the name of the...
2004-08-24 Misha BrukmanFix some grammar.
2004-08-24 Misha BrukmanAdded DSE, LICM, LVN, PRE, SCCP, and SSA
2004-08-23 Misha BrukmanDocument 'gmake install' vs. 'install-bytecode' (used...
2004-08-23 Misha BrukmanNote: do not use GNU binutils under AIX, they're not...
2004-08-22 Reid SpencerMany useful corrections resulting from Chris Lattner...
2004-08-21 Misha BrukmanBytecode libraries are installed with `make install...
2004-08-21 Reid SpencerFirst complete version. The details of configuration...
2004-08-20 Brian GaekePacked types, brought to you by Brad Jones
2004-08-20 Chris LattnerBug fixed
2004-08-18 Reid SpencerCorrect a link, add a TOC entry.
2004-08-18 Reid SpencerProvided opcode definitions.
2004-08-17 Reid SpencerAdded a *very* initial cut at a lexicon for LLVM. I...
2004-08-17 Reid SpencerDocumented (Java properties file like) syntax of config...
2004-08-17 Reid SpencerAdd a reference to the ComilerDriver documentation.
2004-08-17 Reid SpencerDocumented the removal of alignment in version 4 byteco...
2004-08-17 Reid SpencerTechnical Corrections (thanks to Robert Mykland):
2004-08-16 Chris LattnerSpaces arg!
2004-08-16 Reid SpencerCorrect the documentation for the module block header...
2004-08-16 Reid SpencerBug 422 fixed.
2004-08-16 John CriswellMerged in RELEASE_13. This fixes the Command Guide...
2004-08-16 John CriswellMerged in release_13 branch.
2004-08-16 Chris LattnerBug fixed
2004-08-16 Chris LattnerScrub all LLVM 1.3 stuff, changing over to 1.4. Add...
2004-08-14 Misha BrukmanUse the `tools-only' target to avoid getting warnings...
2004-08-13 Reid SpencerAdded description of usage of the getPosition() option...
2004-08-12 Misha BrukmanWrap long lines and try to fill the 80 chars per line...
2004-08-12 Misha Brukman* Escape &, <, and >
2004-08-12 Chris LattnerAdd description of packed type support.
2004-08-12 Chris LattnerAdd information on adding a derived type to LLVM, patch...
2004-08-10 Reid SpencerFinish HTMLizing the document. Configuration section...
2004-08-10 Reid SpencerFixed some spellos and grammaros.
2004-08-09 Misha BrukmanAdd note about AIX/PowerPC with disk space requirements...
2004-08-09 Misha Brukman* CFE builds on AIX/PowerPC
2004-08-09 Reid SpencerMove information on Configuration files to the ../Compi...
2004-08-09 Reid SpencerThis is the initial draft of the Compiler Driver docume...
2004-08-08 Chris LattnerThis isn't a bug, it's a missing feature
2004-08-07 Reid SpencerAdded information about the configuration file. This...
2004-08-06 Reid SpencerCorrect spelling mistakes. Wrap lines at 80 columns.
2004-08-06 Reid SpencerVarious updates suggested by Misha and Chris. Moved...
2004-08-06 Reid SpencerFirst version of a manual page for the llvmc compiler...
2004-08-05 Chris LattnerMore prominantly mention ppc support, more accurately...
2004-08-05 Misha Brukman* Mention PowerPC as new feature, and experimental...
2004-08-04 Misha BrukmanSurround code element with <tt> tags
2004-08-04 Chris LattnerAdd note
2004-08-04 Chris LattnerFix linkage types
2004-08-04 Reid SpencerAdded note for PR413
next