| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Express this in the canonical way. | Nick Lewycky | 2009-09-07 | 1 | -2/+2 |
* | Homogenize whitespace. | Nick Lewycky | 2009-09-07 | 1 | -20/+16 |
* | Use -output-prefix in bugpoint tests so that outputs go in temp directory (and | Daniel Dunbar | 2009-09-07 | 2 | -2/+2 |
* | Add -output-prefix option to bugpoint (to change the default output name). | Daniel Dunbar | 2009-09-07 | 4 | -11/+23 |
* | Don't depend on Tcl behavior of redirecting stderr for all commands in a | Daniel Dunbar | 2009-09-07 | 2 | -2/+2 |
* | Avoid Tcl substitution, introduced %llvmgcc_only for this one little test | Daniel Dunbar | 2009-09-07 | 2 | -1/+3 |
* | Using a signal handler that does nothing should be | Duncan Sands | 2009-09-07 | 1 | -6/+2 |
* | Update unittests for MDNode uniquing disable. | Daniel Dunbar | 2009-09-07 | 1 | -0/+4 |
* | Disable MDNode uniquing. | Daniel Dunbar | 2009-09-07 | 1 | -1/+21 |
* | Document opt -S argument. | Daniel Dunbar | 2009-09-07 | 1 | -0/+4 |
* | Fix comment. | Eric Christopher | 2009-09-06 | 1 | -1/+1 |
* | Do not create calls via PLT in compilation callback - this is higly platform | Anton Korobeynikov | 2009-09-06 | 1 | -11/+12 |
* | Do not try to override non-virtual methods, especially | Duncan Sands | 2009-09-06 | 1 | -13/+0 |
* | Remove a left over bit of code with no effect. | Duncan Sands | 2009-09-06 | 1 | -3/+1 |
* | Avoid warnings if assertions are off. | Duncan Sands | 2009-09-06 | 1 | -0/+3 |
* | Remove unreachable code. | Duncan Sands | 2009-09-06 | 1 | -3/+0 |
* | Simplify. Testing shows that this is not equivalent to BBI = CR.CaseBB + 1. | Duncan Sands | 2009-09-06 | 1 | -4/+2 |
* | Avoid an unused variable warning when assertions are | Duncan Sands | 2009-09-06 | 1 | -0/+1 |
* | Change "const static" to "static const", as warned about | Duncan Sands | 2009-09-06 | 1 | -2/+2 |
* | Mark more constants unsigned, as warned about by icc (#68). | Duncan Sands | 2009-09-06 | 5 | -8/+8 |
* | Remove some not-really-used variables, as warned | Duncan Sands | 2009-09-06 | 12 | -42/+19 |
* | More MSVC warning fixes: | Benjamin Kramer | 2009-09-06 | 3 | -2/+5 |
* | Remove strange 'const' qualifiers, as warned about by icc | Duncan Sands | 2009-09-06 | 1 | -2/+2 |
* | It's a bool, so treat it like one. Fixes a MSVC warning. | Benjamin Kramer | 2009-09-06 | 1 | -4/+4 |
* | Mark constants as unsigned, as pointed out by icc | Duncan Sands | 2009-09-06 | 1 | -10/+10 |
* | Tweak code into an equivalent form for which icc | Duncan Sands | 2009-09-06 | 4 | -33/+33 |
* | Fix an integer truncation noticed by MSVC. | Benjamin Kramer | 2009-09-06 | 1 | -1/+1 |
* | Remove splint hints to silence warnings from ICC and MSVC. | Benjamin Kramer | 2009-09-06 | 1 | -2/+2 |
* | Public and private corrections, warned about by icc (#304). | Duncan Sands | 2009-09-06 | 17 | -47/+48 |
* | Remove some unused variables and methods warned about by | Duncan Sands | 2009-09-06 | 9 | -15/+2 |
* | Remove unneeded declaration, as warned about by | Duncan Sands | 2009-09-06 | 1 | -3/+0 |
* | Fix a possible crash call setIsInBounds. | Daniel Dunbar | 2009-09-06 | 1 | -2/+2 |
* | Simplify, now that gtest supports raw_ostream directly. | Daniel Dunbar | 2009-09-06 | 2 | -9/+0 |
* | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng | 2009-09-06 | 11 | -287/+195 |
* | Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this | Daniel Dunbar | 2009-09-06 | 16 | -349/+243 |
* | Fix spacing. | Daniel Dunbar | 2009-09-06 | 1 | -1/+1 |
* | Now that googletest can print ConstantRange, use EXPECT_EQ when testing for | Nick Lewycky | 2009-09-05 | 1 | -149/+149 |
* | 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 |