summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use the paths to libffi's header and library even when no customOscar Fuentes2011-01-271-6/+10
* [AVX] Clean up the code to configure target lowering for AVX. SpecifyDavid Greene2011-01-271-73/+47
* Remove a temporary workaround for a lencod miscompile. Depends on the fix in ...Andrew Trick2011-01-271-2/+0
* VirtRegRewriter fix: update kill flags, which are used by the scavenger.Andrew Trick2011-01-271-64/+88
* Clang: separate the access-control diagnostics from other diagnostics that do...Douglas Gregor2011-01-271-1/+7
* Unbreak the build.Benjamin Kramer2011-01-271-1/+1
* Expound upon this comparison!Nick Lewycky2011-01-271-0/+2
* Use dyn_cast instead of isa+cast.Nick Lewycky2011-01-271-2/+1
* Don't show -pedantic, -W and -Wall on the output ofOscar Fuentes2011-01-272-1/+15
* Speculatively revert r124380.Devang Patel2011-01-272-4/+1
* While legalizing SDValues do not drop SDDbgValues, trasfer them to new legal ...Devang Patel2011-01-272-1/+4
* Add support for specifying register name in cfi-register/offset/defRoman Divacky2011-01-272-4/+24
* Introduce virtual ParseRegister method in TargetAsmParser.Roman Divacky2011-01-274-6/+21
* Fix indentation.Jay Foad2011-01-271-9/+9
* Add DenseSet::resize for API parity with DenseMap::resize.Nick Lewycky2011-01-271-0/+3
* Fix surprising missed optimization in mergefunc where we forgot to considerNick Lewycky2011-01-272-3/+88
* Don't infinitely recurse! Patch by Marius Wachtler!Chris Lattner2011-01-271-1/+1
* Avoid modifying the OneClassForEachPhysReg map while iterating over it.Bob Wilson2011-01-271-2/+6
* Add a testcase for my last checkin.Eric Christopher2011-01-271-0/+21
* Use the incoming VT not the VT of where we're trying to store to determineEric Christopher2011-01-271-2/+2
* lib/Target/X86/X86ISelDAGToDAG.cpp: __main should be WINCALL64 on Win64.NAKAMURA Takumi2011-01-271-1/+1
* Try harder to not have unused variables.Matt Beaumont-Gay2011-01-271-0/+2
* Opt-mode -Wunused-variable cleanupMatt Beaumont-Gay2011-01-271-4/+2
* Reapply 124301Devang Patel2011-01-271-1/+5
* Initialize variable to get rid of clang warning.Bill Wendling2011-01-261-1/+1
* Simplify User::operator delete().Jay Foad2011-01-262-10/+4
* Add a MnemonicIsValid method to the asm matcher.Bob Wilson2011-01-261-0/+11
* Revert 124301.Devang Patel2011-01-261-5/+1
* Fix spelling of CouldMatchAmbiguouslyWith method name.Bob Wilson2011-01-261-4/+4
* Whitespace and 80-column fixes.Bob Wilson2011-01-261-119/+109
* Revert r124302Devang Patel2011-01-261-3/+0
* Add support for printing out floating point values from the ARM assemblyBill Wendling2011-01-261-2/+27
* Improve the AsmMatcher's ability to handle suboperands.Bob Wilson2011-01-263-172/+247
* Temporarily revert 124275 to see if it brings the dragonegg buildbot back.Eric Christopher2011-01-262-88/+85
* - Do not try to print nameless variable's info. Devang Patel2011-01-261-22/+28
* [AVX] Add INSERT_SUBVECTOR and support it on x86. This provides aDavid Greene2011-01-266-1/+105
* While legalizing SDValues do not drop SDDbgValues, trasfer them to new legal ...Devang Patel2011-01-261-0/+3
* Process valid SDDbgValues even if the node does not have any order assigned.Devang Patel2011-01-261-1/+5
* Refactor.Devang Patel2011-01-261-19/+30
* [AVX] Support EXTRACT_SUBVECTOR on x86. This provides a defaultDavid Greene2011-01-265-9/+47
* Add encoding testcases for ARM vcvtr variationsBruno Cardoso Lopes2011-01-261-0/+9
* fix the encoding and add testcases for ARM nop, yield, wfe and wfi instructionsBruno Cardoso Lopes2011-01-264-0/+37
* Fix PR9039, a use-after-free in reassociate. The issue was that theDuncan Sands2011-01-262-4/+46
* AttrListPtr has an overloaded operator== which does this for us, we should useNick Lewycky2011-01-262-12/+7
* Teach mergefunc that intptr_t is the same width as a pointer. We still can'tNick Lewycky2011-01-261-1/+7
* There are no vectors of pointer or arrays, so we don't need to check vectorNick Lewycky2011-01-261-7/+1
* APInt has a method for determining whether a number is a power of 2Duncan Sands2011-01-261-1/+1
* Fix memory corruption. If one of the SCEV creation functions calls another butNick Lewycky2011-01-261-0/+2
* Separate out the constant bonus from the size reduction metrics. ReworkEric Christopher2011-01-262-85/+88
* Add needed braces.Bill Wendling2011-01-261-1/+2