| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Make BinOps typed and require a type specifier for !nameconcat. This | David Greene | 2009-04-23 | 6 | -60/+210 |
* | Update comments. | Evan Cheng | 2009-04-23 | 1 | -2/+2 |
* | Fix an obvious type. | Evan Cheng | 2009-04-23 | 1 | -1/+1 |
* | Explicitly pass -tailcallopt=false to these tests so that they | Dan Gohman | 2009-04-23 | 3 | -3/+3 |
* | Testcase for 69795. | Dale Johannesen | 2009-04-23 | 1 | -0/+15 |
* | Fix an error in this test. | Dan Gohman | 2009-04-23 | 1 | -1/+3 |
* | Change SCEVExpander's expandCodeFor to provide more flexibility | Dan Gohman | 2009-04-23 | 4 | -19/+48 |
* | Banksel immediate constant will always immediately follow the GA/ES, so scan ... | Sanjiv Gupta | 2009-04-23 | 1 | -18/+20 |
* | Simplify trunc(extend(x)) in SCEVs, just for completeness. Also fix some odd | Nick Lewycky | 2009-04-23 | 2 | -4/+49 |
* | Testcase for PR3909. | Owen Anderson | 2009-04-23 | 1 | -0/+30 |
* | Testcase for PR2639. | Owen Anderson | 2009-04-23 | 1 | -0/+38 |
* | Testcase for PR2537. | Owen Anderson | 2009-04-23 | 1 | -0/+21 |
* | Fix typo. | Owen Anderson | 2009-04-23 | 1 | -2/+1 |
* | Testcase for PR3085. | Owen Anderson | 2009-04-23 | 1 | -0/+1945 |
* | Add testcase from PR3086. | Owen Anderson | 2009-04-23 | 1 | -0/+28 |
* | Add support for printing MO_ExternalSymbol operands in | Dan Gohman | 2009-04-23 | 1 | -2/+4 |
* | Add more ulimit limits, to catch more kinds of runaway behavior. | Dan Gohman | 2009-04-23 | 1 | -0/+2 |
* | Use the testcase from PR2791. | Owen Anderson | 2009-04-23 | 1 | -3/+3 |