aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-07-09Another todo entry.Evan Cheng
2009-07-09Revert the part of 75177 that split ConstantRange into two classes, andDan Gohman
2009-07-09Initial support for load / store multiple opt pass Thumb2 support (post-alloc...Evan Cheng
2009-07-09Fix ldm / stm unified syntax; add t2LDM_RET.Evan Cheng
2009-07-09LDM_RET should be marked mayLoad.Evan Cheng
2009-07-09If -fomit-frame-pointer is used, we still need to record when the %esp registerBill Wendling
2009-07-09Fix ldrd / strd address mode matching code. It allows for +/- 8 bit offset. A...Evan Cheng
2009-07-09Add a ConstantSignedRange class, which does for signed integersDan Gohman
2009-07-09Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned Eli Friedman
2009-07-09Add a Thumb readme entry.Evan Cheng
2009-07-09Correct comment.Evan Cheng
2009-07-09bug 4524: Add MSP430 to the cmake build.Richard Pennington
2009-07-09Handle 'A' modifier in inline asms.Dale Johannesen
2009-07-09Remove some duplication.Mikhail Glushenkov
2009-07-09Rename -t to --temp-dir.Mikhail Glushenkov
2009-07-09As Chris pointed out, we don't actually need to pass the context around here.Owen Anderson
2009-07-09back out r75156 for now.Chris Lattner
2009-07-09A little bit more LLVMContextification.Owen Anderson
2009-07-09Handle Thumb-2 addressing modes during FP elimination.David Goodwin
2009-07-09Add some classes to produce pretty-printed asm. We'll use theseDavid Greene
2009-07-09Fixed handling of -t. It gets the prirority for temp dir name.Sanjiv Gupta
2009-07-09Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson
2009-07-09add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby!Chris Lattner
2009-07-09Add support for other GraphViz display tools. This can helpDavid Greene
2009-07-09remove dead function.Chris Lattner
2009-07-09Misc encoding fixes; reported on llvmdev.Eli Friedman
2009-07-09eraseFromDisk no longer throws.Chris Lattner
2009-07-09There's no need to consider PHI nodes in the same block as the instructionNick Lewycky
2009-07-09Add some statistics to SSI so we can see what it's up to.Nick Lewycky
2009-07-09Missing )Bill Wendling
2009-07-09Add a -t="dir" option to the driver. This can be used to specify the director...Sanjiv Gupta
2009-07-09simplify this logic a bit more.Chris Lattner
2009-07-09move reasoning about darwin $non_lazy_ptr stubs from asmprinter intoChris Lattner
2009-07-09Targets sometimes assign fixed stack object to spill certain callee-savedEvan Cheng
2009-07-09Reorg includes.Evan Cheng
2009-07-09rearrange some code, no functionality change.Chris Lattner
2009-07-09make direct calls set MO_PLT or MO_DARWIN_STUB as appropriate with fast isel.Chris Lattner
2009-07-09reduce nesting by rearranging branches.Chris Lattner
2009-07-09make isel use MO_PIC_BASE_OFFSET when lowering globalvalues on darwin in picChris Lattner
2009-07-09various minor cleanups, no functionality change.Chris Lattner
2009-07-09make isel decide whether to emit $stub's on darwin instead of asmprinter.Chris Lattner
2009-07-09pc-relative references are *always* to functions, never to globals. ISel Chris Lattner
2009-07-09make cygwin use its own stubs set, instead of overloading a darwin one.Chris Lattner
2009-07-09Make isel determine where to emit PLT-relative calls instead of havingChris Lattner
2009-07-09isPICStyleStub() is now never true in -static mode, so simplify code.Chris Lattner
2009-07-09simplify some code based on the fact that picstyles != none are only valid Chris Lattner
2009-07-09all this logic always returns true because GOT mode is never active in x86-64...Chris Lattner
2009-07-09isPICStyleRIPRel() and friends are never true in -static mode.Chris Lattner
2009-07-09Move PR4517 to README.txt.Nick Lewycky
2009-07-09Improved tracking of value number kills. VN kills are now representedLang Hames