summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-14AMDIL: Add missing files R600MachineFunctionInfo.{cpp,h}r600-review-v3Tom Stellard2-0/+49
2012-05-14Build script changes for R600/SI Codegen v3Tom Stellard7-17/+18
2012-05-14include/llvm: Add R600 Intrinsics v3Tom Stellard2-0/+37
2012-05-14test/CodeGen/R600: Add some basic tests v3Tom Stellard27-0/+212
2012-05-14AMDIL: Add Function passes for R600/SI codegen v3Tom Stellard13-0/+7141
2012-05-14AMDIL: Add R600/SI Tablegen definitions and generated files v3Tom Stellard40-0/+21019
2012-05-14AMDIL: Add core backend files for R600/SI codegen v3Tom Stellard69-0/+12545
2012-05-14SwitchInst cosmetics: renamed "Hash" method to "hash"Stepan Dyatkovskiy3-3/+3
2012-05-14Formatting changes. Remove the '...' placeholders.Bill Wendling1-67/+44
2012-05-14Use ArrayRef instead of an explicit vector type.Bill Wendling2-3/+3
2012-05-14Add blurb about Julia.Bill Wendling1-0/+16
2012-05-13ReleaseNotes: Add info on PTX back-endJustin Holewinski1-0/+15
2012-05-13Hexagon: Initialize TBB to 0.Benjamin Kramer1-0/+1
2012-05-13Fix Xcode case (Upper X, lower c)Jean-Daniel Dupas2-2/+2
2012-05-13ReleaseNotes: Add a note about zero_undef on llvm.cttz/ctlz. Extend x86 secti...Benjamin Kramer1-3/+12
2012-05-13ReleaseNotes: Add a blurb about llvm-mc -g and move inliner changes into the ...Benjamin Kramer1-6/+11
2012-05-13ReleaseNotes: Document that LLVM was rewritten in python.Benjamin Kramer1-0/+2
2012-05-13ReleaseNotes: Add bullets for removed targets. Extend the note about llvm-ld ...Benjamin Kramer1-13/+10
2012-05-13Outline some clang 3.1 highlights off the top of my head.Benjamin Kramer1-4/+11
2012-05-13Add a link for every project.Benjamin Kramer1-34/+36
2012-05-13Add blurb for LLVM D Compiler.Bill Wendling1-0/+10
2012-05-13Add blurbs for pocl and TCE.Bill Wendling1-0/+34
2012-05-13Add OSL blurb.Bill Wendling1-0/+18
2012-05-13Add FAUST blurb.Bill Wendling1-0/+12
2012-05-13Fix the tool documentationNadav Rotem1-1/+1
2012-05-12Document Python bindings in release notesGregory Szorc1-0/+24
2012-05-12Fix spacing after if.Benjamin Kramer1-6/+5
2012-05-12Add support for the .rept directive. Patch by Vladmir Sorokin. I added supportRafael Espindola4-0/+126
2012-05-12ELF: Add support for the asm .version directive.Benjamin Kramer2-0/+45
2012-05-12AsmParser: Add support for the .purgem directive.Benjamin Kramer2-0/+35
2012-05-12AsmParser: Give a nice error message for .code16gcc, which is currently unsup...Benjamin Kramer1-1/+1
2012-05-12AsmParser: ignore the .extern directive.Benjamin Kramer2-0/+8
2012-05-12AsmParser: Add support for .ifc and .ifnc directives.Benjamin Kramer2-0/+119
2012-05-12AsmParser: Add support for .ifb and .ifnb directives.Benjamin Kramer2-0/+96
2012-05-12Recommited r156374 with critical fixes in BitcodeReader/Writer:Stepan Dyatkovskiy6-43/+249
2012-05-12Teach Function::hasAddressTaken that BlockAddress doesn't really takeJay Foad4-3/+24
2012-05-12Make sure new value jump is enabled for Hexagon V5 as well.Sirish Pande1-10/+27
2012-05-12Support for Hexagon feature, New Value Jump.Sirish Pande9-2/+745
2012-05-12Fix test cases.Akira Hatanaka13-76/+76
2012-05-12Remove MipsEmitGPRestore.cpp.Akira Hatanaka3-99/+0
2012-05-12Delete all functions that are no longer needed in MipsFunctionInfo, includingAkira Hatanaka2-15/+1
2012-05-12Stop reserving register $gp. Do not call isGPFI to check whether a frame objectAkira Hatanaka1-8/+1
2012-05-12Do not add the pass which restores $gp after every function call.Akira Hatanaka1-9/+0
2012-05-12Make the following changes in MipsISelLowering.cpp:Akira Hatanaka1-8/+8
2012-05-12Make the following changes in MipsFrameLowering.cpp:Akira Hatanaka1-32/+3
2012-05-12Speed up computeComposites() by using the new SubReg -> SubIdx map.Jakob Stoklund Olesen1-12/+10
2012-05-12Make the following changes in MipsAsmPrinter.cpp:Akira Hatanaka6-37/+19
2012-05-12Hoist simpler checks above llvm::PointerMayBeCaptured. No functional change i...Chad Rosier1-4/+6
2012-05-12Don't look for empty live ranges in the unions.Jakob Stoklund Olesen1-1/+4
2012-05-12Insert instructions to the entry basic block which initializes the globalAkira Hatanaka3-38/+57