aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2006-09-06Document getTargetTriple().Devang Patel
2006-09-06Cleaned up some of the grammar in the Live Intervals section. Removed theBill Wendling
2006-09-04First draft of the "Live Interval Analysis" section. This is the "LiveBill Wendling
2006-09-04Update this to reflect llvm-config usageChris Lattner
2006-09-01Fix a typo Jim pointed out, thanks!Chris Lattner
2006-09-01Fixed formatting problem.Bill Wendling
2006-09-01document !strconcatChris Lattner
2006-09-01Added documentation Fernando Magno Quintao Pereira wrote for the registerBill Wendling
2006-09-01Document multiclasses and defm'sChris Lattner
2006-08-31Add a note about C++ -> C with libstdc++Chris Lattner
2006-08-28Spell naively with the i-Umlaut...Bill Wendling
2006-08-28Messed up and put a "To be written" in a section that was written.Bill Wendling
2006-08-28Added some preliminary text to the TargetJITInfo class section.Bill Wendling
2006-08-28Update to match changes in RegisterAnalysisGroup usageChris Lattner
2006-08-28Excise references to the now defunct "analyze" tool. Merge descriptionsReid Spencer
2006-08-27update doc: analyze is gone and passes should just use RegisterPassChris Lattner
2006-08-22Added link to ABI documentation, sent by Rafael Espindola.Misha Brukman
2006-08-21Update info on mangled names.Jim Laskey
2006-08-21Update debugging documents.Jim Laskey
2006-08-17Fix validation problemChris Lattner
2006-08-17remove IRC transcript. Anything still misunderstood after the faq is readChris Lattner
2006-08-16Fix a thinko noticed by Chandler Carruth.Reid Spencer
2006-08-16Add a section on how to build an RPM package as an optional releaseReid Spencer
2006-08-15Fixed the awkward description of the -find-bugs option for bugpoint.Patrick Jenkins
2006-08-15Fixed the awkward description of -find-bugs in the "Advice for using bugpoint...Patrick Jenkins
2006-08-15Added option description for -find-bugs.Patrick Jenkins
2006-08-15This commit mentions -find-bugs under the advice for using bugpoints section ...Patrick Jenkins
2006-08-15Haste-o discovered after.Jim Laskey
2006-08-15Hypos pointed out by Jakob Praher.Jim Laskey
2006-08-15Typo.Jim Laskey
2006-08-15Okay, make the prose match the example too.Reid Spencer
2006-08-15Some more correction to the examples, thanks to Chris Lattner.Reid Spencer
2006-08-15Fix an example.Reid Spencer
2006-08-15Clarify the first question.Reid Spencer
2006-08-15Rearrange things for clarity, don't talk about "dereferencing" when weReid Spencer
2006-08-15Add a link to the GEP faq.Chris Lattner
2006-08-15Add a link in a prominant location.Chris Lattner
2006-08-14Fix more validation issuesChris Lattner
2006-08-14Update the example to work with llvm-gcc4. Fix validation errors.Chris Lattner
2006-08-14typoChris Lattner
2006-08-14Fix a typo.Reid Spencer
2006-08-14Fix several grammaros and a few HTML usage items.Reid Spencer
2006-08-14Use < and >Devang Patel
2006-08-14Fix verification failures.Devang Patel
2006-08-14Add lto doc link.Devang Patel
2006-08-14Add lto doc.Devang Patel
2006-08-11Added information for the new nightly tester.Patrick Jenkins
2006-08-11Minor cleanupsChris Lattner
2006-08-10Fix a typo noticed by Gordon Henriksen. Thanks!Reid Spencer
2006-08-10llvm2cpp no longer reads LLVM assembly but LLVM bytecode instead. AdjustReid Spencer