oota-llvm.git
2013-04-14 Jakob Stoklund... Add target flags to SPARC address operands.
2013-04-13 Hal FinkelMark all PPC CR registers to be spilled as live-in...
2013-04-13 Jakob Stoklund... Define SPARC code models.
2013-04-13 Jakob Stoklund... Use the correct types when matching ADDRri patterns...
2013-04-13 Benjamin KramerGlobalDCE: Fix an oversight in my last commit that...
2013-04-13 Benjamin KramerFix a scalability issue with complex ConstantExprs.
2013-04-13 Hal FinkelSpill and restore PPC CR registers using the FP when...
2013-04-13 Andrew TrickFurther generalize this scheduler test.
2013-04-13 Andrew TrickFix a dislexic regex.
2013-04-13 Andrew TrickAdd a missing REQUIRES: asserts
2013-04-13 Andrew TrickMI-Sched: DEBUG formatting.
2013-04-13 Andrew TrickMI-Sched cleanup. If an instruction has no valid sched...
2013-04-13 Andrew TrickX86 machine model: reduce SandyBridge and Haswell ILPWi...
2013-04-13 Andrew TrickMI-Sched: schedule physreg copies.
2013-04-13 Andrew TrickCatch another case where SD fails to propagate node...
2013-04-13 Rafael EspindolaAdd typenames to see if bot goes green.
2013-04-13 Akira Hatanaka[mips] Move MipsTargetLowering::lowerINTRINSIC_W_CHAIN and
2013-04-13 Rafael EspindolaSome versions of gcc don't like typenames in these...
2013-04-13 Rafael EspindolaFinish templating MachObjectFile over endianness.
2013-04-13 Akira Hatanaka[mips] Reapply r179420 and r179421.
2013-04-13 Akira Hatanaka[mips] Override TargetLoweringBase::isShuffleMaskLegal.
2013-04-12 Chad Rosier[ms-inline asm] Simplify the logic by using parsePrimar...
2013-04-12 Akira HatanakaRevert r179420 and r179421.
2013-04-12 Akira Hatanaka[mips] Instruction selection patterns for carry-setting...
2013-04-12 Akira Hatanaka[mips] v4i8 and v2i16 add, sub and mul instruction...
2013-04-12 Nadav RotemRevert r179409 because it caused some warnings and...
2013-04-12 Benjamin KramerInstCombine: Check the operand types before merging...
2013-04-12 Nadav RotemSLPVectorizer: add support for vectorization of diamond...
2013-04-12 Nadav RotemCostModel: increase the default cost of supported float...
2013-04-12 Nadav RotemAdd debug prints.
2013-04-12 Nadav RotemAdd support for additional vector instructions in the...
2013-04-12 Chad Rosier[ms-inline asm] Move this logic into a static function...
2013-04-12 Chad Rosier[ms-inline asm] Address the FIXME for ImmDisp before...
2013-04-12 Daniel Dunbarlit: Fix infinite recursion when an out-of-tree test...
2013-04-12 Daniel Dunbarlit: Add a test for discovery w/ test_exec_root (out...
2013-04-12 Chad Rosier[ms-inline asm] Have the [ Symbol ] case fall into...
2013-04-12 Quentin ColombetARM: Correct printing of pre-indexed operands.
2013-04-12 Chad Rosier[ms-inline asm] Add support for operands that include...
2013-04-12 Hal FinkelPPC: Remove (broken) nested implicit definition lists
2013-04-12 Hal FinkelAdd a comment about the PPC Interpretation64Bit bit
2013-04-12 Jyotsna VermaHexagon: Set isPredicatedNew flag on predicate new...
2013-04-12 Jyotsna VermaHexagon: Set isPredicatedFlase flag for all the instruc...
2013-04-12 David MajnemerSimplify (A & ~B) in icmp if A is a power of 2
2013-04-12 Chad Rosier[ms-inline asm] Add the implementation for the AOK_Dele...
2013-04-12 Arnold SchwaighoferLoopVectorizer: integer division is not a reduction...
2013-04-12 Tim NorthoverAArch64: use full triple for ELF tests
2013-04-12 Tim NorthoverAArch64: remove over-zealous use of CHECK-NEXT
2013-04-12 Benjamin KramerRevert broken pieces of r179373.
2013-04-12 Andy GibbsReplace uses of the deprecated std::auto_ptr with Ownin...
2013-04-12 Benjamin KramerFix a disconcerting bug in Value::isUsedInBasicBlock...
2013-04-12 Alexey SamsonovDon't explicitly provide -pie in MSan bootstrap of...
2013-04-12 Nico RieckTeach llvm-readobj to print ELF program headers
2013-04-12 Nico RieckRemove obsolete object file dumpers
2013-04-12 Nico RieckReplace coff-/elf-dump with llvm-readobj
2013-04-12 Nico RieckAdd extensive relocation tests for llvm-readobj
2013-04-12 Nico RieckAdd -expand-relocs to llvm-readobj
2013-04-12 Nico RieckAdd missing relocation names
2013-04-12 Nico RieckSupport MIPS64EL relocation type names
2013-04-12 Hal FinkelAdd PPC instruction record forms and associated query...
2013-04-12 Nadav RotemDon't disable block layout when forcing block alignment.
2013-04-12 Nadav RotemFix the test on linux by setting the triple and the...
2013-04-12 Nadav RotemAdd a flag to align all basic blocks in the function.
2013-04-12 Rafael EspindolaAdd 179294 back, but don't use bit fields so that it...
2013-04-11 Chad Rosier[ms-inline asm] Add support for using the LENGTH, TYPE...
2013-04-11 Chad Rosier[ms-inline asm] Add support for using offsetof operator...
2013-04-11 Manman RenAliasing rules for struct-path aware TBAA.
2013-04-11 Chad Rosier[ms-inline asm] Pass a StringRef reference to ParseInte...
2013-04-11 Manman RenTBAA: add utility to create a TBAA scalar type node
2013-04-11 Chad Rosier[ms-inline asm] Add a new AsmRewriteKind, AOK_Delete...
2013-04-11 Chad Rosier[ms-inline asm] Remove brackets from around a symbol...
2013-04-11 Preston GurdUse FileCheck instead of grep.
2013-04-11 David MajnemerFix undefined behavior in AArch64
2013-04-11 David MajnemerOptimize icmp involving addition better
2013-04-11 Jack CarterMips specific inline asm memory operand modifier test...
2013-04-11 Akira Hatanaka[mips] Custom-lower i64 MULHS and MULHU nodes. Remove...
2013-04-11 Akira Hatanaka[mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLoweri...
2013-04-11 Rafael EspindolaRevert my last two commits while I debug what is wrong...
2013-04-11 Rafael EspindolaFix llvm-readobj tests on big endian hosts.
2013-04-11 Rafael EspindolaPrint more information about relocations.
2013-04-11 Benjamin KramerFix for wrong instcombine on vector insert/extract
2013-04-11 Eli BenderskyAdd a CHECK-NOT for a more faithful translation of...
2013-04-11 Rafael EspindolaAdd a function to check if an argument list is too...
2013-04-11 Alexey Samsonov[ASan] Allow disabling init-order checks for globals...
2013-04-11 Sylvestre LedruAdd myself in the CREDITS.TXT
2013-04-11 Benjamin KramerAdd missing colons to check lines.
2013-04-11 Benjamin KramerFileCheckize a bunch of tests.
2013-04-11 Benjamin KramerAdd braces around || in && to pacify GCC.
2013-04-11 Benjamin KramerRename the C function to create a SLPVectorizerPass...
2013-04-11 Michael LiaoOptimize vector select from all 0s or all 1s
2013-04-11 Michael LiaoAdd CLAC/STAC instruction encoding/decoding support
2013-04-11 Michael LiaoEnhance bool simplifcation in X86 to handle more cases
2013-04-11 NAKAMURA TakumiR600ControlFlowFinalizer.cpp: Fix a warning. [-Wunused...
2013-04-11 NAKAMURA TakumiWhitespace.
2013-04-11 Rafael EspindolaSimplify the code. No functionality change.
2013-04-11 Rafael EspindolaAdd MachO-x86-64 tests.
2013-04-11 Rafael EspindolaFix MachO's getRelocationAdditionalInfo.
2013-04-11 Hal FinkelMake PPCInstrInfo::isPredicated always return false
2013-04-11 Daniel Dunbarlit: Don't descend into .git directories during test...
2013-04-11 Daniel Dunbarlit: Shorten a metavar to make --help look nicer.
2013-04-11 Daniel Dunbarlit: Add a test for discovery when exact test names...
next