ArrayRef ca accept one element. Simplify code a little bit, also it matches now
[oota-llvm.git] / lib /
2013-03-07 Jakub StaszakArrayRef ca accept one element. Simplify code a little...
2013-03-07 Andrew Trickpre-RA-sched debug-only fix
2013-03-07 Jyotsna VermaHexagon: Add support to lower block address.
2013-03-07 Andrew Trickpre-RA-sched assertion fix. This bug was exposed by...
2013-03-07 Benjamin KramerX86: Fold EXTRACT_SUBVECTORs of a BUILD_VECTOR into...
2013-03-07 Pekka JaaskelainenFixed a crash when cloning a function into a function...
2013-03-07 Christian KonigR600/SI: rework input interpolation v2
2013-03-07 Christian KonigR600/SI: remove SI_vs_load_buffer_index
2013-03-07 Christian KonigR600/SI: remove SGPR address space v2
2013-03-07 Christian KonigR600/SI: add proper formal parameter handling for SI
2013-03-07 Christian KonigR600/SI: remove shader type intrinsic
2013-03-07 Christian KonigR600/SI: switch types of SGPRs to v*i8
2013-03-07 Christian KonigR600/SI: fix unused variable warning
2013-03-07 Nick LewyckySwitch from a version 4.2/4.4 switch to a four-byte...
2013-03-07 Nadav RotemNo need to go through int64 and APInt when generating...
2013-03-07 Jim GrosbachSDAG: Handle scalarizing an extend of a <1 x iN> vector.
2013-03-07 Manman RenDebug Info: store the files and directories for each...
2013-03-07 Nadav RotemArrayRef has a OneElt constructor. Beautify the code.
2013-03-07 Nadav RotemSwitch from std::vector to ArrayRef. Speedup FoldBitCas...
2013-03-07 Andrew TrickSimplifyCFG fix for volatile load/store.
2013-03-07 Michael LiaoFix two remaining issue after fixing PR15355 when CMOV...
2013-03-06 Akira Hatanaka[mips] Custom-legalize BR_JT.
2013-03-06 Andrew TrickGeneralize my previous fix for -print-options.
2013-03-06 Andrew TrickGive -loop-vectorize an explicit default.
2013-03-06 Shuxin YangMemory Dependence Analysis (not mem-dep test) take...
2013-03-06 Jim GrosbachInstCombine: Don't shrink allocas when combining with...
2013-03-06 Michael LiaoFix PR15355
2013-03-06 Jakub StaszakUse dyn_cast instead of isa && cast. No functionality...
2013-03-05 Akira Hatanaka[mips] Remove android calling convention.
2013-03-05 Akira Hatanaka[mips] Fix MipsCC::analyzeReturn so that, in soft-float...
2013-03-05 Akira Hatanaka[mips] Fix MipsTargetLowering::LowerCallResult and...
2013-03-05 Akira Hatanaka[mips] Fix MipsTargetLowering::LowerCall to pass fp128...
2013-03-05 Akira Hatanaka[mips] Correct handling of fp128 (long double) formals...
2013-03-05 Meador IngeAdd more functions to the TLI.
2013-03-05 Jyotsna Vermareverting patch 176508.
2013-03-05 Jyotsna VermaHexagon: Add support for lowering block address.
2013-03-05 Vincent LejeuneR600: Do not predicate vector op
2013-03-05 Jyotsna VermaHexagon: Expand addc, adde, subc and sube.
2013-03-05 Benjamin KramerUpdate cmake build.
2013-03-05 Jyotsna VermaHexagon: Use MO operand flags to mark constant extended...
2013-03-05 Jyotsna VermaHexagon: Add encoding bits to the TFR64 instructions.
2013-03-05 Vincent LejeuneR600: initial scheduler code
2013-03-05 Vincent LejeuneR600: Remove LowerConstCopyPass and lower CONST_COPY...
2013-03-05 Vincent LejeuneR600: Turn BUILD_VECTOR into Reg_Sequence
2013-03-05 Vincent LejeuneR600: CONST_ADDRESS node is not marked as mayLoad anymore
2013-03-05 Vincent LejeuneR600: Use MUL_IEEE for trig/fdiv intrinsic
2013-03-05 Vincent LejeuneR600: Add support for indirect addressing of non defaul...
2013-03-05 Bill WendlingRemove unused #includes.
2013-03-05 David SehrThe current X86 NOP padding uses one long NOP followed...
2013-03-04 Lang HamesCheck isDiscardableIfUnused, rather than hasLocalLinkag...
2013-03-04 Akira Hatanaka[mips] Print move instructions.
2013-03-04 Jack CarterMips specific inline assembler constraint 'R'
2013-03-04 Preston GurdBypass Slow Divides
2013-03-04 Tom StellardR600: Clean up datalayout strings so they better match...
2013-03-04 Jia LiuMips ISD typo
2013-03-02 Jim GrosbachARM: Creating a vector from a lane of another.
2013-03-02 Jim GrosbachClean up code format a bit.
2013-03-02 Jim GrosbachTidy up. Trailing whitespace.
2013-03-02 Arnold SchwaighoferARM NEON: Fix v2f32 float intrinsics
2013-03-02 Nuno Lopesrecommit r172363 & r171325 (reverted in r172756)
2013-03-02 Nuno Lopesadd getUnderlyingObjectSize()
2013-03-02 Arnold SchwaighoferX86 cost model: Adjust cost for custom lowered vector...
2013-03-02 Andrew TrickAdded FIXME for future Hexagon cleanup.
2013-03-02 Nadav RotemPR14448 - prevent the loop vectorizer from vectorizing...
2013-03-02 Peter CollingbourneModify {Call,Invoke}Inst::addAttribute to take an AttrKind.
2013-03-01 Eli BenderskyRemove duplicate line and move another closer to its...
2013-03-01 Argyrios KyrtzidisIn llvm::MemoryBuffer::getFile() remove an unnecessary...
2013-03-01 Akira Hatanaka[mips] Fix inefficient code generation.
2013-03-01 Jean-Luc DupratRemoved extraneous #include "LLVMContextImpl.h" from...
2013-03-01 Akira HatanakaFix indentation.
2013-03-01 Akira HatanakaSet properties for f128 type.
2013-03-01 Chad RosierGenerate an error message instead of asserting or segfa...
2013-03-01 Benjamin KramerLoopVectorize: Don't hang forever if a PHI only has...
2013-03-01 Michael IlsemanCache the result of Function::getIntrinsicID() in a...
2013-03-01 Michael LiaoFix PR10475
2013-03-01 Chad RosierAdd support for using non-pic code for arm and thumb1...
2013-03-01 Jyotsna VermaHexagon: Add constant extender support framework.
2013-03-01 Christian KonigR600/SI: handle all registers in copyPhysReg v2
2013-03-01 Christian KonigR600/SI: remove S_MOV immediate patterns
2013-03-01 Christian KonigR600/SI: remove GPR*AlignEncode
2013-03-01 Christian KonigR600/SI: fix warning about overloaded virtual
2013-03-01 Christian KonigR600/SI: fix inserting waits for unordered defines
2013-03-01 Duncan SandsGCC thinks that this variable might be used uninitializ...
2013-03-01 Akira Hatanaka[mips] Remove unused option. Fix 80-column violations.
2013-03-01 Akira Hatanaka[mips] Add the capability to search delay slot filling...
2013-03-01 Akira Hatanaka[mips] Do not add SecondLastInst to list BranchInstrs...
2013-03-01 Akira Hatanaka[mips] Define an overloaded version of function MipsIns...
2013-03-01 Akira Hatanaka[mips] Add options to disable searching backward and...
2013-03-01 Akira Hatanaka[mips] Add capability to search in the forward directio...
2013-03-01 Akira Hatanaka[mips] Define helper function searchRange
2013-03-01 Akira Hatanaka[mips] Rename function findDelayInstr to searchBackward.
2013-03-01 Andrew TrickScheduler diagnostics. Print the register name.
2013-03-01 Andrew TrickInstructions schedulers should report correct height...
2013-03-01 Akira Hatanaka[mips] Define class MemDefsUses.
2013-02-28 Eli BenderskyA small refactoring + adding comments.
2013-02-28 Bill WendlingDon't add the 'Value' string if there isn't one.
2013-02-28 Quentin ColombetFix a bug in instcombine for fmul in fast math mode.
2013-02-28 Eric ChristopherMove an assert earlier in a file and check that the...
2013-02-28 Bill WendlingDon't add an attribute that already exists and don...
2013-02-28 Chad RosierTidy up; no functional change.
next