Age | Commit message (Expand) | Author |
2008-04-16 | Infrastructure for getting the machine code size of a function and an instruc... | Nicolas Geoffray |
2008-04-16 | Add "empty()" method to sys::Path and remove unnecessary whitespace. | Bill Wendling |
2008-04-16 | Ongoing work on improving the instruction selection infrastructure: | Roman Levenstein |
2008-04-16 | merge of r49785 (from branches/ggreif/use-diet): pass V to dyn_cast by const ... | Gabor Greif |
2008-04-16 | Rewrite LiveVariable liveness computation. The new implementation is much sim... | Evan Cheng |
2008-04-16 | Major repairs to the post-dominators implementation. Patch from Florian Bran... | Owen Anderson |
2008-04-16 | fix off by one error. | Chris Lattner |
2008-04-16 | give smallstring some methods to do 'itoa'. | Chris Lattner |
2008-04-15 | Make 64-to-32 bit truncations explicit (prevent warnings). | Dale Johannesen |
2008-04-15 | Change Divided flag to Split, as suggested by Evan | Nicolas Geoffray |
2008-04-15 | Sort sub-registers and super-registers lists according to super-sub register ... | Evan Cheng |
2008-04-15 | Treat EntryToken nodes as "passive" so that they aren't added to the | Dan Gohman |
2008-04-14 | In -view-sunit-dags, display "special" chain dependencies as cyan | Dan Gohman |
2008-04-14 | Teach AliasSetTracker about VAArgInst. | Dan Gohman |
2008-04-14 | Fix const-correctness issues with the SrcValue handling in the | Dan Gohman |
2008-04-14 | Reverse sense of unwind-tables option. This means | Dale Johannesen |
2008-04-14 | Clean up some comments. | Dan Gohman |
2008-04-13 | add a new CallGraphNode::removeCallEdgeFor method, tidy some comments. | Chris Lattner |
2008-04-13 | Add support for equality comparison of CallSite's. | Chris Lattner |
2008-04-13 | Add a divided flag for the first piece of an argument divided into mulitple p... | Nicolas Geoffray |
2008-04-13 | Merge LLVMBuilder and FoldingBuilder, calling | Duncan Sands |
2008-04-12 | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal | Dan Gohman |
2008-04-11 | Use of implicit_def is not part of live interval. Create empty intervals for ... | Evan Cheng |
2008-04-11 | improvements for IntrusiveRefCntPtr, patch by Mikhail Glushenkov | Chris Lattner |
2008-04-10 | Allow registers defined by implicit_def to be clobbered. | Evan Cheng |
2008-04-10 | Fix a typo in a comment. | Dan Gohman |
2008-04-09 | Make isVectorClearMaskLegal's operand list const. | Dan Gohman |
2008-04-09 | Fix some minor errors in comments. | Dan Gohman |
2008-04-09 | Add const qualifiers. | Dan Gohman |
2008-04-09 | Update comments to use 2.0 syntax type names. | Dan Gohman |
2008-04-09 | ConstantFP::get should be static. | Chris Lattner |
2008-04-09 | Factor a bunch of functionality related to memcpy and memset transforms out of | Owen Anderson |
2008-04-09 | Unbreak teh build. | Evan Cheng |
2008-04-09 | add a version of ConstantFP::get that doesn't take a redundant Type* value, | Chris Lattner |
2008-04-09 | make ConstantFP::isExactlyValue work for long double as well. | Chris Lattner |
2008-04-08 | Add CreateGetResult() | Devang Patel |
2008-04-08 | Add multiple value return instruction constructor. | Devang Patel |
2008-04-08 | Convenience method for setting the nounwind | Duncan Sands |
2008-04-08 | Implement new llc flag -disable-required-unwind-tables. | Dale Johannesen |
2008-04-07 | Make getDirnameSep a static method (not part of Path's interface). | Ted Kremenek |
2008-04-07 | Added method Path::getDirname(). | Ted Kremenek |
2008-04-07 | Added support for Create() calls that take an argument besides the | Sam Bishop |
2008-04-07 | Rename MemOperand to MachineMemOperand. This was suggested by | Dan Gohman |
2008-04-07 | Add operator= implementations to SparseBitVector, allowing it to be used in G... | Owen Anderson |
2008-04-07 | Re-commit of the r48822, where the infinite looping problem discovered | Roman Levenstein |
2008-04-07 | Make GVN more memory efficient, particularly on code that contains a large nu... | Owen Anderson |
2008-04-06 | API changes for class Use size reduction, wave 1. | Gabor Greif |
2008-04-05 | Forgot this. | Evan Cheng |
2008-04-04 | If a value is cast to its own type, then the cast | Duncan Sands |
2008-04-04 | Make ExecutionEngine::updateGlobalMapping return the old mapping. | Chris Lattner |