| Commit message (Expand) | Author | Age | Files | Lines |
* | llvm.isnan is dead, long live llvm.isunordered! | Chris Lattner | 2004-06-15 | 2 | -35/+1 |
* | Remove support for llvm.isnan. Alkis wins :) | Chris Lattner | 2004-06-15 | 2 | -100/+0 |
* | This testcase is a bit silly now, but oh well :) | Chris Lattner | 2004-06-15 | 1 | -4/+2 |
* | Remove isnan support, correct isunordered support | Chris Lattner | 2004-06-15 | 2 | -20/+4 |
* | Remove support for the isnan intrinsic | Chris Lattner | 2004-06-15 | 1 | -3/+0 |
* | Add basic support for the isunordered intrinsic. The isnan stuff still needs... | Chris Lattner | 2004-06-15 | 2 | -0/+18 |
* | Right, stop being silly | Chris Lattner | 2004-06-15 | 1 | -1/+1 |
* | Add a nan, stop testing isnan | Chris Lattner | 2004-06-15 | 1 | -6/+1 |
* | Fix thinko in visitor... ShiftInsts should currently be delegated | Brian Gaeke | 2004-06-15 | 4 | -4/+8 |
* | Do not dereference end iterators. It's really bad for the asmwriter's health. | Chris Lattner | 2004-06-15 | 1 | -1/+4 |
* | I think we'll use the standard lowering passes for now. | Brian Gaeke | 2004-06-15 | 2 | -0/+50 |
* | Fix bug generating code for void call instructions: don't call | Brian Gaeke | 2004-06-15 | 4 | -8/+8 |
* | Squash a warning from the Solaris assembler by aligning the stack | Brian Gaeke | 2004-06-15 | 2 | -2/+4 |
* | Allow special-casing of operand printing based on opcode. Print | Brian Gaeke | 2004-06-15 | 2 | -36/+56 |
* | Support constant GEP expressions. | Brian Gaeke | 2004-06-15 | 4 | -84/+208 |
* | The correct prototype is `int atoi(CONST char*)'. Unbroke AIX build. | Misha Brukman | 2004-06-14 | 1 | -1/+1 |
* | Add file comment. | Misha Brukman | 2004-06-14 | 1 | -0/+1 |
* | Quick hack to get this file compiling again on Mac OS X. The right thing to do | Brian Gaeke | 2004-06-14 | 1 | -0/+8 |
* | Make -print-machineinstrs even stronger. You get to see the final code after | Brian Gaeke | 2004-06-14 | 1 | -0/+11 |
* | Get rid of "might be uninitialized" warnings when compiling with GCC 3.3.2 | Reid Spencer | 2004-06-13 | 1 | -1/+1 |
* | Add constant folding capabilities to the isunordered intrinsic. | Alkis Evlogimenos | 2004-06-13 | 1 | -1/+4 |
* | Really add the docs this time :-) | Alkis Evlogimenos | 2004-06-13 | 1 | -0/+35 |
* | Make assertions more consistent with the rest of the intrinsic | Alkis Evlogimenos | 2004-06-13 | 1 | -8/+12 |
* | Add the isunordered intrinsic. | Alkis Evlogimenos | 2004-06-12 | 7 | -1/+31 |
* | Reduce the number of columns in the alpha index to 4 so that it fits | Reid Spencer | 2004-06-12 | 2 | -2/+2 |
* | It is no longer 2001 | Chris Lattner | 2004-06-11 | 1 | -3/+3 |
* | Don't trim @PrevDays (causing an error) if it isn't long enough. | Brian Gaeke | 2004-06-11 | 1 | -1/+3 |
* | Fix grammar: 's is for possessive only. | Misha Brukman | 2004-06-11 | 1 | -1/+1 |
* | Implement tracking of bytecode instruction size and the number of long | Reid Spencer | 2004-06-11 | 5 | -1/+37 |
* | Add two options to the program: | Reid Spencer | 2004-06-11 | 1 | -1/+8 |
* | Fix fallout from getOffsetOfLocalArea() being negated. Debugging dumps were ... | Chris Lattner | 2004-06-11 | 2 | -3/+3 |
* | llvm.isnan doesn't access memory | Chris Lattner | 2004-06-11 | 1 | -1/+1 |
* | Constant fold the isnan intrinsic | Chris Lattner | 2004-06-11 | 1 | -1/+10 |
* | Add tests for isnan | Chris Lattner | 2004-06-11 | 1 | -0/+8 |
* | By far, one of the most common uses of isnan is to make 'isunordered' | Chris Lattner | 2004-06-11 | 2 | -28/+118 |
* | Test that the X86 backend is only emitting one fucom instruction | Chris Lattner | 2004-06-11 | 1 | -0/+11 |
* | Fix bug in previous checkin | Chris Lattner | 2004-06-11 | 2 | -0/+6 |
* | No really, these are dead now | Chris Lattner | 2004-06-11 | 1 | -2/+0 |
* | Now that compare instructions aren't lumped in with the other twoargfp instru... | Chris Lattner | 2004-06-11 | 6 | -27/+15 |
* | Introduce a new FP instruction type to separate the compare cases from the | Chris Lattner | 2004-06-11 | 4 | -18/+15 |
* | Bug fixed, new feature | Chris Lattner | 2004-06-11 | 1 | -0/+3 |
* | Add direct support for the isnan intrinsic, implementing test/Regression/Code... | Chris Lattner | 2004-06-11 | 2 | -18/+44 |
* | Add support for the setp instructions | Chris Lattner | 2004-06-11 | 2 | -0/+3 |
* | Split compare instruction handling OUT of handleTwoArgFP into handleCompareFP. | Chris Lattner | 2004-06-11 | 2 | -86/+98 |
* | Change tags rule to pipe output from find through etags command so that it | Reid Spencer | 2004-06-11 | 1 | -1/+1 |
* | Revert an unneeded interface change to Instruction.h | Reid Spencer | 2004-06-11 | 3 | -4/+2 |
* | Testcase for PR369 | Chris Lattner | 2004-06-11 | 1 | -0/+6 |
* | Check to make sure that isnan doesn't require calling a function | Chris Lattner | 2004-06-11 | 1 | -0/+7 |
* | Fix lowering to work correctly | Chris Lattner | 2004-06-11 | 2 | -6/+24 |
* | I misled Alkis: LLVM should have isnan, not isunordered. | Chris Lattner | 2004-06-11 | 1 | -6/+7 |