| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -22/+62 |
* | 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 |
* | Remove the burden of dealing with list offsets | Gabor Greif | 2009-03-07 | 4 | -67/+25 |
* | Add IRBuilder::CreateConstGEP{1, 2}_{32, 64}. | Daniel Dunbar | 2009-03-06 | 1 | -4/+36 |
* | Add Module::getNamedValue; use to normalize access to Module symbol | Daniel Dunbar | 2009-03-06 | 1 | -0/+10 |
* | Add default constructor to SDNode to make gcc 3.4.6 happy. | Tanya Lattner | 2009-03-06 | 1 | -0/+4 |
* | some nits noticed by Duncan | Chris Lattner | 2009-03-06 | 1 | -2/+3 |
* | Sprinkle some PrettyStackEntry magic into the passmanager. With this, we now | Chris Lattner | 2009-03-06 | 1 | -0/+23 |
* | do not close friendship with every odd class | Gabor Greif | 2009-03-06 | 2 | -2/+0 |
* | Add "check/remove dbg var" helper routines. | Devang Patel | 2009-03-06 | 1 | -0/+9 |
* | Regenerate. | Nick Lewycky | 2009-03-05 | 1 | -0/+3 |
* | ooops, forgot to include the pointless-write eliminator in my previous checkin | Gabor Greif | 2009-03-04 | 6 | -0/+7 |
* | Add some cautionary comments. | Dale Johannesen | 2009-03-04 | 1 | -1/+3 |
* | add some helper classes for building light-weight symbolic stack traces | Chris Lattner | 2009-03-04 | 1 | -0/+65 |
* | Re-commit 65975 and a fix for the problem that | Dale Johannesen | 2009-03-04 | 1 | -0/+2 |
* | Add a new 'AddSignalHandler' function to Signals.h that allows | Chris Lattner | 2009-03-04 | 1 | -6/+5 |
* | Give sentinel traits the right to determine the policy where the sentinel is ... | Gabor Greif | 2009-03-04 | 7 | -11/+71 |
* | "Ghostify" embedded sentinels. This is a real win in all cases | Gabor Greif | 2009-03-04 | 3 | -9/+10 |
* | Temporarily revert 65975, which breaks the llvm-gcc build. | Dale Johannesen | 2009-03-04 | 1 | -2/+0 |
* | Dbg Intrinsics do not access memory. | Devang Patel | 2009-03-03 | 1 | -8/+11 |
* | Make a comment less terse. | Dan Gohman | 2009-03-03 | 1 | -1/+2 |
* | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman | 2009-03-03 | 8 | -11/+15 |
* | When sinking an insn in InstCombine bring its debug | Dale Johannesen | 2009-03-03 | 1 | -0/+5 |
* | Generalize BuildVectorSDNode::isConstantSplat to use APInts and handle | Bob Wilson | 2009-03-02 | 1 | -7/+12 |