summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* [asm matcher] Fix incorrect assertion when there are exactly 32 SubtargetFeat...Daniel Sanders2014-05-21
* [asan] Fix x86-32 asm instrumentation to preserve flags.Evgeniy Stepanov2014-05-21
* MC: mark COFF .drectve section as REMOVESaleem Abdulrasool2014-05-21
* [modules] Add module maps for LLVM. These are not quite ready for prime-timeRichard Smith2014-05-21
* ARM: correct bundle generation for MOV32T relocationsSaleem Abdulrasool2014-05-21
* This command line option is only used in one place. Move it there andEric Christopher2014-05-21
* Add a comment here.Eric Christopher2014-05-21
* Move this test to the backend from the frontend.Eric Christopher2014-05-20
* Move the verbose asm option to be part of the options struct andEric Christopher2014-05-20
* Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSizeKevin Enderby2014-05-20
* Fix test added in r209242: llc shouldn't create files in source treeAlexey Samsonov2014-05-20
* Revert "DebugInfo: Assume all subprogram DIEs have been created before any ab...David Blaikie2014-05-20
* [ARM64] PR19792: Fix cycle in DAG after performPostLD1CombineAdam Nemet2014-05-20
* Unbreak the sanitizer buildbots after r209226 due to SROA issue described in ...David Blaikie2014-05-20
* Move the function and data section flags into the options struct andEric Christopher2014-05-20
* Revert r209235 as it broke two tests:Kevin Enderby2014-05-20
* Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSizeKevin Enderby2014-05-20
* [LSR] Canonicalize reg1 + ... + regN into reg1 + ... + 1*regN.Quentin Colombet2014-05-20
* GlobalValue: Automatically reset visibility when setting local linkageDuncan P. N. Exon Smith2014-05-20
* Fix test breakage introduced in r209223.David Blaikie2014-05-20
* Rewrite calculateDbgValueHistory to make it (hopefully) more transparent.Alexey Samsonov2014-05-20