summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add the PPC lfiwax instructionHal Finkel2013-03-31
* Cleanup PPC(64) i32 -> float/double conversionHal Finkel2013-03-31
* DAGCombine: visitXOR can replace a node without returning it, bail out in tha...Benjamin Kramer2013-03-30
* Change '@SECREL' suffix to GAS-compatible '@SECREL32'.Benjamin Kramer2013-03-30
* Put private class into an anonmyous namespace.Benjamin Kramer2013-03-30
* [NVPTX] Remove support for SM < 2.0. This was never fully supported anyway.Justin Holewinski2013-03-30
* [NVPTX] Add NVVMReflect pass to allow compile-time selection ofJustin Holewinski2013-03-30
* [NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski2013-03-30
* Implement XOR reassociation. It is based on following rules:Shuxin Yang2013-03-30
* [mips] Add patterns for DSP indexed load instructions.Akira Hatanaka2013-03-30
* [mips] Define reg+imm load/store pattern templates.Akira Hatanaka2013-03-30
* [mips] Fix DSP instructions to have explicit accumulator register operands.Akira Hatanaka2013-03-30
* Remove unused variables.Akira Hatanaka2013-03-30
* [mips] Move the code which does dag-combine for multiply-add/sub nodes toAkira Hatanaka2013-03-30
* [mips] Fix definitions of multiply, multiply-add/sub and divide instructions.Akira Hatanaka2013-03-30
* [mips] Remove function getFPBranchCodeFromCond. Rename invertFPCondCodeAdd.Akira Hatanaka2013-03-30
* Fix indentation.Akira Hatanaka2013-03-30
* [mips] Add mips-specific nodes which will be used to select multiply and divideAkira Hatanaka2013-03-30
* [mips] Implement getRepRegClassFor in MipsSETargetLowering. This function isAkira Hatanaka2013-03-30
* [mips] Fix MipsSEInstrInfo::copyPhysReg, loadRegFromStack and storeRegToStackAkira Hatanaka2013-03-30
* [mips] Expand pseudo load, store and copy instructions right beforeAkira Hatanaka2013-03-30
* [mips] Define pseudo instructions for spilling and copying accumulatorAkira Hatanaka2013-03-30
* Use SmallVectorImpl instead of SmallVector at the uses.Eric Christopher2013-03-29
* SmallVector and SmallPtrSet allocations now power-of-two aligned.Jean-Luc Duprat2013-03-29
* Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present...Michael Gottesman2013-03-29
* Hexagon: Add emitFrameIndexDebugValue function to emit debug information.Jyotsna Verma2013-03-29
* Use 12 as the magic number for our abbreviation data and ourEric Christopher2013-03-29
* Move the construction of the skeleton compile unit after theEric Christopher2013-03-29
* Implement FRINT lowering on PPC using frinHal Finkel2013-03-29
* [mips] Define a function which returns the GPR register class.Akira Hatanaka2013-03-29
* Build fixes for STLPort + GCCMatt Arsenault2013-03-29
* Fix loop styleMatt Arsenault2013-03-29
* Remove the old CodePlacementOpt pass.Benjamin Kramer2013-03-29
* Fix a typoNadav Rotem2013-03-29
* Hexagon: Disable DwarfUsesInlineInfoSection flag.Jyotsna Verma2013-03-29
* Add PPC FP rounding instructions fri[mnpz]Hal Finkel2013-03-29
* Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...Rafael Espindola2013-03-29
* Fix allocations of SmallVector and SmallPtrSet so they are more prone toJean-Luc Duprat2013-03-29
* Removed trailing whitespace.Michael Gottesman2013-03-29
* [mips] Change type of accumulator registers to Untyped. Add two more accumulatorAkira Hatanaka2013-03-29
* [mips] Define overloaded versions of storeRegToStack and loadRegFromStack.Akira Hatanaka2013-03-29
* [mips] Add parameter Alignment to MipsFrameLowering's constructor.Akira Hatanaka2013-03-29
* [Mips Assembler] Add support for OR macro with imediate opperandJack Carter2013-03-28
* Add support of RDSEED defined in AVX2 extensionMichael Liao2013-03-28
* Enhance boolean simplification to handle 16-/64-bit RDRANDMichael Liao2013-03-28
* Skip moving call address loading into callseq when targets prefer register in...Michael Liao2013-03-28
* Removed dead code from ObjCARCOpts relating to tracking objc_retainBlocks thr...Michael Gottesman2013-03-28
* [fast-isel] Add a preemptive fix for the case where we fail to materialize anChad Rosier2013-03-28
* [Mips Assembler] Add alias definitions for jalJack Carter2013-03-28
* Add the X86 FMAs to the scheduling model.Nadav Rotem2013-03-28