| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | make direct calls set MO_PLT or MO_DARWIN_STUB as appropriate with fast isel. | Chris Lattner | 2009-07-09 | 1 | -7/+36 |
* | Don't create undefined symbols for aliases. | Nick Lewycky | 2009-07-09 | 1 | -2/+5 |
* | reduce nesting by rearranging branches. | Chris Lattner | 2009-07-09 | 1 | -17/+12 |
* | make isel use MO_PIC_BASE_OFFSET when lowering globalvalues on darwin in pic | Chris Lattner | 2009-07-09 | 2 | -6/+5 |
* | various minor cleanups, no functionality change. | Chris Lattner | 2009-07-09 | 1 | -6/+6 |
* | make isel decide whether to emit $stub's on darwin instead of asmprinter. | Chris Lattner | 2009-07-09 | 3 | -48/+48 |
* | pc-relative references are *always* to functions, never to globals. ISel | Chris Lattner | 2009-07-09 | 1 | -21/+8 |
* | make cygwin use its own stubs set, instead of overloading a darwin one. | Chris Lattner | 2009-07-09 | 2 | -4/+3 |
* | Make isel determine where to emit PLT-relative calls instead of having | Chris Lattner | 2009-07-09 | 2 | -18/+31 |
* | add missing predicate. | Chris Lattner | 2009-07-09 | 1 | -0/+1 |
* | isPICStyleStub() is now never true in -static mode, so simplify code. | Chris Lattner | 2009-07-09 | 1 | -9/+4 |
* | simplify some code based on the fact that picstyles != none are only valid | Chris Lattner | 2009-07-09 | 4 | -23/+16 |
* | all this logic always returns true because GOT mode is never active in x86-64... | Chris Lattner | 2009-07-09 | 1 | -16/+5 |
* | isPICStyleRIPRel() and friends are never true in -static mode. | Chris Lattner | 2009-07-09 | 2 | -36/+29 |
* | Move PR4517 to README.txt. | Nick Lewycky | 2009-07-09 | 1 | -0/+22 |
* | Improved tracking of value number kills. VN kills are now represented | Lang Hames | 2009-07-09 | 9 | -66/+164 |
* | .o file writing shouldn't mess around with pic/relo models like the JIT does. | Chris Lattner | 2009-07-09 | 1 | -18/+0 |
* | move a hack out of the asm-printer specific path to the main target selection... | Chris Lattner | 2009-07-09 | 1 | -12/+17 |
* | many more cleanups, for example if in the "none" pic-style, | Chris Lattner | 2009-07-09 | 1 | -26/+26 |
* | Reduce indentation in GVRequiresExtraLoad. Return true for windows | Chris Lattner | 2009-07-09 | 1 | -26/+28 |
* | When in -static mode, force the PIC style to none. Doing this requires fixing | Chris Lattner | 2009-07-09 | 3 | -19/+33 |
* | merge two identical functions and simplify things that are GOT specific | Chris Lattner | 2009-07-09 | 1 | -41/+33 |
* | hoist check for IsTailCall to callers. Eliminate redundant check for | Chris Lattner | 2009-07-09 | 1 | -10/+6 |
* | change a few methods to be static functions. | Chris Lattner | 2009-07-09 | 2 | -14/+17 |
* | one more added assert. | Chris Lattner | 2009-07-09 | 1 | -1/+3 |
* | remove eh, convert to FileCheck style | Chris Lattner | 2009-07-09 | 1 | -6/+9 |
* | move handling of dllimport linkage in isel, not in asmprinter. | Chris Lattner | 2009-07-09 | 4 | -17/+27 |
* | we have no tests for dllimport/export. Add one. | Chris Lattner | 2009-07-09 | 1 | -0/+9 |
* | Work around an ICE in gcc-4.2.4. | Jeffrey Yasskin | 2009-07-09 | 1 | -1/+2 |
* | one more assertion! | Chris Lattner | 2009-07-09 | 1 | -1/+3 |
* | add some more assertions. Remove code to handle dllimport on darwin. | Chris Lattner | 2009-07-09 | 1 | -3/+6 |
* | Make SelectionDAG::getVectorShuffle work properly for VECTOR_SHUFFLE | Dan Gohman | 2009-07-09 | 1 | -2/+2 |
* | remove "asmcall", using print_pcrel_imm instead of printOperand. | Chris Lattner | 2009-07-09 | 1 | -27/+8 |
* | simplify some logic | Chris Lattner | 2009-07-09 | 1 | -13/+15 |
* | * add some assertions for sanity checking. | Chris Lattner | 2009-07-09 | 2 | -24/+26 |
* | stop on the first file mismatch. | Chris Lattner | 2009-07-09 | 1 | -0/+1 |
* | add a test for dale's recent change. | Chris Lattner | 2009-07-09 | 1 | -11/+34 |
* | Make SmallPtrSet iterators real iterators | Douglas Gregor | 2009-07-08 | 1 | -0/+8 |
* | LLVMContext-ification. | Owen Anderson | 2009-07-08 | 2 | -7/+10 |
* | switch test to FileCheck-style and test the P and non-P cases. | Chris Lattner | 2009-07-08 | 1 | -4/+19 |
* | rename a test to make it a feature test. | Chris Lattner | 2009-07-08 | 1 | -0/+0 |
* | Use common code for both ARM and Thumb-2 instruction and register info. | David Goodwin | 2009-07-08 | 15 | -1128/+107 |
* | * manually concatenate two string literals | Chris Lattner | 2009-07-08 | 1 | -3/+1 |
* | - Add some NEON ld / st instruction static encoding. | Evan Cheng | 2009-07-08 | 2 | -4/+38 |
* | Fix thinko. | Devang Patel | 2009-07-08 | 1 | -1/+1 |
* | Fix the AssertingVH unittests. | Jeffrey Yasskin | 2009-07-08 | 1 | -2/+1 |
* | Add an option to allocate JITed global data separately from code. By | Jeffrey Yasskin | 2009-07-08 | 12 | -72/+291 |
* | Reformat. | David Greene | 2009-07-08 | 1 | -1/+3 |
* | Drop "constant" from | Devang Patel | 2009-07-08 | 6 | -12/+11 |
* | Allow users of GraphWriter to display graphs asynchronously. This | David Greene | 2009-07-08 | 2 | -16/+32 |