| Commit message (Expand) | Author | Age | Files | Lines |
* | Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bis... | Evan Cheng | 2006-06-11 | 4 | -27/+2 |
* | Add a missing assertion that would have helped out Reid | Chris Lattner | 2006-06-10 | 1 | -0/+2 |
* | Work around a nasty tblgen bug where it doesn't add operands for varargs | Chris Lattner | 2006-06-10 | 1 | -0/+157 |
* | Fix a problem exposed by the local allocator. CALL instructions are not marked | Chris Lattner | 2006-06-10 | 2 | -18/+22 |
* | Wrap to 80 cols | Chris Lattner | 2006-06-09 | 1 | -4/+5 |
* | After telling GCC to type of the input file with -x asm/-x c, switch back to | Chris Lattner | 2006-06-09 | 1 | -0/+2 |
* | Don't pull in environ, not always safe. Global variables are bad anyway. | Evan Cheng | 2006-06-09 | 1 | -8/+4 |
* | Add LCSSA as a requirement for LoopUnswitch, and assert that LoopUnswitch pre... | Owen Anderson | 2006-06-09 | 1 | -0/+4 |
* | Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass as... | Owen Anderson | 2006-06-09 | 3 | -2/+23 |
* | Comments to appease sabre. | Evan Cheng | 2006-06-09 | 1 | -1/+7 |
* | Minor compilation speed improvement. | Evan Cheng | 2006-06-09 | 1 | -2/+2 |
* | RewriteExpr, either the new PHI node of induction variable or the | Evan Cheng | 2006-06-09 | 1 | -0/+3 |
* | Update some comments, and expose LCSSAID in preparation for having other passes | Owen Anderson | 2006-06-08 | 2 | -1/+9 |
* | Fix X86/inline-asm.ll:test2, a case where an input value was implicitly | Chris Lattner | 2006-06-08 | 1 | -3/+6 |
* | Add new testcase | Chris Lattner | 2006-06-08 | 1 | -1/+7 |
* | Fix Regression/CodeGen/X86/inline-asm.ll, a case where inline asm causes | Chris Lattner | 2006-06-08 | 1 | -6/+13 |
* | New testcase, using "AX" as i32. | Chris Lattner | 2006-06-08 | 1 | -0/+8 |
* | Squelch a warning about signed/unsigned. | Reid Spencer | 2006-06-08 | 1 | -1/+1 |
* | Add support for "m" inline asm constraints. | Chris Lattner | 2006-06-08 | 1 | -1/+29 |
* | Fix an assert-on-inline-inline-asm bug. | Chris Lattner | 2006-06-08 | 1 | -12/+18 |
* | For PR804: | Reid Spencer | 2006-06-08 | 2 | -2/+2 |
* | Remove dead code. | Vladimir Prus | 2006-06-08 | 1 | -1/+1 |
* | New method BasicBlock::getFirstNonPHI. | Vladimir Prus | 2006-06-08 | 2 | -1/+19 |
* | This no longer needs plugins, this it doesn't need all of VMCore. | Chris Lattner | 2006-06-08 | 1 | -2/+0 |
* | For PR787: | Reid Spencer | 2006-06-07 | 5 | -0/+34 |
* | Shorten a value description so --help out isn't so wide. | Reid Spencer | 2006-06-07 | 1 | -1/+1 |
* | Make sure this tool links in all of libVMCore.a because it can --load | Reid Spencer | 2006-06-07 | 1 | -0/+1 |
* | For PR780: | Reid Spencer | 2006-06-07 | 10 | -2/+39 |
* | Add a virtual dtor to the InlineAsm class so that the principle method of | Chris Lattner | 2006-06-07 | 2 | -0/+7 |
* | Fix a bug where the types for inlineasm nodes were not properly entered into | Chris Lattner | 2006-06-07 | 1 | -2/+2 |
* | Previous version of this file wasn't supposed to be committed. This version | Reid Spencer | 2006-06-07 | 1 | -30/+12 |
* | For PR780: | Reid Spencer | 2006-06-07 | 19 | -78/+57 |
* | Fix a spello in a comment. | Reid Spencer | 2006-06-07 | 1 | -1/+1 |
* | For PR780: | Reid Spencer | 2006-06-07 | 2 | -16/+62 |
* | For PR780: | Reid Spencer | 2006-06-07 | 11 | -15/+195 |
* | Add -extraflags FLAGS to pass extra compilation options. | Evan Cheng | 2006-06-07 | 1 | -1/+6 |
* | Remove useless noop argument | Chris Lattner | 2006-06-07 | 1 | -2/+0 |
* | Fix a bug in the following scenario. | Chris Lattner | 2006-06-06 | 1 | -1/+2 |
* | Added X86FunctionInfo subclass of MachineFunction to record whether the | Evan Cheng | 2006-06-06 | 3 | -7/+41 |
* | document --libfiles | Chris Lattner | 2006-06-06 | 1 | -0/+6 |
* | Add a new --libfiles option, for getting fully-qualified pathnames to libraries. | Chris Lattner | 2006-06-06 | 1 | -7/+19 |
* | Move toolrunner out of libsupport into the bugpoint tool | Chris Lattner | 2006-06-06 | 2 | -714/+0 |
* | Move ToolRunner.(cpp|h) into the bugpoint directory | Chris Lattner | 2006-06-06 | 6 | -9/+8 |
* | Fix a bug in a recent patch. This fixes UnitTests/Vector/Altivec/casts.c on | Chris Lattner | 2006-06-06 | 1 | -1/+1 |
* | Now that PR633 is implemented, the CBE can know to emit _setjmp/_longjmp | Chris Lattner | 2006-06-06 | 2 | -0/+12 |
* | Add PowerPC intrinsics to support dcbz[l] | Chris Lattner | 2006-06-06 | 3 | -0/+34 |
* | Make the llvm-config library dependency database depend on all of the libraries. | Chris Lattner | 2006-06-06 | 1 | -6/+4 |
* | Fix some formatting, and use inLoop() when appropriate. | Owen Anderson | 2006-06-06 | 1 | -3/+3 |
* | Stop a memory leak, and update some comments. | Owen Anderson | 2006-06-06 | 1 | -10/+10 |
* | Add the -Xlinker option to bugpoint which allows an option to be passed | Reid Spencer | 2006-06-06 | 5 | -25/+98 |