| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach CppWriter how to emit an inline (partial) function. | Reid Spencer | 2006-06-01 | 1 | -50/+132 |
* | added some tests for argument passing | Rafael Espindola | 2006-06-01 | 6 | -0/+24 |
* | testcase for the recent inliner improvement. | Chris Lattner | 2006-06-01 | 1 | -0/+40 |
* | Remove dead #include | Chris Lattner | 2006-06-01 | 1 | -2/+0 |
* | Make the "pruning cloner" smarter. As it propagates constants through the | Chris Lattner | 2006-06-01 | 1 | -23/+146 |
* | Fix linking of inline asm objects. | Chris Lattner | 2006-06-01 | 1 | -5/+9 |
* | Provide configuration support and usage for MINGW32 platform | Reid Spencer | 2006-06-01 | 6 | -346/+53 |
* | Don't build tblgen with -pedantic or -Wno-long-long | Reid Spencer | 2006-06-01 | 1 | -0/+4 |
* | Make sure windows.h is #included first. | Reid Spencer | 2006-06-01 | 2 | -2/+152 |
* | Fix -pedantic warnings. | Chris Lattner | 2006-06-01 | 2 | -14/+14 |
* | Fix -pedantic warnings | Chris Lattner | 2006-06-01 | 1 | -2/+3 |
* | Fix -pedantic warning | Chris Lattner | 2006-06-01 | 2 | -3/+3 |
* | Silence -pedantic warning | Chris Lattner | 2006-06-01 | 1 | -1/+1 |
* | Silence a -pedantic warning. | Chris Lattner | 2006-06-01 | 1 | -1/+1 |
* | Make sure that when checking for MINGW32 libraries we ask for windows.h | Reid Spencer | 2006-06-01 | 2 | -2/+3 |
* | Silence -pedantic warning. | Chris Lattner | 2006-06-01 | 1 | -1/+3 |
* | Silence some -pedantic warnings. | Chris Lattner | 2006-06-01 | 1 | -4/+6 |
* | Provide support for detecting if the Win32 imaghlp and psapi libraries | Reid Spencer | 2006-06-01 | 3 | -0/+318 |
* | Fix a typo | Chris Lattner | 2006-06-01 | 1 | -1/+1 |
* | Make a shorthand target for running the llvm2cpp test suite. This test | Reid Spencer | 2006-06-01 | 1 | -0/+2 |
* | Restore default arguments for llvm2cpp back to health by declaring an | Reid Spencer | 2006-06-01 | 1 | -1/+1 |
* | 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 |