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