aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-22Fix Win64 va_arg.Bill Wendling
2011-03-22For PR9500.Bill Wendling
2011-03-21--- Merging r127780 into '.':Bill Wendling
2011-03-15For PR2928Bill Wendling
2011-03-14For PR9480:Bill Wendling
2011-03-14--- Merging r127464 into '.': Bill Wendling
2011-03-13Remove toy code from cmake script.Oscar Fuentes
2011-03-11Merge r127441 from mainline.Eric Christopher
2011-03-11Merge r127263 from mainline, fixes PR9427 for 2.9.Eric Christopher
2011-03-10Merge r127298 from mainline.Eric Christopher
2011-03-10For PR9438:Bill Wendling
2011-03-09CMake: fix handling of engine' link components.Oscar Fuentes
2011-03-08--- Reverse-merging r126896 into '.':Bill Wendling
2011-03-08Merge r127264:Bill Wendling
2011-03-08Don't show commands.Bill Wendling
2011-03-08Creating LLVM 2.9 release branch.Bill Wendling
2011-03-08A few more tests for instruction encodings.Bill Wendling
2011-03-08Turn on list-ilp scheduling by default on x86 and x86-64, fix upEric Christopher
2011-03-08Further improvements to pre-RA-sched=list-ilp.Andrew Trick
2011-03-08Fix a compiler crash where a Glue value had multiple uses. Radar 9049552.Bob Wilson
2011-03-08Fix comment typos.Bob Wilson
2011-03-07Rename the narrow shift right immediate operands to "shr_imm*" operands. AlsoBill Wendling
2011-03-07Let shrinkToUses optionally return a list of now dead machine instructions.Jakob Stoklund Olesen
2011-03-07Typos.Eric Christopher
2011-03-07Preserve line no. info.Devang Patel
2011-03-07Make the UselessRegs argument optional in the LiveRangeEdit constructor.Jakob Stoklund Olesen
2011-03-07Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.Cameron Zwarich
2011-03-07Add test for r127138.Rafael Espindola
2011-03-07Often GCC can see that NumBuckets is zero here, resulting in a warningDuncan Sands
2011-03-07Tidy up.Jim Grosbach
2011-03-07Handle the special case of registers begin redefined by early-clobber defs.Jakob Stoklund Olesen
2011-03-07Use the correct LHS type when determining the legalization of a shift's RHS t...Owen Anderson
2011-03-07ptx: Fix calling convention printing in AsmWriter.cppJustin Holewinski
2011-03-07Clarify that the result of an srem is only guaranteed to have the same sign a...Duncan Sands
2011-03-07Don't keep the log files around. Just pipe to a log file instead.Bill Wendling
2011-03-07Fix tagging name.Bill Wendling
2011-03-07Try fixing mingw build.Argyrios Kyrtzidis
2011-03-07Prepend LD.Flags before LDFLAGS to avoid overriding necessary paths.Eric Christopher
2011-03-07Tweak this test. We can analyze what happens and show that we still do theNick Lewycky
2011-03-07Add more analysis of the sign bit of an srem instruction. If the LHS is negativeNick Lewycky
2011-03-07Do a compiler check that we use one of the types from PointerUnion[N], instea...Argyrios Kyrtzidis
2011-03-07Windows/PathV2.inc: Eliminate redundant condition. DWORD is unsigned.NAKAMURA Takumi
2011-03-06Don't internalize available_externally functions. We already did the rightRafael Espindola
2011-03-06remove another jeff linkChris Lattner
2011-03-06Typo.Eric Christopher
2011-03-06ConstantInt has some getters which return ConstantInt's or ConstantVector's ofNick Lewycky
2011-03-06lib/CodeGen/AsmPrinter/CMakeLists.txt: Fix CMake build, following up to r127099.NAKAMURA Takumi
2011-03-06Disable a couple of experimental heuristics to get the best results from the ...Andrew Trick
2011-03-05Avoid zero-sized allocations when copying a fresh DenseMap.Benjamin Kramer
2011-03-05Revert r127073: "Introduce $(ECHOPATH) to print DOSish path string on MSYS ba...Jakob Stoklund Olesen