Added a macro and code that checks for the %a format string in sprintf().
[oota-llvm.git] / docs /
2003-10-13 John CriswellFixed the name of a hyperlink.
2003-10-13 John CriswellRemoved information on common build problems. That...
2003-10-13 John CriswellFequently Asked Questions about LLVM. Mainly focuses...
2003-10-13 Chris LattnerOops, forgot to commit this before: standardize header...
2003-10-12 Chris LattnerRename -preheaders pass. Spelling fix
2003-10-10 John CriswellRenamed the feature subtests so that they do not begin...
2003-10-10 John CriswellFixed spelling.
2003-10-10 John CriswellInitial checkin of Testing Guide.
2003-10-10 John CriswellRemoved information about compiling the GCC front end...
2003-10-10 John CriswellRe-did some of the text wrapping (sorry).
2003-10-10 Chris LattnerAdd documentation for weak variables
2003-10-08 Chris LattnerConvert over to short bug URLs
2003-10-07 Chris LattnerAdd links to bugzilla
2003-10-07 Chris LattnerCleanups, include a list of passes
2003-10-07 Chris Lattnercleanup analyze documents
2003-10-07 Chris LattnerEnsure both columns take 50%
2003-10-07 Chris Lattnerno this really isn't extract
2003-10-07 Chris Lattnerinitial checkin of the bugpoint doxs
2003-10-07 Chris LattnerTTify, add links between pages
2003-10-07 Chris LattnerConsistently set the background color
2003-10-07 Chris Lattner<tt>ify things
2003-10-07 Chris LattnerMake the index page a big more attractive
2003-10-07 Chris LattnerMore changes and updates
2003-10-07 Chris Lattner<tt>ify, other minor cleanups
2003-10-07 Chris Lattner<tt> stuff
2003-10-07 Chris LattnerAdd pointer to LLC for code generator options. <tt...
2003-10-07 Chris Lattnerseparate options into X86 and sparc specific options
2003-10-07 Chris LattnerWrap at 80 columns
2003-10-07 Chris LattnerRenamed llvmas.html llvmdis.html and llvmlink.html...
2003-10-07 Chris Lattnerremove options specific to the -internalize pass, add...
2003-10-06 Misha BrukmanBreak lines so that they fit within 80 columns.
2003-10-06 Misha Brukman* Alphabetized order of tools
2003-10-05 Chris LattnerThe sparc backend now support invoke, but still doesn...
2003-10-03 John CriswellAdded links to the C and C++ frontends.
2003-10-03 John CriswellAdding basic documentation for the LLVM C and C++ front...
2003-10-02 Chris LattnerAdd ideas and small revisions from Vikram
2003-10-02 Alkis EvlogimenosChange llc command line for register allocators
2003-10-02 Chris Lattnerfix spleling
2003-10-02 Chris Lattneradd note about .a files
2003-10-02 Chris LattnerInitial checkin of the LLVM 1.0 release notes
2003-10-01 Chris LattnerAmazingly enough, we actually do some stuff around...
2003-09-30 John CriswellCorrected usage synopsis.
2003-09-29 John CriswellAdded information on input and output filenames.
2003-09-29 John CriswellAdded explanation of where analyze gets its input,...
2003-09-26 John CriswellAdded information on how input and output files are...
2003-09-26 John CriswellAdded information about how llvm-as and llvm-dis select...
2003-09-25 Chris LattnerChange the heading of the page to reflect the tool...
2003-09-25 John CriswellAdded an explanation of gccld's behavior when linking...
2003-09-25 John CriswellAdded information about the new -native option.
2003-09-25 John CriswellMade modifications recommended by Chris. Namely:
2003-09-24 John CriswellRemoved completed items.
2003-09-20 Chris Lattnerupdate dox
2003-09-17 Misha BrukmanAdded sections about debugging mis-compilations and...
2003-09-17 Chris Lattnerfix misspelling analyse -> analyze
2003-09-17 John CriswellRenamed the link page to llvmlink.html
2003-09-12 John CriswellInitial go at documentation for llc.
2003-09-11 John CriswellModified the footer to be a link to the LLVM web page.
2003-09-11 John CriswellAdding a skeleton for the LLVM Command Guide.
2003-09-10 Chris LattnerFix spell-o's
2003-09-08 Chris LattnerAdd info about volatile loads/stores
2003-09-03 Chris LattnerFinal cleanups, document is good to go
2003-09-03 Chris LattnerAdd a WHOLE lot of updates clarifications and fixes...
2003-09-02 Chris Lattnerhyphenation police visited here
2003-08-28 Chris LattnerDocument the llvm.unwind intrinsic.
2003-08-28 Misha BrukmanRenaming `as' -> `llvm-as' and `dis' -> `llvm-dis'.
2003-08-25 John CriswellAdded autoconf code that verifies that the C compiler...
2003-08-24 Chris LattnerFix grammar
2003-08-21 Misha BrukmanThe word `dependence' has no `a'.
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2003-08-21 John CriswellAdding a copyright notice to each file is unnecessary.
2003-08-21 John CriswellFurther updates:
2003-08-21 John CriswellUpdated to reflect current work:
2003-08-19 Brian GaekeAdd ParseEnvironmentOptions documentation
2003-08-19 Brian GaekeAdd warning about how you have to put cl::init after...
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-11 Misha Brukman* Added pointers to the README files in emacs/ and...
2003-08-11 Chris LattnerGeez, this misha guy is a _horrible_ speller. :)
2003-08-11 Misha Brukman* Added a section describing the hidden gems in llvm...
2003-08-08 John CriswellRemoved information on the Pool Allocator as it is...
2003-08-08 John CriswellAdded a FAQ about how to clean the directory if it...
2003-08-08 John CriswellUpdated for the 1.1 pre-release.
2003-08-07 Chris Lattner* Fix <>'s in code to be &lt;&gt;'s
2003-08-06 Chris LattnerLoop unroller doesn't necessarily need to be profile...
2003-08-05 Chris Lattner"fix" coding style stuff
2003-08-01 Chris LattnerFix a bug
2003-08-01 Chris LattnerUpdate information about the new DEBUG_TYPE macro
2003-08-01 Chris LattnerFix <>'s in HTML
2003-07-28 Misha BrukmanMade many paragraphs fit into 80 characters per line...
2003-07-28 John CriswellAdded two tasks:
2003-07-28 Misha BrukmanAdded comma after `i.e.'
2003-07-25 Chris LattnerChange reference to assert.h to mention cassert
2003-07-25 Chris LattnerBrian implemented the static compiler, take it off...
2003-07-22 Brian GaekeAdd documentation for runOnMachineFunction()
2003-07-21 John CriswellUpdated from the discussion on July 21, 2003.
2003-07-17 Brian GaekeAdded bits about MachineFunctionPass
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-07-14 Misha BrukmanFixed: </pre</p> => </pre></p>
2003-07-08 John CriswellCorrected the Table of Contents.
2003-07-07 John CriswellFixed the directions for building the C front end.
2003-07-07 John CriswellAdded information about how to unpack the distribution...
next