summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* reuse the result of some expensive computations in getSignExtendExpr() and ge...Nuno Lopes2012-05-15
* Extend the CoalescerPair interface to handle symmetric sub-register copies.Jakob Stoklund Olesen2012-05-15
* Add -enable-aa-sched-mi, off by default, for AliasAnalysis inside MachineSche...Andrew Trick2012-05-15
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-15
* minor simplification to code: Ty is already a SCEV type; don't need to run ge...Nuno Lopes2012-05-15
* Teach SimplifyLibCalls about stpcpy.David Majnemer2012-05-15
* Rejected r156804 due to buildbots failures.Stepan Dyatkovskiy2012-05-15
* SelectionDAGBuilder::Clusterify : main functinality was replaced with CRSBuil...Stepan Dyatkovskiy2012-05-15
* Temporarily disable anti-dependence breaking for Mips until bug 12829 isAkira Hatanaka2012-05-15
* Remove extraneous ';'.Bill Wendling2012-05-15
* Add a command line option to skip the delay slot filler pass entirely for Mips.Akira Hatanaka2012-05-14
* [Support/YAMLParser] Use rtrim on plain scalars.Michael J. Spencer2012-05-14
* Fix use of uninitialized variable.David Blaikie2012-05-14
* Don't access MO reference after invalidating operand list.Jakob Stoklund Olesen2012-05-14
* Fix PR12821.Jakob Stoklund Olesen2012-05-14
* Move the capture analysis from MemoryDependencyAnalysis to a more general placeChad Rosier2012-05-14
* Revert 156634 upon request until code improvement changes are made.Brendon Cahoon2012-05-14
* Rename @llvm.debugger to @llvm.debugtrap.Dan Gohman2012-05-14
* SwitchInst cosmetics: renamed "Hash" method to "hash"Stepan Dyatkovskiy2012-05-14
* Use ArrayRef instead of an explicit vector type.Bill Wendling2012-05-14
* Hexagon: Initialize TBB to 0.Benjamin Kramer2012-05-13
* Fix spacing after if.Benjamin Kramer2012-05-12
* Add support for the .rept directive. Patch by Vladmir Sorokin. I added supportRafael Espindola2012-05-12
* ELF: Add support for the asm .version directive.Benjamin Kramer2012-05-12
* AsmParser: Add support for the .purgem directive.Benjamin Kramer2012-05-12
* AsmParser: Give a nice error message for .code16gcc, which is currently unsup...Benjamin Kramer2012-05-12
* AsmParser: ignore the .extern directive.Benjamin Kramer2012-05-12
* AsmParser: Add support for .ifc and .ifnc directives.Benjamin Kramer2012-05-12
* AsmParser: Add support for .ifb and .ifnb directives.Benjamin Kramer2012-05-12
* Recommited r156374 with critical fixes in BitcodeReader/Writer:Stepan Dyatkovskiy2012-05-12
* Teach Function::hasAddressTaken that BlockAddress doesn't really takeJay Foad2012-05-12
* Make sure new value jump is enabled for Hexagon V5 as well.Sirish Pande2012-05-12
* Support for Hexagon feature, New Value Jump.Sirish Pande2012-05-12
* Remove MipsEmitGPRestore.cpp.Akira Hatanaka2012-05-12
* Delete all functions that are no longer needed in MipsFunctionInfo, includingAkira Hatanaka2012-05-12
* Stop reserving register $gp. Do not call isGPFI to check whether a frame objectAkira Hatanaka2012-05-12
* Do not add the pass which restores $gp after every function call.Akira Hatanaka2012-05-12
* Make the following changes in MipsISelLowering.cpp:Akira Hatanaka2012-05-12
* Make the following changes in MipsFrameLowering.cpp:Akira Hatanaka2012-05-12
* Make the following changes in MipsAsmPrinter.cpp:Akira Hatanaka2012-05-12
* Hoist simpler checks above llvm::PointerMayBeCaptured. No functional change i...Chad Rosier2012-05-12
* Don't look for empty live ranges in the unions.Jakob Stoklund Olesen2012-05-12
* Insert instructions to the entry basic block which initializes the globalAkira Hatanaka2012-05-12
* Do not replace operands of pseudo instructions with register $zero.Akira Hatanaka2012-05-11
* Revert 156658.Chad Rosier2012-05-11
* [fast-isel] Fast-isel doesn't use the expect intrinsic.Chad Rosier2012-05-11
* [Support/StringRef] Add find_last_not_of and {r,l,}trim.Michael J. Spencer2012-05-11
* [fast-isel] Add support for selecting @llvm.trap().Chad Rosier2012-05-11
* Updated instruction table due to addded intrinsics.Brendon Cahoon2012-05-11
* Remove warnings from HexagonVLIWPacketizer.Sirish Pande2012-05-11