aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-10Merge r127298 from mainline.Eric Christopher1-1/+1
2011-03-10For PR9438:Bill Wendling4-91/+37
2011-03-09CMake: fix handling of engine' link components.Oscar Fuentes1-3/+15
2011-03-08--- Reverse-merging r126896 into '.':Bill Wendling1-2/+0
2011-03-08Merge r127264:Bill Wendling1-0/+3
2011-03-08Don't show commands.llvmorg-2.9.0-rc1Bill Wendling1-1/+0
2011-03-08Creating Clang 2.9 release branch.Bill Wendling6034-920610/+0
2011-03-08A few more tests for instruction encodings.Bill Wendling1-0/+7
2011-03-08Turn on list-ilp scheduling by default on x86 and x86-64, fix upEric Christopher19-19/+25
2011-03-08Detect attempts to provide a specialization of a function within aDouglas Gregor3-3/+22
2011-03-08I didn't notice there was already an ObjectFile::GetEntryPoint. Move that ov...Jim Ingham3-23/+0
2011-03-08Further improvements to pre-RA-sched=list-ilp.Andrew Trick1-17/+62
2011-03-08Reverting the part of the debug-in-ofile patch from earlier today that remove...Jim Ingham1-1/+1
2011-03-08Fix a compiler crash where a Glue value had multiple uses. Radar 9049552.Bob Wilson3-1/+46
2011-03-08Fix comment typos.Bob Wilson1-2/+2
2011-03-07Add a method "GetEntryPoint" to the ObjectFile class, and implement it on Mac...Jim Ingham6-10/+205
2011-03-07Rename the narrow shift right immediate operands to "shr_imm*" operands. AlsoBill Wendling6-34/+55
2011-03-07Let shrinkToUses optionally return a list of now dead machine instructions.Jakob Stoklund Olesen2-2/+9
2011-03-07Add thread state initialization to the thread where the interactiveCaroline Tice1-0/+7
2011-03-07Fix tests to account for new warning "expected ';' at end of declaration list...Carl Norum8-9/+9
2011-03-07Typos.Eric Christopher1-2/+2
2011-03-07When we adjust the inline ASM type, we need to take into account an earlyBill Wendling2-1/+23
2011-03-07Add an extra twist of stopping the inferior in a breakpoint, and then continu...Johnny Chen1-2/+16
2011-03-07Allow passing '-###' to ASTUnit::LoadFromCommandLine to print out the cc1 opt...Argyrios Kyrtzidis1-0/+8
2011-03-07Preserve line no. info.Devang Patel2-2/+51
2011-03-07Make the UselessRegs argument optional in the LiveRangeEdit constructor.Jakob Stoklund Olesen4-13/+11
2011-03-07Add test cases for SBTarget.Launch() API with the stdout of the inferior redi...Johnny Chen1-0/+39
2011-03-07Change diagnostic message from "Extension" to "ExtWarn" to find more problems...Carl Norum1-1/+1
2011-03-07Fix null dereference in CFGBlock::FilterEdge that was reported in PR 9412.Ted Kremenek2-5/+20
2011-03-07Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.Cameron Zwarich14-66/+64
2011-03-07CodeGenFunction::GenerateBlockFunction() should initialize DebugInfo just lik...Devang Patel1-1/+4
2011-03-07Add TestThreadAPI.py file to house the Python SBThread API test cases.Johnny Chen4-0/+124
2011-03-07Add test for r127138.Rafael Espindola1-0/+16
2011-03-07g++ is more permissive regarding flexible arrays.Argyrios Kyrtzidis3-8/+34
2011-03-07Often GCC can see that NumBuckets is zero here, resulting in a warningDuncan Sands1-1/+2
2011-03-07Tidy up.Jim Grosbach1-1/+0
2011-03-07Handle the special case of registers begin redefined by early-clobber defs.Jakob Stoklund Olesen1-0/+7
2011-03-07Don't cache .o files in the debug map + DWARF in .o files. If we cache themGreg Clayton1-2/+15
2011-03-07DebugInfo can be enabled or disabled at function level (e.g. using an attribu...Devang Patel8-20/+21
2011-03-07Do not emit stop point for CXXDefaultArgExpr. It results in suboptimial user ...Devang Patel4-4/+17
2011-03-07Use the correct LHS type when determining the legalization of a shift's RHS t...Owen Anderson3-18/+21
2011-03-07Support explicit template specialization and instantiation for membersDouglas Gregor7-14/+186
2011-03-07When rebuilding a dependent template specialization type to anotherDouglas Gregor1-3/+4
2011-03-07ptx: Fix calling convention printing in AsmWriter.cppJustin Holewinski1-2/+2
2011-03-07Clarify that the result of an srem is only guaranteed to have the same sign a...Duncan Sands1-3/+4
2011-03-07Don't keep the log files around. Just pipe to a log file instead.Bill Wendling1-31/+15
2011-03-07Fix tagging name.Bill Wendling1-8/+8
2011-03-07Try fixing mingw build.Argyrios Kyrtzidis1-27/+15
2011-03-07Prepend LD.Flags before LDFLAGS to avoid overriding necessary paths.Eric Christopher1-4/+4
2011-03-07The conditional needs to be pushed before the branch. Make the test lessJohn McCall5-79/+171