aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-10-26Remove GC roots that reference dead objects.Nicolas Geoffray
2012-10-26Fix CPP backend for method attributes by creating a block where a new AttrBui...Nicolas Geoffray
2012-10-26Implement carry for subtract/add for mips16Reed Kotler
2012-10-26Hoist out some work done inside a loop doing a linear scan over allNick Lewycky
2012-10-26Use VTTI->getNumberOfParts in BBVectorize.Hal Finkel
2012-10-26Add VectorTargetTransform::getNumberOfParts.Hal Finkel
2012-10-26Fix typo in comment.Nick Lewycky
2012-10-26implement large (>16 bit) constant loading.Reed Kotler
2012-10-26Disable generation of pointer vectors by BBVectorize.Hal Finkel
2012-10-25Revert 166726 because it may have broken a number of SPEC tests. PR14183.Nadav Rotem
2012-10-25BBVectorize, when using VTTI, should not form types that will be split.Hal Finkel
2012-10-25Fix a crash in ValueTracking. Add support for vectors of pointers.Nadav Rotem
2012-10-25[ms-inline asm] Perform field lookups with the dot operator.Chad Rosier
2012-10-25implement mips16 patterns for select nodesReed Kotler
2012-10-25Begin incorporating target information into BBVectorize.Hal Finkel
2012-10-25LoopVectorize: Teach the cost model to query scalar costs as scalar types and...Nadav Rotem
2012-10-25[ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier
2012-10-25Remove exception handling usage from tblgen.Joerg Sonnenberger
2012-10-25Also optimize large switch statements.Jakob Stoklund Olesen
2012-10-25Minor cleanups.Nadav Rotem
2012-10-25[ms-inline asm] Add error handling to the ParseIntelDotOperator() function.Chad Rosier
2012-10-25In preparation for removing exception handling in tablegen, addJoerg Sonnenberger
2012-10-25DependenceAnalysis: Push #includes down into the implementation.Benjamin Kramer
2012-10-25This patch fixes the MC object emission of 'nop' for external function callsAdhemerval Zanella
2012-10-25This patch addresses a PPC64 ELF issue with passing parameters consisting ofBill Schmidt
2012-10-25PowerPC: Initial support for PowerPC64 MCJITAdhemerval Zanella
2012-10-25Initial TOC support for PowerPC64 object creationAdhemerval Zanella
2012-10-25Atom has SIMD instruction set extension up to SSSE3Michael Liao
2012-10-25Clean up where SlotSize should be used instead of pointer size.Michael Liao
2012-10-25Teach SROA how to split whole-alloca integer loads and stores intoChandler Carruth
2012-10-25Add support for additional reduction variables: AND, OR, XOR.Nadav Rotem
2012-10-25Stop running the machine code verifier unconditionally.Jakob Stoklund Olesen
2012-10-24revert accidental changeNadav Rotem
2012-10-24Implement a basic cost model for vector and scalar instructions. Nadav Rotem
2012-10-24Fix a compiler warning with an unused variable.Micah Villmow
2012-10-24[ms-inline asm] Add support for parsing the '.' operator. Given,Chad Rosier
2012-10-24Tidy up. No functional change intended.Chad Rosier
2012-10-24Update GVN to support vectors of pointers.Hal Finkel
2012-10-24whitespaceNadav Rotem
2012-10-24LoopVectorizer: Add a basic cost model which uses the VTTI interface.Nadav Rotem
2012-10-24Fix a miscompilation caused by a typo. When turning a adde with negative valueEvan Cheng
2012-10-24getSmallConstantTripMultiple should never return zero.Hal Finkel
2012-10-24Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow
2012-10-24Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow
2012-10-24Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem
2012-10-24[ms-inline asm] Create a register operand, rather than a memory operand when weChad Rosier
2012-10-24Delete a directory that wasn't supposed to be checked in yet.Micah Villmow
2012-10-24Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow
2012-10-24Special calling conventions for Intel OpenCL built-in library.Elena Demikhovsky
2012-10-24Teach DAG combine to fold (buildvec (Xint2fp x)) to (Xint2fp (buildvec x))Michael Liao