aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Add facility for pre-RA passesAnton Korobeynikov2008-04-231-1/+8
* Make stack alignment options global for all targetsAnton Korobeynikov2008-04-231-0/+7
* Fix some whitespace.Dan Gohman2008-04-231-3/+3
* Enforce that multiple return values have to have at least one result.Chris Lattner2008-04-231-0/+4
* Whoops! Undo r50087, unbreak the build.Nick Lewycky2008-04-221-3/+13
* Reverse r47989. Part of removing 'unwinds to' support.Nick Lewycky2008-04-221-13/+3
* Move SplitBlockPredecessors out of loopsimplify into BasicBlockUtils.hChris Lattner2008-04-211-0/+13
* add a handy helper method to instruction, useful for determiningChris Lattner2008-04-201-0/+7
* Add a new Jump Threading pass, which will handle casesChris Lattner2008-04-202-0/+8
* Check we aren't trying to convert PPC long double.Dale Johannesen2008-04-201-1/+4
* Cosmetic changes, as suggested by Evan. No functionality changes.Nicolas Geoffray2008-04-201-2/+2
* 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-131-391/+138
* 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