aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-22Rename function to be more specific and be more strict about its usageBruno Cardoso Lopes
2011-07-21Use MachineBranchProbabilityInfo instead of MachineLoopInfo in IfConversion.Jakub Staszak
2011-07-21Get rid of the extraneous GPR operand on so_reg_imm operands, which in turn n...Owen Anderson
2011-07-21Fix MergeInVectorType to check for vector types with the same allocDan Gohman
2011-07-21ARM Asm parser range checking for [0,31] immediates.Jim Grosbach
2011-07-21ARM parsing and encoding tests for SBC instruction.Jim Grosbach
2011-07-21Initialize DenseSets lazily.Benjamin Kramer
2011-07-21ARM testcases for SADD/SASX parsing and encoding.Jim Grosbach
2011-07-21Add missing getAnalysisUsage in MachineBlockFrequency.Jakub Staszak
2011-07-21ARM assembly parsing support for RSC instruction.Jim Grosbach
2011-07-21ARM assembly parsing support for RSB instruction.Jim Grosbach
2011-07-21ARM parsing and encoding tests for RBIT, REV, REV16 and REVSH.Jim Grosbach
2011-07-21ARM parsing and encodings tests for saturating arithmetic insns.Jim Grosbach
2011-07-21Tidy up.Jim Grosbach
2011-07-21Update generated CPP code with the new API on CallInst::Create and ConstantEx...Nicolas Geoffray
2011-07-21ARM assembly parsing POP/PUSH mnemonics.Jim Grosbach
2011-07-21Fix CMake buildOscar Fuentes
2011-07-21Add tests for ARM PKH assembly parsing.Jim Grosbach
2011-07-21Split up the ARM so_reg ComplexPattern into so_reg_reg and so_reg_imm, allowi...Owen Anderson
2011-07-21Cleanup: make std::pair usage slightly less indecipherable without actually n...Andrew Trick
2011-07-21Sink parts of TargetRegisterClass into MCRegisterClass.Benjamin Kramer
2011-07-21ARM assembly parsing and encoding for PKHBT and PKHTB instructions.Jim Grosbach
2011-07-21Added the infrastructute necessary for MIPS JIT support. Patch by VladimirBruno Cardoso Lopes
2011-07-21Make better use of ConstantExpr::getGetElementPtr's InBounds parameter.Jay Foad
2011-07-21Sort case-insensitively.Jay Foad
2011-07-21Convert ConstantExpr::getGetElementPtr andJay Foad
2011-07-21Update llvm-gcc-4.2 and dragonegg after converting ConstantFolder APIsJay Foad
2011-07-21Convert ConstantFolder APIs to use ArrayRef.Jay Foad
2011-07-21move tier out of an anonymous namespace, it doesn't make senseChris Lattner
2011-07-21- Register v16i16 as valid VR256 register classBruno Cardoso Lopes
2011-07-21Add support for 256-bit versions of VPERMIL instruction. This is a newBruno Cardoso Lopes
2011-07-21Improve splat promotion to handle AVX types: v32i8 and v16i16. AlsoBruno Cardoso Lopes
2011-07-21Add aditional patterns for vextractf128 instructionBruno Cardoso Lopes
2011-07-21Add aditional patterns for vinsertf128 instructionBruno Cardoso Lopes
2011-07-21Add v16i16 type to VR256 classBruno Cardoso Lopes
2011-07-21Move code around. No functionality changesBruno Cardoso Lopes
2011-07-21Tidy up codeBruno Cardoso Lopes
2011-07-21LSR, correct fix for rdar://9786536. Silly casting bug.Andrew Trick
2011-07-21LSR must sometimes sign-extend before generating double constants.Andrew Trick
2011-07-21Mark instructions which are part of the frame setup with the MachineInstr::Fr...Bill Wendling
2011-07-21LSR crashes on an empty IVUsers list.Andrew Trick
2011-07-20X86 is the only target that uses coff format. This should fixes test failures...Evan Cheng
2011-07-20docs/GettingStarted.html: Tweak style.NAKAMURA Takumi
2011-07-20Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng
2011-07-20Remove unused function.Bill Wendling
2011-07-20Remove the now defunct getCompactUnwindEncoding method from the frame lowerin...Bill Wendling
2011-07-20Refactor.Devang Patel
2011-07-20docs/GettingStarted.html: Fix a typo and tweak a command line.NAKAMURA Takumi
2011-07-20There are two ways to map a variable to its lexical scope. Lexical scope info...Devang Patel
2011-07-20Clean up includes of llvm/Analysis/ConstantFolding.h so it's included where i...Eli Friedman