summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-12AMDIL: Add AMDGPUSubtarget classr600-vliwTom Stellard3-5/+24
2012-04-12More packet fixesTom Stellard1-5/+24
2012-04-12Start doing VLIW stuff in R600Tom Stellard13-11/+156
2012-04-09AMDIL: Re-license everything with the University of Illinois Open Source LicenseTom Stellard98-4449/+270
2012-04-09AMDIL: Add SI backendTom Stellard49-44/+5269
2012-04-09AMDIL: Add missing R600KernelParameters filesTom Stellard4-2/+586
2012-03-30AMDIL: Set has_asmprinter = 1 in LLVMBuild.txtTom Stellard1-1/+1
2012-03-30Rename the AsmPrinter sublcass files to avoid problems with build systemTom Stellard2-0/+0
2012-03-30AMDIL: Use TargetPassConfig for AMDILTargetMachineTom Stellard2-53/+64
2012-03-29Start to move Lower Shader instructions into ISelLoweringTom Stellard2-8/+9
2012-03-29Add support for extra FC opTom Stellard3-1/+15
2012-03-27test/CodeGen/R600: Add some basic testsTom Stellard27-0/+251
2012-03-26Add R600 backend in lib/Target/AMDILTom Stellard156-12/+92069
2012-03-22Added soft fail checks for the disassembler when decoding some corner cases o...Silviu Baranga4-3/+102
2012-03-22Added soft fail cases for the disassembler when decoding LDRSBT, LDRHT or LDR...Silviu Baranga3-5/+57
2012-03-22Added soft fail cases for the disassembler when decoding MUL instructions on ...Silviu Baranga2-5/+23
2012-03-22[python] Add negative MemoryBuffer testcaseAnders Waldenborg1-0/+5
2012-03-22Remove some unnecessary forward declarations.Craig Topper7-12/+0
2012-03-22Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth67-2048/+1395
2012-03-22PPC::DBG_VALUE must use Reg+Imm frame-index elimination even for large offset...Hal Finkel1-1/+2
2012-03-22add load/store volatility control to the C API, patch by Yiannis Tsiouris!Chris Lattner2-0/+16
2012-03-22don't use "signed", just something I noticed in patches flying by.Chris Lattner1-2/+2
2012-03-22In erroneous inline assembly we could mistakenly try to access theEric Christopher1-1/+5
2012-03-22[fast-isel] Fold "urem x, pow2" -> "and x, pow2-1". This should fix the 271%Chad Rosier2-0/+16
2012-03-21[PathV2]: Fix bug in create_directories which caused infinite recursion onMichael J. Spencer1-5/+6
2012-03-21Add a release note for r145714.Nick Lewycky1-0/+31
2012-03-21misched: tag a few XFAILs that I plan to fixAndrew Trick4-2/+10
2012-03-21Re-factored RuntimeDyld.Danil Malyshev56-1071/+1823
2012-03-21Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add testKevin Enderby3-0/+387
2012-03-21Fix windows compilation warning. Patch by Micah.Jan Sjödin1-1/+1
2012-03-21Add a ${pathsep} variable to lit that expands to : (or ; on win32).Nico Weber1-0/+1
2012-03-21git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153208 91177308-0d34...Danil Malyshev2-0/+11
2012-03-21Missed getPointerToNamedFunction() declaration.Danil Malyshev1-0/+4
2012-03-21Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev11-329/+215
2012-03-21Checking a build_vector for an all-ones value.Jim Grosbach1-5/+14
2012-03-21[asan] fix one more bug related to long doubleKostya Serebryany1-1/+1
2012-03-21Put Is64BitMemOperand into !defined(NDEBUG) for now.Joerg Sonnenberger1-0/+2
2012-03-21Use a signed value for this enum to avoid spuriuos warnings from gcc.Benjamin Kramer2-2/+2
2012-03-21Teach instsimplify to gracefully degrade in the presence of instructionsChandler Carruth1-0/+6
2012-03-21[python] Add some paths where to find test binaryAnders Waldenborg1-0/+2
2012-03-21[python] Mark get_test_binary as not being a testAnders Waldenborg1-0/+1
2012-03-21lit/TestRunner.py: [Win32] Rework WinWaitReleased() again! "win32file" from P...NAKAMURA Takumi1-28/+41
2012-03-21Finish organizing C API docs.Gregory Szorc1-67/+194
2012-03-21Fix generation of the address size override prefix. Add assertions forJoerg Sonnenberger2-5/+64
2012-03-21I meant to disable this test, not XFAIL itAndrew Trick1-2/+2
2012-03-21misched: beginning to add unit testsAndrew Trick1-0/+20
2012-03-21misched: fix LiveInterval update for bottom-up schedulingAndrew Trick1-3/+13
2012-03-21misched: trace LiveIntervals after scheduling.Andrew Trick1-0/+1
2012-03-21misched: obvious iterator update fixes for bottom-up.Andrew Trick1-0/+6
2012-03-21misched: cleanup main loopAndrew Trick1-10/+14