summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* ARM: Add a better diagnostic for some out of range immediates.Jim Grosbach2012-06-22
* Add support for the PPC isel instruction.Hal Finkel2012-06-22
* Remove ProcessImplicitDefs.h which was unused.Jakob Stoklund Olesen2012-06-22
* Also verify the def index for early clobbers.Jakob Stoklund Olesen2012-06-22
* Whitespace.Chad Rosier2012-06-22
* Delete a boring statistic.Jakob Stoklund Olesen2012-06-22
* Store live intervals in an IndexedMap.Jakob Stoklund Olesen2012-06-22
* Revert r158679 - use case is unclear (and it increases the memory footprint).Hal Finkel2012-06-22
* EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng2012-06-22
* Fix a crash in --debug code.Jakob Stoklund Olesen2012-06-22
* Don't depend on live ranges being present.Jakob Stoklund Olesen2012-06-22
* Simplify handleMove() a bit.Jakob Stoklund Olesen2012-06-22
* Stop computing physreg live ranges.Jakob Stoklund Olesen2012-06-22
* Remove some redundant LIS->hasInterval() checks.Jakob Stoklund Olesen2012-06-22
* Use MRI::isConstantPhysReg() to check remat feasibility.Jakob Stoklund Olesen2012-06-22
* Use regunit liveness to guide LiveDebugVariables.Jakob Stoklund Olesen2012-06-22
* Remove LiveIntervals::trackingRegUnits().Jakob Stoklund Olesen2012-06-22
* Revert remaining part of r93200: "Disable folding sext(trunc(x)) -> x"Jakob Stoklund Olesen2012-06-22
* simplify code from previous commits (Thanks Duncan)Nuno Lopes2012-06-22
* Fixed r158979.Stepan Dyatkovskiy2012-06-22
* Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola2012-06-22
* Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same asRafael Espindola2012-06-22
* Revert commit 158979 (dyatkovskiy) since it is causing several buildbots toDuncan Sands2012-06-22
* Performance optimizations:Stepan Dyatkovskiy2012-06-22
* Use "NoItineraries" for processors with no itineraries.Andrew Trick2012-06-22
* Functions calling __builtin_eh_return must have a frame pointer.Jakob Stoklund Olesen2012-06-22
* ARM scheduling fix: don't guess at implicit operand latency.Andrew Trick2012-06-22
* ARM scheduling fix: compute predicated implicit use properly.Andrew Trick2012-06-22
* Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky2012-06-22
* Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from aLang Hames2012-06-22
* Convert the PPC backend to use the new FMA infrastructure.Hal Finkel2012-06-22
* fix whitespace in my last commit.Nuno Lopes2012-06-22
* remove extractMallocCallFromBitCast, since it was tailor maded for its sole u...Nuno Lopes2012-06-22
* instcombine: disable optimization of 'invoke null/undef'. I'll move this fun...Nuno Lopes2012-06-21
* Look pass zext to strength reduce an udiv. Patch by David Majnemer. rdar://11...Evan Cheng2012-06-21
* The inline asm operand modifier 'n' is suppose Jack Carter2012-06-21
* Add support for invoke to the MemoryBuiltin analysid.Nuno Lopes2012-06-21
* 1. fix null program output after some other changesAkira Hatanaka2012-06-21
* Treat TargetGlobalAddress as a constant for the purpose of matching pre-inc s...Hal Finkel2012-06-21
* fix build in C++11 mode.Nuno Lopes2012-06-21
* Fix potential crash if DAGCombine on stores sees a half typePete Cooper2012-06-21
* The inline asm operand modifier 'c' is suppose Jack Carter2012-06-21
* hopefully fix the buildbots: some tests have wrong definitions of malloc and...Nuno Lopes2012-06-21
* port the BoundsChecking patch to the new MemoryBuiltin API (i.e., remove most...Nuno Lopes2012-06-21
* refactor the MemoryBuiltin analysis:Nuno Lopes2012-06-21
* Add a number of threshold arguments to the SRA pass.Nadav Rotem2012-06-21
* Add a missing llvm.fma -> VFNMS pattern to the ARM backend.Lang Hames2012-06-21
* Emit a single _udivmodsi4 libcall instead of two separate _udivsi3 andEvan Cheng2012-06-21
* Update regunits in RegisterCoalescer::reMaterializeTrivialDef.Jakob Stoklund Olesen2012-06-21
* Remove spurious typedefs.Jakob Stoklund Olesen2012-06-20