| Age | Commit message (Expand) | Author |
| 2009-03-21 | add some inline methods for infix operators on sparse vectors, | Chris Lattner |
| 2009-03-20 | For inline asm output operand that matches an input. Encode the input operand... | Evan Cheng |
| 2009-03-20 | Added option to enable generating less precise mad (multiply addition) | Mon P Wang |
| 2009-03-19 | Fix the Win32 VS2008 build: | Sebastian Redl |
| 2009-03-19 | Added MachineInstr::isRegTiedToDefOperand to check for two-addressness. | Evan Cheng |
| 2009-03-19 | SADDO and UADDO are commutative. | Dan Gohman |
| 2009-03-19 | Clear the cached cost when removing a function in | Dale Johannesen |
| 2009-03-19 | Add a liveness analysis pass for LLVM IR values. This computes | Dan Gohman |
| 2009-03-17 | Add BUILTIN_EXPECT Support/Compiler macro. | Daniel Dunbar |
| 2009-03-17 | raw_ostream: Return '*this' explicitly (instead of implicitly via | Daniel Dunbar |
| 2009-03-17 | raw_ostream: Rework implementation of unbuffered streams so outputting | Daniel Dunbar |
| 2009-03-16 | raw_ostream: Replace flush_impl with write_impl, which takes data to | Daniel Dunbar |
| 2009-03-16 | raw_ostream: Lift out flush_nonempty. | Daniel Dunbar |
| 2009-03-16 | Add slow path for single character write, and use exclusively for | Daniel Dunbar |
| 2009-03-13 | Revert r66920. It was causing failures in the self-hosting buildbot (in release | Bill Wendling |
| 2009-03-13 | Fix FastISel's assumption that i1 values are always zero-extended | Dan Gohman |
| 2009-03-13 | Second installment of "BasicBlock operands to the back" | Gabor Greif |
| 2009-03-13 | Fix some significant problems with constant pools that resulted in unnecessar... | Evan Cheng |
| 2009-03-13 | Oops...I committed too much. | Bill Wendling |
| 2009-03-13 | Temporarily XFAIL this test. | Bill Wendling |
| 2009-03-12 | cosmetic change, in preparation of future change | Gabor Greif |
| 2009-03-12 | raw_ostream: unbuffered streams weren't being immediately flushed on | Daniel Dunbar |
| 2009-03-12 | Rearrange operands of the BranchInst, to be able to | Gabor Greif |
| 2009-03-12 | Fully initialize all ivars, fixing PR3790, patch by Edwin Torok! | Chris Lattner |
| 2009-03-12 | Add StringMap::lookup. | Daniel Dunbar |
| 2009-03-11 | Add a -no-implicit-float flag. This acts like -soft-float, but may generate | Bill Wendling |
| 2009-03-11 | Make Print callable from a pass's print method: add const qualifier. No | Torok Edwin |
| 2009-03-11 | It makes no sense to have a ODR version of common | Duncan Sands |
| 2009-03-11 | Remove the one-definition-rule version of extern_weak | Duncan Sands |
| 2009-03-11 | Two coalescer fixes in one. | Evan Cheng |
| 2009-03-10 | Changed Allocate to use size_t instead of unsigned. | Mon P Wang |
| 2009-03-10 | Add an explicit keyword. | Dan Gohman |
| 2009-03-10 | Fixed rounding up EltSize | Mon P Wang |
| 2009-03-10 | Give Op<N>() AppleScript-like semantics, i.e. for negative N it indexes relat... | Gabor Greif |
| 2009-03-10 | Refine the Dwarf writer timers so that they measure exception writing and debug | Bill Wendling |
| 2009-03-10 | Add a timer to the DwarfWriter pass that measures the total time it takes to | Bill Wendling |
| 2009-03-10 | PR3478: raw_ostream should not buffer stderr | Daniel Dunbar |
| 2009-03-10 | Add C++ marker. | Daniel Dunbar |
| 2009-03-10 | Global variables don't have a corresponding llvm.dbg.declare, yet it is possible | Torok Edwin |
| 2009-03-10 | wire up support for emitting "special" values from inline asm | Chris Lattner |
| 2009-03-09 | Add helper pass to remove llvm.dbg.declare intrinsics. | Devang Patel |
| 2009-03-09 | make the Op<N> methods protected, how it was intended to be | Gabor Greif |
| 2009-03-09 | Revert r66415. It's causing failures during bootstrap builds: | Bill Wendling |
| 2009-03-09 | Add a constructor for BuildVectorSDNode and revert the temporary workaround | Bob Wilson |
| 2009-03-09 | in builds without asserts we do not need to allocate the Next pointer in "gho... | Gabor Greif |
| 2009-03-09 | Regenerate. | Nick Lewycky |
| 2009-03-09 | Remove configurey-fu to autodetect hash_map and hash_set now that they are | Nick Lewycky |
| 2009-03-09 | make GlobalValue::removeDeadConstantUsers() const. | Chris Lattner |
| 2009-03-09 | reimplement AliasSetTracker in terms of DenseMap instead of hash_map, | Chris Lattner |
| 2009-03-09 | add a #include to improve portability to windows, as requested by | Chris Lattner |