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