aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add some more notes.Chris Lattner2009-09-071-1/+40
* Add a testcase for the GlobalOpt inbounds fix.Dan Gohman2009-09-071-0/+23
* describe undef semantics in some more detail.Chris Lattner2009-09-071-5/+101
* Add inbounds to these getelementptrs, now that GlobalOpt requires this,Dan Gohman2009-09-072-4/+4
* Don't commit stores with addresses that have indices that are notDan Gohman2009-09-071-0/+21
* Don't commit addresses of aggregate values. This avoids problems withDan Gohman2009-09-071-0/+5
* Fix GlobalOpt to avoid committing a store if the address getelementptrDan Gohman2009-09-071-1/+2
* Preserve the InBounds flag when evaluating a getelementptr instructionDan Gohman2009-09-071-2/+3
* Simplify this code by using hasDefinitiveInitializer().Dan Gohman2009-09-071-9/+10
* tighten test.Chris Lattner2009-09-071-1/+1
* tweak test, add PR#Chris Lattner2009-09-071-1/+2
* Express this in the canonical way.Nick Lewycky2009-09-071-2/+2
* Homogenize whitespace.Nick Lewycky2009-09-071-20/+16
* Use -output-prefix in bugpoint tests so that outputs go in temp directory (andDaniel Dunbar2009-09-072-2/+2
* Add -output-prefix option to bugpoint (to change the default output name).Daniel Dunbar2009-09-074-11/+23
* Don't depend on Tcl behavior of redirecting stderr for all commands in aDaniel Dunbar2009-09-072-2/+2
* Avoid Tcl substitution, introduced %llvmgcc_only for this one little testDaniel Dunbar2009-09-072-1/+3
* Using a signal handler that does nothing should beDuncan Sands2009-09-071-6/+2
* Update unittests for MDNode uniquing disable.Daniel Dunbar2009-09-071-0/+4
* Disable MDNode uniquing.Daniel Dunbar2009-09-071-1/+21
* Document opt -S argument.Daniel Dunbar2009-09-071-0/+4
* Fix comment.Eric Christopher2009-09-061-1/+1
* Do not create calls via PLT in compilation callback - this is higly platformAnton Korobeynikov2009-09-061-11/+12
* Do not try to override non-virtual methods, especiallyDuncan Sands2009-09-061-13/+0
* Remove a left over bit of code with no effect.Duncan Sands2009-09-061-3/+1
* Avoid warnings if assertions are off.Duncan Sands2009-09-061-0/+3
* Remove unreachable code.Duncan Sands2009-09-061-3/+0
* Simplify. Testing shows that this is not equivalent to BBI = CR.CaseBB + 1.Duncan Sands2009-09-061-4/+2
* Avoid an unused variable warning when assertions areDuncan Sands2009-09-061-0/+1
* Change "const static" to "static const", as warned aboutDuncan Sands2009-09-061-2/+2
* Mark more constants unsigned, as warned about by icc (#68).Duncan Sands2009-09-065-8/+8
* Remove some not-really-used variables, as warnedDuncan Sands2009-09-0612-42/+19
* More MSVC warning fixes:Benjamin Kramer2009-09-063-2/+5
* Remove strange 'const' qualifiers, as warned about by iccDuncan Sands2009-09-061-2/+2
* It's a bool, so treat it like one. Fixes a MSVC warning.Benjamin Kramer2009-09-061-4/+4
* Mark constants as unsigned, as pointed out by iccDuncan Sands2009-09-061-10/+10
* Tweak code into an equivalent form for which iccDuncan Sands2009-09-064-33/+33
* Fix an integer truncation noticed by MSVC.Benjamin Kramer2009-09-061-1/+1
* Remove splint hints to silence warnings from ICC and MSVC.Benjamin Kramer2009-09-061-2/+2
* Public and private corrections, warned about by icc (#304).Duncan Sands2009-09-0617-47/+48
* Remove some unused variables and methods warned about byDuncan Sands2009-09-069-15/+2
* Remove unneeded declaration, as warned about byDuncan Sands2009-09-061-3/+0
* Fix a possible crash call setIsInBounds.Daniel Dunbar2009-09-061-2/+2
* Simplify, now that gtest supports raw_ostream directly.Daniel Dunbar2009-09-062-9/+0
* Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...Evan Cheng2009-09-0611-287/+195
* Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", thisDaniel Dunbar2009-09-0616-349/+243
* Fix spacing.Daniel Dunbar2009-09-061-1/+1
* Now that googletest can print ConstantRange, use EXPECT_EQ when testing forNick Lewycky2009-09-051-149/+149
* Teach googletest to use raw_ostream instead of just std::ostream.Jeffrey Yasskin2009-09-053-8/+26
* Quote another '%S' in a test.Daniel Dunbar2009-09-051-2/+2