aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-04-11[ms-inline asm] Add a new AsmRewriteKind, AOK_Delete. To be used in a futureChad Rosier
2013-04-11[ms-inline asm] Remove brackets from around a symbol reference in the targetChad Rosier
2013-04-11Use FileCheck instead of grep.Preston Gurd
2013-04-11Fix undefined behavior in AArch64David Majnemer
2013-04-11Optimize icmp involving addition betterDavid Majnemer
2013-04-11Mips specific inline asm memory operand modifier test caseJack Carter
2013-04-11[mips] Custom-lower i64 MULHS and MULHU nodes. Remove the code which selectsAkira Hatanaka
2013-04-11[mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLowering.cpp.Akira Hatanaka
2013-04-11Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola
2013-04-11Fix llvm-readobj tests on big endian hosts.Rafael Espindola
2013-04-11Print more information about relocations.Rafael Espindola
2013-04-11Fix for wrong instcombine on vector insert/extractBenjamin Kramer
2013-04-11Add a CHECK-NOT for a more faithful translation of the original grep | count 2.Eli Bendersky