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