summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* Consider ad hoc aliasing when building RegUnits.Jakob Stoklund Olesen2012-05-141-12/+41
* Record the ad hoc aliasing graph in CodeGenRegister.Jakob Stoklund Olesen2012-05-142-5/+21
* Compute topological signatures of registers.Jakob Stoklund Olesen2012-05-142-8/+76
* Add BitVector::anyCommon().Jakob Stoklund Olesen2012-05-142-1/+39
* SwitchInst cosmetics: renamed "Hash" method to "hash"Stepan Dyatkovskiy2012-05-143-3/+3
* Formatting changes. Remove the '...' placeholders.Bill Wendling2012-05-141-67/+44
* Use ArrayRef instead of an explicit vector type.Bill Wendling2012-05-142-3/+3
* Add blurb about Julia.Bill Wendling2012-05-141-0/+16
* ReleaseNotes: Add info on PTX back-endJustin Holewinski2012-05-131-0/+15
* Hexagon: Initialize TBB to 0.Benjamin Kramer2012-05-131-0/+1
* Fix Xcode case (Upper X, lower c)Jean-Daniel Dupas2012-05-132-2/+2
* ReleaseNotes: Add a note about zero_undef on llvm.cttz/ctlz. Extend x86 secti...Benjamin Kramer2012-05-131-3/+12
* ReleaseNotes: Add a blurb about llvm-mc -g and move inliner changes into the ...Benjamin Kramer2012-05-131-6/+11
* ReleaseNotes: Document that LLVM was rewritten in python.Benjamin Kramer2012-05-131-0/+2
* ReleaseNotes: Add bullets for removed targets. Extend the note about llvm-ld ...Benjamin Kramer2012-05-131-13/+10
* Outline some clang 3.1 highlights off the top of my head.Benjamin Kramer2012-05-131-4/+11
* Add a link for every project.Benjamin Kramer2012-05-131-34/+36
* Add blurb for LLVM D Compiler.Bill Wendling2012-05-131-0/+10
* Add blurbs for pocl and TCE.Bill Wendling2012-05-131-0/+34
* Add OSL blurb.Bill Wendling2012-05-131-0/+18
* Add FAUST blurb.Bill Wendling2012-05-131-0/+12
* Fix the tool documentationNadav Rotem2012-05-131-1/+1
* Document Python bindings in release notesGregory Szorc2012-05-121-0/+24
* Fix spacing after if.Benjamin Kramer2012-05-121-6/+5
* Add support for the .rept directive. Patch by Vladmir Sorokin. I added supportRafael Espindola2012-05-124-0/+126
* ELF: Add support for the asm .version directive.Benjamin Kramer2012-05-122-0/+45
* AsmParser: Add support for the .purgem directive.Benjamin Kramer2012-05-122-0/+35
* AsmParser: Give a nice error message for .code16gcc, which is currently unsup...Benjamin Kramer2012-05-121-1/+1
* AsmParser: ignore the .extern directive.Benjamin Kramer2012-05-122-0/+8
* AsmParser: Add support for .ifc and .ifnc directives.Benjamin Kramer2012-05-122-0/+119
* AsmParser: Add support for .ifb and .ifnb directives.Benjamin Kramer2012-05-122-0/+96
* Recommited r156374 with critical fixes in BitcodeReader/Writer:Stepan Dyatkovskiy2012-05-126-43/+249
* Teach Function::hasAddressTaken that BlockAddress doesn't really takeJay Foad2012-05-124-3/+24
* Make sure new value jump is enabled for Hexagon V5 as well.Sirish Pande2012-05-121-10/+27
* Support for Hexagon feature, New Value Jump.Sirish Pande2012-05-129-2/+745
* Fix test cases.Akira Hatanaka2012-05-1213-76/+76
* Remove MipsEmitGPRestore.cpp.Akira Hatanaka2012-05-123-99/+0
* Delete all functions that are no longer needed in MipsFunctionInfo, includingAkira Hatanaka2012-05-122-15/+1
* Stop reserving register $gp. Do not call isGPFI to check whether a frame objectAkira Hatanaka2012-05-121-8/+1
* Do not add the pass which restores $gp after every function call.Akira Hatanaka2012-05-121-9/+0
* Make the following changes in MipsISelLowering.cpp:Akira Hatanaka2012-05-121-8/+8
* Make the following changes in MipsFrameLowering.cpp:Akira Hatanaka2012-05-121-32/+3
* Speed up computeComposites() by using the new SubReg -> SubIdx map.Jakob Stoklund Olesen2012-05-121-12/+10
* Make the following changes in MipsAsmPrinter.cpp:Akira Hatanaka2012-05-126-37/+19
* Hoist simpler checks above llvm::PointerMayBeCaptured. No functional change i...Chad Rosier2012-05-121-4/+6
* Don't look for empty live ranges in the unions.Jakob Stoklund Olesen2012-05-121-1/+4
* Insert instructions to the entry basic block which initializes the globalAkira Hatanaka2012-05-123-38/+57
* Add doxygen comments.Michael J. Spencer2012-05-111-0/+6
* Do not replace operands of pseudo instructions with register $zero.Akira Hatanaka2012-05-112-1/+18
* Revert 156658.Chad Rosier2012-05-111-2/+1
OpenPOWER on IntegriCloud