| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Teach googletest to use raw_ostream instead of just std::ostream. | Jeffrey Yasskin | 2009-09-05 | 3 | -8/+26 |
* | Quote another '%S' in a test. | Daniel Dunbar | 2009-09-05 | 1 | -2/+2 |
* | Rename %S metavar to %M (clang uses %S for the basename of the test file). | Daniel Dunbar | 2009-09-05 | 7 | -23/+23 |
* | Temporary test files should use %t. | Daniel Dunbar | 2009-09-05 | 2 | -6/+6 |
* | Don't depend on arch specific global prefix. | Daniel Dunbar | 2009-09-05 | 1 | -1/+1 |
* | Eliminate uses of %prcontext. | Daniel Dunbar | 2009-09-05 | 16 | -27/+67 |
* | opt: Add -S option to print output as LLVM assembly. | Daniel Dunbar | 2009-09-05 | 1 | -5/+14 |
* | Eliminate some Tclisms. | Daniel Dunbar | 2009-09-05 | 2 | -2/+2 |
* | Delete unused #include. | Benjamin Kramer | 2009-09-05 | 1 | -4/+3 |
* | Stabilize the order of live intervals in the priority_queue used by the | Bob Wilson | 2009-09-05 | 3 | -5/+8 |
* | Detect VLAs. | Devang Patel | 2009-09-05 | 1 | -1/+5 |
* | Ignore malformed global variable debug info. | Devang Patel | 2009-09-04 | 1 | -0/+4 |
* | Prune #includes. | Benjamin Kramer | 2009-09-04 | 1 | -3/+0 |
* | Remove an unneeded call to c_str(). | Benjamin Kramer | 2009-09-04 | 1 | -1/+1 |
* | Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' in | Kevin Enderby | 2009-09-04 | 2 | -1/+5 |
* | Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation of | Kevin Enderby | 2009-09-04 | 5 | -26/+49 |
* | While replacing an MDNode elment, properly update MDNode's operand list. | Devang Patel | 2009-09-04 | 3 | -3/+292 |
* | Prevent warnings on compilers for which its not clear that assert won't return. | Andreas Neustifter | 2009-09-04 | 1 | -0/+1 |
* | Removed yet another std::ostream reference. | Lang Hames | 2009-09-04 | 1 | -3/+0 |
* | Removed some junk and a std::ostream operator that was hanging around. | Lang Hames | 2009-09-04 | 1 | -59/+0 |
* | Replaces uses of unsigned for indexes in LiveInterval and VNInfo with | Lang Hames | 2009-09-04 | 12 | -609/+945 |
* | Test for llvm-gcc commit 81037. | Dale Johannesen | 2009-09-04 | 1 | -0/+7 |
* | Updated tests to use ProfileVerifer to test ProfileLoader and ProfileEstimator. | Andreas Neustifter | 2009-09-04 | 2 | -3/+13 |
* | Cleaned up ProfileVerifierPass. | Andreas Neustifter | 2009-09-04 | 1 | -57/+78 |
* | Converted MaximumSpanningTree algorithm to a generic template, this could go | Andreas Neustifter | 2009-09-04 | 4 | -138/+64 |
* | Include optional subclass flags, such as inbounds, nsw, etc., in the | Dan Gohman | 2009-09-04 | 16 | -243/+349 |
* | Use delete[] to match new[] (found by valgrind). | Duncan Sands | 2009-09-04 | 1 | -1/+1 |
* | Run branch folding if if-converter make some transformations. | Evan Cheng | 2009-09-04 | 5 | -85/+188 |
* | Fix comment for consistency sake. | Evan Cheng | 2009-09-04 | 1 | -1/+1 |
* | Remove stale greps. | Daniel Dunbar | 2009-09-04 | 1 | -3/+0 |
* | Update lib deps. | Daniel Dunbar | 2009-09-04 | 1 | -1/+1 |
* | Convert tests to FileCheck. | Bob Wilson | 2009-09-04 | 2 | -6/+55 |
* | Whitespace cleanup | Jim Grosbach | 2009-09-04 | 1 | -23/+23 |
* | If there's a calling convention attach it to the rewind function call. | Eric Christopher | 2009-09-04 | 1 | -1/+3 |
* | Convert a test to FileCheck. | Bob Wilson | 2009-09-04 | 1 | -5/+17 |
* | Funky indentation. | Evan Cheng | 2009-09-03 | 1 | -1/+2 |
* | Revert "--- Reverse-merging r80908 into '.':", I already "fixed" this. | Daniel Dunbar | 2009-09-03 | 4 | -1/+346 |
* | Revert 80959. It isn't sufficient to solve the full problem. And it | Dan Gohman | 2009-09-03 | 9 | -22/+92 |
* | Replace ocamlc tests with ocamlopt tests since they're less noisy. | Erick Tryzelaar | 2009-09-03 | 9 | -17/+17 |
* | --- Reverse-merging r80908 into '.': | Bill Wendling | 2009-09-03 | 4 | -346/+1 |
* | Add test for PR4873, which works for me. | Daniel Dunbar | 2009-09-03 | 1 | -0/+8 |
* | LLVM currently represents floating-point negation as -0.0 - x. Fix | Dan Gohman | 2009-09-03 | 3 | -0/+40 |
* | Don't crash when target has no itineraries. | David Goodwin | 2009-09-03 | 1 | -54/+58 |
* | If we've pushed registers onto the stack, but aren't adjusting the stack pointer | Bill Wendling | 2009-09-03 | 1 | -2/+2 |
* | Remove the API for creating ConstantExprs with the nsw, nuw, inbounds, | Dan Gohman | 2009-09-03 | 9 | -92/+22 |
* | Create our own block initializer for kill fixups as the scheduling one wasn't... | David Goodwin | 2009-09-03 | 1 | -33/+63 |
* | Calls clobber FPSCR. | David Goodwin | 2009-09-03 | 2 | -4/+4 |
* | Make ImmutableMap/ImmutableSet quicker by only canonicalizing the tree after an | Ted Kremenek | 2009-09-03 | 2 | -62/+61 |
* | Disable some parts of the profiling-tool-chain test, which is currently failing | Daniel Dunbar | 2009-09-03 | 1 | -5/+9 |
* | Remove dead greps. | Daniel Dunbar | 2009-09-03 | 1 | -3/+0 |