summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-29R600: use native for alunativeVincent Lejeune7-9/+141
2013-04-29R600: Packetize instructionsVincent Lejeune6-3/+464
2013-04-29R600: Rework Scheduling to handle difference between VLIW4 and VLIW5 chipsVincent Lejeune5-32/+93
2013-04-29R600: Add a Bank Swizzle operandVincent Lejeune4-11/+19
2013-04-29R600: Take inner dependency into tex/vtx clausesVincent Lejeune1-0/+34
2013-04-29R600: Turn TEX/VTX into native instructionsVincent Lejeune3-13/+48
2013-04-29R600: Add FetchInst bit to instruction defs to denote vertex/tex instructionsTom Stellard10-64/+102
2013-04-29R600: Clean up instruction class definitionsTom Stellard1-23/+14
2013-04-29R600: config section now reports use of killgtVincent Lejeune1-0/+4
2013-04-29R600: Clean up comments in Processors.tdTom Stellard1-5/+1
2013-04-29R600: Add some new processor variantsTom Stellard2-1/+3
2013-04-26Teach the interpreter to handle vector compares and additional vector arithme...Nadav Rotem6-44/+453
2013-04-26Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola9-976/+347
2013-04-26The exception demo needs its symbols exported.Rafael Espindola1-0/+2
2013-04-26R600: Initialize AMDGPUMachineFunction::ShaderType to ShaderType::COMPUTETom Stellard2-1/+5
2013-04-26cleanup testcase some moreAdrian Prantl1-11/+11
2013-04-26fix a typo that due to cu&paste quadrupled itselfAdrian Prantl2-4/+4
2013-04-26ARM: Fix encoding of hint instruction for Thumb.Quentin Colombet10-22/+59
2013-04-26Add missing ':'.Rafael Espindola1-1/+1
2013-04-26Bugfix for the debug intrinsic handling in InstCombiner:Adrian Prantl3-4/+129
2013-04-26PowerPC: Use RegisterOperand instead of RegisterClass operandsUlrich Weigand3-432/+452
2013-04-26Re-write the address propagation code for pre-indexed loads/stores to take in...Silviu Baranga1-14/+29
2013-04-26PowerPC: Fix encoding of vsubcuw and vsum4sbs instructionsUlrich Weigand1-2/+2
2013-04-26PowerPC: Fix encoding of stfsu and stfdu instructionsUlrich Weigand1-2/+2
2013-04-26PowerPC: Fix encoding of rldimi and rldcl instructionsUlrich Weigand3-3/+36
2013-04-26PowerPC: Support PC-relative fixup_ppc_brcond14.Ulrich Weigand1-0/+3
2013-04-26ARM/NEON: Pattern match vector integer abs to vabs.Benjamin Kramer2-0/+114
2013-04-26X86: Now that we have a canonical form for vector integer abs, match it into ...Benjamin Kramer2-13/+181
2013-04-26DAGCombiner: Canonicalize vector integer abs in the same way we do it for sca...Benjamin Kramer2-0/+108
2013-04-26LoopVectorizer: Calculate the number of pointers to disambiguate at runtime ...Nadav Rotem2-4/+95
2013-04-26Use 'git svn find-rev' in git-svnrevert instead of shell script fu.Michael Gottesman1-4/+3
2013-04-26Revert "[objc-arc] Added ImpreciseAutoreleaseSet to track autorelease calls t...Michael Gottesman1-38/+0
2013-04-26Updated GettingStarted.rst so that it references utils/git-svn for git-svnup ...Michael Gottesman1-26/+11
2013-04-26Added the scripts git-svnup/git-svnrevert to utils/git-svn.Michael Gottesman2-0/+68
2013-04-25Mips assembler: .set reorder supportJack Carter2-0/+31
2013-04-25Remove SMLoc paired with CHECK-NOT patterns. Not functionality change.Michael Liao2-8/+16
2013-04-25Make function documentation conform to llvm standards.Preston Gurd1-30/+32
2013-04-25ARM cost model: Integer div and rem is lowered to a function callArnold Schwaighofer2-0/+518
2013-04-25Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor6-18/+370
2013-04-25revert r179735, it has no testcases, and doesn't really make sense.Chris Lattner4-34/+29
2013-04-25This patch adds the X86FixupLEAs pass, which will reduce instructionPreston Gurd11-1/+444
2013-04-25LoopVectorizer: No need to generate pointer disambiguation checks between rea...Nadav Rotem2-4/+48
2013-04-25[mc-coff] Forward Linker Option flags into the .drectve sectionReid Kleckner3-0/+73
2013-04-25Fix section relocation for SECTIONREL32 with immediate offset.Rafael Espindola3-2/+36
2013-04-25Remove tailing whitespacesMichael Liao1-1/+1
2013-04-25[inline asm] Add a test case for r180226. The specific issue is that the inlineChad Rosier1-0/+9
2013-04-25Use a pointer as the relocation iterator.Rafael Espindola1-24/+29
2013-04-25Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola11-58/+54
2013-04-25Fix constant folding for one lane vector types. Constant folding one lane vec...Silviu Baranga2-1/+19
2013-04-25Revert "Adding object caching support to MCJIT"Rafael Espindola6-367/+18