summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add EXTRA_DIST for additional files to be distributed.Reid Spencer2004-10-26
* Give a useful hintChris Lattner2004-10-26
* Bug fixedChris Lattner2004-10-25
* Disable the JIT until it can sorta kinda work.Chris Lattner2004-10-25
* add a link to the makefile guide, eliminate redundant link to coding stdsChris Lattner2004-10-25
* Make a sentence easier to parseChris Lattner2004-10-25
* Fix spellosChris Lattner2004-10-25
* Remove template args that are the same as the defaultChris Lattner2004-10-25
* Remove a dead class. Thanks to Morten Ofstad for pointing this out.Chris Lattner2004-10-25
* Remove dead assertChris Lattner2004-10-25
* Patch to support MSVC, contributed by Morten OfstadChris Lattner2004-10-25
* Patch to support MSVC, contributed by Morten OfstadChris Lattner2004-10-25
* Fix compatibility with MSVC, patch by Morten OfstadChris Lattner2004-10-25
* Do not use variable sized arrays in C++, they are non-portable. PatchChris Lattner2004-10-25
* Removed dead method, printPHICopiesForSuccessors().John Criswell2004-10-25
* Patch to support MSVC better, contributed by Morten OfstadChris Lattner2004-10-25
* Patch to support MSVC, contributed by Morten OfstadChris Lattner2004-10-25
* Patch to support MSVC correctly, contributed by Morten Ofstad!Chris Lattner2004-10-25
* Modified switch generation so that only the phi values associated with theJohn Criswell2004-10-25
* New Makefile Features:Reid Spencer2004-10-25
* Teach mkinstalldirs how to shut up about making directories.Reid Spencer2004-10-25
* Add a check for the tar program.Reid Spencer2004-10-25
* Implement more complete and correct codegen for bitfield inserts, as testedNate Begeman2004-10-24
* Initial checkin of regression test for generating the PowerPC rlwimiNate Begeman2004-10-24
* First draft. More to come.Reid Spencer2004-10-24
* Fix uninstall from rebuilding everything (wrong dependency)Reid Spencer2004-10-24
* Move top level rules for tags and installing headers to Makefile.rulesReid Spencer2004-10-24
* Implemented New Features:Reid Spencer2004-10-24
* Fix the previous bug the correct way. This fixes ptrdist/bcChris Lattner2004-10-24
* Fix grammar in comments to getSizeOf()Misha Brukman2004-10-24
* Make this actually work.Alkis Evlogimenos2004-10-24
* Improve comments and wrap to 80 columns.Alkis Evlogimenos2004-10-24
* Make the $(OBJDIR) go away on clean-local.Reid Spencer2004-10-24
* Add ConstantExpr::getSizeOf(Type*).Alkis Evlogimenos2004-10-24
* * Correctly handle the MovePCtoLR pseudo-instr with a bl to next instrMisha Brukman2004-10-23
* Add BA, BL, and BLA opcodesMisha Brukman2004-10-23
* Several Changes:Reid Spencer2004-10-23
* Make clean quieter.Reid Spencer2004-10-23
* * Do not emit IMPLICIT_DEF pseudo-instructionsMisha Brukman2004-10-23
* Fix nightly build by avoiding shared library construction.Reid Spencer2004-10-23
* * Actually ignore build errors in optional directoriesReid Spencer2004-10-23
* Remove the clean target.Reid Spencer2004-10-23
* First cut at the LLVM Makefile Guide. There's lots to correct and lots moreReid Spencer2004-10-23
* DForm_1, particularly used by store instructions, needs the immediate operand toMisha Brukman2004-10-23
* Fix the SPR field for MTLR, MFLR, MTCTR, and MFCTR instructions.Misha Brukman2004-10-23
* The value of the XO field for MFLR and MFCTR is 339, not 399Misha Brukman2004-10-23
* Remove extraneous blank lineMisha Brukman2004-10-23
* Make VC happier, patch contributed by Morten OfstadChris Lattner2004-10-23
* Align function arguments in function headersMisha Brukman2004-10-23
* Fix a bug that Brian brought to my attention. This corrects:Chris Lattner2004-10-23