Age | Commit message (Expand) | Author |
2006-05-31 | Fix casting so there's no warning on Alpha. | Reid Spencer |
2006-05-31 | Add my most recent work. | Owen Anderson |
2006-05-31 | Sign extender | Evan Cheng |
2006-05-31 | Squelch this warning: | Reid Spencer |
2006-05-31 | Fix utostr once and for all, by making there only be one function named | Chris Lattner |
2006-05-31 | Swap the order of operands created here. For +&|^, the order doesn't matter, | Chris Lattner |
2006-05-31 | Extract a huge loop into a helper method. Fix a few iterator-invalidation bugs. | Owen Anderson |
2006-05-31 | 4 billion names is enough for anyone. And really fix the build on alpha this... | Andrew Lenharth |
2006-05-31 | fix utostr | Andrew Lenharth |
2006-05-31 | Fix build breakage on alpha, without causing it on x86. as a bonus, all plat... | Andrew Lenharth |
2006-05-31 | revert for now | Andrew Lenharth |
2006-05-31 | Rename instructions for consistency sake. | Evan Cheng |
2006-05-31 | make 64-bit safe and fix the build on alpha | Andrew Lenharth |
2006-05-31 | commuteInstruction() does not always create a new MI! | Evan Cheng |
2006-05-31 | Add a brief description for the tblgen program. More detail is needed but | Reid Spencer |
2006-05-31 | Update the documentation for llvm2cpp after the -gen-* options were added. | Reid Spencer |
2006-05-31 | Major reorganization and extension of the code. The diff on this will be a | Reid Spencer |
2006-05-31 | Make the getNamedFunction and getNamedGlobal methods be const. They don't | Reid Spencer |
2006-05-31 | Clarify type naming. | Vladimir Prus |
2006-05-31 | Improve InstVisitor docs. | Vladimir Prus |
2006-05-31 | Eliminate a memory leak. | Evan Cheng |
2006-05-31 | visitVBinOp: Can't fold divide by zero! | Evan Cheng |
2006-05-31 | Don't generate module definitions when the -fragment option is given. | Reid Spencer |
2006-05-31 | Select vector_shuffle v1, undef <2, 3, ?, ?> to MOVHLPS. | Evan Cheng |
2006-05-31 | Remove dead code. | Evan Cheng |
2006-05-31 | Update vector extract test cases. | Evan Cheng |
2006-05-30 | A new entry | Evan Cheng |
2006-05-30 | MAXP{D|S} and MINP{D|S} are commutable. | Evan Cheng |
2006-05-30 | Commute shufps / shufpd. | Evan Cheng |
2006-05-30 | 1. No need to thwart this test with an environment variable. Turning it off | Reid Spencer |
2006-05-30 | Somehow I lost a condition when I was shuffling some code around. Anyway, | Evan Cheng |
2006-05-30 | Fix a build breaker. | Evan Cheng |
2006-05-30 | Oops. PSHUFD is only available with SSE2. | Evan Cheng |
2006-05-30 | Add a note | Chris Lattner |
2006-05-30 | Always reserve space for 8 spilled GPRs. GCC apparently assumes that this | Chris Lattner |
2006-05-30 | llvm2cpp is ready to be compiled so add it to the makefile, but make it | Reid Spencer |
2006-05-30 | Add the new command line arguments. | Reid Spencer |
2006-05-30 | Fix more bugs. This version now passes all of the Feature test except for | Reid Spencer |
2006-05-30 | Added a test case for parameter passing of vector values. | Evan Cheng |
2006-05-30 | Fix the test failure on non-Darwin targets. | Evan Cheng |
2006-05-30 | Allow shufps x, x, mask to be converted to pshufd x, mask to save a move. | Evan Cheng |
2006-05-30 | Remove bogus comment. | Evan Cheng |
2006-05-30 | Add llvm2cpp program. | Reid Spencer |
2006-05-30 | Provide a simpler interface for getting a ConstantArray from a character | Reid Spencer |
2006-05-30 | Make sure the register pressure reduction schedulers work for non-uniform | Evan Cheng |
2006-05-30 | When a priority_queue is empty, the behavior of top() operator is | Evan Cheng |
2006-05-30 | Expand ret into "CopyToReg;BRIND" | Rafael Espindola |
2006-05-30 | Enable -fno-use-cxa-atexit on darwin/ppc also. | Chris Lattner |
2006-05-30 | Undo a patch that breaks llvm-as because the warning message is written to | Reid Spencer |
2006-05-30 | Write the WARNING message to cout instead of cerr. Writing to cerr causes | Reid Spencer |