| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman | 2008-05-06 | 2 | -7/+0 |
* | Use (void) instead of () in C code. | Gordon Henriksen | 2008-05-04 | 1 | -14/+14 |
* | Add separate intrinsics for MMX / SSE shifts with i32 integer operands. This ... | Evan Cheng | 2008-05-03 | 1 | -1/+1 |
* | fix a bug in my previous patch, a classic =/== bug. | Chris Lattner | 2008-04-30 | 1 | -1/+1 |
* | add a method for comparing to see if a value has a specified name. | Chris Lattner | 2008-04-30 | 1 | -0/+7 |
* | Expose parameter attributes via C bindings. | Gordon Henriksen | 2008-04-28 | 2 | -0/+47 |
* | Allow asms to return multiple results by value. | Chris Lattner | 2008-04-27 | 1 | -4/+13 |
* | Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 | Nick Lewycky | 2008-04-25 | 3 | -50/+9 |
* | tighten up verifier checks which missed cases where | Chris Lattner | 2008-04-23 | 1 | -8/+9 |
* | Enforce that multiple return values have to have at least one result. | Chris Lattner | 2008-04-23 | 2 | -7/+25 |
* | Verify that the operand of a getresult instruction is a | Chris Lattner | 2008-04-23 | 1 | -1/+7 |
* | more fallout from Nicholas' asmprinter patch. | Chris Lattner | 2008-04-22 | 1 | -17/+13 |
* | don't print dominators every time it is computed with -debug. | Chris Lattner | 2008-04-21 | 1 | -4/+0 |
* | another bug introduced in r47802 by nicholas, for no apparent reason. | Chris Lattner | 2008-04-21 | 1 | -1/+1 |
* | fix a bug introduced by Nicholas' "unwinds to" stuff: we | Chris Lattner | 2008-04-21 | 1 | -2/+2 |
* | add a handy helper method to instruction, useful for determining | Chris Lattner | 2008-04-20 | 1 | -0/+23 |
* | hopefully resolve PR2240 | Chris Lattner | 2008-04-20 | 1 | -1/+1 |
* | rearrange some code, simplify handling of shifts. | Chris Lattner | 2008-04-20 | 1 | -60/+56 |
* | Use simplified ConstantFP::get method, fix a bug handling frem x, 0 with long... | Chris Lattner | 2008-04-20 | 2 | -16/+19 |
* | Implement PR2206. | Chris Lattner | 2008-04-19 | 1 | -8/+17 |
* | refactor handling of symbolic constant folding, picking up | Chris Lattner | 2008-04-19 | 1 | -62/+62 |
* | indentation fix. | Chris Lattner | 2008-04-19 | 1 | -14/+14 |
* | Don't read off end of the input array. | Dale Johannesen | 2008-04-16 | 1 | -1/+1 |
* | Major repairs to the post-dominators implementation. Patch from Florian Bran... | Owen Anderson | 2008-04-16 | 1 | -1/+4 |
* | VAArg may trap. | Dan Gohman | 2008-04-14 | 1 | -0/+1 |
* | Merge LLVMBuilder and FoldingBuilder, calling | Duncan Sands | 2008-04-13 | 1 | -1/+1 |
* | Make several symbols static. | Dan Gohman | 2008-04-10 | 1 | -5/+5 |
* | add a simplified accessor for creating an fp constant of a | Chris Lattner | 2008-04-09 | 1 | -13/+25 |
* | add a version of ConstantFP::get that doesn't take a redundant Type* value, | Chris Lattner | 2008-04-09 | 1 | -21/+22 |
* | Convenience method for setting the nounwind | Duncan Sands | 2008-04-08 | 1 | -0/+9 |
* | Make sure that intrinsics automagically get the | Duncan Sands | 2008-04-07 | 2 | -3/+9 |
* | fix a warning | Gabor Greif | 2008-04-06 | 1 | -1/+1 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 7 | -29/+75 |
* | Change the MemoryBuffer::getFile* methods to take just a pointer to the | Chris Lattner | 2008-04-01 | 1 | -1/+1 |
* | Don't eliminate bitcast instructions that change the type of a pointer | Nate Begeman | 2008-03-31 | 1 | -19/+21 |
* | Fix comment typo. | Duncan Sands | 2008-03-30 | 1 | -1/+1 |
* | Update example to new syntax. | Nick Lewycky | 2008-03-28 | 1 | -2/+8 |
* | Add explicit keywords. | Dan Gohman | 2008-03-25 | 1 | -3/+3 |
* | Handle a special case xor undef, undef -> 0. Technically this should be trans... | Evan Cheng | 2008-03-25 | 1 | -1/+6 |
* | Fix PR2062: Don't build Intrinsics.gen in the source directory. Do it in the | Bill Wendling | 2008-03-25 | 1 | -2/+2 |
* | Shrink the size of AllocationInst by using its SubclassData | Dan Gohman | 2008-03-24 | 1 | -4/+10 |
* | Objective Caml bindings for basic block, function, global, and arg iterators. | Gordon Henriksen | 2008-03-23 | 1 | -4/+36 |
* | Fix merge error | Anton Korobeynikov | 2008-03-22 | 1 | -1/+0 |
* | Add testcase for prev. commit. Minor fixes | Anton Korobeynikov | 2008-03-22 | 1 | -2/+2 |
* | Aliasing chains cleanups: update langref, add check into verifier | Anton Korobeynikov | 2008-03-22 | 1 | -1/+6 |
* | Support chained aliases for LLVM IR printing. This fixes PR2145 | Anton Korobeynikov | 2008-03-22 | 1 | -0/+3 |
* | Slightly increase default set size. It's cheap and won't hurt. | Anton Korobeynikov | 2008-03-22 | 1 | -1/+1 |
* | Don't include <map> in Pass.h, which doesn't need it. This requires | Dan Gohman | 2008-03-21 | 1 | -0/+1 |
* | Make it possible to get an empty struct using | Duncan Sands | 2008-03-21 | 1 | -2/+3 |
* | Undo 48570. Correctly match mmx shift instructions with an immediate operand. | Evan Cheng | 2008-03-21 | 1 | -2/+1 |