summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Make sure that the yacc and lex output are specified as BUILT_SOURCES.Reid Spencer2004-10-28
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* Changes to support rand48 testsReid Spencer2004-10-27
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-27
* Move destructor out of line to avoid vtable emission in every file that inclu...Nate Begeman2004-10-27
* Hrm, this code was severely botched. As it turns out, this patch:Chris Lattner2004-10-27
* Fix the build by eliminating some more dead code. That'll learn me not to li...Nate Begeman2004-10-27
* Initialize with the correct constant typeChris Lattner2004-10-27
* Plug a memory leak in the asmparser. It turns out that we were leakingChris Lattner2004-10-26
* add support for UndefValueChris Lattner2004-10-26
* Move method bodies that depend on <algorithm> from MBB.h to MBB.cppChris Lattner2004-10-26
* Clean up the MachineBasicBlock.h file, percolating #includes into this file.Chris Lattner2004-10-26
* Remove include of MRegisterInfo.h, since it is already included byNate Begeman2004-10-26
* Remove file that is no longer used, and move include of MRegisterInfo.hNate Begeman2004-10-26
* Eliminate usage of MRegisterInfo::getRegClass(physreg)Nate Begeman2004-10-26
* Fix the interpreter crash that Michael McCracken foundChris Lattner2004-10-26
* Reduce usage of MRegisterInfo::getRegClassChris Lattner2004-10-26
* Update to-do listNate Begeman2004-10-26
* Fix treecc. Also fix a latent bug in emitBinaryConstOperation that wouldNate Begeman2004-10-26
* Add EXTRA_DIST for additional files to be distributed.Reid Spencer2004-10-26
* Disable the JIT until it can sorta kinda work.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
* Modified switch generation so that only the phi values associated with theJohn Criswell2004-10-25
* Implement more complete and correct codegen for bitfield inserts, as testedNate Begeman2004-10-24
* Fix the previous bug the correct way. This fixes ptrdist/bcChris Lattner2004-10-24
* Make this actually work.Alkis Evlogimenos2004-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
* * Do not emit IMPLICIT_DEF pseudo-instructionsMisha Brukman2004-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
* Align function arguments in function headersMisha Brukman2004-10-23
* Fix a bug that Brian brought to my attention. This corrects:Chris Lattner2004-10-23
* Kill casts from integer types to unsigned byte, when the cast was only usedNate Begeman2004-10-23
* Use cleaner quoting and eliminate blank spaceMisha Brukman2004-10-22
* Clean up the output from this makefile so its not verbose.Reid Spencer2004-10-22
* Adjust rules for building .inc files due to Reid's changes of Makefile.rulesMisha Brukman2004-10-22
* Adjust to changes in Makefile.rulesReid Spencer2004-10-22
* Eliminate compilation warning on uninitialized variable.Reid Spencer2004-10-22
* *** empty log message ***Chris Lattner2004-10-22