aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate compilation warning on uninitialized variable.Reid Spencer2004-10-221-1/+1
* *** empty log message ***Chris Lattner2004-10-221-4/+47
* New testcase. Check for the ability to promote a malloc whose initialzed sta...Chris Lattner2004-10-221-0/+26
* Fix a bug Nate noticed, where we miscompiled a simple testcaseChris Lattner2004-10-221-1/+1
* Remove automake support.Reid Spencer2004-10-221-18/+0
* We won't use automakeReid Spencer2004-10-22133-64919/+0
* Remove debug code emitter from the JITMisha Brukman2004-10-211-3/+1
* Make this compile.Alkis Evlogimenos2004-10-211-1/+1