summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-17R600: Add local memory support via LDSlds-v2Tom Stellard18-17/+310
2013-06-17R600: Add support for GROUP_BARRIER instructionTom Stellard8-3/+88
2013-06-17R600: Add ALUInst bit to tablegen definitions v2Tom Stellard4-4/+8
2013-06-17R600: Use new getNamedOperandIdx function generated by TableGen v2Tom Stellard9-224/+148
2013-06-17TableGen: Generate a function for getting operand indices based on their defi...Tom Stellard1-0/+87
2013-06-17Move lib/Archive to tools/llvm-ar.Rafael Espindola15-59/+16
2013-06-17Don't link with the archive library programs that don't use it.Rafael Espindola7-7/+6
2013-06-17Add a testcase for r184074.Rafael Espindola2-0/+23
2013-06-17Fix incorrectly finding 'executable' directories instead of files.Manuel Klimek1-1/+8
2013-06-17AArch64: print relocation addends if present on AArch64Tim Northover2-1/+18
2013-06-16DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie32-397/+9
2013-06-16Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie14-139/+115
2013-06-16MachineOperand::setIsDebug should ensure the register is /not/ a definitionDavid Blaikie1-1/+1
2013-06-16Silence warning in Release builds.Benjamin Kramer1-0/+1
2013-06-16Put back variable names because they are referenced in the documentationDmitri Gribenko1-2/+6
2013-06-15DebugInfo: follow up to 184045 to constrain the tests further to ensure they ...David Blaikie4-5/+5
2013-06-15DebugInfo: print DBG_VALUE MachineInstrs with [] for deref and drop the offse...David Blaikie6-9/+19
2013-06-15Use 0 instead of NULL.Jakub Staszak1-5/+5
2013-06-15APInt: Add a fast case for isAllOnesValue.Benjamin Kramer1-2/+6
2013-06-15PruneEH: Only merge attribute sets when used. No functionality change.Benjamin Kramer1-7/+5
2013-06-15Missing NDEBUGs.Andrew Trick1-0/+6
2013-06-15MI-Sched: heuristics using the new latency and machine model.Andrew Trick1-234/+330
2013-06-15Support BufferSize on ProcResGroup for unified MOp schedulers.Andrew Trick6-6/+30
2013-06-15Update machine models. Specify buffer sizes for OOO processors.Andrew Trick6-10/+10
2013-06-15Machine Model: Add MicroOpBufferSize and resource BufferSize.Andrew Trick23-234/+123
2013-06-15MI-Sched: Rename IssueCount to CurrMOps.Andrew Trick1-8/+8
2013-06-15MI-Sched: Remove the temporary EnableCopyConstrain flag.Andrew Trick1-7/+1
2013-06-15MI-Sched: added tracking of dependent latency for better heuristics.Andrew Trick1-13/+26
2013-06-15MI-Sched: DEBUG: print critical resource.Andrew Trick1-0/+4
2013-06-15SelectionDAG: slightly refactor DAGCombiner::visitSELECT_CC to avoid redudant...Stephen Lin1-12/+14
2013-06-15Debug Info: Don't print the display name and colon prefix for DEBUG_VALUE com...David Blaikie2-3/+6
2013-06-15[yaml2obj] Move some classes into anonymous namespaces.Sean Silva1-0/+6
2013-06-15[yaml2obj] Add support for sh_link via `Link` key.Sean Silva4-1/+49
2013-06-15R600: Add SI load support for v[24]i32 and store for v2i32Tom Stellard2-0/+24
2013-06-14Remove empty directory.Rafael Espindola0-0/+0
2013-06-14Remove the LLVM specific archive index.Rafael Espindola19-391/+19
2013-06-14R600: Use correct encoding for Vertex Fetch instructions on CaymanTom Stellard4-156/+319
2013-06-14R600: Use EXPORT_RAT_INST_STORE_DWORD for stores on CaymanTom Stellard3-37/+60
2013-06-14R600: Factor the instruction encoding out the RAT_WRITE_CACHELESS_eg classTom Stellard2-50/+68
2013-06-14R600: Move instruction encoding definitions into a separate .td fileTom Stellard2-362/+393
2013-06-14Introduce getSelect usage and use more getSelectCCMatt Arsenault6-87/+90
2013-06-14Add getSelect helper functionMatt Arsenault1-0/+14
2013-06-14Add GetCurrentDirectory back.Rafael Espindola3-0/+26
2013-06-14SelectionDAG: minor fix to order of operands in comments to match the code Stephen Lin1-3/+3
2013-06-14Replace use of PathV1.h in MCContext.cpp.Rafael Espindola5-30/+7
2013-06-14Mark rematerialized super/sub registers as dead.Tim Northover2-0/+24
2013-06-14Fix frame pointer debug information testJF Bastien1-2/+2
2013-06-14Revert "Cmake: add compiler option in a more idiomatic way"Rafael Espindola1-2/+4
2013-06-14Replace use of PathV1.h in Program.cpp.Rafael Espindola6-75/+69
2013-06-14Cmake: add compiler option in a more idiomatic wayArnaud A. de Grandmaison1-4/+2