| Commit message (Expand) | Author | Age | Files | Lines |
* | Add two new record types to the blockinfo block: | Chris Lattner | 2009-04-26 | 4 | -14/+79 |
* | make BitstreamCursor's copyable and assignable. | Chris Lattner | 2009-04-26 | 1 | -2/+38 |
* | Make a major API change to BitstreamReader: split all the reading | Chris Lattner | 2009-04-26 | 6 | -116/+149 |
* | I cast, therefore I think I know what I'm doing. | Bill Wendling | 2009-04-26 | 1 | -4/+4 |
* | Use uint64_t instead of unsigned. | Bill Wendling | 2009-04-26 | 1 | -4/+6 |
* | revert an incorrect patch. This causes crashes all over the place on a | Chris Lattner | 2009-04-26 | 1 | -6/+4 |
* | Suppress warnings about conversion shortening 64-bit to 32-bit. | Bill Wendling | 2009-04-26 | 1 | -4/+6 |
* | Any size of integral indices are allowed in gep for indexing into sequential ... | Sanjiv Gupta | 2009-04-26 | 3 | -4/+15 |
* | improve documentation on build configurations, patch by | Chris Lattner | 2009-04-25 | 1 | -8/+19 |
* | add testcase for strange types of gep indices | Chris Lattner | 2009-04-25 | 1 | -0/+12 |
* | Add a new TypeBuilder helper class, which eases making LLVM IR types. | Chris Lattner | 2009-04-25 | 2 | -0/+696 |
* | improve documentation around memory lifetimes, | Chris Lattner | 2009-04-25 | 1 | -5/+17 |
* | aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin! | Chris Lattner | 2009-04-25 | 3 | -3/+11 |
* | testcase and asmparser fix for PR4066 | Chris Lattner | 2009-04-25 | 2 | -2/+13 |
* | Allow aliasee to be a GEP or bitcast instead of just a bitcast. | Chris Lattner | 2009-04-25 | 2 | -7/+9 |
* | Update docs to not mention gcse/loadvn and mention memdep and | Chris Lattner | 2009-04-25 | 1 | -24/+12 |
* | Use intptr_t. | Bill Wendling | 2009-04-25 | 1 | -1/+1 |
* | size() should return a size_t; avoids a warning for 64 bit machines. | Mon P Wang | 2009-04-25 | 1 | -1/+1 |
* | Reuse unused val#'s to avoid running out of memory in extreme cases. | Evan Cheng | 2009-04-25 | 1 | -1/+5 |
* | DenseMap.h needs <new> because it explicitly calls operator new/delete. | Chris Lattner | 2009-04-25 | 1 | -0/+1 |
* | Fix PR4040: APInt's string constructor is too strict | Chris Lattner | 2009-04-25 | 2 | -7/+18 |
* | add support for detecting process features on win64, patch by | Chris Lattner | 2009-04-25 | 1 | -36/+50 |
* | Refactor the code to grab the low and high parts of a value | Dan Gohman | 2009-04-25 | 4 | -126/+38 |
* | Return null instead of false, as appropriate. | Dan Gohman | 2009-04-25 | 1 | -3/+3 |
* | Add several more icmp simplifications. Transform signed comparisons | Dan Gohman | 2009-04-25 | 2 | -82/+187 |
* | Add a top-level comment about DAGCombiner's role in the compiler. | Dan Gohman | 2009-04-25 | 1 | -0/+4 |
* | Handle ands with 0 and shifts by 0 correctly. These aren't | Dan Gohman | 2009-04-25 | 2 | -2/+32 |
* | Fix g++-4.4.0 warning, it was causing llvm-nm to fail on wrapped BC files: | Torok Edwin | 2009-04-25 | 2 | -1/+10 |
* | Do not share a single unknown val# for all the live ranges merged into a phys... | Evan Cheng | 2009-04-25 | 3 | -23/+32 |
* | Fixed the gep example for i16 type indices. | Sanjiv Gupta | 2009-04-25 | 1 | -1/+1 |
* | Change LowerCallResult method so that CCValAssign::BCvt can be used with | Bob Wilson | 2009-04-25 | 1 | -16/+16 |
* | Fix PR 4057, a crash doing float->char const folding. | Dale Johannesen | 2009-04-24 | 2 | -3/+22 |
* | Adjust a comment to reflect what the code does. Splitting a 64-bit argument | Bob Wilson | 2009-04-24 | 1 | -1/+1 |
* | Fix up some problems with getCopyToReg and getCopyFromReg nodes being | Bob Wilson | 2009-04-24 | 1 | -8/+12 |
* | Use a bigger hammer to coerce subversion into english. | Gabor Greif | 2009-04-24 | 1 | -1/+1 |
* | Fix multiclass inheritance to limit value resolution to new defs added | David Greene | 2009-04-24 | 4 | -30/+117 |
* | Remove unnecessary references to f32 types. After specifying that f32 | Bob Wilson | 2009-04-24 | 1 | -4/+4 |
* | Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin. | Rafael Espindola | 2009-04-24 | 4 | -9/+23 |
* | Fixed spaces and the getelementpointer example with i16 type indices. | Sanjiv Gupta | 2009-04-24 | 1 | -3/+3 |
* | Fix PR 4004 by including the call to __tls_get_addr in X86tlsaddr. This is not | Rafael Espindola | 2009-04-24 | 4 | -37/+39 |
* | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola | 2009-04-24 | 25 | -1610/+2157 |
* | fix a typo noticed by duncan | Chris Lattner | 2009-04-24 | 1 | -1/+1 |
* | "I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1, | Chris Lattner | 2009-04-24 | 2 | -0/+23 |
* | PR2957 | Nate Begeman | 2009-04-24 | 25 | -2157/+1610 |
* | Instead of requiring TLI.LowerCallTo to return an ISD::BUILD_PAIR, | Dan Gohman | 2009-04-24 | 1 | -60/+118 |
* | Allow i16 type indices to gep. | Sanjiv Gupta | 2009-04-24 | 3 | -8/+7 |
* | Factor out a bit of code that appears in several places into a | Dan Gohman | 2009-04-23 | 3 | -14/+16 |
* | Handle Void types in ComputeValueVTs. This doesn't currently occur, | Dan Gohman | 2009-04-23 | 1 | -0/+3 |
* | Fix spurious indentation in a comment. | Dan Gohman | 2009-04-23 | 1 | -1/+1 |
* | Fix a documentation bug. | David Greene | 2009-04-23 | 1 | -1/+1 |