Age | Commit message (Expand) | Author |
2008-08-23 | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner |
2008-08-23 | Add #include | Chris Lattner |
2008-08-23 | add #include | Chris Lattner |
2008-08-23 | add #include | Chris Lattner |
2008-08-23 | add a simple mechanism for formatted output. This gives raw_ostream's | Chris Lattner |
2008-08-23 | Provide a 64 bit variant of mmx.maskmovq intrinsic lowering. | Anton Korobeynikov |
2008-08-23 | Reverting r55227. This was causing the following failures in the regression | Bill Wendling |
2008-08-23 | Add a new trivial -inst-namer pass which makes it possible to diff the | Chris Lattner |
2008-08-23 | Verify that the alignment argument to llvm.memcpy is a constant | Chris Lattner |
2008-08-23 | remove verification for gc intrinsic argument types. it was indented wrong | Chris Lattner |
2008-08-23 | Fix PR2423 by checking all indices for out of range access, not only | Chris Lattner |
2008-08-23 | the bug was apparently fixed long ago, reenable the assertion | Chris Lattner |
2008-08-23 | Make MBBMap a DenseMap instead of a std::map. | Dan Gohman |
2008-08-23 | Move the point at which FastISel taps into the SelectionDAGISel | Dan Gohman |
2008-08-23 | Avoid creating shift-by-zero SDNodes in the common case of | Dan Gohman |
2008-08-23 | Move SelectionDAG's constructor out of line. | Dan Gohman |
2008-08-23 | Add a clear() method to FoldingSet. | Dan Gohman |
2008-08-22 | Reapply r55191 and r55192. | Dan Gohman |
2008-08-22 | Make option variables static, so they won't cause nameclash | Anton Korobeynikov |
2008-08-22 | Reverting r55190, r55191, and r55192. They broke the build with this error me... | Bill Wendling |
2008-08-22 | Fix the InsertBranch call. | Dan Gohman |
2008-08-22 | Support non-fallthrough unconditional branches in FastISel. | Dan Gohman |
2008-08-22 | Anyext tweaks for x86. When extloading a value to i32 or i64, choose | Dan Gohman |
2008-08-22 | Add FastISel support for PHINodes. Machine PHI nodes | Dan Gohman |
2008-08-22 | Implement __sync_synchronize on ppc32. Patch by Gary Benson. | Dale Johannesen |
2008-08-22 | Fix SmallVector's size calculation so that a size of 0 is | Dan Gohman |
2008-08-22 | improve support for systems that need unistd.h to get STDOUT_FILENO. | Chris Lattner |
2008-08-22 | consolidate DenseMapInfo implementations, and add one for std::pair. | Chris Lattner |
2008-08-22 | Rewrite ppc code generated for __sync_{bool|val}_compare_and_swap | Dale Johannesen |
2008-08-22 | Factor out the predicate check code from DAGISelEmitter.cpp | Dan Gohman |
2008-08-22 | Remove tabs. | Bill Wendling |
2008-08-21 | Temporarily reverting r55137. This was causing the bootstrap to go into an | Bill Wendling |
2008-08-21 | Fix write() when the string being written is larger than the buffer. This br... | Owen Anderson |
2008-08-21 | If part of the mask is "undef", then ignore it as we don't care what goes int... | Bill Wendling |
2008-08-21 | Fix whitespace. No functionality change. | Bill Wendling |
2008-08-21 | Accept NOT of a constant vector of int. | Dale Johannesen |
2008-08-21 | Fix a number of byval / memcpy / memset related codegen issues. | Evan Cheng |
2008-08-21 | Move non-trivial methods out of line to avoid code-size bloat. | Owen Anderson |
2008-08-21 | Fix ComputeMaskedBits to handle phis correctly. We need to take the | David Greene |
2008-08-21 | Treat floating point ST1 the same as ST0 when lowering for a call result | Mon P Wang |
2008-08-21 | Remove unneeded #include. | Owen Anderson |
2008-08-21 | Add libcalls for the new rounding opcodes. | Dan Gohman |
2008-08-21 | Add libm-oriented ISD opcodes for rounding operations. | Dan Gohman |
2008-08-21 | Have FastISel skip the multiply by 1 for getelementptr on i8*. | Dan Gohman |
2008-08-21 | Allow inline asm nodes with empty bodies inside JIT. | Anton Korobeynikov |
2008-08-21 | Switch from an O(n) method to an O(1) method for changing non-constant | Chris Lattner |
2008-08-21 | MVT::getMVT uses iPTR for pointer types, while we need the actual | Dan Gohman |
2008-08-21 | Simplify SelectRoot's interface, and factor out some common code | Dan Gohman |
2008-08-21 | Elements in DeadNodeSet are checked for use_empty() before they | Dan Gohman |
2008-08-21 | Clean up whitespace. | Bill Wendling |