Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9.
[oota-llvm.git] / docs / CommandGuide /
2009-08-15 Chris Lattnerfix pasto noticed by Jakub
2009-08-15 Chris Lattneradd a simple FileCheck man page.
2009-07-22 Sanjiv GuptaAdded -b option to override the default bitcode output...
2009-07-11 Mikhail GlushenkovUpdate documentation.
2009-07-09 Mikhail GlushenkovDocumentation update.
2009-06-25 Mikhail GlushenkovUpdate documentation.
2009-04-29 Bill WendlingSecond attempt:
2009-03-27 Mikhail GlushenkovDocumentation update.
2009-03-02 Bill WendlingDocument the -gcc-tool-args bugpoint option.
2009-02-28 Bill WendlingFix typo. Found by William Moss.
2009-01-21 Mikhail GlushenkovMimic gcc behaviour with regard to response files.
2009-01-12 Chris Lattnerremove some dead options.
2009-01-09 Mikhail GlushenkovAdd a --check-graph option to llvmc.
2008-12-12 Mikhail GlushenkovMan page update.
2008-12-11 Misha Brukman* Fixed formatting of command descriptions to be consis...
2008-12-09 Mikhail GlushenkovMan page typo fix.
2008-12-08 Dan GohmanGeneralize bugpoint's concept of a "safe" backend,...
2008-12-07 Mikhail GlushenkovMan page update.
2008-11-26 Mikhail GlushenkovDescribe some more options in the man page.
2008-11-25 Mikhail GlushenkovAdd a man page for llvmc. Really basic for now, will...
2008-10-28 Chris Lattnerllvm-ld doesn't have a -march option. This fixes PR2961
2008-10-26 Nick LewyckyRemove -check-exit-code from bugpoint. This is subsumed...
2008-08-06 Chris Lattnerstacker is really gone.
2008-08-06 Chris Lattnerremove stacker
2008-06-25 Chris Lattnerremove a bunch of dead options that never did anything.
2008-06-12 Dale JohannesenImprove description of -emit-llvm.
2008-06-09 Tanya LattnerCreate dirs as needed.
2008-05-04 Anton KorobeynikovRemove entries from here also
2008-05-04 Anton KorobeynikovDrop llvmc also, it will be replaced by shiny new llvmc2
2008-05-04 Anton KorobeynikovDrop llvm2cpp, it's now a llc target
2008-04-07 Tanya LattnerAdded note to getting started guide to use llvm-gcc4.2.
2008-03-30 Erick TryzelaarTweak build system to allow for installing the tutorial...
2008-02-12 Chris Lattnerheavily refactor this to have less duplication between...
2007-12-29 Chris Lattnerremove attributions from the rest of the llvm makefiles.
2007-08-07 Reid SpencerWho thought up this crazy formatting scheme?
2007-08-07 Reid SpencerOkay, over/back tags don't next.
2007-08-07 Reid SpencerTry an indent level for better formatting.
2007-08-07 Reid SpencerAdd the code generation options.
2007-08-07 Reid SpencerRearrange options into sections and add the last floati...
2007-08-07 Reid SpencerAdd the -disable-excess-fp-precision option.
2007-08-07 Reid SpencerAdd another missing option.
2007-08-07 Reid SpencerAdd some more missing options.
2007-08-07 Reid SpencerRemove the -f option which is no longer supported,...
2007-08-05 Reid SpencerUpdate links to the command guide generated documentation.
2007-07-18 Nick LewyckyAlphabetize. Document -mlimit parameter.
2007-07-09 Gabor Greifeliminated all references to 'bytecode' from .pod files
2007-07-09 Reid SpencerBytecode -> Bitcode
2007-07-09 Reid SpencerMinor language change upgrader -> upgrade tool
2007-07-09 Reid SpencerThis dir does not appear under /docs anymore but under...
2007-07-09 Reid SpencerFix some minor typos.
2007-07-09 Reid SpencerFix some typos.
2007-07-09 Reid SpencerFix a typo.
2007-07-09 Reid SpencerFix a typo.
2007-07-09 Reid SpencerFix some minor typos, again to test the auto-update...
2007-07-09 Reid SpencerRemove an unneeded space, mostly to verify that auto...
2007-07-05 Reid SpencerAdd a note about llvm2cpp's dubious future.
2007-06-29 John CriswellConvert .cvsignore files
2007-05-06 Chris Lattnerremove dead option
2007-02-18 Reid SpencerRemove broken links to gccas and gccld.
2007-02-12 Reid SpencerRemove references to the now deprecated gccas and gccld.
2007-02-12 Reid SpencerUpdate for llvm-gcc v4.0 usage.
2007-02-09 Reid SpencerRemove gccas.pod and references to gccas and gccld.
2007-02-09 Reid Spencergccld is gone.
2007-02-09 Reid SpencerFix some formatting mistakes.
2007-02-09 Reid SpencerMerge gccld documentation in here. gccld will go away...
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-01-04 Reid SpencerDocument this tool as experimental and list its deficie...
2006-12-02 Reid SpencerAdd llvm-upgrade documentation.
2006-12-02 Reid SpencerDocument the llvm-upgrade tool.
2006-11-21 John CriswellDocumented the --disable-compression option in gccld...
2006-11-20 Chris LattnerFix PR1005
2006-09-14 Nick LewyckyDocument new --enable-valgrind option.
2006-08-28 Reid SpencerExcise references to the now defunct "analyze" tool...
2006-08-15 Patrick JenkinsFixed the awkward description of the -find-bugs option...
2006-08-15 Patrick JenkinsAdded option description for -find-bugs.
2006-08-10 Reid Spencerllvm2cpp no longer reads LLVM assembly but LLVM bytecod...
2006-08-01 Reid SpencerUpdate to include new options.
2006-06-06 Chris Lattnerdocument --libfiles
2006-06-02 Chris LattnerAdd tblgen to the index
2006-06-02 Chris Lattnertblgen isn't related to llvm2cpp. Fix typo
2006-06-01 Reid SpencerDocument the -gen-inline option.
2006-05-31 Reid SpencerAdd a brief description for the tblgen program. More...
2006-05-31 Reid SpencerUpdate the documentation for llvm2cpp after the -gen...
2006-05-30 Reid SpencerAdd the new command line arguments.
2006-05-30 Reid SpencerAdd llvm2cpp program.
2006-04-20 Reid SpencerAdd a missing =back to eliminate error.
2006-04-20 Chris LattnerDon't hardcode in 1.5 for the website, just use 'CVS'.
2006-03-24 Reid SpencerAdd llvm-config to the index.
2006-03-23 Reid SpencerDocumentation for llvm-config by Eric Kidd.
2006-03-14 Reid SpencerChange docs for llvm.cs.uiuc.edu -> llvm.org
2005-12-21 Reid SpencerDocument the new -post-link-opts option.
2005-12-16 Chris Lattnerrename options
2005-12-16 Chris LattnerDocument -mcpu -mattr -triple
2005-07-20 Misha Brukman* "GNU Compiler Collection's gcc tool" is redundant
2005-06-18 Reid SpencerIgnore generated files.
2005-05-18 John CriswellMerged in release_15.
2005-05-13 Chris Lattnerclose off B< tag
next