aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Allow argpromote to promote struct arguments with a specified numberChris Lattner2008-04-191-2/+3
* Enable jitting with a known memory size.Nicolas Geoffray2008-04-181-1/+8
* Remove the implicit conversion from SDOperandPtr to SDOperand*; thisDan Gohman2008-04-171-7/+3
* Bring in uint32_t, uint64_t, and int64_t types for MSVC.Argyrios Kyrtzidis2008-04-171-0/+1
* Minor clean-up based on Dan's comments.Roman Levenstein2008-04-171-22/+7
* Workaround for PR2207, in which pred_iterator assert gets triggered due to aScott Michel2008-04-161-1/+4
* Fix a copy+paste error in a comment.Dan Gohman2008-04-161-1/+1
* Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray2008-04-163-6/+11
* Fix comment.Eric Christopher2008-04-161-19/+19
* Infrastructure for getting the machine code size of a function and an instruc...Nicolas Geoffray2008-04-161-0/+13
* Add "empty()" method to sys::Path and remove unnecessary whitespace.Bill Wendling2008-04-161-39/+42
* Ongoing work on improving the instruction selection infrastructure:Roman Levenstein2008-04-163-107/+186
* merge of r49785 (from branches/ggreif/use-diet): pass V to dyn_cast by const ...Gabor Greif2008-04-161-2/+2
* Rewrite LiveVariable liveness computation. The new implementation is much sim...Evan Cheng2008-04-161-24/+13
* Major repairs to the post-dominators implementation. Patch from Florian Bran...Owen Anderson2008-04-162-40/+106
* fix off by one error.Chris Lattner2008-04-161-2/+2
* give smallstring some methods to do 'itoa'.Chris Lattner2008-04-161-0/+41
* Make 64-to-32 bit truncations explicit (prevent warnings).Dale Johannesen2008-04-151-3/+5
* Change Divided flag to Split, as suggested by EvanNicolas Geoffray2008-04-151-4/+4
* Sort sub-registers and super-registers lists according to super-sub register ...Evan Cheng2008-04-151-4/+6
* Treat EntryToken nodes as "passive" so that they aren't added to theDan Gohman2008-04-151-0/+1
* In -view-sunit-dags, display "special" chain dependencies as cyanDan Gohman2008-04-141-0/+1
* Teach AliasSetTracker about VAArgInst.Dan Gohman2008-04-141-0/+3
* Fix const-correctness issues with the SrcValue handling in theDan Gohman2008-04-142-10/+10
* Reverse sense of unwind-tables option. This meansDale Johannesen2008-04-141-4/+3
* Clean up some comments.Dan Gohman2008-04-141-5/+5
* add a new CallGraphNode::removeCallEdgeFor method, tidy some comments.Chris Lattner2008-04-131-5/+10
* Add support for equality comparison of CallSite's.Chris Lattner2008-04-131-0/+3
* Add a divided flag for the first piece of an argument divided into mulitple p...Nicolas Geoffray2008-04-131-0/+5
* Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands2008-04-132-393/+140
* Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not LegalDan Gohman2008-04-124-32/+67
* Use of implicit_def is not part of live interval. Create empty intervals for ...Evan Cheng2008-04-111-3/+5
* improvements for IntrusiveRefCntPtr, patch by Mikhail GlushenkovChris Lattner2008-04-111-2/+7
* Allow registers defined by implicit_def to be clobbered.Evan Cheng2008-04-101-3/+18
* Fix a typo in a comment.Dan Gohman2008-04-101-1/+1
* Make isVectorClearMaskLegal's operand list const.Dan Gohman2008-04-091-1/+1
* Fix some minor errors in comments.Dan Gohman2008-04-091-3/+3
* Add const qualifiers.Dan Gohman2008-04-091-2/+2
* Update comments to use 2.0 syntax type names.Dan Gohman2008-04-092-3/+3
* ConstantFP::get should be static.Chris Lattner2008-04-091-1/+1
* Factor a bunch of functionality related to memcpy and memset transforms out of Owen Anderson2008-04-092-0/+8
* Unbreak teh build.Evan Cheng2008-04-091-0/+5
* add a version of ConstantFP::get that doesn't take a redundant Type* value,Chris Lattner2008-04-091-1/+4
* make ConstantFP::isExactlyValue work for long double as well.Chris Lattner2008-04-091-7/+4
* Add CreateGetResult()Devang Patel2008-04-081-1/+5
* Add multiple value return instruction constructor.Devang Patel2008-04-081-0/+4
* Convenience method for setting the nounwindDuncan Sands2008-04-081-0/+1
* Implement new llc flag -disable-required-unwind-tables.Dale Johannesen2008-04-081-2/+7
* Make getDirnameSep a static method (not part of Path's interface).Ted Kremenek2008-04-071-7/+0
* Added method Path::getDirname().Ted Kremenek2008-04-071-0/+12