| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update the discussion of TargetRegisterDesc | Chris Lattner | 2005-09-30 | 1 | -3/+3 |
| | | | | | llvm-svn: 23563 | ||||
| * | Recommend what I actually test | Chris Lattner | 2005-09-21 | 1 | -1/+2 |
| | | | | | llvm-svn: 23398 | ||||
| * | new expression type | Chris Lattner | 2005-09-08 | 1 | -0/+2 |
| | | | | | llvm-svn: 23272 | ||||
| * | Add a requirement, patch contributed by Henrik Bach. | Chris Lattner | 2005-09-06 | 1 | -0/+6 |
| | | | | | llvm-svn: 23242 | ||||
| * | Changed unsigned long to unsigned. | Jim Laskey | 2005-08-26 | 1 | -6/+6 |
| | | | | | llvm-svn: 23078 | ||||
| * | Tweak of multiple occurance paragraph. | Jim Laskey | 2005-08-25 | 1 | -2/+2 |
| | | | | | llvm-svn: 23064 | ||||
| * | Documentation updated to include upcoming support for bit vector support | Jim Laskey | 2005-08-25 | 1 | -0/+86 |
| | | | | | | | (flags.) llvm-svn: 23063 | ||||
| * | Revert my patch which changed the code to not work. | Chris Lattner | 2005-08-22 | 1 | -2/+1 |
| | | | | | llvm-svn: 22965 | ||||
| * | Make the example a bit easier to understand, suggested by Jim. | Chris Lattner | 2005-08-22 | 1 | -1/+2 |
| | | | | | llvm-svn: 22964 | ||||
| * | Update a doc, patch contributed by Jim Laskey! | Chris Lattner | 2005-08-02 | 1 | -6/+3 |
| | | | | | llvm-svn: 22590 | ||||
| * | llvm.sqrt somehow escaped documentation. | Chris Lattner | 2005-07-21 | 1 | -0/+37 |
| | | | | | llvm-svn: 22490 | ||||
| * | * "GNU Compiler Collection's gcc tool" is redundant | Misha Brukman | 2005-07-20 | 1 | -10/+9 |
| | | | | | | | | | * Made bullet points start with a verb and lowercase, since they are not complete sentences * Cleaned up grammar, removed extraneous verbosity llvm-svn: 22485 | ||||
| * | remove some sparc-v9-specific information | Chris Lattner | 2005-07-19 | 1 | -5/+3 |
| | | | | | llvm-svn: 22467 | ||||
| * | Provide descriptions for the TargetInstrInfo and TargetFrameInfo classes. | Reid Spencer | 2005-07-19 | 1 | -0/+20 |
| | | | | | llvm-svn: 22466 | ||||
| * | Fixed some punctuation. | John Criswell | 2005-07-15 | 1 | -3/+3 |
| | | | | | llvm-svn: 22443 | ||||
| * | Update release notes regarding thread-safe JIT. | Reid Spencer | 2005-07-12 | 1 | -4/+8 |
| | | | | | llvm-svn: 22405 | ||||
| * | add a note so I can remember the common t-t's | Chris Lattner | 2005-07-12 | 1 | -0/+22 |
| | | | | | llvm-svn: 22386 | ||||
| * | Bug fixed. | John Criswell | 2005-06-29 | 1 | -0/+6 |
| | | | | | llvm-svn: 22313 | ||||
| * | add a note about variable length array | Chris Lattner | 2005-06-24 | 1 | -0/+16 |
| | | | | | llvm-svn: 22278 | ||||
| * | SelectionDAG is very unhappy when the argument to an intrinsic is a struct | Andrew Lenharth | 2005-06-22 | 1 | -4/+3 |
| | | | | | llvm-svn: 22272 | ||||
| * | Ignore some generated files. | Reid Spencer | 2005-06-18 | 1 | -1/+3 |
| | | | | | llvm-svn: 22258 | ||||
| * | Ignore generated files. | Reid Spencer | 2005-06-18 | 1 | -0/+3 |
| | | | | | llvm-svn: 22257 | ||||
| * | OK, after checking the backwards compatibility code on X86 and the new code | Andrew Lenharth | 2005-06-18 | 1 | -92/+49 |
| | | | | | | | | | | | | | | | | | | | | path on alpha, now has come the time for new vararg support. So, with out further ado, I revert behavior back a couple of years! Well, ok, I lied. A few more notes. First, the Simple ISels cannot be expected to work any longer, but they should still compile Second, there are likely some bugs to track down once the nightly testers start with this. Third, the initial patch doesn't include sparcv9, but I'll do that today. Forth, subsequent patches won't bother being long winded. llvm-svn: 22251 | ||||
| * | nothing funny about building the CFE on Linux/Itanium | Duraid Madina | 2005-06-14 | 1 | -0/+1 |
| | | | | | llvm-svn: 22211 | ||||
| * | Reid linked to the CVS release notes on newsforge :( | Chris Lattner | 2005-05-18 | 1 | -0/+6 |
| | | | | | llvm-svn: 22126 | ||||
| * | New Release Notes for LLVM 1.6. | John Criswell | 2005-05-18 | 1 | -265/+11 |
| | | | | | llvm-svn: 22124 | ||||
| * | Merged in release_15. | John Criswell | 2005-05-18 | 4 | -21/+21 |
| | | | | | llvm-svn: 22120 | ||||
| * | Remove extra header in the SPARC section | Misha Brukman | 2005-05-17 | 1 | -3/+0 |
| | | | | | llvm-svn: 22101 | ||||
| * | Fix a few grammaros. | Reid Spencer | 2005-05-17 | 1 | -5/+5 |
| | | | | | llvm-svn: 22100 | ||||
| * | * Add a link to the pattern-matching codegen docs | Misha Brukman | 2005-05-17 | 1 | -7/+9 |
| | | | | | | | * Tersify wording llvm-svn: 22099 | ||||
| * | Recommend writing new instruction selectors using pattern-based mechanisms | Misha Brukman | 2005-05-17 | 1 | -9/+8 |
| | | | | | llvm-svn: 22098 | ||||
| * | Add link to debugging code generators with bugpoint | Misha Brukman | 2005-05-17 | 1 | -3/+6 |
| | | | | | llvm-svn: 22097 | ||||
| * | Adjust the dependencies and generate the output to docs/userloc.html so | Reid Spencer | 2005-05-16 | 1 | -2/+4 |
| | | | | | | | that it can properly link to the CSS stylesheet and images. llvm-svn: 22092 | ||||
| * | Add the ability to generate the User LOC page via the userloc.pl script. | Reid Spencer | 2005-05-16 | 1 | -0/+5 |
| | | | | | llvm-svn: 22090 | ||||
| * | more minor edits | Chris Lattner | 2005-05-16 | 1 | -4/+5 |
| | | | | | llvm-svn: 22088 | ||||
| * | more edits | Chris Lattner | 2005-05-16 | 1 | -28/+29 |
| | | | | | llvm-svn: 22087 | ||||
| * | more edits, include stuff from the status update | Chris Lattner | 2005-05-16 | 1 | -24/+62 |
| | | | | | llvm-svn: 22086 | ||||
| * | flush on the right and indented on the left looks a bit weird. | Chris Lattner | 2005-05-16 | 1 | -1/+1 |
| | | | | | llvm-svn: 22084 | ||||
| * | Added a note about how the type can be omitted in call instructions. | John Criswell | 2005-05-16 | 1 | -17/+21 |
| | | | | | | | | | Added a note about how getelementptr can be used to index into structures or arrays. Fixed some typos, spelling, etc. llvm-svn: 22083 | ||||
| * | fix a typo duraid noticed | Chris Lattner | 2005-05-16 | 1 | -1/+1 |
| | | | | | llvm-svn: 22082 | ||||
| * | more edits | Chris Lattner | 2005-05-16 | 1 | -13/+22 |
| | | | | | llvm-svn: 22080 | ||||
| * | GCC4 + IA64 = badnews | Chris Lattner | 2005-05-15 | 1 | -0/+2 |
| | | | | | llvm-svn: 22075 | ||||
| * | ctlz = most signficant bits, cttz = least sig | Chris Lattner | 2005-05-15 | 1 | -15/+18 |
| | | | | | llvm-svn: 22061 | ||||
| * | add a sparcv8 section, make this validate | Chris Lattner | 2005-05-15 | 1 | -9/+26 |
| | | | | | llvm-svn: 22056 | ||||
| * | more edits, add anchors | Chris Lattner | 2005-05-15 | 1 | -4/+9 |
| | | | | | llvm-svn: 22055 | ||||
| * | edits to the simplify-libcalls element, move it higher in the list. | Chris Lattner | 2005-05-15 | 1 | -6/+6 |
| | | | | | llvm-svn: 22052 | ||||
| * | add generated code | Chris Lattner | 2005-05-15 | 1 | -6/+24 |
| | | | | | llvm-svn: 22051 | ||||
| * | Make note of the -simplify-libcalls pass. | Reid Spencer | 2005-05-15 | 1 | -0/+6 |
| | | | | | llvm-svn: 22049 | ||||
| * | Substantial edits for the release notes. | Chris Lattner | 2005-05-15 | 1 | -49/+125 |
| | | | | | llvm-svn: 22045 | ||||
| * | add x86-64 abi | Chris Lattner | 2005-05-14 | 1 | -0/+1 |
| | | | | | llvm-svn: 22035 | ||||

