summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* ARM64: separate load/store operands to simplify assemblerTim Northover2014-05-22
* [mips] Make unalignedload.ll test stricter and easier to modify for MIPS32r6/...Daniel Sanders2014-05-22
* [mips] Change lwl and lwr in inlineasm_constraint.ll to lwDaniel Sanders2014-05-22
* [mips] Use addiu in inline assembly tests since addi is not available in all ...Daniel Sanders2014-05-22
* Extend sys::getHostCPUFeatures to work on AArch64 platformsBradley Smith2014-05-22
* [mips][mips64r6] addi is not available on MIPS32r6/MIPS64r6Daniel Sanders2014-05-22
* [mips][mips64r6] Test that paired single instructions are invalidDaniel Sanders2014-05-22
* [mips][mips64r6] Add b[on]vcDaniel Sanders2014-05-22
* ARM64: assert if we see i64 -> i64 extend in the DAG.Tim Northover2014-05-22
* AArch64/ARM64: enable more AArch64 tests.Tim Northover2014-05-22
* MC: initialise MCAsmParser variableSaleem Abdulrasool2014-05-22
* Remove unused variable.Eric Christopher2014-05-22
* ARM: introduce llvm.arm.undefined intrinsicSaleem Abdulrasool2014-05-22
* R600/SI: Match fp_to_uint / uint_to_fp for f64Matt Arsenault2014-05-22
* MC: formalise some assertions into proper errorsSaleem Abdulrasool2014-05-22
* Override runOnMachineFunction for ARMISelDAGToDAG so that we canEric Christopher2014-05-22
* Override runOnMachineFunction for X86ISelDAGToDAG so that we canEric Christopher2014-05-22
* Avoid using subtarget features when adding X86 specific passes toEric Christopher2014-05-22
* Remove extra local variable.Eric Christopher2014-05-22
* Rename createGlobalBaseRegPass -> createX86GlobalBaseRegPass to makeEric Christopher2014-05-22
* Fix typo.Eric Christopher2014-05-22
* Avoid using subtarget features when initializing the pass pipelineEric Christopher2014-05-22
* Reset the subtarget for DAGToDAG on every iteration of runOnMachineFunction.Eric Christopher2014-05-22
* Reset the subtarget for DAGToDAG on every iteration of runOnMachineFunction.Eric Christopher2014-05-22
* Sort includes.Eric Christopher2014-05-22
* DebugInfo: Simplify dead variable collection slightly.David Blaikie2014-05-22
* Fix a bug in SCEV's backedge taken count computation from my prior fix in Jan.Andrew Trick2014-05-22
* Similar to bitcast, treat addrspacecast as a foldable operand.Eli Bendersky2014-05-22
* Fix compilation issues.Eric Christopher2014-05-21
* Make early if conversion dependent upon the subtarget and addEric Christopher2014-05-21
* Group the scheduling functions together.Eric Christopher2014-05-21
* Revert "DebugInfo: Don't put fission type units in comdat sections."David Blaikie2014-05-21
* MC: correct IMAGE_REL_ARM_MOV32T relocation emissionSaleem Abdulrasool2014-05-21
* MC: introduce ability to restrict recorded relocationsSaleem Abdulrasool2014-05-21
* DebugInfo: Use the SPMap to find the parent CU of inlined functions as they m...David Blaikie2014-05-21
* R600: Add comment describing problems with LowerConstantInitializerMatt Arsenault2014-05-21
* R600: Partially fix constant initializers for structs and vectors.Matt Arsenault2014-05-21
* R600: Add failing testcases for constant initializers.Matt Arsenault2014-05-21
* Remove getTargetLowering from TargetPassConfig as the target loweringEric Christopher2014-05-21
* Remove unused member variable from hexagon pass.Eric Christopher2014-05-21
* DebugInfo: Ensure concrete out of line variables from inlined functions refer...David Blaikie2014-05-21
* [X86] Fix a bug in the lowering of BLENDI introduced in r209043.Quentin Colombet2014-05-21
* Move MCOptions that aren't shared between programs into their specificEric Christopher2014-05-21
* Make a couple of command lines static and remove an unnecessaryEric Christopher2014-05-21
* DebugInfo: Simplify subprogram declaration creation/references and accidental...David Blaikie2014-05-21
* Use cast<> instead of unchecked dyn_castMatt Arsenault2014-05-21
* MC: loosen an overzealous assertionSaleem Abdulrasool2014-05-21
* Use llvm-lit if LLVM source tree is unavailable.Greg Fitzgerald2014-05-21
* Test comment commit.Dave Estes2014-05-21
* [mips][mips64r6] Add bc[12](eq|ne)zDaniel Sanders2014-05-21