| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a Type::isSingleValueType method. This will be used by code | Dan Gohman | 2008-05-21 | 1 | -1/+11 |
* | Follow-up to the reverting of r51218. This puts the checks out-of-line. Because | Bill Wendling | 2008-05-21 | 1 | -9/+3 |
* | update a comment | Gabor Greif | 2008-05-21 | 1 | -1/+1 |
* | Fix a couple issues with the JIT and multiple modules: | Nate Begeman | 2008-05-21 | 1 | -2/+7 |
* | Reverting r51218 because of breakage on PPC32. | Bill Wendling | 2008-05-20 | 1 | -4/+3 |
* | Add a bool to isEdgeFeasible that tells it whether to treat unknown | Chris Lattner | 2008-05-20 | 1 | -3/+8 |
* | Silence a warning about "*/" outside a comment. | Steve Naroff | 2008-05-20 | 1 | -1/+1 |
* | Handle quoted names when constructing $stub's, | Dale Johannesen | 2008-05-19 | 1 | -0/+5 |
* | add a helper method. | Chris Lattner | 2008-05-19 | 1 | -0/+13 |
* | Remove warnings about unused parameters and shadowed variables. | Bill Wendling | 2008-05-19 | 18 | -97/+95 |
* | Remove a duplicative binding. Patch by Mahadevan R. | Gordon Henriksen | 2008-05-19 | 1 | -3/+0 |
* | add missing #include. | Chris Lattner | 2008-05-18 | 1 | -0/+1 |
* | On Darwin, the string header file isn't 64-bit clean. The use of | Bill Wendling | 2008-05-17 | 1 | -3/+3 |
* | Move isTrueWhenEqual to ICmpInst. | Nick Lewycky | 2008-05-17 | 1 | -0/+16 |
* | Add CommonLinkage. | Dale Johannesen | 2008-05-16 | 1 | -1/+2 |
* | Add functions to enable adding a single attribute to a function and | Eric Christopher | 2008-05-16 | 2 | -0/+9 |
* | API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac... | Gabor Greif | 2008-05-16 | 3 | -62/+155 |
* | Update comments based on Duncan's feedback. | Dan Gohman | 2008-05-15 | 1 | -23/+23 |
* | Fix typos and comments. | Evan Cheng | 2008-05-15 | 2 | -2/+2 |
* | IR support for extractvalue and insertvalue instructions. Also, begin | Dan Gohman | 2008-05-15 | 4 | -20/+359 |
* | Make use of vector load and store operations to implement memcpy, memmove, an... | Evan Cheng | 2008-05-15 | 2 | -0/+16 |
* | Move the operator new and operator delete out of line. This fixes an issue with | Nate Begeman | 2008-05-15 | 1 | -17/+2 |
* | Add support to IR builder for new vicmp, vfcmp routines | Nate Begeman | 2008-05-14 | 1 | -4/+19 |
* | Don't generate unused variables in a no-assert build | Nate Begeman | 2008-05-14 | 1 | -16/+28 |
* | Add CommonLinkage; currently tentative definitions | Dale Johannesen | 2008-05-14 | 1 | -1/+3 |
* | Simplify internalize pass. Add test case. | Devang Patel | 2008-05-14 | 1 | -4/+9 |
* | Do not generate by TableGen the hard-coded standard, target-independent part of | Roman Levenstein | 2008-05-14 | 1 | -0/+192 |
* | Commit the header I accidentally left out of 51083. | Dan Gohman | 2008-05-14 | 1 | -0/+29 |
* | Move RemoveFromVector out of the global namespace. | Dan Gohman | 2008-05-14 | 1 | -2/+2 |
* | Whitespace cleanups. | Dan Gohman | 2008-05-14 | 2 | -3/+2 |
* | Make getNumContainedManagers and getNumContainedPasses const. | Dan Gohman | 2008-05-14 | 1 | -2/+2 |
* | Make PassInfo noncopyable. | Dan Gohman | 2008-05-14 | 1 | -0/+4 |
* | Split the loop unroll mechanism logic out into a utility function. | Dan Gohman | 2008-05-14 | 1 | -0/+53 |
* | Merge of r51073-51074 from use-diet branch. | Gabor Greif | 2008-05-13 | 2 | -10/+12 |
* | Make this function public. | Eric Christopher | 2008-05-13 | 1 | -4/+4 |
* | Add thin layer over StringMap to form StringSet. By Mikhail Glushenkov. | Anton Korobeynikov | 2008-05-13 | 1 | -0/+40 |
* | Instead of a vector load, shuffle and then extract an element. Load the eleme... | Evan Cheng | 2008-05-13 | 1 | -0/+4 |
* | Derive GetResultInst from UnaryInstruction, this simplifies code and removes ... | Gabor Greif | 2008-05-13 | 2 | -22/+7 |
* | Change class' public PassInfo variables to by initialized with the | Dan Gohman | 2008-05-13 | 3 | -67/+64 |
* | Xform bitconvert(build_pair(load a, load b)) to a single load if the load loc... | Evan Cheng | 2008-05-12 | 1 | -1/+1 |
* | Constify the machine instruction passed into the | Bill Wendling | 2008-05-12 | 1 | -2/+2 |
* | Forgot this. | Evan Cheng | 2008-05-12 | 1 | -7/+19 |
* | Add support for vicmp/vfcmp codegen, more legalize support coming. | Nate Begeman | 2008-05-12 | 2 | -0/+16 |
* | Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef | Nate Begeman | 2008-05-12 | 6 | -59/+209 |
* | Add a new SparsePropagation analysis utility, which allows you to do | Chris Lattner | 2008-05-12 | 1 | -0/+178 |
* | Make constructors target-specific. This fixes problems where the path would | Nick Lewycky | 2008-05-11 | 1 | -3/+2 |
* | Remove warnings when using -Wshorten-64-to-32. | Bill Wendling | 2008-05-10 | 1 | -3/+3 |
* | Prevent -W64-to-32-shortened warnings. | Bill Wendling | 2008-05-10 | 1 | -2/+2 |
* | Prevent warnings from the -Wshorten-64-to-32 flag. | Bill Wendling | 2008-05-10 | 1 | -5/+2 |
* | remove commented-out code, it is subsumed by DECLARE_TRANSPARENT_OPERAND_ACCE... | Gabor Greif | 2008-05-10 | 1 | -9/+0 |