| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not align loops if optimizing for size. | Devang Patel | 2008-03-25 | 1 | -1/+1 |
* | Add optimize-for-size knob. | Devang Patel | 2008-03-25 | 2 | -0/+10 |
* | Handle a special case xor undef, undef -> 0. Technically this should be trans... | Evan Cheng | 2008-03-25 | 4 | -2/+26 |
* | Handle a special case xor undef, undef -> 0. Technically this should be trans... | Evan Cheng | 2008-03-25 | 2 | -1/+12 |
* | Fix the Cygwin/Mingw-On-Cygwin build. Patch by Alain Frisch! | Anton Korobeynikov | 2008-03-25 | 1 | -1/+1 |
* | De-constify the input to the "operator >>" method as it is modified. | Bill Wendling | 2008-03-25 | 1 | -1/+1 |
* | Fix typos. | Dan Gohman | 2008-03-25 | 1 | -3/+3 |
* | Add CMP32mr and friends to the load-unfolding table. Among | Dan Gohman | 2008-03-25 | 2 | -1/+5 |
* | Tests for the instruction iterator bindings. | Gordon Henriksen | 2008-03-25 | 1 | -0/+35 |
* | Extend the builder interface to use the new instruction positioning code. | Gordon Henriksen | 2008-03-25 | 3 | -36/+130 |
* | Fix PR2062: Don't build Intrinsics.gen in the source directory. Do it in the | Bill Wendling | 2008-03-25 | 1 | -2/+2 |
* | Disable building llvm-upgrade. | Tanya Lattner | 2008-03-25 | 1 | -1/+1 |
* | Make a note of the fact that EmitOwnedPtr() has nothing to do with the | Sam Bishop | 2008-03-25 | 1 | -0/+2 |
* | Byebye llvm-upgrade! | Tanya Lattner | 2008-03-25 | 110 | -2138/+1823 |
* | lastRegisterUse() should ignore identity copies. Those will be erased. | Evan Cheng | 2008-03-25 | 2 | -7/+44 |
* | check struct layout | Devang Patel | 2008-03-25 | 1 | -0/+1 |
* | Remove an unneeded test. | Evan Cheng | 2008-03-24 | 1 | -1/+1 |
* | Add \t after .set. Fix by Jay Freeman. | Evan Cheng | 2008-03-24 | 1 | -1/+1 |
* | If the coalescer commuted a def MI to allow coalescing, it can changed a prev... | Evan Cheng | 2008-03-24 | 1 | -1/+2 |
* | Add an assertion to catch register of illegal class. | Evan Cheng | 2008-03-24 | 1 | -0/+1 |
* | Use the bit size of the operand instead of the hard-coded 32 to generate the | Bill Wendling | 2008-03-24 | 2 | -2/+30 |
* | With debug info, there are nameless constant global values. do not crash whe... | Andrew Lenharth | 2008-03-24 | 1 | -2/+3 |
* | Add file to project. | Steve Naroff | 2008-03-24 | 1 | -0/+4 |
* | - SSE4.1 extractfps extracts a f32 into a gr32 register. Very useful! Not. Fi... | Evan Cheng | 2008-03-24 | 3 | -8/+57 |
* | Oops. I wanted the compile flags for C++, not the C preprocessor flags. | Owen Anderson | 2008-03-24 | 2 | -2/+2 |
* | Revert r48676. I had plans for using it, but now it's just dead code. | Owen Anderson | 2008-03-24 | 3 | -83/+0 |
* | void type is also a valid function return type. | Devang Patel | 2008-03-24 | 1 | -2/+2 |
* | Remove #include<iostream>, which I was using for debugging. | Owen Anderson | 2008-03-24 | 1 | -2/+0 |
* | Add incoming value from header only if phi node has any use inside the loop. | Devang Patel | 2008-03-24 | 2 | -2/+72 |
* | Added Passes.html to the documentation list. | Tanya Lattner | 2008-03-24 | 1 | -0/+3 |
* | Fix typo. Clarify underlying message. | Devang Patel | 2008-03-24 | 1 | -4/+4 |
* | Fix test name. | Devang Patel | 2008-03-24 | 1 | -0/+0 |
* | apparently tclsh doesn't lex like bash. Weird. | Chris Lattner | 2008-03-24 | 1 | -1/+1 |
* | pass the option so this test tests the right thing. | Chris Lattner | 2008-03-24 | 1 | -2/+2 |
* | Add new test. | Devang Patel | 2008-03-24 | 1 | -0/+87 |
* | Remove an unnecessary #include. | Dan Gohman | 2008-03-24 | 1 | -1/+0 |
* | Remove incorrect comment. | Devang Patel | 2008-03-24 | 1 | -2/+0 |
* | Shrink the size of AllocationInst by using its SubclassData | Dan Gohman | 2008-03-24 | 2 | -10/+13 |
* | APIntify SelectionDAG's EXTRACT_ELEMENT code. | Dan Gohman | 2008-03-24 | 3 | -2/+34 |
* | Increasing the inline limit from (overly conservative) 200 to 300. Given each... | Evan Cheng | 2008-03-24 | 5 | -11/+54 |
* | Small format/grammar changes. | Bill Wendling | 2008-03-24 | 1 | -2/+2 |
* | Grammar Nazi strikes! :-) | Bill Wendling | 2008-03-24 | 1 | -35/+34 |
* | Update Function type documentation to clarify how multiple return values are ... | Devang Patel | 2008-03-24 | 1 | -2/+9 |
* | Temporarily disabling memset forming optimization. Add an option. | Evan Cheng | 2008-03-24 | 1 | -0/+8 |
* | Be sure to remove intervals after we've joined them. Also, remove some dupli... | Owen Anderson | 2008-03-24 | 1 | -46/+18 |
* | Ignoring per-user file. | Gordon Henriksen | 2008-03-24 | 0 | -0/+0 |
* | Ignoring generated files. | Gordon Henriksen | 2008-03-24 | 0 | -0/+0 |
* | Transform (zext (or (icmp), (icmp))) to (or (zext (cimp), (zext icmp))) if at... | Evan Cheng | 2008-03-24 | 2 | -96/+164 |
* | Remove duplicated entries. | Evan Cheng | 2008-03-23 | 1 | -35/+0 |
* | Another typo. | Gordon Henriksen | 2008-03-23 | 1 | -1/+1 |