summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Expose parameter attributes via C bindings.Gordon Henriksen2008-04-28
* Fix the SVOffset values for loads and stores produced byDan Gohman2008-04-28
* Add support for response files to the CommandLine library.Mikhail Glushenkov2008-04-28
* Remove the SmallVector ctor that converts from a SmallVectorImpl. ThisChris Lattner2008-04-28
* restore the copy ctor in SmallVector. This fixes seriousChris Lattner2008-04-28
* generalize SmallVector copy ctor, there is no requirement forChris Lattner2008-04-28
* Implement a signficant optimization for inline asm:Chris Lattner2008-04-27
* Move a bunch of inline asm code out of line.Chris Lattner2008-04-27
* A few inline asm cleanups:Chris Lattner2008-04-26
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-25
* PR2245: Misleading parameter name in llvm-c/Core.h:LLVMConstArrayGordon Henriksen2008-04-25
* Implement != for DenseSet iterators.Ted Kremenek2008-04-24
* Added iterator support for DenseSet.Ted Kremenek2008-04-24
* - Check if a register is livein before removing it. It may have already been ...Evan Cheng2008-04-24
* Add facility for pre-RA passesAnton Korobeynikov2008-04-23
* Make stack alignment options global for all targetsAnton Korobeynikov2008-04-23
* Fix some whitespace.Dan Gohman2008-04-23
* Enforce that multiple return values have to have at least one result.Chris Lattner2008-04-23
* Whoops! Undo r50087, unbreak the build.Nick Lewycky2008-04-22
* Reverse r47989. Part of removing 'unwinds to' support.Nick Lewycky2008-04-22
* Move SplitBlockPredecessors out of loopsimplify into BasicBlockUtils.hChris Lattner2008-04-21
* add a handy helper method to instruction, useful for determiningChris Lattner2008-04-20
* Add a new Jump Threading pass, which will handle casesChris Lattner2008-04-20
* Check we aren't trying to convert PPC long double.Dale Johannesen2008-04-20
* Cosmetic changes, as suggested by Evan. No functionality changes.Nicolas Geoffray2008-04-20
* Allow argpromote to promote struct arguments with a specified numberChris Lattner2008-04-19
* Enable jitting with a known memory size.Nicolas Geoffray2008-04-18
* Remove the implicit conversion from SDOperandPtr to SDOperand*; thisDan Gohman2008-04-17
* Bring in uint32_t, uint64_t, and int64_t types for MSVC.Argyrios Kyrtzidis2008-04-17
* Minor clean-up based on Dan's comments.Roman Levenstein2008-04-17
* Workaround for PR2207, in which pred_iterator assert gets triggered due to aScott Michel2008-04-16
* Fix a copy+paste error in a comment.Dan Gohman2008-04-16
* Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray2008-04-16
* Fix comment.Eric Christopher2008-04-16
* Infrastructure for getting the machine code size of a function and an instruc...Nicolas Geoffray2008-04-16
* Add "empty()" method to sys::Path and remove unnecessary whitespace.Bill Wendling2008-04-16
* Ongoing work on improving the instruction selection infrastructure:Roman Levenstein2008-04-16
* merge of r49785 (from branches/ggreif/use-diet): pass V to dyn_cast by const ...Gabor Greif2008-04-16
* Rewrite LiveVariable liveness computation. The new implementation is much sim...Evan Cheng2008-04-16
* Major repairs to the post-dominators implementation. Patch from Florian Bran...Owen Anderson2008-04-16
* fix off by one error.Chris Lattner2008-04-16
* give smallstring some methods to do 'itoa'.Chris Lattner2008-04-16
* Make 64-to-32 bit truncations explicit (prevent warnings).Dale Johannesen2008-04-15
* Change Divided flag to Split, as suggested by EvanNicolas Geoffray2008-04-15
* Sort sub-registers and super-registers lists according to super-sub register ...Evan Cheng2008-04-15
* Treat EntryToken nodes as "passive" so that they aren't added to theDan Gohman2008-04-15
* In -view-sunit-dags, display "special" chain dependencies as cyanDan Gohman2008-04-14
* Teach AliasSetTracker about VAArgInst.Dan Gohman2008-04-14
* Fix const-correctness issues with the SrcValue handling in theDan Gohman2008-04-14
* Reverse sense of unwind-tables option. This meansDale Johannesen2008-04-14