| Commit message (Expand) | Author | Age | Files | Lines |
* | implement PR2328. | Chris Lattner | 2008-05-16 | 2 | -2/+16 |
* | Use common where we mean common, not weak. | Dale Johannesen | 2008-05-16 | 1 | -1/+1 |
* | Treat common as distinct from weak global on Darwin x86. | Dale Johannesen | 2008-05-16 | 1 | -0/+10 |
* | Revert the change from r51157 in | Dan Gohman | 2008-05-16 | 2 | -4/+4 |
* | Update comments based on Duncan's feedback. | Dan Gohman | 2008-05-15 | 1 | -23/+23 |
* | Fix a bug in LoopStrengthReduce that caused it to emit IR with | Dan Gohman | 2008-05-15 | 2 | -3/+42 |
* | Remove the S92 code, which really has nothing to do | Dale Johannesen | 2008-05-15 | 1 | -7/+0 |
* | Evan has implemented this on ppc, so run the test there. | Dale Johannesen | 2008-05-15 | 1 | -2/+2 |
* | Fix typos and comments. | Evan Cheng | 2008-05-15 | 4 | -6/+6 |
* | Allow an extra bit for CommonLinkage. | Dale Johannesen | 2008-05-15 | 1 | -1/+1 |
* | Actually scalarize the operand to BIT_CONVERT instead of asking someone to do | Nate Begeman | 2008-05-15 | 1 | -1/+2 |
* | Reverting r51100...I need to use VC++ 2005. | Steve Naroff | 2008-05-15 | 1 | -11/+172 |
* | IR support for extractvalue and insertvalue instructions. Also, begin | Dan Gohman | 2008-05-15 | 15 | -360/+946 |
* | Use static and anonymous namespaces consistently with other passes. | Dan Gohman | 2008-05-15 | 1 | -8/+8 |
* | Revert 51067 check-in for now. | Devang Patel | 2008-05-15 | 31 | -229/+220 |
* | Remove useless check. | Devang Patel | 2008-05-15 | 1 | -6/+2 |
* | Disable JIT symbol table for now. | Evan Cheng | 2008-05-15 | 1 | -1/+1 |
* | Use of UINT_MAX requires climits, at least when | Duncan Sands | 2008-05-15 | 1 | -0/+1 |
* | Fix a bunch of 80col violations that arose from the Create API change. Tweak ... | Gabor Greif | 2008-05-15 | 23 | -78/+134 |
* | ignore generated files and product directories | Gabor Greif | 2008-05-15 | 0 | -0/+0 |
* | Make use of vector load and store operations to implement memcpy, memmove, an... | Evan Cheng | 2008-05-15 | 5 | -106/+204 |
* | Remove tail duplication pass. | Evan Cheng | 2008-05-15 | 1 | -1/+0 |
* | Move the operator new and operator delete out of line. This fixes an issue with | Nate Begeman | 2008-05-15 | 2 | -17/+21 |
* | Don't assume underlying APInt type is limited | Dale Johannesen | 2008-05-14 | 1 | -1/+1 |
* | Situations can arise when you have a function called that returns a 'void', but | Bill Wendling | 2008-05-14 | 3 | -4/+30 |
* | Remove undefined behavior in hex string->APFloat | Dale Johannesen | 2008-05-14 | 1 | -1/+1 |
* | Use a better idiom to silence compiler warnings. | Evan Cheng | 2008-05-14 | 1 | -20/+5 |
* | rename SimplifyCFG.cpp -> SimplifyCFGPass.cpp | Chris Lattner | 2008-05-14 | 1 | -1/+1 |
* | Silence warnings. | Evan Cheng | 2008-05-14 | 1 | -2/+2 |
* | Add support to IR builder for new vicmp, vfcmp routines | Nate Begeman | 2008-05-14 | 1 | -4/+19 |
* | Really silence compiler warnings. | Evan Cheng | 2008-05-14 | 1 | -2/+2 |
* | Don't generate unused variables in a no-assert build | Nate Begeman | 2008-05-14 | 1 | -16/+28 |
* | Really silence compiler warnings. | Evan Cheng | 2008-05-14 | 1 | -5/+20 |
* | CommonLinkage (missed a file) | Dale Johannesen | 2008-05-14 | 1 | -1/+2 |
* | Generated files for CommonLinkage. | Dale Johannesen | 2008-05-14 | 3 | -1740/+1752 |
* | Add CommonLinkage; currently tentative definitions | Dale Johannesen | 2008-05-14 | 22 | -31/+70 |
* | Silence some compiler warnings. | Evan Cheng | 2008-05-14 | 3 | -5/+13 |
* | Simplify internalize pass. Add test case. | Devang Patel | 2008-05-14 | 5 | -23/+62 |
* | When bit-twiddling CondCode values for integer comparisons produces | Dan Gohman | 2008-05-14 | 2 | -0/+25 |
* | Recover nestedloop regression reported by nightly tester. | Devang Patel | 2008-05-14 | 1 | -0/+2 |
* | Check if llvm-gcc is available before running tests. Patch by Matthijs Kooijman! | Tanya Lattner | 2008-05-14 | 1 | -1/+8 |
* | Detabification. Fixed indentation and spacing. | Sanjiv Gupta | 2008-05-14 | 16 | -606/+525 |
* | Do not generate by TableGen the hard-coded standard, target-independent part of | Roman Levenstein | 2008-05-14 | 2 | -140/+195 |
* | Upgrading clang VC++ solution to VC++ express 2008. | Argiris Kirtzidis | 2008-05-14 | 1 | -172/+11 |
* | Make this test pass on x86-32 linux. | Duncan Sands | 2008-05-14 | 1 | -2/+1 |
* | Adding missing files to Transforms and VMCore VC++ projects. | Argiris Kirtzidis | 2008-05-14 | 2 | -0/+8 |
* | Add documentation for tail call optimization to CodeGenerator.html. Add a link | Arnold Schwaighofer | 2008-05-14 | 2 | -3/+50 |
* | Added configure switches for PIC16 in configure.ac. | Sanjiv Gupta | 2008-05-14 | 2 | -28/+32 |
* | Fix typo in ParameterAttribute fields usage. Add an include | Nicolas Geoffray | 2008-05-14 | 1 | -2/+3 |
* | Fixed the file description header at the top to remove the developer name. | Sanjiv Gupta | 2008-05-14 | 1 | -2/+2 |