summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add LCSSA to the LLVM lexicon.Owen Anderson2006-10-181-0/+3
| | | | llvm-svn: 31032
* clarifyChris Lattner2006-10-151-4/+5
| | | | llvm-svn: 30966
* Document the VAArg, and vector instruction opcodes.Reid Spencer2006-10-151-2/+12
| | | | llvm-svn: 30965
* Clean-up of formatting and spelling.Bill Wendling2006-10-112-41/+41
| | | | llvm-svn: 30885
* Put code example inside of "doc_code" divisions.Bill Wendling2006-10-112-100/+377
| | | | llvm-svn: 30876
* Update documentaion of node annotation (coloring) in viewGraph.Jim Laskey2006-10-021-1/+13
| | | | llvm-svn: 30687
* Provide a gdb usage fix provided by Zhongzing Xu.Reid Spencer2006-09-281-1/+1
| | | | llvm-svn: 30645
* Make the LLVM Publications link point to /pubs/ since this has moved toReid Spencer2006-09-171-1/+1
| | | | | | its own page on the LLVM web site. llvm-svn: 30447
* Added some eye-candy for Subtarget type checkingAnton Korobeynikov2006-09-171-0/+20
| | | | | | Added X86 StdCall & FastCall calling conventions. Codegen will follow. llvm-svn: 30446
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-142-6/+44
| | | | | | | | | DLL* linkages got full (I hope) codegeneration support in C & both x86 assembler backends. External weak linkage added for future use, we don't provide any codegeneration, etc. support for it. llvm-svn: 30374
* Document new --enable-valgrind option.Nick Lewycky2006-09-141-0/+6
| | | | llvm-svn: 30313
* Correct the URL to the attrib.incl file.John Criswell2006-09-121-1/+1
| | | | llvm-svn: 30276
* Include the UIUC CS department attribution on the main doxygen page.John Criswell2006-09-111-0/+4
| | | | llvm-svn: 30247
* Missing anchorJim Laskey2006-09-091-1/+1
| | | | llvm-svn: 30227
* new powi intrinsicChris Lattner2006-09-081-3/+39
| | | | llvm-svn: 30175
* Warn people not to use GCC 4.1.1.Chris Lattner2006-09-071-0/+3
| | | | llvm-svn: 30147
* *** empty log message ***Bill Wendling2006-09-071-1/+1
| | | | llvm-svn: 30145
* Fixed my rotten Engrish grammar.Bill Wendling2006-09-071-6/+6
| | | | llvm-svn: 30144
* cleanups and updates to the GSG, patch by B Scott Michel, thanks!Chris Lattner2006-09-071-41/+52
| | | | | | This is PR899 llvm-svn: 30143
* Document getTargetTriple().Devang Patel2006-09-061-0/+11
| | | | llvm-svn: 30133
* Cleaned up some of the grammar in the Live Intervals section. Removed theBill Wendling2006-09-061-147/+37
| | | | | | | huge honking FIXME comment. I'll address the "Live Intervals Analysis" section soon. llvm-svn: 30129
* First draft of the "Live Interval Analysis" section. This is the "LiveBill Wendling2006-09-041-0/+188
| | | | | | Variable Analysis" pass. llvm-svn: 30106
* Update this to reflect llvm-config usageChris Lattner2006-09-041-24/+10
| | | | llvm-svn: 30094
* Fix a typo Jim pointed out, thanks!Chris Lattner2006-09-011-1/+1
| | | | llvm-svn: 30035
* Fixed formatting problem.Bill Wendling2006-09-011-1/+0
| | | | llvm-svn: 30033
* document !strconcatChris Lattner2006-09-011-0/+2
| | | | llvm-svn: 30032
* Added documentation Fernando Magno Quintao Pereira wrote for the registerBill Wendling2006-09-011-3/+341
| | | | | | allocator. (First draft) llvm-svn: 30031
* Document multiclasses and defm'sChris Lattner2006-09-011-6/+83
| | | | llvm-svn: 30030
* Add a note about C++ -> C with libstdc++Chris Lattner2006-08-311-2/+11
| | | | llvm-svn: 29993
* Spell naively with the i-Umlaut...Bill Wendling2006-08-281-2/+2
| | | | llvm-svn: 29939
* Messed up and put a "To be written" in a section that was written.Bill Wendling2006-08-281-1/+0
| | | | llvm-svn: 29938
* Added some preliminary text to the TargetJITInfo class section.Bill Wendling2006-08-281-300/+302
| | | | | | | Fixed some inconsistencies with format. Corrected some of the text. Put code inside of "code" div tags. llvm-svn: 29937
* Update to match changes in RegisterAnalysisGroup usageChris Lattner2006-08-281-2/+2
| | | | llvm-svn: 29933
* Excise references to the now defunct "analyze" tool. Merge descriptionsReid Spencer2006-08-288-113/+35
| | | | | | where appropriate. llvm-svn: 29931
* update doc: analyze is gone and passes should just use RegisterPassChris Lattner2006-08-271-42/+19
| | | | llvm-svn: 29928
* Added link to ABI documentation, sent by Rafael Espindola.Misha Brukman2006-08-221-0/+1
| | | | llvm-svn: 29832
* Update info on mangled names.Jim Laskey2006-08-211-2/+8
| | | | llvm-svn: 29804
* Update debugging documents.Jim Laskey2006-08-211-0/+12
| | | | llvm-svn: 29800
* Fix validation problemChris Lattner2006-08-171-2/+2
| | | | llvm-svn: 29745
* remove IRC transcript. Anything still misunderstood after the faq is readChris Lattner2006-08-171-326/+0
| | | | | | can be added to the faq. llvm-svn: 29744
* Fix a thinko noticed by Chandler Carruth.Reid Spencer2006-08-161-2/+3
| | | | llvm-svn: 29724
* Add a section on how to build an RPM package as an optional releaseReid Spencer2006-08-161-7/+23
| | | | | | activity. llvm-svn: 29719
* Fixed the awkward description of the -find-bugs option for bugpoint.Patrick Jenkins2006-08-151-1/+1
| | | | llvm-svn: 29708
* Fixed the awkward description of -find-bugs in the "Advice for using ↵Patrick Jenkins2006-08-151-1/+1
| | | | | | bugpoint" section. llvm-svn: 29707
* Added option description for -find-bugs.Patrick Jenkins2006-08-151-0/+5
| | | | llvm-svn: 29706
* This commit mentions -find-bugs under the advice for using bugpoints section ↵Patrick Jenkins2006-08-151-0/+6
| | | | | | of the bugpoint design and usage document. llvm-svn: 29705
* Haste-o discovered after.Jim Laskey2006-08-151-1/+1
| | | | llvm-svn: 29702
* Hypos pointed out by Jakob Praher.Jim Laskey2006-08-151-5/+5
| | | | llvm-svn: 29701
* Typo.Jim Laskey2006-08-151-1/+1
| | | | llvm-svn: 29700
* Okay, make the prose match the example too.Reid Spencer2006-08-151-6/+7
| | | | llvm-svn: 29697
OpenPOWER on IntegriCloud