- 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 21 years ago
- e5cda8e Fix compilation problem; make the cast and the LHS be the same type. by John Criswell · 21 years ago
- 53fe2be Remove dead var by Chris Lattner · 21 years ago
- 141e3fd Quiet VC++ warnings by Chris Lattner · 21 years ago
- 41ffe4b Do not make i have bigger scope that we need by Chris Lattner · 21 years ago
- 183f2eb Remove dead vars by Chris Lattner · 21 years ago
- f158092 Fix some warnings on VC++ by Chris Lattner · 21 years ago
- 28dd2fc Thanks to sabre for pointing out that we were incorrectly codegen'ing by Nate Begeman · 21 years ago
- 6931fd6 Handle "call" operands of type long/ulong passed in registers. by Brian Gaeke · 21 years ago
- 82962de Don't call Constant::getNullValue when the argument could be VoidTy by Chris Lattner · 21 years ago
- da6122f Fix this function to not say that longs have 8-byte alignment on X86/PPC. by Chris Lattner · 21 years ago
- 80f0855 Added gross hacks such as creating my own def-use map, and picking on Instruction that I can add all my TmpInstructions to its MCFI. by Tanya Lattner · 21 years ago
- f1de30a Graphs that are part of equivalence sets can be multi-function SCC's by Chris Lattner · 21 years ago
- caa35bc Correctly handle new SCC's found as a result of merging EQ graphs do to by Chris Lattner · 21 years ago
- 033a7d5 Substantially cleanup/speedup the eq graphs pass by walking the callgraph by Chris Lattner · 21 years ago
- a62869b Fix a warning by Chris Lattner · 21 years ago
- 983baf4 Minor cleanups by Chris Lattner · 21 years ago
- d308f8a * Rearrange code slightly by Chris Lattner · 21 years ago
- 4457f7e Remove more dead methods by Chris Lattner · 21 years ago
- fcb7d95 Rename FoldedGraph -> DSInfo to be consistent with other passes by Chris Lattner · 21 years ago
- 77408b8 Get rid of the EquivClassGraphArgsInfo class, and the map that held it. by Chris Lattner · 21 years ago
- 7cc372b Add placeholder variable to make Win32 work, applied for Morten Ofstad by Chris Lattner · 21 years ago
- 68f9658 Eliminate the cloneGraph method by Chris Lattner · 21 years ago
- 7e54a01 Speed up the tail duplication pass on the testcase below from 68.2s to 1.23s: by Chris Lattner · 21 years ago
- bfd3e52 Do not compute the predecessor list for a block unless we need it. by Chris Lattner · 21 years ago
- 31d3f67 * Do not refer to ActualCallees in CBU, when we can do it locally. by Chris Lattner · 21 years ago
- 4bbf3df Simplify graph traversal, improve grammar by Chris Lattner · 21 years ago
- ab8544a Do not do horrible things to the CBU graphs. In particular, we do NOT own by Chris Lattner · 21 years ago
- 3b7b81b Fix comment by Chris Lattner · 21 years ago
- e84c23e Improve comment by Chris Lattner · 21 years ago
- f498568 Fix another bug in Prolangs-C++/objects by Chris Lattner · 21 years ago
- 113cde8 Only call getNodeForValue on pointer arguments! this fixes a problem running by Chris Lattner · 21 years ago
- 7d8d471 Add more paranoid assertions :) by Chris Lattner · 21 years ago
- cc2d1e2 Internalize variable names to prevent recursive assignment. Cleanup docs. by Reid Spencer · 21 years ago
- f1bd4b4 Fix some more problems where we called getOffset before getNode() by Chris Lattner · 21 years ago
- 857eb06 Fix three bugs: by Chris Lattner · 21 years ago
- 62c3a95 Fix more undefined behavior by Chris Lattner · 21 years ago
- 6f96774 * Add a method by Chris Lattner · 21 years ago
- 260652a Fixed bug with infinite epilogues. by Tanya Lattner · 21 years ago
- 9437db4 * Fix compilation on AIX: GCC's fixincludes eliminates isinf() declaration by Misha Brukman · 21 years ago
- b982c42 Change name of target lib to conform to new naming scheme. by Brian Gaeke · 21 years ago
- b13fac7 Remove dependency on MRegisterInfo::getRegClass by Brian Gaeke · 21 years ago
- e7a3f3e The Alpha (tm) intrinsics have never been used anywhere by Misha Brukman · 21 years ago
- 88560c3 When emitting debug msgs for function stubs, don't truncate the by Brian Gaeke · 21 years ago
- 56a2468 Gep indices must be of int, uint, long or ulong type. by Alkis Evlogimenos · 21 years ago
- 685f86a Fix library name. by Reid Spencer · 21 years ago
- 0022421 Fix library name. by Alkis Evlogimenos · 21 years ago
- 06aada9 Fix library name. by Reid Spencer · 21 years ago
- e55bd78 Fix name of library by Reid Spencer · 21 years ago
- 5d6ca51 Make sure that the yacc and lex output are specified as BUILT_SOURCES. by Reid Spencer · 21 years ago
- 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 21 years ago
- abec8f9 Changes to support rand48 tests by Reid Spencer · 21 years ago
- 1fca5ff Convert 'struct' to 'class' in various places to adhere to the coding standards by Chris Lattner · 21 years ago
- 0aafc32 Move destructor out of line to avoid vtable emission in every file that includes the header. Thanks to sabre. by Nate Begeman · 21 years ago
- dc78122 Hrm, this code was severely botched. As it turns out, this patch: by Chris Lattner · 21 years ago
- 4c34801 Fix the build by eliminating some more dead code. That'll learn me not to listen to Reid by Nate Begeman · 21 years ago
- 2f48686 Initialize with the correct constant type by Chris Lattner · 21 years ago
- e8343a5 Plug a memory leak in the asmparser. It turns out that we were leaking by Chris Lattner · 21 years ago
- 48b2f6b add support for UndefValue by Chris Lattner · 21 years ago
- 52c09d7 Move method bodies that depend on <algorithm> from MBB.h to MBB.cpp by Chris Lattner · 21 years ago
- 27f2916 Clean up the MachineBasicBlock.h file, percolating #includes into this file. by Chris Lattner · 21 years ago
- b9cad90 Remove include of MRegisterInfo.h, since it is already included by by Nate Begeman · 21 years ago
- 17304c3 Remove file that is no longer used, and move include of MRegisterInfo.h by Nate Begeman · 21 years ago
- dfd0e7b Eliminate usage of MRegisterInfo::getRegClass(physreg) by Nate Begeman · 21 years ago
- 6f335f9 Fix the interpreter crash that Michael McCracken found by Chris Lattner · 21 years ago
- ad3c74f Reduce usage of MRegisterInfo::getRegClass by Chris Lattner · 21 years ago
- 4a0de07 Update to-do list by Nate Begeman · 21 years ago
- 9b508c3 Fix treecc. Also fix a latent bug in emitBinaryConstOperation that would by Nate Begeman · 21 years ago
- 20ac4e3 Add EXTRA_DIST for additional files to be distributed. by Reid Spencer · 21 years ago
- 097714b Disable the JIT until it can sorta kinda work. by Chris Lattner · 21 years ago
- f1ac33d Remove dead assert by Chris Lattner · 21 years ago
- f0ae6c6 Patch to support MSVC, contributed by Morten Ofstad by Chris Lattner · 21 years ago
- 67b6e4e Patch to support MSVC, contributed by Morten Ofstad by Chris Lattner · 21 years ago
- 13a1665 Fix compatibility with MSVC, patch by Morten Ofstad by Chris Lattner · 21 years ago
- 6fcd8d8 Do not use variable sized arrays in C++, they are non-portable. Patch by Chris Lattner · 21 years ago
- 408f999 Removed dead method, printPHICopiesForSuccessors(). by John Criswell · 21 years ago
- 7a36ae8 Patch to support MSVC better, contributed by Morten Ofstad by Chris Lattner · 21 years ago
- 219c141 Patch to support MSVC, contributed by Morten Ofstad by Chris Lattner · 21 years ago
- 30cc227 Modified switch generation so that only the phi values associated with the by John Criswell · 21 years ago
- 905a291 Implement more complete and correct codegen for bitfield inserts, as tested by Nate Begeman · 21 years ago
- 236ca44 Fix the previous bug the correct way. This fixes ptrdist/bc by Chris Lattner · 21 years ago
- 6edde96 Make this actually work. by Alkis Evlogimenos · 21 years ago
- 60ab140 Add ConstantExpr::getSizeOf(Type*). by Alkis Evlogimenos · 21 years ago
- d4b4a99 * Correctly handle the MovePCtoLR pseudo-instr with a bl to next instr by Misha Brukman · 21 years ago
- 40a55e1 Add BA, BL, and BLA opcodes by Misha Brukman · 21 years ago
- a4df350 * Do not emit IMPLICIT_DEF pseudo-instructions by Misha Brukman · 21 years ago
- bd7780b DForm_1, particularly used by store instructions, needs the immediate operand to by Misha Brukman · 21 years ago
- da8d96d Fix the SPR field for MTLR, MFLR, MTCTR, and MFCTR instructions. by Misha Brukman · 21 years ago
- 15f74b3 The value of the XO field for MFLR and MFCTR is 339, not 399 by Misha Brukman · 21 years ago
- bb48249 Remove extraneous blank line by Misha Brukman · 21 years ago
- 3a060e5 Align function arguments in function headers by Misha Brukman · 21 years ago
- 5fd2ab3 Fix a bug that Brian brought to my attention. This corrects: by Chris Lattner · 21 years ago
- 31dfc52 Kill casts from integer types to unsigned byte, when the cast was only used by Nate Begeman · 21 years ago
- ec84302 Use cleaner quoting and eliminate blank space by Misha Brukman · 21 years ago
- b8d5570 Clean up the output from this makefile so its not verbose. by Reid Spencer · 21 years ago
- 6b9ae58 Adjust rules for building .inc files due to Reid's changes of Makefile.rules by Misha Brukman · 21 years ago
- 8c2c315 Adjust to changes in Makefile.rules by Reid Spencer · 21 years ago
- 4e073a8 Eliminate compilation warning on uninitialized variable. by Reid Spencer · 21 years ago
- e9ece2a *** empty log message *** by Chris Lattner · 21 years ago
- 9b99182 Fix a bug Nate noticed, where we miscompiled a simple testcase by Chris Lattner · 21 years ago