| Commit message (Expand) | Author | Age | Files | Lines |
* | No, libLLVMbzip2 does not have a .a suffix. | Reid Spencer | 2006-06-01 | 1 | -1/+1 |
* | Fix gcc command line options after LLVMCore and LLVMbzip2 became archive | Reid Spencer | 2006-06-01 | 1 | -1/+1 |
* | Favor C++ casts over C casts in C++ code. | Reid Spencer | 2006-06-01 | 1 | -2/+2 |
* | Change from using a stub function to a stub variable for passing to the | Reid Spencer | 2006-06-01 | 15 | -23/+22 |
* | Prevent the -pedantic option from causing Mac OS/X build problems: | Reid Spencer | 2006-06-01 | 1 | -0/+3 |
* | Remove a FIXME that was fixed with my last patch. | Owen Anderson | 2006-06-01 | 1 | -2/+0 |
* | More cleanups. Also, add a special case for updating PHI nodes, and | Owen Anderson | 2006-06-01 | 1 | -21/+33 |
* | Typos | Evan Cheng | 2006-06-01 | 1 | -3/+3 |
* | For PR786: | Reid Spencer | 2006-06-01 | 1 | -0/+3 |
* | Fix a bug where incorrect C++ was being emitted. | Reid Spencer | 2006-06-01 | 1 | -1/+0 |
* | For PR786: | Reid Spencer | 2006-06-01 | 6 | -2/+12 |
* | Build llvm-config into the ToolDir not in the local directory. This makes | Reid Spencer | 2006-06-01 | 1 | -6/+6 |
* | Put an innocuous statement in this file to quelch warnings about compiling | Reid Spencer | 2006-06-01 | 1 | -0/+1 |
* | Oops, llc needs libTarget.a not Target.o | Reid Spencer | 2006-06-01 | 1 | -1/+1 |
* | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer | 2006-06-01 | 33 | -54/+61 |
* | Support correct build: | Reid Spencer | 2006-06-01 | 2 | -2/+8 |
* | Tighten this script up a bit. | Reid Spencer | 2006-06-01 | 1 | -15/+7 |
* | Remove a warning | Evan Cheng | 2006-06-01 | 1 | -1/+1 |
* | Rename ASM modifier trunc8, trunc16 to subreg8, subreg16. | Evan Cheng | 2006-05-31 | 3 | -7/+7 |
* | Fix casting so there's no warning on Alpha. | Reid Spencer | 2006-05-31 | 2 | -2/+2 |
* | Add my most recent work. | Owen Anderson | 2006-05-31 | 1 | -1/+1 |
* | Sign extender | Evan Cheng | 2006-05-31 | 1 | -8/+10 |
* | Squelch this warning: | Reid Spencer | 2006-05-31 | 1 | -0/+4 |
* | Fix utostr once and for all, by making there only be one function named | Chris Lattner | 2006-05-31 | 1 | -17/+14 |
* | Swap the order of operands created here. For +&|^, the order doesn't matter, | Chris Lattner | 2006-05-31 | 1 | -2/+3 |
* | Extract a huge loop into a helper method. Fix a few iterator-invalidation bugs. | Owen Anderson | 2006-05-31 | 1 | -86/+113 |
* | 4 billion names is enough for anyone. And really fix the build on alpha this... | Andrew Lenharth | 2006-05-31 | 3 | -3/+4 |
* | fix utostr | Andrew Lenharth | 2006-05-31 | 1 | -1/+1 |
* | Fix build breakage on alpha, without causing it on x86. as a bonus, all plat... | Andrew Lenharth | 2006-05-31 | 4 | -16/+5 |
* | revert for now | Andrew Lenharth | 2006-05-31 | 1 | -2/+13 |
* | Rename instructions for consistency sake. | Evan Cheng | 2006-05-31 | 2 | -92/+102 |
* | make 64-bit safe and fix the build on alpha | Andrew Lenharth | 2006-05-31 | 1 | -13/+2 |
* | commuteInstruction() does not always create a new MI! | Evan Cheng | 2006-05-31 | 1 | -2/+4 |
* | Add a brief description for the tblgen program. More detail is needed but | Reid Spencer | 2006-05-31 | 1 | -0/+119 |
* | Update the documentation for llvm2cpp after the -gen-* options were added. | Reid Spencer | 2006-05-31 | 1 | -14/+108 |
* | Major reorganization and extension of the code. The diff on this will be a | Reid Spencer | 2006-05-31 | 1 | -487/+698 |
* | Make the getNamedFunction and getNamedGlobal methods be const. They don't | Reid Spencer | 2006-05-31 | 2 | -10/+10 |
* | Clarify type naming. | Vladimir Prus | 2006-05-31 | 1 | -0/+5 |
* | Improve InstVisitor docs. | Vladimir Prus | 2006-05-31 | 1 | -40/+46 |
* | Eliminate a memory leak. | Evan Cheng | 2006-05-31 | 1 | -0/+1 |
* | visitVBinOp: Can't fold divide by zero! | Evan Cheng | 2006-05-31 | 1 | -0/+8 |
* | Don't generate module definitions when the -fragment option is given. | Reid Spencer | 2006-05-31 | 1 | -51/+59 |
* | Select vector_shuffle v1, undef <2, 3, ?, ?> to MOVHLPS. | Evan Cheng | 2006-05-31 | 1 | -0/+8 |
* | Remove dead code. | Evan Cheng | 2006-05-31 | 1 | -3/+0 |
* | Update vector extract test cases. | Evan Cheng | 2006-05-31 | 1 | -2/+2 |
* | A new entry | Evan Cheng | 2006-05-30 | 1 | -0/+4 |
* | MAXP{D|S} and MINP{D|S} are commutable. | Evan Cheng | 2006-05-30 | 1 | -18/+24 |
* | Commute shufps / shufpd. | Evan Cheng | 2006-05-30 | 2 | -1/+20 |
* | 1. No need to thwart this test with an environment variable. Turning it off | Reid Spencer | 2006-05-30 | 1 | -57/+60 |
* | Somehow I lost a condition when I was shuffling some code around. Anyway, | Evan Cheng | 2006-05-30 | 1 | -1/+1 |