| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Do not use variable sized arrays in C++, they are non-portable. Patch | Chris Lattner | 2004-10-25 | 1 | -5/+5 |
* | Removed dead method, printPHICopiesForSuccessors(). | John Criswell | 2004-10-25 | 2 | -42/+0 |
* | Patch to support MSVC better, contributed by Morten Ofstad | Chris Lattner | 2004-10-25 | 2 | -1/+4 |
* | Patch to support MSVC, contributed by Morten Ofstad | Chris Lattner | 2004-10-25 | 1 | -1/+1 |
* | Patch to support MSVC correctly, contributed by Morten Ofstad! | Chris Lattner | 2004-10-25 | 1 | -1/+2 |
* | Modified switch generation so that only the phi values associated with the | John Criswell | 2004-10-25 | 2 | -2/+4 |
* | New Makefile Features: | Reid Spencer | 2004-10-25 | 4 | -67/+212 |
* | Teach mkinstalldirs how to shut up about making directories. | Reid Spencer | 2004-10-25 | 1 | -1/+1 |
* | Add a check for the tar program. | Reid Spencer | 2004-10-25 | 2 | -1/+43 |
* | Implement more complete and correct codegen for bitfield inserts, as tested | Nate Begeman | 2004-10-24 | 1 | -89/+236 |
* | Initial checkin of regression test for generating the PowerPC rlwimi | Nate Begeman | 2004-10-24 | 1 | -0/+62 |
* | First draft. More to come. | Reid Spencer | 2004-10-24 | 1 | -29/+86 |
* | Fix uninstall from rebuilding everything (wrong dependency) | Reid Spencer | 2004-10-24 | 1 | -20/+13 |
* | Move top level rules for tags and installing headers to Makefile.rules | Reid Spencer | 2004-10-24 | 1 | -30/+0 |
* | Implemented New Features: | Reid Spencer | 2004-10-24 | 1 | -37/+180 |
* | Fix the previous bug the correct way. This fixes ptrdist/bc | Chris Lattner | 2004-10-24 | 1 | -2/+2 |
* | Fix grammar in comments to getSizeOf() | Misha Brukman | 2004-10-24 | 1 | -1/+1 |
* | Make this actually work. | Alkis Evlogimenos | 2004-10-24 | 1 | -2/+2 |
* | Improve comments and wrap to 80 columns. | Alkis Evlogimenos | 2004-10-24 | 1 | -2/+3 |
* | Make the $(OBJDIR) go away on clean-local. | Reid Spencer | 2004-10-24 | 1 | -0/+1 |
* | Add ConstantExpr::getSizeOf(Type*). | Alkis Evlogimenos | 2004-10-24 | 2 | -0/+13 |
* | * Correctly handle the MovePCtoLR pseudo-instr with a bl to next instr | Misha Brukman | 2004-10-23 | 1 | -9/+15 |
* | Add BA, BL, and BLA opcodes | Misha Brukman | 2004-10-23 | 1 | -1/+4 |
* | Several Changes: | Reid Spencer | 2004-10-23 | 1 | -241/+239 |
* | Make clean quieter. | Reid Spencer | 2004-10-23 | 1 | -3/+4 |
* | * Do not emit IMPLICIT_DEF pseudo-instructions | Misha Brukman | 2004-10-23 | 1 | -6/+71 |
* | Fix nightly build by avoiding shared library construction. | Reid Spencer | 2004-10-23 | 1 | -1/+3 |
* | * Actually ignore build errors in optional directories | Reid Spencer | 2004-10-23 | 1 | -4/+4 |
* | Remove the clean target. | Reid Spencer | 2004-10-23 | 1 | -4/+0 |
* | First cut at the LLVM Makefile Guide. There's lots to correct and lots more | Reid Spencer | 2004-10-23 | 1 | -0/+458 |
* | DForm_1, particularly used by store instructions, needs the immediate operand to | Misha Brukman | 2004-10-23 | 1 | -1/+13 |
* | Fix the SPR field for MTLR, MFLR, MTCTR, and MFCTR instructions. | Misha Brukman | 2004-10-23 | 1 | -4/+7 |
* | The value of the XO field for MFLR and MFCTR is 339, not 399 | Misha Brukman | 2004-10-23 | 1 | -2/+2 |
* | Remove extraneous blank line | Misha Brukman | 2004-10-23 | 1 | -1/+0 |
* | Make VC happier, patch contributed by Morten Ofstad | Chris Lattner | 2004-10-23 | 1 | -1/+1 |
* | Align function arguments in function headers | Misha Brukman | 2004-10-23 | 1 | -5/+4 |
* | Fix a bug that Brian brought to my attention. This corrects: | Chris Lattner | 2004-10-23 | 1 | -1/+2 |
* | New testcase | Chris Lattner | 2004-10-23 | 1 | -0/+5 |
* | Kill casts from integer types to unsigned byte, when the cast was only used | Nate Begeman | 2004-10-23 | 1 | -0/+13 |
* | Use cleaner quoting and eliminate blank space | Misha Brukman | 2004-10-22 | 1 | -3/+3 |
* | Clean up the output from this makefile so its not verbose. | Reid Spencer | 2004-10-22 | 1 | -6/+8 |
* | Make sure that we don't set up a circular dependency if OBJDIR == SRCDIR | Reid Spencer | 2004-10-22 | 1 | -0/+2 |
* | Remove double colon rule for gram.tab.h so it doesn't conflict with the | Reid Spencer | 2004-10-22 | 1 | -1/+1 |
* | Pull in Target.td using absolute path from source root instead of relative path; | Misha Brukman | 2004-10-22 | 1 | -1/+1 |
* | Adjust rules for building .inc files due to Reid's changes of Makefile.rules | Misha Brukman | 2004-10-22 | 2 | -64/+10 |
* | We're not doing automake any more | Reid Spencer | 2004-10-22 | 31 | -19798/+4 |
* | Adjust to changes in Makefile.rules | Reid Spencer | 2004-10-22 | 12 | -167/+48 |
* | Shorten the rules, speed it up, correct library contruction, add *.td rules | Reid Spencer | 2004-10-22 | 1 | -539/+421 |
* | Remove the unused SourceDir variable (use BUILD_SRC_DIR) | Reid Spencer | 2004-10-22 | 1 | -5/+0 |
* | One more file to remove now that we're not doing automake. | Reid Spencer | 2004-10-22 | 1 | -121/+0 |