| Commit message (Expand) | Author | Age | Files | Lines |
| * | note to self: Do not check in debugging code! | Chris Lattner | 2004-12-09 | 1 | -1/+0 |
| * | Implement trivial sinking for load instructions. This causes us to sink 567 ... | Chris Lattner | 2004-12-09 | 1 | -1/+11 |
| * | Remove a dead field, make the map go to integer type ID to hash better and | Chris Lattner | 2004-12-09 | 2 | -17/+12 |
| * | Fix residual Visual Studio build problems | Jeff Cohen | 2004-12-09 | 1 | -11/+7 |
| * | Remove #include inadvertently added | Chris Lattner | 2004-12-09 | 1 | -2/+0 |
| * | Eliminate this ugly hack. This was put back in when replaceAllUsesOf used | Chris Lattner | 2004-12-09 | 1 | -30/+6 |
| * | Add testcase and fix for yet another case where we query the size an | Alkis Evlogimenos | 2004-12-08 | 1 | -9/+11 |
| * | Do extremely simple sinking of instructions when they are only used in a | Chris Lattner | 2004-12-08 | 1 | -1/+52 |
| * | Add testcase and fix for another case where we query the size an | Alkis Evlogimenos | 2004-12-08 | 1 | -7/+12 |
| * | Fix this regression and remove the XFAIL from this test. | Alkis Evlogimenos | 2004-12-08 | 1 | -3/+5 |
| * | Fix Transforms/InstCombine/2004-12-08-RemInfiniteLoop.ll | Chris Lattner | 2004-12-08 | 1 | -1/+2 |
| * | Move method out of line for better ICC support | Chris Lattner | 2004-12-08 | 1 | -0/+11 |
| * | Properly extern this. | Chris Lattner | 2004-12-08 | 1 | -1/+3 |
| * | Turn this error back into a warning, fixing the povray regression | Chris Lattner | 2004-12-08 | 1 | -2/+2 |
| * | Work correctly with MSVC and ICC, patch contributed by Bjørn Wennberg | Chris Lattner | 2004-12-08 | 1 | -4/+4 |
| * | Work correctly with ICC, Patch contributed by Bjørn Wennberg | Chris Lattner | 2004-12-08 | 1 | -8/+16 |
| * | Add support for compilers with arg dependent name lookup, contributed by | Chris Lattner | 2004-12-08 | 1 | -1/+2 |
| * | Add support for compilers without argument dependent name lookup, contributed | Chris Lattner | 2004-12-08 | 1 | -1/+1 |
| * | Make this work with the ICC compiler, contributed by Bjørn Wennberg | Chris Lattner | 2004-12-08 | 1 | -0/+1 |
| * | Remove unneeded class qualifier, contributed by Bjørn Wennberg | Chris Lattner | 2004-12-08 | 1 | -1/+1 |
| * | Revert this disgusting hack, John has a much nicer solution | Chris Lattner | 2004-12-08 | 1 | -23/+0 |
| * | Add a disgusting hack to work around a libstdc++ issue. This code should | Chris Lattner | 2004-12-08 | 1 | -0/+23 |
| * | For PR387:\ | Reid Spencer | 2004-12-07 | 1 | -0/+3 |
| * | For PR387:\ | Reid Spencer | 2004-12-07 | 4 | -0/+12 |
| * | Revert the recent patches to "fix" ConstantFP::isValueValidForType. None | Reid Spencer | 2004-12-07 | 1 | -5/+1 |
| * | Provide a missing header file. | Reid Spencer | 2004-12-07 | 1 | -0/+1 |
| * | Fix some comments. | Reid Spencer | 2004-12-07 | 1 | -1/+2 |
| * | Fix check for valid floats. Also use and HUGE_VALF instead | Alkis Evlogimenos | 2004-12-07 | 1 | -10/+1 |
| * | Move virtual function call out of loop to speed up getFreePhysReg by about | Nate Begeman | 2004-12-07 | 1 | -2/+2 |
| * | For PR387:\ | Reid Spencer | 2004-12-07 | 17 | -22/+22 |
| * | For PR409: \ | Reid Spencer | 2004-12-06 | 1 | -0/+11 |
| * | For PR409: \ | Reid Spencer | 2004-12-06 | 1 | -0/+2 |
| * | Fix PR139: \ | Reid Spencer | 2004-12-05 | 1 | -0/+159 |
| * | Properly implement a fix for PR475 | Chris Lattner | 2004-12-05 | 2 | -13/+15 |
| * | Revert this patch, it broke a ton of programs. | Chris Lattner | 2004-12-05 | 1 | -4/+0 |
| * | Move lower intrinsics before FP constant emission, in case | Chris Lattner | 2004-12-05 | 1 | -2/+7 |
| * | When printing out a function, make sure that local and global symbols | Chris Lattner | 2004-12-05 | 1 | -0/+3 |
| * | Add a new method | Chris Lattner | 2004-12-05 | 1 | -0/+41 |
| * | Fix PR475. | Alkis Evlogimenos | 2004-12-05 | 1 | -0/+4 |
| * | Distribute headers and license files too | Reid Spencer | 2004-12-04 | 1 | -3/+5 |
| * | Provide more information in the error message that occurs when there are | Reid Spencer | 2004-12-04 | 1 | -2/+10 |
| * | Check in some patches for better assertions | Chris Lattner | 2004-12-04 | 2 | -0/+4 |
| * | This patch prevents an infinite recursion while compiling 103.su2cor. | Chris Lattner | 2004-12-04 | 1 | -3/+3 |
| * | Fix linkage of mismatched weak globals. This unbreaks 300.twolf | Chris Lattner | 2004-12-04 | 1 | -0/+2 |
| * | Do not allow bytecode files with unresolved references to be read. Doing | Chris Lattner | 2004-12-04 | 1 | -1/+7 |
| * | Fix compilation error on Darwin. | Chris Lattner | 2004-12-04 | 1 | -15/+18 |
| * | Check if a block has a terminator first before calling front() on | Alkis Evlogimenos | 2004-12-04 | 1 | -3/+3 |
| * | Make error msg reflect what exactly went wrong. | Alkis Evlogimenos | 2004-12-04 | 1 | -3/+3 |
| * | Prevent accessing past the end of the intervals vector, this fixes | Chris Lattner | 2004-12-04 | 1 | -1/+3 |
| * | Remove darwin specific majik | Chris Lattner | 2004-12-03 | 1 | -24/+0 |