Added operator methods to the Statistic class; some LLVM projects depend
[oota-llvm.git] / docs /
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:
2006-11-18 Anton KorobeynikovMovind newly-intorudced dll* linkage stuff & windows...
2006-11-18 Chris Lattnerfix bug
2006-11-18 Chris Lattnerfirst draft of 1.9 release notes
2006-11-16 Bill WendlingCleaned up the document. Added "doc_code" divisions...
2006-11-13 Reid SpencerAdd a link to the GEP FAQ.
2006-11-11 Reid SpencerDocument new constant expr operators, rename bitconvert...
2006-11-11 Reid SpencerAdd a preview of two new conversion operators: ptrtoint...
2006-11-09 Reid SpencerPost-review changes on conversion instructions.
2006-11-09 Reid SpencerFix runaway <tt> element and section ordering.
2006-11-09 Reid SpencerRemove futurisms that won't be in our future.
2006-11-09 Reid SpencerOne more time for indentation.
2006-11-09 Reid SpencerFix indentation problem starting at GEP.
2006-11-08 Reid SpencerDocument correct opcodes for post 1.9 release.
2006-11-08 Reid SpencerUpdate the instruction opcodes for release 1.9
2006-11-08 Reid SpencerFor PR950:
2006-11-08 Reid SpencerFix the section headings.
2006-11-08 Reid SpencerFor PR950:
2006-11-04 Reid SpencerAdd a note about warnings from the GNU ld 2.16.X linker.
2006-11-02 Reid SpencerFor PR950:
2006-11-01 Reid SpencerPartial update for Release 1.9
2006-10-27 Devang PatelUse doc_code class.
2006-10-27 Devang PatelDocument removeModule().
2006-10-27 Devang PatelDocument getAlignment()
2006-10-26 Reid SpencerFor PR950:
2006-10-20 Reid SpencerFor PR950:
2006-10-18 Owen AndersonAdd LCSSA to the LLVM lexicon.
2006-10-15 Chris Lattnerclarify
2006-10-15 Reid SpencerDocument the VAArg, and vector instruction opcodes.
2006-10-11 Bill WendlingClean-up of formatting and spelling.
2006-10-11 Bill WendlingPut code example inside of "doc_code" divisions.
2006-10-02 Jim LaskeyUpdate documentaion of node annotation (coloring) in...
2006-09-28 Reid SpencerProvide a gdb usage fix provided by Zhongzing Xu.
2006-09-17 Reid SpencerMake the LLVM Publications link point to /pubs/ since...
2006-09-17 Anton KorobeynikovAdded some eye-candy for Subtarget type checking
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-14 Nick LewyckyDocument new --enable-valgrind option.
2006-09-12 John CriswellCorrect the URL to the attrib.incl file.
2006-09-11 John CriswellInclude the UIUC CS department attribution on the main...
2006-09-09 Jim LaskeyMissing anchor
2006-09-08 Chris Lattnernew powi intrinsic
2006-09-07 Chris LattnerWarn people not to use GCC 4.1.1.
2006-09-07 Bill Wendling*** empty log message ***
2006-09-07 Bill WendlingFixed my rotten Engrish grammar.
2006-09-07 Chris Lattnercleanups and updates to the GSG, patch by B Scott Miche...
2006-09-06 Devang PatelDocument getTargetTriple().
2006-09-06 Bill WendlingCleaned up some of the grammar in the Live Intervals...
2006-09-04 Bill WendlingFirst draft of the "Live Interval Analysis" section...
2006-09-04 Chris LattnerUpdate this to reflect llvm-config usage
2006-09-01 Chris LattnerFix a typo Jim pointed out, thanks!
2006-09-01 Bill WendlingFixed formatting problem.
2006-09-01 Chris Lattnerdocument !strconcat
2006-09-01 Bill WendlingAdded documentation Fernando Magno Quintao Pereira...
2006-09-01 Chris LattnerDocument multiclasses and defm's
2006-08-31 Chris LattnerAdd a note about C++ -> C with libstdc++
2006-08-28 Bill WendlingSpell naively with the i-Umlaut...
2006-08-28 Bill WendlingMessed up and put a "To be written" in a section that...
2006-08-28 Bill WendlingAdded some preliminary text to the TargetJITInfo class...
2006-08-28 Chris LattnerUpdate to match changes in RegisterAnalysisGroup usage
2006-08-28 Reid SpencerExcise references to the now defunct "analyze" tool...
2006-08-27 Chris Lattnerupdate doc: analyze is gone and passes should just...
2006-08-22 Misha BrukmanAdded link to ABI documentation, sent by Rafael Espindola.
2006-08-21 Jim LaskeyUpdate info on mangled names.
2006-08-21 Jim LaskeyUpdate debugging documents.
2006-08-17 Chris LattnerFix validation problem
2006-08-17 Chris Lattnerremove IRC transcript. Anything still misunderstood...
2006-08-16 Reid SpencerFix a thinko noticed by Chandler Carruth.
2006-08-16 Reid SpencerAdd a section on how to build an RPM package as an...
2006-08-15 Patrick JenkinsFixed the awkward description of the -find-bugs option...
2006-08-15 Patrick JenkinsFixed the awkward description of -find-bugs in the...
2006-08-15 Patrick JenkinsAdded option description for -find-bugs.
2006-08-15 Patrick JenkinsThis commit mentions -find-bugs under the advice for...
2006-08-15 Jim LaskeyHaste-o discovered after.
next