aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-05-17Remove incorrect pattern for ARM SMML instruction.Tim Northover
2012-05-17Fix compile error.Manuel Klimek
2012-05-17SelectionDAGBuilder: CaseBlock, CaseRanges and CaseCmp changed representation...Stepan Dyatkovskiy
2012-05-17Genericize the intrinsics descriptor decoding a bit to make room Chris Lattner
2012-05-17finish encoding all of the interesting details of intrinsics. Now intrinsicsChris Lattner
2012-05-17strengthen the intrinsic descriptor stuff to be able to handle sin, cos and o...Chris Lattner
2012-05-16This patch adds the register class for MIPS16 as well as the ability forAkira Hatanaka
2012-05-16Set sub-register <undef> flags more accurately.Jakob Stoklund Olesen
2012-05-16Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...Danil Malyshev
2012-05-16Hexagon: Remove unused command line option.Benjamin Kramer
2012-05-16Fix a thinko in DisintegrateMERGE_VALUES. Patch by Xiaoyi Guo.Duncan Sands
2012-05-16Significantly reduce the compiled size of Functions.cpp by turning a big blob...Chris Lattner
2012-05-16Avoid creating a cycle when folding load / op with flag / store. PR11451474. ...Evan Cheng
2012-05-15Enable sub-sub-register copy coalescing.Jakob Stoklund Olesen
2012-05-15Teach RegisterCoalescer to handle symmetric sub-register copies.Jakob Stoklund Olesen
2012-05-15Handle NewReg==OldReg in renameRegister().Jakob Stoklund Olesen
2012-05-15We never call adjustCopiesBackFrom() for partial copies.Jakob Stoklund Olesen
2012-05-15reuse the result of some expensive computations in getSignExtendExpr() and ge...Nuno Lopes
2012-05-15Extend the CoalescerPair interface to handle symmetric sub-register copies.Jakob Stoklund Olesen
2012-05-15Add -enable-aa-sched-mi, off by default, for AliasAnalysis inside MachineSche...Andrew Trick
2012-05-15Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach
2012-05-15minor simplification to code: Ty is already a SCEV type; don't need to run ge...Nuno Lopes
2012-05-15Teach SimplifyLibCalls about stpcpy.David Majnemer
2012-05-15Rejected r156804 due to buildbots failures.Stepan Dyatkovskiy
2012-05-15SelectionDAGBuilder::Clusterify : main functinality was replaced with CRSBuil...Stepan Dyatkovskiy
2012-05-15Temporarily disable anti-dependence breaking for Mips until bug 12829 isAkira Hatanaka
2012-05-15Remove extraneous ';'.Bill Wendling
2012-05-14Add a command line option to skip the delay slot filler pass entirely for Mips.Akira Hatanaka
2012-05-14[Support/YAMLParser] Use rtrim on plain scalars.Michael J. Spencer
2012-05-14Fix use of uninitialized variable.David Blaikie
2012-05-14Don't access MO reference after invalidating operand list.Jakob Stoklund Olesen
2012-05-14Fix PR12821.Jakob Stoklund Olesen
2012-05-14Move the capture analysis from MemoryDependencyAnalysis to a more general placeChad Rosier
2012-05-14Revert 156634 upon request until code improvement changes are made.Brendon Cahoon
2012-05-14Rename @llvm.debugger to @llvm.debugtrap.Dan Gohman
2012-05-14SwitchInst cosmetics: renamed "Hash" method to "hash"Stepan Dyatkovskiy
2012-05-14Use ArrayRef instead of an explicit vector type.Bill Wendling
2012-05-13Hexagon: Initialize TBB to 0.Benjamin Kramer
2012-05-12Fix spacing after if.Benjamin Kramer
2012-05-12Add support for the .rept directive. Patch by Vladmir Sorokin. I added supportRafael Espindola
2012-05-12ELF: Add support for the asm .version directive.Benjamin Kramer
2012-05-12AsmParser: Add support for the .purgem directive.Benjamin Kramer
2012-05-12AsmParser: Give a nice error message for .code16gcc, which is currently unsup...Benjamin Kramer
2012-05-12AsmParser: ignore the .extern directive.Benjamin Kramer
2012-05-12AsmParser: Add support for .ifc and .ifnc directives.Benjamin Kramer
2012-05-12AsmParser: Add support for .ifb and .ifnb directives.Benjamin Kramer
2012-05-12Recommited r156374 with critical fixes in BitcodeReader/Writer:Stepan Dyatkovskiy
2012-05-12Teach Function::hasAddressTaken that BlockAddress doesn't really takeJay Foad
2012-05-12Make sure new value jump is enabled for Hexagon V5 as well.Sirish Pande
2012-05-12Support for Hexagon feature, New Value Jump.Sirish Pande