| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Unbreak C++ tests on x86 Darwin. | Evan Cheng | 2008-07-08 | 1 | -2/+3 |
* | Add some helpers for manipulating function | Duncan Sands | 2008-07-08 | 1 | -9/+29 |
* | Add CallSite::getArgumentNo() to be able to translate an operand number into a | Matthijs Kooijman | 2008-07-08 | 1 | -0/+9 |
* | Add CallSite::getArgumentOffset() to hide the differences in operands betwen | Matthijs Kooijman | 2008-07-08 | 1 | -10/+13 |
* | Add some convenience methods for manipulating | Duncan Sands | 2008-07-08 | 2 | -4/+46 |
* | Expand SCEVUDiv of power of 2 to a lshr instruction. | Nick Lewycky | 2008-07-08 | 1 | -5/+1 |
* | Avoid unnecessary string construction during asm printing. | Evan Cheng | 2008-07-08 | 1 | -0/+1 |
* | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman | 2008-07-07 | 5 | -134/+155 |
* | Pool-allocation for SDNodes. The pool is allocated once for each function, | Dan Gohman | 2008-07-07 | 3 | -38/+40 |
* | Add some basic Pool-allocation infrastructure. This adds a Recycler class, | Dan Gohman | 2008-07-07 | 6 | -3/+582 |
* | Use StringMap for greater justice! | Bill Wendling | 2008-07-07 | 1 | -1/+2 |
* | Fix SDNode::MorphNodeTo (a function used by by SelectNodeTo) to | Dan Gohman | 2008-07-07 | 2 | -1/+12 |
* | Move MachineMemOperand's constructor out of line, to avoid a | Dan Gohman | 2008-07-07 | 1 | -4/+1 |
* | Shrink MachineMemOperand by storing the alignment in log form | Dan Gohman | 2008-07-07 | 1 | -6/+7 |
* | Make ilist noncopyable too. | Dan Gohman | 2008-07-07 | 1 | -0/+6 |
* | Don't use std::advance just to increment or decrement by one. | Dan Gohman | 2008-07-07 | 1 | -4/+2 |
* | Make BumpPtrAllocator noncopyable. | Dan Gohman | 2008-07-07 | 1 | -0/+3 |
* | Add a space between * and /* to help simple-minded lexers. | Dan Gohman | 2008-07-07 | 1 | -1/+1 |
* | Remove most of the uses of SDOperandPtr, usually replacing it with a | Dan Gohman | 2008-07-07 | 2 | -23/+27 |
* | Remove uses of "llvm/Support/Debug.h" from LLVM include files, which | Dan Gohman | 2008-07-07 | 3 | -3/+2 |
* | Remove unnecessary static_casts. | Dan Gohman | 2008-07-07 | 1 | -2/+2 |
* | Remove an unnecessary reinterpret_cast. | Dan Gohman | 2008-07-07 | 1 | -1/+1 |
* | Add explicit keywords. | Dan Gohman | 2008-07-07 | 4 | -10/+10 |
* | Make DenseMap's insert return a pair, to more closely resemble std::map. | Dan Gohman | 2008-07-07 | 2 | -8/+10 |
* | Removed ImmutableMap::SlimFind and replaced it with ImmutableMap::lookup. Th... | Ted Kremenek | 2008-07-07 | 1 | -5/+3 |
* | LegalizeTypes soft-float support for stores of a | Duncan Sands | 2008-07-07 | 1 | -2/+4 |
* | Add convenient helper for checking whether global is weak in linker sense | Anton Korobeynikov | 2008-07-05 | 1 | -0/+9 |
* | 80col | Nick Lewycky | 2008-07-05 | 1 | -1/+1 |
* | Fixed generating incorrect aligned stores that I backout of r53031 | Mon P Wang | 2008-07-05 | 1 | -3/+4 |
* | Rather than having a different custom legalization | Duncan Sands | 2008-07-04 | 1 | -13/+8 |
* | Linux also does not require exception handling | Duncan Sands | 2008-07-04 | 1 | -8/+0 |
* | Don't return std::vector by value, but pass it in by reference to be filled. | Bill Wendling | 2008-07-03 | 1 | -8/+7 |
* | Revert my previous check-in that split up MachineModuleInfo. It turns out to | Bill Wendling | 2008-07-03 | 2 | -720/+691 |
* | Provide a hook to set the code generation debug options to investigate lto f... | Devang Patel | 2008-07-03 | 1 | -0/+5 |
* | Backed out 53031. | Evan Cheng | 2008-07-03 | 1 | -3/+2 |
* | - Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propaga... | Evan Cheng | 2008-07-03 | 2 | -38/+14 |
* | Use operator new instead of new char[]. | Dan Gohman | 2008-07-03 | 1 | -9/+9 |
* | - Add LiveVariables::replaceKillInstruction. This does a subset of instructio... | Evan Cheng | 2008-07-03 | 1 | -0/+5 |
* | Make LiveVariables even more optional, by making it optional in the call to T... | Owen Anderson | 2008-07-02 | 1 | -1/+1 |
* | Replace a few uses of SelectionDAG::getTargetNode with | Dan Gohman | 2008-07-02 | 1 | -0/+9 |
* | Add a couple more helper functions to deal with | Eric Christopher | 2008-07-02 | 1 | -1/+20 |
* | Make the default min align of CreateStackTemporary to be 1 | Mon P Wang | 2008-07-02 | 1 | -1/+1 |
* | Add a new getMergeValues method that does not need | Duncan Sands | 2008-07-02 | 1 | -0/+6 |
* | Have DenseSet::insert return a bool indicating whether the insertion succeede... | Owen Anderson | 2008-07-02 | 1 | -2/+2 |
* | Fixed problem in EmitStackConvert where the source and target type | Mon P Wang | 2008-07-02 | 1 | -3/+4 |
* | optimize StringMap::clear | Chris Lattner | 2008-07-02 | 1 | -6/+11 |
* | Add a new (simple) StringMap::clear method, patch by Pratik | Chris Lattner | 2008-07-02 | 1 | -0/+6 |
* | Sorry. I couldn't sleep at night knowing I put these ugly casts into the sour... | Bill Wendling | 2008-07-02 | 1 | -2/+3 |
* | Implemented operator!= for the ImmutableList iterator. | Ted Kremenek | 2008-07-02 | 1 | -1/+2 |
* | Add a version of AddString that takes a const char* so we can avoid extraneous | Owen Anderson | 2008-07-01 | 1 | -0/+1 |