aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-25Remove exception handling usage from tblgen.Joerg Sonnenberger
2012-10-25Also optimize large switch statements.Jakob Stoklund Olesen
2012-10-25Add 'const' qualifier on member functions not changing its fields.Michael Liao
2012-10-25Minor cleanups.Nadav Rotem
2012-10-25Update the release notes to note the change from TargetData to DataLayout.Micah Villmow
2012-10-25Add test for ATOM ISA SSSE3Michael Liao
2012-10-25[ms-inline asm] Add error handling to the ParseIntelDotOperator() function.Chad Rosier
2012-10-25Remove unused member & unnecessary semicolon.David Blaikie
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-25llvm/utils/TableGen/CMakeLists.txt: Update corresponding to r166685.NAKAMURA Takumi
2012-10-25add TableGen support to create relationship maps between instructionsSebastian Pop
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-25The test avx-intel-ocl.ll failed. I can't reproduce on any of my machines. I ...Elena Demikhovsky
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-24Tell llvm-mc we're using intel syntax, so we don't have to use directives.Chad Rosier
2012-10-24Add a bit of documentation on the annotated disassembly output.Kevin Enderby
2012-10-24[ms-inline asm] Add back-end test case for r166632. Make sure we emit theChad Rosier
2012-10-24Don't try to install c-index-test with BUILD_CLANG_ONLY. rdar://12492703Bob Wilson
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-24Don't use stack unwinding to provide the location information forJoerg Sonnenberger
2012-10-24Update GVN to support vectors of pointers.Hal Finkel
2012-10-24Make LegalizeKind public so that we can use it outside of TargetLowering.Nadav Rotem
2012-10-24whitespaceNadav Rotem
2012-10-24Document the -force-vector-width flag.Nadav 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-24Make ~Operator() protected so subclasses can inherit it and not haveKaelyn Uhrain
2012-10-24Improve DenseMap checks for power of 2 growth. Thanks for the tip JakobPete Cooper
2012-10-24Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow
2012-10-24Opt does not need to initialize the Asm printer/parserNadav Rotem
2012-10-24Delete the empty directory that was accidently added in 166578.Micah Villmow
2012-10-24Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow
2012-10-24Opt needs to initialize the different targets.Nadav Rotem
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