aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-06-22Revert remaining part of r93200: "Disable folding sext(trunc(x)) -> x"Jakob Stoklund Olesen
2012-06-22simplify code from previous commits (Thanks Duncan)Nuno Lopes
2012-06-22Fixed r158979.Stepan Dyatkovskiy
2012-06-22Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola
2012-06-22Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same asRafael Espindola
2012-06-22Revert commit 158979 (dyatkovskiy) since it is causing several buildbots toDuncan Sands
2012-06-22Performance optimizations:Stepan Dyatkovskiy
2012-06-22Use "NoItineraries" for processors with no itineraries.Andrew Trick
2012-06-22Functions calling __builtin_eh_return must have a frame pointer.Jakob Stoklund Olesen
2012-06-22ARM scheduling fix: don't guess at implicit operand latency.Andrew Trick
2012-06-22ARM scheduling fix: compute predicated implicit use properly.Andrew Trick
2012-06-22Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky
2012-06-22Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from aLang Hames
2012-06-22Convert the PPC backend to use the new FMA infrastructure.Hal Finkel
2012-06-22fix whitespace in my last commit.Nuno Lopes
2012-06-22remove extractMallocCallFromBitCast, since it was tailor maded for its sole u...Nuno Lopes
2012-06-21instcombine: disable optimization of 'invoke null/undef'. I'll move this fun...Nuno Lopes
2012-06-21Look pass zext to strength reduce an udiv. Patch by David Majnemer. rdar://11...Evan Cheng
2012-06-21The inline asm operand modifier 'n' is suppose Jack Carter
2012-06-21Add support for invoke to the MemoryBuiltin analysid.Nuno Lopes
2012-06-211. fix null program output after some other changesAkira Hatanaka
2012-06-21Treat TargetGlobalAddress as a constant for the purpose of matching pre-inc s...Hal Finkel
2012-06-21fix build in C++11 mode.Nuno Lopes
2012-06-21Fix potential crash if DAGCombine on stores sees a half typePete Cooper
2012-06-21The inline asm operand modifier 'c' is suppose Jack Carter
2012-06-21hopefully fix the buildbots: some tests have wrong definitions of malloc and...Nuno Lopes
2012-06-21port the BoundsChecking patch to the new MemoryBuiltin API (i.e., remove most...Nuno Lopes
2012-06-21refactor the MemoryBuiltin analysis:Nuno Lopes
2012-06-21Add a number of threshold arguments to the SRA pass.Nadav Rotem
2012-06-21Add a missing llvm.fma -> VFNMS pattern to the ARM backend.Lang Hames
2012-06-21Emit a single _udivmodsi4 libcall instead of two separate _udivsi3 andEvan Cheng
2012-06-21Update regunits in RegisterCoalescer::reMaterializeTrivialDef.Jakob Stoklund Olesen
2012-06-20Remove spurious typedefs.Jakob Stoklund Olesen
2012-06-20Remove the RenderMachineFunction HTML output pass.Jakob Stoklund Olesen
2012-06-20Remove the -live-regunits command line option.Jakob Stoklund Olesen
2012-06-20Fix some more LiveInterval enumerations.Jakob Stoklund Olesen
2012-06-20Remove LiveIntervalUnions from RegAllocBase.Jakob Stoklund Olesen
2012-06-20Convert RAGreedy to LiveRegMatrix interference checking.Jakob Stoklund Olesen
2012-06-20Convert RABasic to using LiveRegMatrix interference checking.Jakob Stoklund Olesen
2012-06-20Enable register unit liveness by default.Jakob Stoklund Olesen
2012-06-20Teach PBQPBuilder::build() about regunit interference.Jakob Stoklund Olesen
2012-06-20Avoid iterating with LiveIntervals::iterator.Jakob Stoklund Olesen
2012-06-20Revert r158846.Akira Hatanaka
2012-06-20In MipsDisassembler.cpp, instead of defining register class tables, use the onesAkira Hatanaka
2012-06-20Remove an "else" that snuck in after a "return" ;)Kaelyn Uhrain
2012-06-20Check that a file is not a directory before reading it into a MemoryBuffer.Kaelyn Uhrain
2012-06-20Add users of a MERGE_VALUE node to the worklist to process again when the nod...Pete Cooper
2012-06-20Only update regunit live ranges that have been precomputed.Jakob Stoklund Olesen
2012-06-20replace usage of EmitGEPOffset() with TargetData::getIndexedOffset() when the...Nuno Lopes
2012-06-20Delete dead code.Jakob Stoklund Olesen