aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-02-27Duncan pointed out that if the alignment isn't explicitly specified, it defau...Eli Friedman
2012-02-27Delete incorrect reference to inexistent Hexagon architecture manuals.Evandro Menezes
2012-02-27Don't use #if 0. Just remove until I can address this.Bill Wendling
2012-02-27The code that cleans up multiple, isomorphic types has a subtle error thatBill Wendling
2012-02-27Fix for PR12090: clear def maps of aliases when visiting a copy. e.g.Evan Cheng
2012-02-27ARM BL/BLX instruction fixups should use relocations.Jim Grosbach
2012-02-27Teach BasicAA about the LLVM IR rules that allow reading past the end of an o...Eli Friedman
2012-02-27Reapply r151278 with fixes.Roman Divacky
2012-02-27Add q suffix aliases for the fistp and fisttp mnemonics.Chad Rosier
2012-02-27Remove unnecessary template parameters.Akira Hatanaka
2012-02-27Fix instruction predicates that were not set correctly.Akira Hatanaka
2012-02-27Update machine code verifier.Jakob Stoklund Olesen
2012-02-27Fix the symbolic operand added for the C disassmbler API for the ARM blKevin Enderby
2012-02-27Plog a memleak in GlobalOpt.Benjamin Kramer
2012-02-27Micro-optimization, no functionality change.Duncan Sands
2012-02-27The value numbering function is recursive, so it is possible for multiple newDuncan Sands
2012-02-27When performing a conditional branch depending on the value of a comparisonDuncan Sands
2012-02-27Remove HexagonGenIntrinsics.inc from Hexagon cmake file. It does not appear i...Craig Topper
2012-02-27delete useless comment&blankJia Liu
2012-02-27Fix this assert. IP can point to an instruction with strange dominanceRafael Espindola
2012-02-27X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by ...Craig Topper
2012-02-26Don't call dominates on unreachable instructions. Should fix the dragoneggRafael Espindola
2012-02-26Default TargetData alignment information for 128-bit floating-point types.Hal Finkel
2012-02-26And update the comment...Rafael Espindola
2012-02-26Enable the assert that got all this dominator work started.Rafael Espindola
2012-02-26Use the DT dominates function in the verifier.Rafael Espindola
2012-02-26Change the implementation of dominates(inst, inst) to one based on what theRafael Espindola
2012-02-26Don't call dominates on unreachable instructions.Rafael Espindola
2012-02-26Reinstate the optimization from r151449 with a fix to not turn 'gep %x' intoNick Lewycky
2012-02-26Don't call dominates on unreachable instructions.Rafael Espindola
2012-02-25Roll these back to r151448 until I figure out how they're breakingNick Lewycky
2012-02-25An argument and a local identified object (eg. a noalias call) could turn outNick Lewycky
2012-02-25Fix five-letter typo in comment.Nick Lewycky
2012-02-25Teach instsimplify to be more aggressive when analyzing comparisons of pointersNick Lewycky
2012-02-25Move isKnownNonNull from private implementation detail of BasicAA to a publicNick Lewycky
2012-02-25Remove spurious emacs mode marker.Nick Lewycky
2012-02-25Revert r151278, breaks static linking.Hal Finkel
2012-02-25Target/X86: Fix assertion failures and warnings caused by r151382 _ftol2 lowe...NAKAMURA Takumi
2012-02-25Add comment.Chad Rosier
2012-02-25Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. TheseChad Rosier
2012-02-25Make the peephole optimizer clear kill flags on a vreg if it's about to add newLang Hames
2012-02-25Fix indentation.Chad Rosier
2012-02-25Grammar-o.Eric Christopher
2012-02-25Fixed typo.Lang Hames
2012-02-25Add definitions of floating point multiply add/sub and negative multiplyAkira Hatanaka
2012-02-24Add an option to use a virtual register as the global base register instead ofAkira Hatanaka
2012-02-24Remove unused cl::opt, make another opt static.Benjamin Kramer
2012-02-24Add missing staticJakob Stoklund Olesen
2012-02-24Fix undefined behavior.Ahmed Charles
2012-02-24Thumb2 asm aliases for wide bitwise w/ immediate instructions.Jim Grosbach