summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-06
* Fix a broken doxygen comment, and reword it for clarity.Dan Gohman2008-05-06
* Using "unsigned" was masking the "size_t" version of this method.Bill Wendling2008-05-05
* Remove unused function.Devang Patel2008-05-05
* Added addition atomic instrinsics and, or, xor, min, and max.Mon P Wang2008-05-05
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Fix 80 column violations.Evan Cheng2008-05-05
* Add AsmPrinter support for emitting a directive to declare thatDan Gohman2008-05-05
* Fix PR1098 by correcting the postdominators analysis.Owen Anderson2008-05-04
* remove obsolete method.Chris Lattner2008-05-04
* Use (void) instead of () in C code.Gordon Henriksen2008-05-04
* Implement destructor for PostDominatorTree to eliminate a memory leak.Torok Edwin2008-05-03
* Implement operator-> for ImmutableMap iterators.Ted Kremenek2008-05-03
* Add separate intrinsics for MMX / SSE shifts with i32 integer operands. This ...Evan Cheng2008-05-03
* Suppress -Wshorten-64-to-32 warnings for 64-bit hosts.Evan Cheng2008-05-02
* Initialize a local variable.Ted Kremenek2008-05-01
* Delete the IPO simplify-libcalls and completely reimplement it asChris Lattner2008-05-01
* Add CreateCall3/CreateCall4 at Eric's request.Chris Lattner2008-05-01
* Add a spiffy little "CreateCall2" method, which can be used to makeChris Lattner2008-05-01
* Tail call optimization improvements:Arnold Schwaighofer2008-04-30
* add missing #includeChris Lattner2008-04-30
* add a method for comparing to see if a value has a specified name.Chris Lattner2008-04-30
* Rename DeadLoopElimination to LoopDeletion, part 2.Owen Anderson2008-04-29
* Use std::set instead of std::priority_queue for the RegReductionPriorityQueue. Roman Levenstein2008-04-29
* Add dead loop elimination, which removes dead loops for which we can computeOwen Anderson2008-04-29
* Correct parameter attributes encoding for C bindings.Anton Korobeynikov2008-04-28
* Don't try to convert PPC long double.Dale Johannesen2008-04-28
* Add more alignment enums.Ted Kremenek2008-04-28
* 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