aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-07Add -output-prefix option to bugpoint (to change the default output name).Daniel Dunbar
2009-09-07Don't depend on Tcl behavior of redirecting stderr for all commands in aDaniel Dunbar
2009-09-07Avoid Tcl substitution, introduced %llvmgcc_only for this one little testDaniel Dunbar
2009-09-07Using a signal handler that does nothing should beDuncan Sands
2009-09-07Update unittests for MDNode uniquing disable.Daniel Dunbar
2009-09-07Disable MDNode uniquing.Daniel Dunbar
2009-09-07Document opt -S argument.Daniel Dunbar
2009-09-06Fix comment.Eric Christopher
2009-09-06Do not create calls via PLT in compilation callback - this is higly platformAnton Korobeynikov
2009-09-06Do not try to override non-virtual methods, especiallyDuncan Sands
2009-09-06Remove a left over bit of code with no effect.Duncan Sands
2009-09-06Avoid warnings if assertions are off.Duncan Sands
2009-09-06Remove unreachable code.Duncan Sands
2009-09-06Simplify. Testing shows that this is not equivalent to BBI = CR.CaseBB + 1.Duncan Sands
2009-09-06Avoid an unused variable warning when assertions areDuncan Sands
2009-09-06Change "const static" to "static const", as warned aboutDuncan Sands
2009-09-06Mark more constants unsigned, as warned about by icc (#68).Duncan Sands
2009-09-06Remove some not-really-used variables, as warnedDuncan Sands
2009-09-06More MSVC warning fixes:Benjamin Kramer
2009-09-06Remove strange 'const' qualifiers, as warned about by iccDuncan Sands
2009-09-06It's a bool, so treat it like one. Fixes a MSVC warning.Benjamin Kramer
2009-09-06Mark constants as unsigned, as pointed out by iccDuncan Sands
2009-09-06Tweak code into an equivalent form for which iccDuncan Sands
2009-09-06Fix an integer truncation noticed by MSVC.Benjamin Kramer
2009-09-06Remove splint hints to silence warnings from ICC and MSVC.Benjamin Kramer
2009-09-06Public and private corrections, warned about by icc (#304).Duncan Sands
2009-09-06Remove some unused variables and methods warned about byDuncan Sands
2009-09-06Remove unneeded declaration, as warned about byDuncan Sands
2009-09-06Fix a possible crash call setIsInBounds.Daniel Dunbar
2009-09-06Simplify, now that gtest supports raw_ostream directly.Daniel Dunbar
2009-09-06Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...Evan Cheng
2009-09-06Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", thisDaniel Dunbar
2009-09-06Fix spacing.Daniel Dunbar
2009-09-05Now that googletest can print ConstantRange, use EXPECT_EQ when testing forNick Lewycky
2009-09-05Teach googletest to use raw_ostream instead of just std::ostream.Jeffrey Yasskin
2009-09-05Quote another '%S' in a test.Daniel Dunbar
2009-09-05Rename %S metavar to %M (clang uses %S for the basename of the test file).Daniel Dunbar
2009-09-05Temporary test files should use %t.Daniel Dunbar
2009-09-05Don't depend on arch specific global prefix.Daniel Dunbar
2009-09-05Eliminate uses of %prcontext.Daniel Dunbar
2009-09-05opt: Add -S option to print output as LLVM assembly.Daniel Dunbar
2009-09-05Eliminate some Tclisms.Daniel Dunbar
2009-09-05Delete unused #include.Benjamin Kramer
2009-09-05Stabilize the order of live intervals in the priority_queue used by theBob Wilson
2009-09-05Detect VLAs.Devang Patel
2009-09-04Ignore malformed global variable debug info.Devang Patel
2009-09-04Prune #includes.Benjamin Kramer
2009-09-04Remove an unneeded call to c_str().Benjamin Kramer
2009-09-04Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' inKevin Enderby
2009-09-04Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation ofKevin Enderby