aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-25-fvisibility-inlines-hidden is a c++ only option.Rafael Espindola
2012-01-25MipsAnalyzeImmediate.h: Fix to add DataTypes.h for msvc.NAKAMURA Takumi
2012-01-25Fix assert("msg"). Fix unused-variable warnings complaining about VT used onlyNick Lewycky
2012-01-25Target/Mips: Unbreak CMake build.NAKAMURA Takumi
2012-01-25Lower 64-bit immediates using MipsAnalyzeImmediate that has just been added. Akira Hatanaka
2012-01-25Revert r148901 because it crashes llvm tests.Argyrios Kyrtzidis
2012-01-25Introduce a new ConstantVector::getSplat constructor function to Chris Lattner
2012-01-25Add class MipsAnalyzeImmediate which comes up with an instruction sequence toAkira Hatanaka
2012-01-25Remove the Type::getNumElements() method, which is only called in 4 places,Chris Lattner
2012-01-25Use the right method to get the # elements in a CDS.Chris Lattner
2012-01-25NEON VLD4(all lanes) assembly parsing and encoding.Jim Grosbach
2012-01-24Tidy up. Rename VLD4DUP patterns for consistency.Jim Grosbach
2012-01-24NEON VLD3(all lanes) assembly parsing and encoding.Jim Grosbach
2012-01-24Additional methods for SmallString.Talin
2012-01-24Set correct <def,undef> flags when lowering REG_SEQUENCE.Jakob Stoklund Olesen
2012-01-24Use the standard MachineFunction::print() after SlotIndexes.Jakob Stoklund Olesen
2012-01-24Sign-extend 32-bit integer arguments when they are passed in 64-bit registers,Akira Hatanaka
2012-01-24Pass CCState by reference.Akira Hatanaka
2012-01-24Pattern for f32 to i64 conversion.Akira Hatanaka
2012-01-24ARM Darwin symbol ref differences w/o subsection-via-symbols.Jim Grosbach
2012-01-24Intel Syntax: Extend special hand coded logic, to recognize special instructi...Devang Patel
2012-01-2464-bit sign extension in register instructions.Akira Hatanaka
2012-01-24Tidy up. Trailing whitespace.Jim Grosbach
2012-01-24Sink assert-only variables into the assertsMatt Beaumont-Gay
2012-01-24[asan] enable asan only for the functions that have Attribute::AddressSafetyKostya Serebryany
2012-01-24NEON VST4(one lane) assembly parsing and encoding.Jim Grosbach
2012-01-24Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...Owen Anderson
2012-01-24NEON VLD4(one lane) assembly parsing and encoding.Jim Grosbach
2012-01-24Fix old doxygen comment.Jakob Stoklund Olesen
2012-01-24Add an (interleave A, B, ...) SetTheory operator.Jakob Stoklund Olesen
2012-01-24Undo an over zealous rename. This bit of the CMake build really isChandler Carruth
2012-01-24NEON Two-operand assembly aliases for VSRA.Jim Grosbach
2012-01-24Remove redundant test file.Jim Grosbach
2012-01-24NEON Two-operand assembly aliases for VSLI.Jim Grosbach
2012-01-24NEON Two-operand assembly aliases for VSRI.Jim Grosbach
2012-01-24Tidy up.Jim Grosbach
2012-01-24NEON add correct predicates for some asm aliases.Jim Grosbach
2012-01-24Reword comment based on feedback by Duncan Sands.David Blaikie
2012-01-24basic instcombine support for CDS.Chris Lattner
2012-01-24C++, CBE, and TLOF support for ConstantDataSequentialChris Lattner
2012-01-24Rearrange argument order of ::get methods so that LLVMContext comes first,Chris Lattner
2012-01-24ZERO_EXTEND operation is optimized for AVX.Elena Demikhovsky
2012-01-24add more support for ConstantDataSequentialChris Lattner
2012-01-24An option to selectively enable part of ARM EHABI support.Evgeniy Stepanov
2012-01-24Bit pack DIE structures better.Benjamin Kramer
2012-01-24Fix the testcases for the previous patch.Eric Christopher
2012-01-24Remove generation of DW_AT_sibling. Nothing as far as I can tell uses it.Eric Christopher
2012-01-24Add AsmPrinter (aka MCLowering) support for ConstantDataSequential, Chris Lattner
2012-01-24Add various "string" methods to ConstantDataSequential, which have theChris Lattner
2012-01-24add ::drop_back() and ::drop_front() methods, which are like pop_front/pop_ba...Chris Lattner