aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-11Stylistic tweak.Evan Cheng
2012-12-11Add a triple to this test.Chad Rosier
2012-12-11Fix a miscompile in the DAG combiner. Previously, we would incorrectlyChandler Carruth
2012-12-11move X86-specific testPaul Redmond
2012-12-11Fix grammar-o.Bill Wendling
2012-12-11Fall back to the selection dag isel to select tail calls.Chad Rosier
2012-12-10Refactor out the abbreviation handling into a separate class thatEric Christopher
2012-12-10Some enhancements for memcpy / memset inline expansion.Evan Cheng
2012-12-10Optimistically analyse Phi cyclesArnold Schwaighofer
2012-12-10Defer call to InitSections until after MCContext has been initialized. IfLang Hames
2012-12-10Fix PR14568: Avoid the DFA packetizer from making an invalid readAnshuman Dasgupta
2012-12-10Rearrange vars and make comments more obvious.Eric Christopher
2012-12-10Remove blank line at top of file.Eric Christopher
2012-12-10Fix a coding style nit.Eric Christopher
2012-12-10Enable the loop vectorizer only on O2 and above. (Still disabled by default)Nadav Rotem
2012-12-10LegalizeDAG: Allow type promotion of scalar loadsTom Stellard
2012-12-10LegalizeDAG: Allow type promotion for scalar storesTom Stellard
2012-12-10Split the LoopVectorizer into H and CPP.Nadav Rotem
2012-12-10Revert r169656.Bill Wendling
2012-12-10Add a test for explicitly exercising the mc-relax-all flag.Eli Bendersky
2012-12-10Cleanup formatting, comments and naming.Eli Bendersky
2012-12-10[mips] Set HWEncoding field of registers. Use delete functionAkira Hatanaka
2012-12-10Use the somewhat semantic term "split dwarf" it more matches what'sEric Christopher
2012-12-10Delete the FissionCU.Eric Christopher
2012-12-10Reorder fission variables.Eric Christopher
2012-12-10Don't use a red zone for code coverage if the user specified `-mno-red-zone'.Bill Wendling
2012-12-10Add support for reverse induction variables. For example:Nadav Rotem
2012-12-10CMake: Don't run 'git svn' if there is no .git/svn directory.Jim Grosbach
2012-12-10This patch adds statistics for other non-DWARF fragments emitted byEli Bendersky
2012-12-10Use GetUnderlyingObjects in mischedHal Finkel
2012-12-10Fix funky copy-pasted grammatical error.Sean Silva
2012-12-10Revert "Make '-mtune=x86_64' assume fast unaligned memory accesses."Chandler Carruth
2012-12-10Make '-mtune=x86_64' assume fast unaligned memory accesses.Chandler Carruth
2012-12-10Fix a typo in my previous commit -- bloomfield is 0x1A not 0x2A.Chandler Carruth
2012-12-10Address a FIXME and update the fast unaligned memory feature for newerChandler Carruth
2012-12-10Add a new visitor for walking the uses of a pointer value.Chandler Carruth
2012-12-10Teach DAG combine to handle vector add/sub with vectors of all 0s.Craig Topper
2012-12-10[CMake] TARGET_TRIPLE may be internal alias of LLVM_DEFAULT_TARGET_TRIPLE.NAKAMURA Takumi
2012-12-10[CMake] Update dependencies to intrinsics_gen corresponding to r169711.NAKAMURA Takumi
2012-12-10Revert to old behavior until linker can pass export-dynamic option.Bill Wendling
2012-12-10Fix PR14548: SROA was crashing on a mixture of i1 and i8 loads and stores.Chandler Carruth
2012-12-09Documentation: convert ReleaseNotes.html to reST.Dmitri Gribenko
2012-12-09Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...Michael Ilseman
2012-12-09LoopVectorize: support vectorizing intrinsic callsPaul Redmond
2012-12-09Have the bitcode reader/writer just use FPMathOperator's fast math enum directlyMichael Ilseman
2012-12-09test commit.Paul Redmond
2012-12-09So many people have touched this, it doesn't make sense to ascribe authorship...Chris Lattner
2012-12-09Use m_OneUse pattern instead of hasOneUse() method.Jakub Staszak
2012-12-09docs: Convert GarbageCollection.html to reSTSean Silva
2012-12-09Remove trailing spaces.Jakub Staszak