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