aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-15Increase SubtargetFeatureKV Value and Implies fields to 64 bits since some ta...Evan Cheng
2011-04-15Add encoding tests for flds/fildsJoerg Sonnenberger
2011-04-15Implements StringRef::compare with bounds. It is behaves similarly to strncmp...Lenny Maiorani
2011-04-15Teach the SplitKit blitter to handle multiply defined values as well.Jakob Stoklund Olesen
2011-04-15Remember to set flag.Jakob Stoklund Olesen
2011-04-15Add 129518 back with a fix for when we are producing eh just because of debug...Rafael Espindola
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-04-15Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...NAKAMURA Takumi
2011-04-15Fix another fcopysign lowering bug. If src is f64 and destination is f32, don'tEvan Cheng
2011-04-15For t2BFI, both Inst{26} and Inst{5} "should" be 0.Johnny Chen
2011-04-15Add 3DNow! intrinsics.Michael J. Spencer
2011-04-15The ARM disassembler did not handle the alignment correctly for VLD*DUP* inst...Johnny Chen
2011-04-14Follow up on r127913. Fix Thumb revsh isel. rdar://9286766Evan Cheng
2011-04-14Add an instcombine for constructs like a | -(b != c); a select is moreEli Friedman
2011-04-14Fix an infinite alternation in JumpThreading where two transforms would repea...Owen Anderson
2011-04-14Cleanup r129509 based on comments by ChrisMon P Wang
2011-04-14Add sanity checkings for Thumb2 Load/Store Register Exclusive family of opera...Johnny Chen
2011-04-14move PR9661 out to here.Chris Lattner
2011-04-14Fix another instance of the DAG combiner not using the correct type for the R...Owen Anderson
2011-04-14tests: Remove a FrontendC test which is no longer valid.Daniel Dunbar
2011-04-14Change ELF systems to use CFI for producing the EH tables. This reduces theRafael Espindola
2011-04-14Fix whitespace and tabs.Michael J. Spencer
2011-04-14Cleanup r129472 by using a utility routine as suggested by Eli.Mon P Wang
2011-04-14In the pre-RA scheduler, maintain cmp+br proximity.Andrew Trick
2011-04-14Documented bugpoint --compile-custom --compile-command.Andrew Trick
2011-04-14add a minor missed dag combine that is blocking mid-level optimizationChris Lattner
2011-04-14sink a call into its only use.Chris Lattner
2011-04-14rework FoldBranchToCommonDest to exit earlier when there is a bonusChris Lattner
2011-04-14fix a couple -Wsign-compare warnings.Chris Lattner
2011-04-14As Dan pointed out, movzbl, movsbl, and friends are nicer than their aliasBill Wendling
2011-04-14Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling
2011-04-13Add an option to not print the alias of an instruction. It defaults to "printBill Wendling
2011-04-13During post-legalization DAG combining, be careful to only create shifts wher...Owen Anderson
2011-04-13Thumb disassembler did not handle tBRIND (indirect branch) properly.Johnny Chen
2011-04-13Vectors with different number of elements of the same element type can haveMon P Wang
2011-04-13Check for unallocated instruction encodings when disassembling Thumb Branch i...Johnny Chen
2011-04-13The LDR*T/STR*T (unpriviledged load/store) operations don't take SP or PC as Rt.Johnny Chen
2011-04-13Fix a typo in an ARM-specific DAG combine. This fixes <rdar://problem/9278274>.Cameron Zwarich
2011-04-13Fix format string warning.Benjamin Kramer
2011-04-13Fix a regression caused by r102515 where explicit alignment on globals isCameron Zwarich
2011-04-13Fix debug message.Devang Patel
2011-04-13Check the corner cases for t2LDRSHi12 correctly and mark invalid encodings as...Johnny Chen
2011-04-13Remove extra bytes that were added for gdb. We do not have good poiner to un...Devang Patel
2011-04-13Use positive values since the value type is unsigned. Fixes a warning on theNick Lewycky
2011-04-13Fix a bug where for t2MOVCCi disassembly, the TIED_TO register operand was no...Johnny Chen
2011-04-13Forgot to add this change for http://llvm.org/viewvc/llvm-project?view=rev&re...Johnny Chen
2011-04-13Fixed the revision 129449.Junjie Gu
2011-04-13Passing unroll parameters (unroll-count, threshold, and partial unroll) via L...Junjie Gu
2011-04-13Load multiple object files and link them via RuntimeDyld in llvm-rtdyld.Jim Grosbach
2011-04-13Add the alias analysis to the C api.Rafael Espindola