aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix another bug in Prolangs-C++/objectsChris Lattner2004-10-311-1/+2
* Only call getNodeForValue on pointer arguments! this fixes a problem runningChris Lattner2004-10-311-5/+11
* Add more paranoid assertions :)Chris Lattner2004-10-311-0/+12
* Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer2004-10-301-12/+10
* Fix some more problems where we called getOffset before getNode()Chris Lattner2004-10-301-2/+4
* Fix three bugs:Chris Lattner2004-10-301-9/+12
* Fix more undefined behaviorChris Lattner2004-10-301-10/+13
* * Add a methodChris Lattner2004-10-301-16/+28
* Fixed bug with infinite epilogues.Tanya Lattner2004-10-304-105/+187
* * Fix compilation on AIX: GCC's fixincludes eliminates isinf() declarationMisha Brukman2004-10-291-5/+7
* Change name of target lib to conform to new naming scheme.Brian Gaeke2004-10-292-2/+2
* Remove dependency on MRegisterInfo::getRegClassBrian Gaeke2004-10-292-4/+30
* The Alpha (tm) intrinsics have never been used anywhereMisha Brukman2004-10-292-47/+0
* When emitting debug msgs for function stubs, don't truncate theBrian Gaeke2004-10-291-1/+1
* Gep indices must be of int, uint, long or ulong type.Alkis Evlogimenos2004-10-281-1/+1
* Fix library name.Reid Spencer2004-10-282-2/+2
* Fix library name.Alkis Evlogimenos2004-10-282-2/+2
* Fix library name.Reid Spencer2004-10-281-1/+1
* Fix name of libraryReid Spencer2004-10-281-1/+1
* Make sure that the yacc and lex output are specified as BUILT_SOURCES.Reid Spencer2004-10-281-8/+7
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-2728-28/+26
* Changes to support rand48 testsReid Spencer2004-10-271-0/+15
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-277-9/+13
* Move destructor out of line to avoid vtable emission in every file that inclu...Nate Begeman2004-10-271-0/+2
* Hrm, this code was severely botched. As it turns out, this patch:Chris Lattner2004-10-271-0/+4
* Fix the build by eliminating some more dead code. That'll learn me not to li...Nate Begeman2004-10-271-20/+0
* Initialize with the correct constant typeChris Lattner2004-10-271-2/+3
* Plug a memory leak in the asmparser. It turns out that we were leakingChris Lattner2004-10-261-1/+1
* add support for UndefValueChris Lattner2004-10-261-1/+1
* Move method bodies that depend on <algorithm> from MBB.h to MBB.cppChris Lattner2004-10-261-14/+38
* Clean up the MachineBasicBlock.h file, percolating #includes into this file.Chris Lattner2004-10-262-0/+2
* Remove include of MRegisterInfo.h, since it is already included byNate Begeman2004-10-261-2/+0
* Remove file that is no longer used, and move include of MRegisterInfo.hNate Begeman2004-10-263-55/+1
* Eliminate usage of MRegisterInfo::getRegClass(physreg)Nate Begeman2004-10-262-9/+18
* Fix the interpreter crash that Michael McCracken foundChris Lattner2004-10-261-0/+1
* Reduce usage of MRegisterInfo::getRegClassChris Lattner2004-10-261-5/+6
* Update to-do listNate Begeman2004-10-261-1/+2
* Fix treecc. Also fix a latent bug in emitBinaryConstOperation that wouldNate Begeman2004-10-261-64/+46
* Add EXTRA_DIST for additional files to be distributed.Reid Spencer2004-10-261-0/+2
* Disable the JIT until it can sorta kinda work.Chris Lattner2004-10-251-0/+1
* Remove dead assertChris Lattner2004-10-251-3/+0
* Patch to support MSVC, contributed by Morten OfstadChris Lattner2004-10-251-0/+3
* Patch to support MSVC, contributed by Morten OfstadChris Lattner2004-10-251-0/+3
* Fix compatibility with MSVC, patch by Morten OfstadChris Lattner2004-10-251-0/+1
* 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-251-1/+1
* Patch to support MSVC, contributed by Morten OfstadChris Lattner2004-10-251-1/+1
* Modified switch generation so that only the phi values associated with theJohn Criswell2004-10-252-2/+4
* Implement more complete and correct codegen for bitfield inserts, as testedNate Begeman2004-10-241-89/+236