| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman | 2008-05-06 | 17 | -54/+2 |
* | Fix a broken doxygen comment, and reword it for clarity. | Dan Gohman | 2008-05-06 | 1 | -4/+3 |
* | Using "unsigned" was masking the "size_t" version of this method. | Bill Wendling | 2008-05-05 | 1 | -1/+1 |
* | Remove unused function. | Devang Patel | 2008-05-05 | 1 | -3/+0 |
* | Added addition atomic instrinsics and, or, xor, min, and max. | Mon P Wang | 2008-05-05 | 4 | -17/+83 |
* | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng | 2008-05-05 | 43 | -138/+173 |
* | Fix 80 column violations. | Evan Cheng | 2008-05-05 | 1 | -25/+46 |
* | Add AsmPrinter support for emitting a directive to declare that | Dan Gohman | 2008-05-05 | 1 | -0/+9 |
* | Fix PR1098 by correcting the postdominators analysis. | Owen Anderson | 2008-05-04 | 2 | -29/+13 |
* | remove obsolete method. | Chris Lattner | 2008-05-04 | 1 | -3/+0 |
* | Use (void) instead of () in C code. | Gordon Henriksen | 2008-05-04 | 2 | -18/+18 |
* | Implement destructor for PostDominatorTree to eliminate a memory leak. | Torok Edwin | 2008-05-03 | 1 | -0/+2 |
* | Implement operator-> for ImmutableMap iterators. | Ted Kremenek | 2008-05-03 | 1 | -9/+12 |
* | Add separate intrinsics for MMX / SSE shifts with i32 integer operands. This ... | Evan Cheng | 2008-05-03 | 1 | -6/+59 |
* | Suppress -Wshorten-64-to-32 warnings for 64-bit hosts. | Evan Cheng | 2008-05-02 | 1 | -3/+6 |
* | Initialize a local variable. | Ted Kremenek | 2008-05-01 | 1 | -1/+1 |
* | Delete the IPO simplify-libcalls and completely reimplement it as | Chris Lattner | 2008-05-01 | 2 | -5/+6 |
* | Add CreateCall3/CreateCall4 at Eric's request. | Chris Lattner | 2008-05-01 | 1 | -0/+10 |
* | Add a spiffy little "CreateCall2" method, which can be used to make | Chris Lattner | 2008-05-01 | 1 | -3/+8 |
* | Tail call optimization improvements: | Arnold Schwaighofer | 2008-04-30 | 1 | -0/+30 |
* | add missing #include | Chris Lattner | 2008-04-30 | 1 | -0/+2 |
* | add a method for comparing to see if a value has a specified name. | Chris Lattner | 2008-04-30 | 1 | -0/+4 |
* | Rename DeadLoopElimination to LoopDeletion, part 2. | Owen Anderson | 2008-04-29 | 2 | -3/+3 |
* | Use std::set instead of std::priority_queue for the RegReductionPriorityQueue. | Roman Levenstein | 2008-04-29 | 1 | -1/+2 |
* | Add dead loop elimination, which removes dead loops for which we can compute | Owen Anderson | 2008-04-29 | 2 | -0/+8 |
* | Correct parameter attributes encoding for C bindings. | Anton Korobeynikov | 2008-04-28 | 1 | -4/+4 |
* | Don't try to convert PPC long double. | Dale Johannesen | 2008-04-28 | 1 | -0/+3 |
* | Add more alignment enums. | Ted Kremenek | 2008-04-28 | 1 | -0/+7 |
* | Expose parameter attributes via C bindings. | Gordon Henriksen | 2008-04-28 | 2 | -0/+29 |
* | Fix the SVOffset values for loads and stores produced by | Dan Gohman | 2008-04-28 | 1 | -5/+5 |
* | Add support for response files to the CommandLine library. | Mikhail Glushenkov | 2008-04-28 | 1 | -21/+23 |
* | Remove the SmallVector ctor that converts from a SmallVectorImpl. This | Chris Lattner | 2008-04-28 | 1 | -6/+1 |
* | restore the copy ctor in SmallVector. This fixes serious | Chris Lattner | 2008-04-28 | 1 | -0/+5 |
* | generalize SmallVector copy ctor, there is no requirement for | Chris Lattner | 2008-04-28 | 1 | -1/+2 |
* | Implement a signficant optimization for inline asm: | Chris Lattner | 2008-04-27 | 1 | -4/+9 |
* | Move a bunch of inline asm code out of line. | Chris Lattner | 2008-04-27 | 1 | -66/+5 |
* | A few inline asm cleanups: | Chris Lattner | 2008-04-26 | 1 | -16/+19 |
* | Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 | Nick Lewycky | 2008-04-25 | 4 | -49/+20 |
* | PR2245: Misleading parameter name in llvm-c/Core.h:LLVMConstArray | Gordon Henriksen | 2008-04-25 | 1 | -1/+1 |
* | Implement != for DenseSet iterators. | Ted Kremenek | 2008-04-24 | 1 | -0/+2 |
* | Added iterator support for DenseSet. | Ted Kremenek | 2008-04-24 | 1 | -4/+38 |
* | - Check if a register is livein before removing it. It may have already been ... | Evan Cheng | 2008-04-24 | 1 | -0/+4 |
* | Add facility for pre-RA passes | Anton Korobeynikov | 2008-04-23 | 1 | -1/+8 |
* | Make stack alignment options global for all targets | Anton Korobeynikov | 2008-04-23 | 1 | -0/+7 |
* | Fix some whitespace. | Dan Gohman | 2008-04-23 | 1 | -3/+3 |
* | Enforce that multiple return values have to have at least one result. | Chris Lattner | 2008-04-23 | 1 | -0/+4 |
* | Whoops! Undo r50087, unbreak the build. | Nick Lewycky | 2008-04-22 | 1 | -3/+13 |
* | Reverse r47989. Part of removing 'unwinds to' support. | Nick Lewycky | 2008-04-22 | 1 | -13/+3 |
* | Move SplitBlockPredecessors out of loopsimplify into BasicBlockUtils.h | Chris Lattner | 2008-04-21 | 1 | -0/+13 |
* | add a handy helper method to instruction, useful for determining | Chris Lattner | 2008-04-20 | 1 | -0/+7 |