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