Age | Commit message (Expand) | Author |
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 |
2009-07-09 | .o file writing shouldn't mess around with pic/relo models like the JIT does. | Chris Lattner |
2009-07-09 | move a hack out of the asm-printer specific path to the main target selection... | Chris Lattner |
2009-07-09 | many more cleanups, for example if in the "none" pic-style, | Chris Lattner |
2009-07-09 | Reduce indentation in GVRequiresExtraLoad. Return true for windows | Chris Lattner |
2009-07-09 | When in -static mode, force the PIC style to none. Doing this requires fixing | Chris Lattner |
2009-07-09 | merge two identical functions and simplify things that are GOT specific | Chris Lattner |
2009-07-09 | hoist check for IsTailCall to callers. Eliminate redundant check for | Chris Lattner |
2009-07-09 | change a few methods to be static functions. | Chris Lattner |
2009-07-09 | one more added assert. | Chris Lattner |
2009-07-09 | move handling of dllimport linkage in isel, not in asmprinter. | Chris Lattner |
2009-07-09 | one more assertion! | Chris Lattner |
2009-07-09 | add some more assertions. Remove code to handle dllimport on darwin. | Chris Lattner |
2009-07-09 | Make SelectionDAG::getVectorShuffle work properly for VECTOR_SHUFFLE | Dan Gohman |