aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename %S metavar to %M (clang uses %S for the basename of the test file).Daniel Dunbar2009-09-057-23/+23
* Temporary test files should use %t.Daniel Dunbar2009-09-052-6/+6
* Don't depend on arch specific global prefix.Daniel Dunbar2009-09-051-1/+1
* Eliminate uses of %prcontext.Daniel Dunbar2009-09-0516-27/+67
* opt: Add -S option to print output as LLVM assembly.Daniel Dunbar2009-09-051-5/+14
* Eliminate some Tclisms.Daniel Dunbar2009-09-052-2/+2
* Delete unused #include.Benjamin Kramer2009-09-051-4/+3
* Stabilize the order of live intervals in the priority_queue used by theBob Wilson2009-09-053-5/+8
* Detect VLAs.Devang Patel2009-09-051-1/+5
* Ignore malformed global variable debug info.Devang Patel2009-09-041-0/+4
* Prune #includes.Benjamin Kramer2009-09-041-3/+0
* Remove an unneeded call to c_str().Benjamin Kramer2009-09-041-1/+1
* Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' inKevin Enderby2009-09-042-1/+5
* Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation ofKevin Enderby2009-09-045-26/+49
* While replacing an MDNode elment, properly update MDNode's operand list. Devang Patel2009-09-043-3/+292
* Prevent warnings on compilers for which its not clear that assert won't return.Andreas Neustifter2009-09-041-0/+1
* Removed yet another std::ostream reference.Lang Hames2009-09-041-3/+0
* Removed some junk and a std::ostream operator that was hanging around.Lang Hames2009-09-041-59/+0
* Replaces uses of unsigned for indexes in LiveInterval and VNInfo withLang Hames2009-09-0412-609/+945
* Test for llvm-gcc commit 81037.Dale Johannesen2009-09-041-0/+7
* Updated tests to use ProfileVerifer to test ProfileLoader and ProfileEstimator.Andreas Neustifter2009-09-042-3/+13
* Cleaned up ProfileVerifierPass.Andreas Neustifter2009-09-041-57/+78
* Converted MaximumSpanningTree algorithm to a generic template, this could goAndreas Neustifter2009-09-044-138/+64
* Include optional subclass flags, such as inbounds, nsw, etc., in theDan Gohman2009-09-0416-243/+349
* Use delete[] to match new[] (found by valgrind).Duncan Sands2009-09-041-1/+1
* Run branch folding if if-converter make some transformations.Evan Cheng2009-09-045-85/+188
* Fix comment for consistency sake.Evan Cheng2009-09-041-1/+1
* Remove stale greps.Daniel Dunbar2009-09-041-3/+0
* Update lib deps.Daniel Dunbar2009-09-041-1/+1
* Convert tests to FileCheck.Bob Wilson2009-09-042-6/+55