| Commit message (Expand) | Author | Age | Files | Lines |
* | - Check if a register is livein before removing it. It may have already been ... | Evan Cheng | 2008-04-24 | 1 | -0/+4 |
* | Add facility for pre-RA passes | Anton Korobeynikov | 2008-04-23 | 1 | -1/+8 |
* | Make stack alignment options global for all targets | Anton Korobeynikov | 2008-04-23 | 1 | -0/+7 |
* | Fix some whitespace. | Dan Gohman | 2008-04-23 | 1 | -3/+3 |
* | Enforce that multiple return values have to have at least one result. | Chris Lattner | 2008-04-23 | 1 | -0/+4 |
* | Whoops! Undo r50087, unbreak the build. | Nick Lewycky | 2008-04-22 | 1 | -3/+13 |
* | Reverse r47989. Part of removing 'unwinds to' support. | Nick Lewycky | 2008-04-22 | 1 | -13/+3 |
* | Move SplitBlockPredecessors out of loopsimplify into BasicBlockUtils.h | Chris Lattner | 2008-04-21 | 1 | -0/+13 |
* | add a handy helper method to instruction, useful for determining | Chris Lattner | 2008-04-20 | 1 | -0/+7 |
* | Add a new Jump Threading pass, which will handle cases | Chris Lattner | 2008-04-20 | 2 | -0/+8 |
* | Check we aren't trying to convert PPC long double. | Dale Johannesen | 2008-04-20 | 1 | -1/+4 |
* | Cosmetic changes, as suggested by Evan. No functionality changes. | Nicolas Geoffray | 2008-04-20 | 1 | -2/+2 |
* | Allow argpromote to promote struct arguments with a specified number | Chris Lattner | 2008-04-19 | 1 | -2/+3 |
* | Enable jitting with a known memory size. | Nicolas Geoffray | 2008-04-18 | 1 | -1/+8 |
* | Remove the implicit conversion from SDOperandPtr to SDOperand*; this | Dan Gohman | 2008-04-17 | 1 | -7/+3 |
* | Bring in uint32_t, uint64_t, and int64_t types for MSVC. | Argyrios Kyrtzidis | 2008-04-17 | 1 | -0/+1 |
* | Minor clean-up based on Dan's comments. | Roman Levenstein | 2008-04-17 | 1 | -22/+7 |
* | Workaround for PR2207, in which pred_iterator assert gets triggered due to a | Scott Michel | 2008-04-16 | 1 | -1/+4 |
* | Fix a copy+paste error in a comment. | Dan Gohman | 2008-04-16 | 1 | -1/+1 |
* | Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th... | Nicolas Geoffray | 2008-04-16 | 3 | -6/+11 |
* | Fix comment. | Eric Christopher | 2008-04-16 | 1 | -19/+19 |
* | Infrastructure for getting the machine code size of a function and an instruc... | Nicolas Geoffray | 2008-04-16 | 1 | -0/+13 |
* | Add "empty()" method to sys::Path and remove unnecessary whitespace. | Bill Wendling | 2008-04-16 | 1 | -39/+42 |
* | Ongoing work on improving the instruction selection infrastructure: | Roman Levenstein | 2008-04-16 | 3 | -107/+186 |
* | merge of r49785 (from branches/ggreif/use-diet): pass V to dyn_cast by const ... | Gabor Greif | 2008-04-16 | 1 | -2/+2 |
* | Rewrite LiveVariable liveness computation. The new implementation is much sim... | Evan Cheng | 2008-04-16 | 1 | -24/+13 |
* | Major repairs to the post-dominators implementation. Patch from Florian Bran... | Owen Anderson | 2008-04-16 | 2 | -40/+106 |
* | fix off by one error. | Chris Lattner | 2008-04-16 | 1 | -2/+2 |
* | give smallstring some methods to do 'itoa'. | Chris Lattner | 2008-04-16 | 1 | -0/+41 |
* | Make 64-to-32 bit truncations explicit (prevent warnings). | Dale Johannesen | 2008-04-15 | 1 | -3/+5 |
* | Change Divided flag to Split, as suggested by Evan | Nicolas Geoffray | 2008-04-15 | 1 | -4/+4 |
* | Sort sub-registers and super-registers lists according to super-sub register ... | Evan Cheng | 2008-04-15 | 1 | -4/+6 |
* | Treat EntryToken nodes as "passive" so that they aren't added to the | Dan Gohman | 2008-04-15 | 1 | -0/+1 |
* | In -view-sunit-dags, display "special" chain dependencies as cyan | Dan Gohman | 2008-04-14 | 1 | -0/+1 |
* | Teach AliasSetTracker about VAArgInst. | Dan Gohman | 2008-04-14 | 1 | -0/+3 |
* | Fix const-correctness issues with the SrcValue handling in the | Dan Gohman | 2008-04-14 | 2 | -10/+10 |
* | Reverse sense of unwind-tables option. This means | Dale Johannesen | 2008-04-14 | 1 | -4/+3 |
* | Clean up some comments. | Dan Gohman | 2008-04-14 | 1 | -5/+5 |
* | add a new CallGraphNode::removeCallEdgeFor method, tidy some comments. | Chris Lattner | 2008-04-13 | 1 | -5/+10 |
* | Add support for equality comparison of CallSite's. | Chris Lattner | 2008-04-13 | 1 | -0/+3 |
* | Add a divided flag for the first piece of an argument divided into mulitple p... | Nicolas Geoffray | 2008-04-13 | 1 | -0/+5 |
* | Merge LLVMBuilder and FoldingBuilder, calling | Duncan Sands | 2008-04-13 | 2 | -393/+140 |
* | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal | Dan Gohman | 2008-04-12 | 4 | -32/+67 |
* | Use of implicit_def is not part of live interval. Create empty intervals for ... | Evan Cheng | 2008-04-11 | 1 | -3/+5 |
* | improvements for IntrusiveRefCntPtr, patch by Mikhail Glushenkov | Chris Lattner | 2008-04-11 | 1 | -2/+7 |
* | Allow registers defined by implicit_def to be clobbered. | Evan Cheng | 2008-04-10 | 1 | -3/+18 |
* | Fix a typo in a comment. | Dan Gohman | 2008-04-10 | 1 | -1/+1 |
* | Make isVectorClearMaskLegal's operand list const. | Dan Gohman | 2008-04-09 | 1 | -1/+1 |
* | Fix some minor errors in comments. | Dan Gohman | 2008-04-09 | 1 | -3/+3 |
* | Add const qualifiers. | Dan Gohman | 2008-04-09 | 1 | -2/+2 |