| Commit message (Expand) | Author | Age | Files | Lines |
* | The C backend does not support arbitrary precision integers. | Duncan Sands | 2009-02-25 | 1 | -0/+1 |
* | Note on new type legalizer. | Duncan Sands | 2009-02-25 | 1 | -0/+9 |
* | Add note on support for arbitrary precision integers. | Duncan Sands | 2009-02-25 | 1 | -1/+9 |
* | more notes. | Chris Lattner | 2009-02-25 | 1 | -2/+16 |
* | Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlob... | Evan Cheng | 2009-02-25 | 5 | -338/+420 |
* | Add a totally synthetic situation I came up with while looking at a bug in | Nick Lewycky | 2009-02-25 | 1 | -0/+17 |
* | random notes | Chris Lattner | 2009-02-25 | 1 | -6/+21 |
* | Recommend against using Gold to build LLVM. | Nick Lewycky | 2009-02-25 | 1 | -0/+6 |
* | don't know if there is a vmkit release to match 2.5 | Chris Lattner | 2009-02-25 | 1 | -1/+1 |
* | update clang section | Chris Lattner | 2009-02-25 | 1 | -31/+24 |
* | rip out llvm 2.4 details to make room for 2.5 | Chris Lattner | 2009-02-25 | 1 | -242/+19 |
* | Expand tabs to spaces (overlooked in previous commit) | Scott Michel | 2009-02-25 | 2 | -13/+13 |
* | Remove all "cached" data from BuildVectorSDNode, preferring to retrieve | Scott Michel | 2009-02-25 | 3 | -53/+30 |
* | Added support to have TableGen provide information if an intrinsic (core | Mon P Wang | 2009-02-24 | 5 | -2/+51 |
* | If compile unit's language is not set then don't crash while dump'ing compile... | Devang Patel | 2009-02-24 | 1 | -1/+2 |
* | Extension of GEP in constant folder was broken (apparently this code | Daniel Dunbar | 2009-02-24 | 1 | -1/+1 |
* | Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount, | Dan Gohman | 2009-02-24 | 21 | -146/+178 |
* | Overhaul my earlier submission due to feedback. It's a large patch, but most of | Bill Wendling | 2009-02-24 | 43 | -139/+174 |
* | Add a debugging option for SSC DCE. | Owen Anderson | 2009-02-24 | 1 | -0/+5 |
* | - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit | Bill Wendling | 2009-02-24 | 12 | -22/+32 |
* | Add a testcase for the problem fixed in r65289. | Dan Gohman | 2009-02-24 | 1 | -0/+29 |
* | Fix a ValueTracking rule: RHS means operand 1, not 0. Add a simple | Dan Gohman | 2009-02-24 | 4 | -3/+16 |
* | Generalize the ChangeCompareStride code, in preparation for | Dan Gohman | 2009-02-24 | 1 | -94/+96 |
* | Preserve the DominanceFrontier analysis in the LoopDeletion pass. | Dan Gohman | 2009-02-24 | 1 | -2/+7 |
* | gdb uses DW_AT_prototyped to identify K&R style in C based languages. | Devang Patel | 2009-02-24 | 1 | -0/+5 |
* | Un-XFAIL this test. | Bill Wendling | 2009-02-24 | 1 | -1/+0 |
* | While folding unconditional return move DbgRegionEndInst into the predecessor... | Devang Patel | 2009-02-24 | 3 | -25/+14 |
* | If there is not any debug info available for any global variables and any sub... | Devang Patel | 2009-02-24 | 1 | -13/+26 |
* | Back out the change in 64918 that used sign-extensions when promoting | Dan Gohman | 2009-02-23 | 4 | -41/+15 |
* | Fast-isel can't do TLS yet, so it should fall back to SDISel | Dan Gohman | 2009-02-23 | 2 | -0/+16 |
* | Correctly implement ImmutableMap::getMaxElement() by getting the actual <key,... | Ted Kremenek | 2009-02-23 | 1 | -1/+1 |
* | Add ImmutableMap::getMaxElement(), a method that returns the <key,value> pair... | Ted Kremenek | 2009-02-23 | 2 | -0/+16 |
* | LoopDeletion needs to inform ScalarEvolution when a loop is deleted, | Dan Gohman | 2009-02-23 | 1 | -1/+4 |
* | Use the -stack-alignment option instead of using a target triple | Dan Gohman | 2009-02-23 | 1 | -4/+2 |
* | IndVarSimplify preserves ScalarEvolution. In the | Dan Gohman | 2009-02-23 | 1 | -0/+1 |
* | Add test case for checkin @r65314. | Zhou Sheng | 2009-02-23 | 1 | -0/+41 |
* | Should reset DBI_Prev if DBI_Next == 0. | Zhou Sheng | 2009-02-23 | 1 | -0/+2 |
* | Only v1i16 (i.e. _m64) is returned via RAX / RDX. | Evan Cheng | 2009-02-23 | 4 | -20/+60 |
* | Make this test use darwin targe triple, to avoid stack traffic on linux. | Nate Begeman | 2009-02-23 | 1 | -0/+2 |
* | Generate better code for v8i16 shuffles on SSE2 | Nate Begeman | 2009-02-23 | 14 | -281/+445 |
* | If nobody minds, I'm using LTO to produce faster binaries. Switch fast codegen | Nick Lewycky | 2009-02-23 | 1 | -2/+2 |
* | Changed option name from inline-threshold to basic-inline-threshold because | Mon P Wang | 2009-02-23 | 1 | -1/+1 |
* | fix some typos that Duncan noticed | Chris Lattner | 2009-02-23 | 1 | -3/+3 |
* | Propagate debug loc info through prologue/epilogue. | Bill Wendling | 2009-02-23 | 7 | -28/+39 |
* | Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR | Scott Michel | 2009-02-22 | 14 | -318/+397 |
* | Add an option to the gold plugin to make it emit a file with the public api | Nick Lewycky | 2009-02-22 | 1 | -1/+23 |
* | Revert the part of 64623 that attempted to align the source in a | Dan Gohman | 2009-02-22 | 1 | -1/+1 |
* | Properly parenthesize this expression, fixing a real bug in the new | Dan Gohman | 2009-02-22 | 1 | -1/+1 |
* | bug 3610: Test case. | Richard Pennington | 2009-02-22 | 1 | -0/+20 |
* | If a use operand is marked isKill, don't forget to add kill to its live inter... | Evan Cheng | 2009-02-22 | 2 | -4/+30 |