aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-02-22Guard against de-referencing MBB.end().Evan Cheng
2011-02-22available_externally (hidden or not) GVs are always accessed via stubs. rdar:...Evan Cheng
2011-02-22VirtRegRewriter assertion fix.Andrew Trick
2011-02-22Roll out r126169 and r126170 in an attempt to fix the selfhost bot.Cameron Zwarich
2011-02-22Only use blx for external function calls on thumb, these could be fixedEric Christopher
2011-02-22Merge information about the number of zero, one, and sign bits of live-out re...Cameron Zwarich
2011-02-22Have isel visit blocks in reverse postorder rather than an undefined order. ThisCameron Zwarich
2011-02-22Recognize loopz and loopnz as aliases for loope and loopne.Joerg Sonnenberger
2011-02-22Implement xgetbv and xsetbv.Rafael Espindola
2011-02-21Revert r125960, it's breaking darwin10 bootstrap.Eric Christopher
2011-02-21Skipping over debugvalue instructions to determine whether the split spot is ...Evan Cheng
2011-02-21Add more debugging output.Evan Cheng
2011-02-21Handle FK_PCRel_1 and add a test case for this and FK_PCRel_4.Joerg Sonnenberger
2011-02-21Revert r124611 - "Keep track of incoming argument's location while emitting L...Devang Patel
2011-02-21Add SplitKit::isOriginalEndpoint and use it to force live range splitting to ...Jakob Stoklund Olesen
2011-02-21Fixed a bug in the X86 disassembler where a member of theSean Callanan
2011-02-21End the line if we return early. Radar 9012638.Stuart Hastings
2011-02-21Add XCore intrinsics for various instructions on ports.Richard Osborne
2011-02-21The stack should be 16 byte aligned on 32 bit solaris. Patch by Yuri.Duncan Sands
2011-02-21If the phi node was used by an unreachable instruction that ends up usingDuncan Sands
2011-02-21Fix to correctly support attribute((section("__DATA, __common"))).Stuart Hastings
2011-02-21a serious "compare CSE" issue that is nontrivial to get right,Chris Lattner
2011-02-21fix a crasher in disabled code (on variable stride loops)Chris Lattner
2011-02-21Simplify RecursivelyDeleteDeadPHINode. The only functionality changeDuncan Sands
2011-02-21Target/X86/X86FastISel: [PR6275] Fix Win32's dllimport function with fastisel.NAKAMURA Takumi
2011-02-21Generate correct Sparc32 ABI compliant code for functions that return a struct.Venkatraman Govindaraju
2011-02-21add a missed loop deletion case.Chris Lattner
2011-02-21Add some (disabled code) to print out negative strides.Chris Lattner
2011-02-21add an idiom that loop idiom could theoretically catch.Chris Lattner
2011-02-21A lo/hi mul has higher latency than an imul r,ri, e.g. 5 cycles compared to 3Cameron Zwarich
2011-02-21Use a vector of pairs to implement the section stack, not twoJoerg Sonnenberger
2011-02-21The signed version of our "magic number" computation for the integer approxim...Cameron Zwarich
2011-02-20Add some limited support for labels in org directives. Hopefully enough to fixRafael Espindola
2011-02-20Make RecursivelyDeleteDeadPHINode delete a phi node that has no users and add aNick Lewycky
2011-02-20Move "A | ~(A & ?) -> -1" from InstCombine to InstructionSimplify.Benjamin Kramer
2011-02-20InstCombine: Add a bunch of combines of the form x | (y ^ z).Benjamin Kramer
2011-02-20Fix 9267; Add vector zext support.Nadav Rotem
2011-02-20Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. PatchNick Lewycky
2011-02-20Instead of keeping two Value*->id# mappings, keep one Value->Value mapping andNick Lewycky
2011-02-20If both operands are loads from stores in memory we can't use movlpd/movlpsEric Christopher
2011-02-20Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes
2011-02-19PR9218: SimplifyDemandedVectorElts can return a non-null value that is notEli Friedman
2011-02-19Minor x86 README updates.Eli Friedman
2011-02-19implement PR9264: disambiguating 'bt mem, imm' as a btl.Chris Lattner
2011-02-19rewrite the memset_pattern pattern generation stuff to accept any 2/4/8/16-byteChris Lattner
2011-02-19Stores of null pointers should turn into memset, we weren't recognizingChris Lattner
2011-02-19Implement rdar://9009151, transforming strided loop stores ofChris Lattner
2011-02-19Fix typos.Eric Christopher
2011-02-19Do not emit empty DW_TAG_lexical_block DIEs. In one test case, size of debug...Devang Patel
2011-02-19Give SplitAnalysis a VRM member to access VirtRegMap::getOriginal().Jakob Stoklund Olesen