| Commit message (Expand) | Author | Age | Files | Lines |
* | Apparently, people object to floating pointers. Picky picky. | Chris Lattner | 2005-10-17 | 1 | -1/+1 |
* | As requested, a blurb on sub-targets. | Jim Laskey | 2005-10-17 | 1 | -1/+5 |
* | fix some grammar-o's I noticed | Chris Lattner | 2005-10-17 | 1 | -7/+7 |
* | Feedback from Nate. | Chris Lattner | 2005-10-17 | 1 | -1/+8 |
* | Document -view-isel-dags and -view-sched-dags | Chris Lattner | 2005-10-17 | 1 | -0/+9 |
* | Add notes about MF.viewCFG() and friends. | Chris Lattner | 2005-10-17 | 1 | -0/+39 |
* | Add a bunch of info about the isel autogenerator. Review appreciated! | Chris Lattner | 2005-10-16 | 1 | -33/+168 |
* | Fill this out some more. Add description of MBB/MF. Fix some broken links, | Chris Lattner | 2005-10-16 | 1 | -31/+113 |
* | Add a stub for the TargetSubtarget class. Jim, please fill a blurb in here | Chris Lattner | 2005-10-16 | 1 | -0/+14 |
* | Update this significantly, mention subtarget and isel generation support. | Chris Lattner | 2005-10-16 | 1 | -33/+32 |
* | update this a little bit to talk about the dag combiner and remove inaccuracies. | Chris Lattner | 2005-10-16 | 1 | -28/+42 |
* | Update the discussion of TargetRegisterDesc | Chris Lattner | 2005-09-30 | 1 | -3/+3 |
* | Recommend what I actually test | Chris Lattner | 2005-09-21 | 1 | -1/+2 |
* | new expression type | Chris Lattner | 2005-09-08 | 1 | -0/+2 |
* | Add a requirement, patch contributed by Henrik Bach. | Chris Lattner | 2005-09-06 | 1 | -0/+6 |
* | Changed unsigned long to unsigned. | Jim Laskey | 2005-08-26 | 1 | -6/+6 |
* | Tweak of multiple occurance paragraph. | Jim Laskey | 2005-08-25 | 1 | -2/+2 |
* | Documentation updated to include upcoming support for bit vector support | Jim Laskey | 2005-08-25 | 1 | -0/+86 |
* | Revert my patch which changed the code to not work. | Chris Lattner | 2005-08-22 | 1 | -2/+1 |
* | Make the example a bit easier to understand, suggested by Jim. | Chris Lattner | 2005-08-22 | 1 | -1/+2 |
* | Update a doc, patch contributed by Jim Laskey! | Chris Lattner | 2005-08-02 | 1 | -6/+3 |
* | llvm.sqrt somehow escaped documentation. | Chris Lattner | 2005-07-21 | 1 | -0/+37 |
* | * "GNU Compiler Collection's gcc tool" is redundant | Misha Brukman | 2005-07-20 | 1 | -10/+9 |
* | remove some sparc-v9-specific information | Chris Lattner | 2005-07-19 | 1 | -5/+3 |
* | Provide descriptions for the TargetInstrInfo and TargetFrameInfo classes. | Reid Spencer | 2005-07-19 | 1 | -0/+20 |
* | Fixed some punctuation. | John Criswell | 2005-07-15 | 1 | -3/+3 |
* | Update release notes regarding thread-safe JIT. | Reid Spencer | 2005-07-12 | 1 | -4/+8 |
* | add a note so I can remember the common t-t's | Chris Lattner | 2005-07-12 | 1 | -0/+22 |
* | Bug fixed. | John Criswell | 2005-06-29 | 1 | -0/+6 |
* | add a note about variable length array | Chris Lattner | 2005-06-24 | 1 | -0/+16 |
* | SelectionDAG is very unhappy when the argument to an intrinsic is a struct | Andrew Lenharth | 2005-06-22 | 1 | -4/+3 |
* | Ignore some generated files. | Reid Spencer | 2005-06-18 | 1 | -1/+3 |
* | Ignore generated files. | Reid Spencer | 2005-06-18 | 1 | -0/+3 |
* | OK, after checking the backwards compatibility code on X86 and the new code | Andrew Lenharth | 2005-06-18 | 1 | -92/+49 |
* | nothing funny about building the CFE on Linux/Itanium | Duraid Madina | 2005-06-14 | 1 | -0/+1 |
* | Reid linked to the CVS release notes on newsforge :( | Chris Lattner | 2005-05-18 | 1 | -0/+6 |
* | New Release Notes for LLVM 1.6. | John Criswell | 2005-05-18 | 1 | -265/+11 |
* | Merged in release_15. | John Criswell | 2005-05-18 | 4 | -21/+21 |
* | Remove extra header in the SPARC section | Misha Brukman | 2005-05-17 | 1 | -3/+0 |
* | Fix a few grammaros. | Reid Spencer | 2005-05-17 | 1 | -5/+5 |
* | * Add a link to the pattern-matching codegen docs | Misha Brukman | 2005-05-17 | 1 | -7/+9 |
* | Recommend writing new instruction selectors using pattern-based mechanisms | Misha Brukman | 2005-05-17 | 1 | -9/+8 |
* | Add link to debugging code generators with bugpoint | Misha Brukman | 2005-05-17 | 1 | -3/+6 |
* | Adjust the dependencies and generate the output to docs/userloc.html so | Reid Spencer | 2005-05-16 | 1 | -2/+4 |
* | Add the ability to generate the User LOC page via the userloc.pl script. | Reid Spencer | 2005-05-16 | 1 | -0/+5 |
* | more minor edits | Chris Lattner | 2005-05-16 | 1 | -4/+5 |
* | more edits | Chris Lattner | 2005-05-16 | 1 | -28/+29 |
* | more edits, include stuff from the status update | Chris Lattner | 2005-05-16 | 1 | -24/+62 |
* | flush on the right and indented on the left looks a bit weird. | Chris Lattner | 2005-05-16 | 1 | -1/+1 |
* | Added a note about how the type can be omitted in call instructions. | John Criswell | 2005-05-16 | 1 | -17/+21 |