aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Use (void) instead of () in C code.Gordon Henriksen2008-05-042-18/+18
* Implement destructor for PostDominatorTree to eliminate a memory leak.Torok Edwin2008-05-031-0/+2
* Implement operator-> for ImmutableMap iterators.Ted Kremenek2008-05-031-9/+12
* Add separate intrinsics for MMX / SSE shifts with i32 integer operands. This ...Evan Cheng2008-05-031-6/+59
* Suppress -Wshorten-64-to-32 warnings for 64-bit hosts.Evan Cheng2008-05-021-3/+6
* Initialize a local variable.Ted Kremenek2008-05-011-1/+1
* Delete the IPO simplify-libcalls and completely reimplement it asChris Lattner2008-05-012-5/+6
* Add CreateCall3/CreateCall4 at Eric's request.Chris Lattner2008-05-011-0/+10
* Add a spiffy little "CreateCall2" method, which can be used to makeChris Lattner2008-05-011-3/+8
* Tail call optimization improvements:Arnold Schwaighofer2008-04-301-0/+30
* add missing #includeChris Lattner2008-04-301-0/+2
* add a method for comparing to see if a value has a specified name.Chris Lattner2008-04-301-0/+4
* Rename DeadLoopElimination to LoopDeletion, part 2.Owen Anderson2008-04-292-3/+3
* Use std::set instead of std::priority_queue for the RegReductionPriorityQueue. Roman Levenstein2008-04-291-1/+2
* Add dead loop elimination, which removes dead loops for which we can computeOwen Anderson2008-04-292-0/+8
* Correct parameter attributes encoding for C bindings.Anton Korobeynikov2008-04-281-4/+4
* Don't try to convert PPC long double.Dale Johannesen2008-04-281-0/+3
* Add more alignment enums.Ted Kremenek2008-04-281-0/+7
* Expose parameter attributes via C bindings.Gordon Henriksen2008-04-282-0/+29
* Fix the SVOffset values for loads and stores produced byDan Gohman2008-04-281-5/+5
* Add support for response files to the CommandLine library.Mikhail Glushenkov2008-04-281-21/+23
* Remove the SmallVector ctor that converts from a SmallVectorImpl. ThisChris Lattner2008-04-281-6/+1
* restore the copy ctor in SmallVector. This fixes seriousChris Lattner2008-04-281-0/+5
* generalize SmallVector copy ctor, there is no requirement forChris Lattner2008-04-281-1/+2
* Implement a signficant optimization for inline asm:Chris Lattner2008-04-271-4/+9
* Move a bunch of inline asm code out of line.Chris Lattner2008-04-271-66/+5
* A few inline asm cleanups:Chris Lattner2008-04-261-16/+19
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-254-49/+20
* PR2245: Misleading parameter name in llvm-c/Core.h:LLVMConstArrayGordon Henriksen2008-04-251-1/+1
* Implement != for DenseSet iterators.Ted Kremenek2008-04-241-0/+2
* Added iterator support for DenseSet.Ted Kremenek2008-04-241-4/+38
* - Check if a register is livein before removing it. It may have already been ...Evan Cheng2008-04-241-0/+4
* 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