| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix a typo. | Gordon Henriksen | 2008-03-23 | 1 | -1/+1 |
* | Objective Caml bindings for basic block, function, global, and arg iterators. | Gordon Henriksen | 2008-03-23 | 6 | -20/+605 |
* | Minor typo fixes. Also add another FIXME. | Anton Korobeynikov | 2008-03-23 | 1 | -5/+6 |
* | Update project to reflect deleted files. | Gordon Henriksen | 2008-03-23 | 1 | -12/+0 |
* | Preserve calling convention during function cloning | Anton Korobeynikov | 2008-03-23 | 1 | -0/+3 |
* | Add license header | Anton Korobeynikov | 2008-03-23 | 1 | -0/+13 |
* | Add Win64 compilation callback. This allows easy examples to be JITed on Win64! | Anton Korobeynikov | 2008-03-23 | 2 | -5/+58 |
* | Use C-style comments :) | Anton Korobeynikov | 2008-03-23 | 1 | -2/+2 |
* | Provide a JIT selector on win64 | Anton Korobeynikov | 2008-03-23 | 1 | -1/+1 |
* | Hack out the PIC mode on Win64 targets. This needs to be investigated later. | Anton Korobeynikov | 2008-03-23 | 1 | -1/+3 |
* | Code cleanup. Provide generic way of selecting JIT pointer bitwidth regardless | Anton Korobeynikov | 2008-03-23 | 1 | -22/+30 |
* | Remove old-standing obsolete code. | Anton Korobeynikov | 2008-03-23 | 1 | -9/+11 |
* | Add Mikhail to credits file | Anton Korobeynikov | 2008-03-23 | 1 | -0/+4 |