aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix whitespace and tabs.Michael J. Spencer2011-04-142-55/+55
* Cleanup r129472 by using a utility routine as suggested by Eli.Mon P Wang2011-04-141-51/+43
* In the pre-RA scheduler, maintain cmp+br proximity.Andrew Trick2011-04-148-25/+139
* Documented bugpoint --compile-custom --compile-command.Andrew Trick2011-04-141-2/+16
* add a minor missed dag combine that is blocking mid-level optimizationChris Lattner2011-04-141-0/+76
* sink a call into its only use.Chris Lattner2011-04-141-2/+1
* rework FoldBranchToCommonDest to exit earlier when there is a bonusChris Lattner2011-04-141-39/+30
* fix a couple -Wsign-compare warnings.Chris Lattner2011-04-141-2/+2
* As Dan pointed out, movzbl, movsbl, and friends are nicer than their aliasBill Wendling2011-04-1429-121/+112
* Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling2011-04-1433-163/+175
* Add an option to not print the alias of an instruction. It defaults to "printBill Wendling2011-04-133-3/+8
* During post-legalization DAG combining, be careful to only create shifts wher...Owen Anderson2011-04-131-1/+8
* Thumb disassembler did not handle tBRIND (indirect branch) properly.Johnny Chen2011-04-132-6/+13
* Vectors with different number of elements of the same element type can haveMon P Wang2011-04-132-6/+110
* Check for unallocated instruction encodings when disassembling Thumb Branch i...Johnny Chen2011-04-133-7/+24
* The LDR*T/STR*T (unpriviledged load/store) operations don't take SP or PC as Rt.Johnny Chen2011-04-133-8/+26
* Fix a typo in an ARM-specific DAG combine. This fixes <rdar://problem/9278274>.Cameron Zwarich2011-04-132-1/+19
* Fix format string warning.Benjamin Kramer2011-04-131-1/+1
* Fix a regression caused by r102515 where explicit alignment on globals isCameron Zwarich2011-04-133-6/+6
* Fix debug message.Devang Patel2011-04-131-1/+3
* Check the corner cases for t2LDRSHi12 correctly and mark invalid encodings as...Johnny Chen2011-04-133-1/+53
* Remove extra bytes that were added for gdb. We do not have good poiner to un...Devang Patel2011-04-131-8/+1
* Use positive values since the value type is unsigned. Fixes a warning on theNick Lewycky2011-04-131-2/+2
* Fix a bug where for t2MOVCCi disassembly, the TIED_TO register operand was no...Johnny Chen2011-04-132-3/+14
* Forgot to add this change for http://llvm.org/viewvc/llvm-project?view=rev&re...Johnny Chen2011-04-131-4/+4
* Fixed the revision 129449.Junjie Gu2011-04-131-1/+1
* Passing unroll parameters (unroll-count, threshold, and partial unroll) via L...Junjie Gu2011-04-132-13/+24
* Load multiple object files and link them via RuntimeDyld in llvm-rtdyld.Jim Grosbach2011-04-131-13/+23
* Add the alias analysis to the C api.Rafael Espindola2011-04-132-0/+16
* Allow user-specified program entry point for llvm-rtdyld.Jim Grosbach2011-04-131-3/+8
* MCJIT relocation resolution.Jim Grosbach2011-04-131-0/+2
* Export LLVM_TARGETS_WITH_JIT in LLVMConfig.cmake.in. Without this,Oscar Fuentes2011-04-131-0/+2
* PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plusJay Foad2011-04-135-13/+11
* Stop using dead function.Jakob Stoklund Olesen2011-04-133-18/+0
* Remove some redundant llvm:: prefixes.Jay Foad2011-04-132-2/+2
* Fix a comment.Jay Foad2011-04-131-1/+1
* PR9214: Convert ConstantExpr::getWithOperands() to use ArrayRef.Jay Foad2011-04-133-11/+7
* Fix typo.Jay Foad2011-04-131-1/+1
* Fix typo in comment.Jay Foad2011-04-131-2/+2
* Like the coding standards say, do not use "using namespace std".Jay Foad2011-04-132-4/+2
* Fix an obvious problem with an alignment computation. AsmPrinter actually doesCameron Zwarich2011-04-132-1/+3
* Fix a typo.Cameron Zwarich2011-04-132-7/+7
* If a global variable has a specified alignment that is less than the preferredCameron Zwarich2011-04-132-2/+15
* Use %ull here.Nick Lewycky2011-04-131-1/+2
* Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat...Andrew Trick2011-04-139-186/+222
* Reapply r129401 with patch for clang.Bill Wendling2011-04-138-56/+44
* Temporarily revert r129408 to see if it brings the bots back.Eric Christopher2011-04-132-15/+2
* Be consistent about being virtual and returning void in the cfi methods.Rafael Espindola2011-04-124-87/+107
* Add sanity check for Ld/St Dual forms of Thumb2 instructions.Johnny Chen2011-04-123-0/+52
* Add @earlyclobber constraints to the writeback register of all ARM store inst...Jakob Stoklund Olesen2011-04-122-12/+24