oota-llvm.git
2014-05-24 Hans WennborgFix some misplaced spaces around 'override'
2014-05-24 Saleem Abdulrasoolbuild: sort llvm-readobj sources
2014-05-24 Saleem Abdulrasoolllvm-readobj: remove some dead code
2014-05-24 Tim NorthoverAArch64: disable FastISel for large code model.
2014-05-24 Benjamin KramerMachineVerifier: Clean up some syntactic weirdness...
2014-05-24 Benjamin KramerCodeGen: Make MachineBasicBlock::back skip to the begin...
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
2014-05-24 NAKAMURA Takumillvm/test/Object/ar-error.test: Don't check the message...
2014-05-24 Michael ZolotukhinImplement sext(C1 + C2*X) --> sext(C1) + sext(C2*X...
2014-05-24 Tim NorthoverARM64: extract a 32-bit subreg when selecting an inreg...
2014-05-23 David BlaikieDebugInfo: Generalize some tests to handle variations...
2014-05-23 David BlaikieDebugInfo: Generalize a test case to not depend on...
2014-05-23 Andrew TrickTest case comments. Fix sloppiness.
2014-05-23 Rafael Espindolaclang-format function.
2014-05-23 Rafael EspindolaRemove a confusing use of a static method.
2014-05-23 David BlaikieDebugInfo: Put concrete definitions referencing abstrac...
2014-05-23 Andrew TrickFix and improve SCEV ComputeBackedgeTankCount.
2014-05-23 Nico RieckRevert part of "Fix broken FileCheck prefixes"
2014-05-23 Rafael EspindolaUse alias linkage and visibility to decide tls access...
2014-05-23 Nico RieckRemove unused CHECK lines
2014-05-23 Nico RieckFix broken FileCheck prefixes
2014-05-23 Jingyue WuAdd the extracted constant offset using GEP
2014-05-23 Lang Hames[RuntimeDyld] Remove relocation bounds check introduced...
2014-05-23 David BlaikieAdd FIXME comment based on code review feedback by...
2014-05-23 Rafael EspindolaConvert test to use FileCheck.
2014-05-23 Aaron BallmanTeach the table generated emitPseudoExpansionLowering...
2014-05-23 Rafael EspindolaAliases are always definition, delete dead code.
2014-05-23 Rafael EspindolaDelete dead code.
2014-05-23 Daniel Sanders[mips] Work around inconsistency in llvm-mc's placement...
2014-05-23 Daniel Sanders[mips][mips64r6] t(eq|ge|lt|ne)i and t(ge|lt)iu are...
2014-05-23 Daniel Sanders[mips][mips64r6] [ls][dw][lr] are not available in...
2014-05-23 Kostya Serebryany[asan] properly instrument memory accesses that have...
2014-05-23 Pekka JaaskelainenUpdated the llvm.mem.parallel_loop_access semantics...
2014-05-23 Bradley SmithFixup sys::getHostCPUFeatures crypto names so it doesn...
2014-05-23 Simon Atanasyan[YAML] Add an optional argument `EnumMask` to the ...
2014-05-23 Yaron KerenTypedef NumeredTypesMapTy is not used anywhere.
2014-05-23 Jingyue WuTest commit.
2014-05-23 Filipe Cabecinhasllvm-ar: Output the file we errored on.
2014-05-23 David BlaikieRename a couple of variables to be more accurate.
2014-05-23 David BlaikieDebugInfo: Fix cross-CU references for scopes (and...
2014-05-23 Saleem AbdulrasoolMC: remove unnecessary restriction on tests
2014-05-23 Jiangning Liu[ARM64] Fix a bug in shuffle vector lowering to generat...
2014-05-23 Richard SmithAttempt to placate compilers that warn on casts between...
2014-05-23 Justin BognerScalarEvolution: Fix handling of AddRecs in isKnownPred...
2014-05-22 Michael J.... [Graph Writer] Limit the length of the graph name becau...
2014-05-22 Eric ChristopherMake these bool bitfields.
2014-05-22 Lang Hames[RuntimeDyld] Teach RuntimeDyldMachO how to handle...
2014-05-22 Eric ChristopherUpdate some AliasAnalysis pass docs for getAdjustedAnal...
2014-05-22 Matt ArsenaultR600: Add definition for flat address space ID.
2014-05-22 Matt ArsenaultR600: Try to convert BFE back to standard bit ops when...
2014-05-22 Matt ArsenaultR600: Add dag combine for BFE
2014-05-22 Matt ArsenaultR600: Implement ComputeNumSignBitsForTargetNode for BFE
2014-05-22 Matt ArsenaultR600: Implement computeMaskedBitsForTargetNode for BFE
2014-05-22 Matt ArsenaultR600: Expand mul24 for GPUs without it
2014-05-22 Matt ArsenaultR600: Expand mad24 for GPUs without it
2014-05-22 Matt ArsenaultR600: Add intrinsics for mad24
2014-05-22 Eric ChristopherReturn false if we're not going to do anything.
2014-05-22 Matt ArsenaultR600/SI: Move instruction pattern to instruction definition
2014-05-22 Diego NovilloRemove LLVMContextImpl::optimizationRemarkEnabledFor.
2014-05-22 Andrea Di Biagio[X86] Improve the lowering of BITCAST from MVT::f64...
2014-05-22 Tim NorthoverARM64: remove '#' from annotation of add/sub immediate
2014-05-22 Diego NovilloAdd support for missed and analysis optimization remarks.
2014-05-22 Tim NorthoverSegmented stacks: omit __morestack call when there...
2014-05-22 Tim NorthoverARM64: these work too
2014-05-22 Tim NorthoverYes they do
2014-05-22 Tim NorthoverARM64: model pre/post-indexed operations properly.
2014-05-22 Tim NorthoverARM64: separate load/store operands to simplify assembler
2014-05-22 Daniel Sanders[mips] Make unalignedload.ll test stricter and easier...
2014-05-22 Daniel Sanders[mips] Change lwl and lwr in inlineasm_constraint.ll...
2014-05-22 Daniel Sanders[mips] Use addiu in inline assembly tests since addi...
2014-05-22 Bradley SmithExtend sys::getHostCPUFeatures to work on AArch64 platforms
2014-05-22 Daniel Sanders[mips][mips64r6] addi is not available on MIPS32r6...
2014-05-22 Daniel Sanders[mips][mips64r6] Test that paired single instructions...
2014-05-22 Daniel Sanders[mips][mips64r6] Add b[on]vc
2014-05-22 Tim NorthoverARM64: assert if we see i64 -> i64 extend in the DAG.
2014-05-22 Tim NorthoverAArch64/ARM64: enable more AArch64 tests.
2014-05-22 Saleem AbdulrasoolMC: initialise MCAsmParser variable
2014-05-22 Eric ChristopherRemove unused variable.
2014-05-22 Saleem AbdulrasoolARM: introduce llvm.arm.undefined intrinsic
2014-05-22 Matt ArsenaultR600/SI: Match fp_to_uint / uint_to_fp for f64
2014-05-22 Saleem AbdulrasoolMC: formalise some assertions into proper errors
2014-05-22 Eric ChristopherOverride runOnMachineFunction for ARMISelDAGToDAG so...
2014-05-22 Eric ChristopherOverride runOnMachineFunction for X86ISelDAGToDAG so...
2014-05-22 Eric ChristopherAvoid using subtarget features when adding X86 specific...
2014-05-22 Eric ChristopherRemove extra local variable.
2014-05-22 Eric ChristopherRename createGlobalBaseRegPass -> createX86GlobalBaseRe...
2014-05-22 Eric ChristopherFix typo.
2014-05-22 Eric ChristopherAvoid using subtarget features when initializing the...
2014-05-22 Eric ChristopherReset the subtarget for DAGToDAG on every iteration...
2014-05-22 Eric ChristopherReset the subtarget for DAGToDAG on every iteration...
2014-05-22 Eric ChristopherSort includes.
2014-05-22 David BlaikieDebugInfo: Simplify dead variable collection slightly.
2014-05-22 Andrew TrickFix a bug in SCEV's backedge taken count computation...
2014-05-22 Eli BenderskySimilar to bitcast, treat addrspacecast as a foldable...
2014-05-21 Eric ChristopherFix compilation issues.
2014-05-21 Eric ChristopherMake early if conversion dependent upon the subtarget...
2014-05-21 Eric ChristopherGroup the scheduling functions together.
2014-05-21 David BlaikieRevert "DebugInfo: Don't put fission type units in...
2014-05-21 Saleem AbdulrasoolMC: correct IMAGE_REL_ARM_MOV32T relocation emission
next