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