| Commit message (Expand) | Author | Age | Files | Lines |
* | Add BUILTIN_EXPECT Support/Compiler macro. | Daniel Dunbar | 2009-03-17 | 1 | -0/+6 |
* | raw_ostream: Return '*this' explicitly (instead of implicitly via | Daniel Dunbar | 2009-03-17 | 1 | -5/+10 |
* | raw_ostream: Rework implementation of unbuffered streams so outputting | Daniel Dunbar | 2009-03-17 | 1 | -15/+18 |
* | raw_ostream: Replace flush_impl with write_impl, which takes data to | Daniel Dunbar | 2009-03-16 | 1 | -38/+24 |
* | raw_ostream: Lift out flush_nonempty. | Daniel Dunbar | 2009-03-16 | 1 | -24/+38 |
* | Add slow path for single character write, and use exclusively for | Daniel Dunbar | 2009-03-16 | 1 | -3/+4 |
* | Revert r66920. It was causing failures in the self-hosting buildbot (in release | Bill Wendling | 2009-03-13 | 2 | -33/+15 |
* | Fix FastISel's assumption that i1 values are always zero-extended | Dan Gohman | 2009-03-13 | 1 | -0/+5 |
* | Second installment of "BasicBlock operands to the back" | Gabor Greif | 2009-03-13 | 2 | -15/+33 |
* | Fix some significant problems with constant pools that resulted in unnecessar... | Evan Cheng | 2009-03-13 | 2 | -18/+16 |
* | Oops...I committed too much. | Bill Wendling | 2009-03-13 | 2 | -26/+30 |
* | Temporarily XFAIL this test. | Bill Wendling | 2009-03-13 | 2 | -30/+26 |
* | cosmetic change, in preparation of future change | Gabor Greif | 2009-03-12 | 1 | -3/+3 |
* | raw_ostream: unbuffered streams weren't being immediately flushed on | Daniel Dunbar | 2009-03-12 | 1 | -0/+6 |
* | Rearrange operands of the BranchInst, to be able to | Gabor Greif | 2009-03-12 | 3 | -21/+20 |
* | Fully initialize all ivars, fixing PR3790, patch by Edwin Torok! | Chris Lattner | 2009-03-12 | 1 | -1/+1 |
* | Add StringMap::lookup. | Daniel Dunbar | 2009-03-12 | 1 | -0/+21 |
* | Add a -no-implicit-float flag. This acts like -soft-float, but may generate | Bill Wendling | 2009-03-11 | 1 | -0/+6 |
* | Make Print callable from a pass's print method: add const qualifier. No | Torok Edwin | 2009-03-11 | 1 | -1/+1 |
* | It makes no sense to have a ODR version of common | Duncan Sands | 2009-03-11 | 2 | -14/+5 |
* | Remove the one-definition-rule version of extern_weak | Duncan Sands | 2009-03-11 | 2 | -15/+5 |
* | Two coalescer fixes in one. | Evan Cheng | 2009-03-11 | 1 | -0/+9 |
* | Changed Allocate to use size_t instead of unsigned. | Mon P Wang | 2009-03-10 | 1 | -2/+2 |
* | Add an explicit keyword. | Dan Gohman | 2009-03-10 | 1 | -1/+1 |
* | Fixed rounding up EltSize | Mon P Wang | 2009-03-10 | 1 | -1/+1 |
* | Give Op<N>() AppleScript-like semantics, i.e. for negative N it indexes relat... | Gabor Greif | 2009-03-10 | 2 | -16/+19 |
* | Refine the Dwarf writer timers so that they measure exception writing and debug | Bill Wendling | 2009-03-10 | 1 | -4/+0 |
* | Add a timer to the DwarfWriter pass that measures the total time it takes to | Bill Wendling | 2009-03-10 | 1 | -1/+5 |
* | PR3478: raw_ostream should not buffer stderr | Daniel Dunbar | 2009-03-10 | 1 | -4/+18 |
* | Add C++ marker. | Daniel Dunbar | 2009-03-10 | 1 | -1/+1 |
* | Global variables don't have a corresponding llvm.dbg.declare, yet it is possible | Torok Edwin | 2009-03-10 | 1 | -0/+6 |
* | wire up support for emitting "special" values from inline asm | Chris Lattner | 2009-03-10 | 1 | -1/+1 |
* | Add helper pass to remove llvm.dbg.declare intrinsics. | Devang Patel | 2009-03-09 | 1 | -2/+7 |
* | make the Op<N> methods protected, how it was intended to be | Gabor Greif | 2009-03-09 | 1 | -0/+2 |
* | Revert r66415. It's causing failures during bootstrap builds: | Bill Wendling | 2009-03-09 | 6 | -34/+15 |
* | Add a constructor for BuildVectorSDNode and revert the temporary workaround | Bob Wilson | 2009-03-09 | 1 | -4/+2 |
* | in builds without asserts we do not need to allocate the Next pointer in "gho... | Gabor Greif | 2009-03-09 | 6 | -15/+34 |
* | Regenerate. | Nick Lewycky | 2009-03-09 | 1 | -18/+0 |
* | Remove configurey-fu to autodetect hash_map and hash_set now that they are | Nick Lewycky | 2009-03-09 | 5 | -523/+0 |
* | make GlobalValue::removeDeadConstantUsers() const. | Chris Lattner | 2009-03-09 | 1 | -1/+1 |
* | reimplement AliasSetTracker in terms of DenseMap instead of hash_map, | Chris Lattner | 2009-03-09 | 1 | -32/+34 |
* | add a #include to improve portability to windows, as requested by | Chris Lattner | 2009-03-09 | 1 | -0/+1 |
* | Pass in a std::string when getting the names of debugging things. This cuts down | Bill Wendling | 2009-03-09 | 1 | -11/+31 |
* | change the MemIntrinsic get/setAlignment method to take an unsigned | Chris Lattner | 2009-03-08 | 1 | -6/+9 |
* | Introduce a new MemTransferInst pseudo class, which is a common | Chris Lattner | 2009-03-08 | 1 | -38/+36 |
* | Fix misaligned whitespace. No functionality change. | Nick Lewycky | 2009-03-08 | 1 | -4/+4 |
* | Remove some duplication. | Mikhail Glushenkov | 2009-03-07 | 1 | -5/+8 |
* | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 2 | -26/+76 |
* | simplify the way how traits get hold of the symbol table | Gabor Greif | 2009-03-07 | 3 | -23/+13 |
* | further simplifications arising from peruse of the more declarative interface | Gabor Greif | 2009-03-07 | 4 | -7/+5 |