| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add LCSSA to the LLVM lexicon. | Owen Anderson | 2006-10-18 | 1 | -0/+3 |
| | | | | | llvm-svn: 31032 | ||||
| * | clarify | Chris Lattner | 2006-10-15 | 1 | -4/+5 |
| | | | | | llvm-svn: 30966 | ||||
| * | Document the VAArg, and vector instruction opcodes. | Reid Spencer | 2006-10-15 | 1 | -2/+12 |
| | | | | | llvm-svn: 30965 | ||||
| * | Clean-up of formatting and spelling. | Bill Wendling | 2006-10-11 | 2 | -41/+41 |
| | | | | | llvm-svn: 30885 | ||||
| * | Put code example inside of "doc_code" divisions. | Bill Wendling | 2006-10-11 | 2 | -100/+377 |
| | | | | | llvm-svn: 30876 | ||||
| * | Update documentaion of node annotation (coloring) in viewGraph. | Jim Laskey | 2006-10-02 | 1 | -1/+13 |
| | | | | | llvm-svn: 30687 | ||||
| * | Provide a gdb usage fix provided by Zhongzing Xu. | Reid Spencer | 2006-09-28 | 1 | -1/+1 |
| | | | | | llvm-svn: 30645 | ||||
| * | Make the LLVM Publications link point to /pubs/ since this has moved to | Reid Spencer | 2006-09-17 | 1 | -1/+1 |
| | | | | | | | its own page on the LLVM web site. llvm-svn: 30447 | ||||
| * | Added some eye-candy for Subtarget type checking | Anton Korobeynikov | 2006-09-17 | 1 | -0/+20 |
| | | | | | | | Added X86 StdCall & FastCall calling conventions. Codegen will follow. llvm-svn: 30446 | ||||
| * | Adding dllimport, dllexport and external weak linkage types. | Anton Korobeynikov | 2006-09-14 | 2 | -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 Lewycky | 2006-09-14 | 1 | -0/+6 |
| | | | | | llvm-svn: 30313 | ||||
| * | Correct the URL to the attrib.incl file. | John Criswell | 2006-09-12 | 1 | -1/+1 |
| | | | | | llvm-svn: 30276 | ||||
| * | Include the UIUC CS department attribution on the main doxygen page. | John Criswell | 2006-09-11 | 1 | -0/+4 |
| | | | | | llvm-svn: 30247 | ||||
| * | Missing anchor | Jim Laskey | 2006-09-09 | 1 | -1/+1 |
| | | | | | llvm-svn: 30227 | ||||
| * | new powi intrinsic | Chris Lattner | 2006-09-08 | 1 | -3/+39 |
| | | | | | llvm-svn: 30175 | ||||
| * | Warn people not to use GCC 4.1.1. | Chris Lattner | 2006-09-07 | 1 | -0/+3 |
| | | | | | llvm-svn: 30147 | ||||
| * | *** empty log message *** | Bill Wendling | 2006-09-07 | 1 | -1/+1 |
| | | | | | llvm-svn: 30145 | ||||
| * | Fixed my rotten Engrish grammar. | Bill Wendling | 2006-09-07 | 1 | -6/+6 |
| | | | | | llvm-svn: 30144 | ||||
| * | cleanups and updates to the GSG, patch by B Scott Michel, thanks! | Chris Lattner | 2006-09-07 | 1 | -41/+52 |
| | | | | | | | This is PR899 llvm-svn: 30143 | ||||
| * | Document getTargetTriple(). | Devang Patel | 2006-09-06 | 1 | -0/+11 |
| | | | | | llvm-svn: 30133 | ||||
| * | Cleaned up some of the grammar in the Live Intervals section. Removed the | Bill Wendling | 2006-09-06 | 1 | -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 "Live | Bill Wendling | 2006-09-04 | 1 | -0/+188 |
| | | | | | | | Variable Analysis" pass. llvm-svn: 30106 | ||||
| * | Update this to reflect llvm-config usage | Chris Lattner | 2006-09-04 | 1 | -24/+10 |
| | | | | | llvm-svn: 30094 | ||||
| * | Fix a typo Jim pointed out, thanks! | Chris Lattner | 2006-09-01 | 1 | -1/+1 |
| | | | | | llvm-svn: 30035 | ||||
| * | Fixed formatting problem. | Bill Wendling | 2006-09-01 | 1 | -1/+0 |
| | | | | | llvm-svn: 30033 | ||||
| * | document !strconcat | Chris Lattner | 2006-09-01 | 1 | -0/+2 |
| | | | | | llvm-svn: 30032 | ||||
| * | Added documentation Fernando Magno Quintao Pereira wrote for the register | Bill Wendling | 2006-09-01 | 1 | -3/+341 |
| | | | | | | | allocator. (First draft) llvm-svn: 30031 | ||||
| * | Document multiclasses and defm's | Chris Lattner | 2006-09-01 | 1 | -6/+83 |
| | | | | | llvm-svn: 30030 | ||||
| * | Add a note about C++ -> C with libstdc++ | Chris Lattner | 2006-08-31 | 1 | -2/+11 |
| | | | | | llvm-svn: 29993 | ||||
| * | Spell naively with the i-Umlaut... | Bill Wendling | 2006-08-28 | 1 | -2/+2 |
| | | | | | llvm-svn: 29939 | ||||
| * | Messed up and put a "To be written" in a section that was written. | Bill Wendling | 2006-08-28 | 1 | -1/+0 |
| | | | | | llvm-svn: 29938 | ||||
| * | Added some preliminary text to the TargetJITInfo class section. | Bill Wendling | 2006-08-28 | 1 | -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 usage | Chris Lattner | 2006-08-28 | 1 | -2/+2 |
| | | | | | llvm-svn: 29933 | ||||
| * | Excise references to the now defunct "analyze" tool. Merge descriptions | Reid Spencer | 2006-08-28 | 8 | -113/+35 |
| | | | | | | | where appropriate. llvm-svn: 29931 | ||||
| * | update doc: analyze is gone and passes should just use RegisterPass | Chris Lattner | 2006-08-27 | 1 | -42/+19 |
| | | | | | llvm-svn: 29928 | ||||
| * | Added link to ABI documentation, sent by Rafael Espindola. | Misha Brukman | 2006-08-22 | 1 | -0/+1 |
| | | | | | llvm-svn: 29832 | ||||
| * | Update info on mangled names. | Jim Laskey | 2006-08-21 | 1 | -2/+8 |
| | | | | | llvm-svn: 29804 | ||||
| * | Update debugging documents. | Jim Laskey | 2006-08-21 | 1 | -0/+12 |
| | | | | | llvm-svn: 29800 | ||||
| * | Fix validation problem | Chris Lattner | 2006-08-17 | 1 | -2/+2 |
| | | | | | llvm-svn: 29745 | ||||
| * | remove IRC transcript. Anything still misunderstood after the faq is read | Chris Lattner | 2006-08-17 | 1 | -326/+0 |
| | | | | | | | can be added to the faq. llvm-svn: 29744 | ||||
| * | Fix a thinko noticed by Chandler Carruth. | Reid Spencer | 2006-08-16 | 1 | -2/+3 |
| | | | | | llvm-svn: 29724 | ||||
| * | Add a section on how to build an RPM package as an optional release | Reid Spencer | 2006-08-16 | 1 | -7/+23 |
| | | | | | | | activity. llvm-svn: 29719 | ||||
| * | Fixed the awkward description of the -find-bugs option for bugpoint. | Patrick Jenkins | 2006-08-15 | 1 | -1/+1 |
| | | | | | llvm-svn: 29708 | ||||
| * | Fixed the awkward description of -find-bugs in the "Advice for using ↵ | Patrick Jenkins | 2006-08-15 | 1 | -1/+1 |
| | | | | | | | bugpoint" section. llvm-svn: 29707 | ||||
| * | Added option description for -find-bugs. | Patrick Jenkins | 2006-08-15 | 1 | -0/+5 |
| | | | | | llvm-svn: 29706 | ||||
| * | This commit mentions -find-bugs under the advice for using bugpoints section ↵ | Patrick Jenkins | 2006-08-15 | 1 | -0/+6 |
| | | | | | | | of the bugpoint design and usage document. llvm-svn: 29705 | ||||
| * | Haste-o discovered after. | Jim Laskey | 2006-08-15 | 1 | -1/+1 |
| | | | | | llvm-svn: 29702 | ||||
| * | Hypos pointed out by Jakob Praher. | Jim Laskey | 2006-08-15 | 1 | -5/+5 |
| | | | | | llvm-svn: 29701 | ||||
| * | Typo. | Jim Laskey | 2006-08-15 | 1 | -1/+1 |
| | | | | | llvm-svn: 29700 | ||||
| * | Okay, make the prose match the example too. | Reid Spencer | 2006-08-15 | 1 | -6/+7 |
| | | | | | llvm-svn: 29697 | ||||

