aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-13Finish templating MachObjectFile over endianness.Rafael Espindola
2013-04-13[mips] Reapply r179420 and r179421.Akira Hatanaka
2013-04-13[mips] Override TargetLoweringBase::isShuffleMaskLegal.Akira Hatanaka
2013-04-12[ms-inline asm] Simplify the logic by using parsePrimaryExpr. No functionalChad Rosier
2013-04-12Revert r179420 and r179421.Akira Hatanaka
2013-04-12[mips] Instruction selection patterns for carry-setting and using addAkira Hatanaka
2013-04-12[mips] v4i8 and v2i16 add, sub and mul instruction selection patterns.Akira Hatanaka
2013-04-12Revert r179409 because it caused some warnings and some of the build bots fail.Nadav Rotem
2013-04-12InstCombine: Check the operand types before merging fcmp ord & fcmp ord.Benjamin Kramer
2013-04-12SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...Nadav Rotem
2013-04-12CostModel: increase the default cost of supported floating point operations f...Nadav Rotem
2013-04-12Add debug prints.Nadav Rotem
2013-04-12Add support for additional vector instructions in the interpreter.Nadav Rotem
2013-04-12[ms-inline asm] Move this logic into a static function as it's only applicableChad Rosier
2013-04-12[ms-inline asm] Address the FIXME for ImmDisp before brackets. ThisChad Rosier
2013-04-12lit: Fix infinite recursion when an out-of-tree test root is located inside t...Daniel Dunbar
2013-04-12lit: Add a test for discovery w/ test_exec_root (out-of-tree test root).Daniel Dunbar
2013-04-12[ms-inline asm] Have the [ Symbol ] case fall into the more general logic. ThisChad Rosier
2013-04-12ARM: Correct printing of pre-indexed operands.Quentin Colombet
2013-04-12[ms-inline asm] Add support for operands that include both a symbol and anChad Rosier
2013-04-12PPC: Remove (broken) nested implicit definition listsHal Finkel
2013-04-12Add a comment about the PPC Interpretation64Bit bitHal Finkel
2013-04-12Hexagon: Set isPredicatedNew flag on predicate new instructions.Jyotsna Verma
2013-04-12Hexagon: Set isPredicatedFlase flag for all the instructions with negated pre...Jyotsna Verma
2013-04-12Simplify (A & ~B) in icmp if A is a power of 2David Majnemer
2013-04-12[ms-inline asm] Add the implementation for the AOK_Delete kind, which was addedChad Rosier
2013-04-12LoopVectorizer: integer division is not a reduction operationArnold Schwaighofer
2013-04-12AArch64: use full triple for ELF testsTim Northover
2013-04-12AArch64: remove over-zealous use of CHECK-NEXTTim Northover
2013-04-12Revert broken pieces of r179373.Benjamin Kramer
2013-04-12Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs
2013-04-12Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answer...Benjamin Kramer
2013-04-12Don't explicitly provide -pie in MSan bootstrap of LLVM, as it's now implied ...Alexey Samsonov
2013-04-12Teach llvm-readobj to print ELF program headersNico Rieck
2013-04-12Remove obsolete object file dumpersNico Rieck
2013-04-12Replace coff-/elf-dump with llvm-readobjNico Rieck
2013-04-12Add extensive relocation tests for llvm-readobjNico Rieck
2013-04-12Add -expand-relocs to llvm-readobjNico Rieck
2013-04-12Add missing relocation namesNico Rieck
2013-04-12Support MIPS64EL relocation type namesNico Rieck
2013-04-12Add PPC instruction record forms and associated query functionsHal Finkel
2013-04-12Don't disable block layout when forcing block alignment.Nadav Rotem
2013-04-12Fix the test on linux by setting the triple and the align formatNadav Rotem
2013-04-12Add a flag to align all basic blocks in the function.Nadav Rotem
2013-04-12Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola
2013-04-11[ms-inline asm] Add support for using the LENGTH, TYPE, and SIZE operators withChad Rosier
2013-04-11[ms-inline asm] Add support for using offsetof operator with variables that useChad Rosier
2013-04-11Aliasing rules for struct-path aware TBAA.Manman Ren
2013-04-11[ms-inline asm] Pass a StringRef reference to ParseIntelVarWithQualifier so weChad Rosier
2013-04-11TBAA: add utility to create a TBAA scalar type nodeManman Ren