Age | Commit message (Expand) | Author |
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 | .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 | remove "asmcall", using print_pcrel_imm instead of printOperand. | Chris Lattner |
2009-07-09 | simplify some logic | Chris Lattner |
2009-07-09 | * add some assertions for sanity checking. | Chris Lattner |
2009-07-08 | * manually concatenate two string literals | Chris Lattner |
2009-07-08 | Recommit r74952 with a bug fix: | Bill Wendling |
2009-07-08 | Implement changes from Chris's feedback. | Torok Edwin |
2009-07-08 | Convert more abort() calls to llvm_report_error(). | Torok Edwin |
2009-07-08 | Start converting to new error handling API. | Torok Edwin |
2009-07-07 | --- Reverse-merging (from foreign repository) r74952 into '.': | Bill Wendling |
2009-07-07 | Commit the file I actually changed as part of last | Dale Johannesen |
2009-07-07 | DWARF requires frame moves be specified at specific times. If you have a | Bill Wendling |
2009-07-07 | Don't accept globals as matching 'i' constraint | Dale Johannesen |
2009-07-06 | Add the Object Code Emitter class. Original patch by Aaron Gray, I did some | Bruno Cardoso Lopes |
2009-07-03 | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller |
2009-07-02 | CMake build fixes, from Xerxes Ranby | Douglas Gregor |
2009-07-02 | @GOTPCREL is also rip-relative. Fix fast-isel to do the right thing. | Chris Lattner |
2009-07-02 | Fix yet-another bug I introduced into fastisel, this time handling | Chris Lattner |
2009-07-02 | Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al... | Bruno Cardoso Lopes |
2009-07-02 | Fix a bunch of other places that used operator[] to test whether | Dan Gohman |
2009-07-01 | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling |
2009-07-01 | Fix some fast-isel problems selecting global variable addressing in | Chris Lattner |
2009-07-01 | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar |
2009-06-30 | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling |
2009-06-30 | Add 256-bit memory operand support. | David Greene |
2009-06-30 | Fix PR4485. | Rafael Espindola |
2009-06-30 | Fix PR4484. | Rafael Espindola |
2009-06-30 | Add a bit IsUndef to MachineOperand. This indicates the def / use register op... | Evan Cheng |
2009-06-30 | remove a bogus note. | Chris Lattner |
2009-06-30 | add a note | Chris Lattner |
2009-06-29 | Add a 256-bit register class and YMM registers. | David Greene |
2009-06-29 | FIX PR 4459. | Rafael Espindola |
2009-06-29 | Add a target-specific DAG combine on X86 to fold the common pattern of | Owen Anderson |
2009-06-29 | Add processor descriptions for Istanbul and Shanghai. | David Greene |
2009-06-29 | Fix a subtarget feature bug. | David Greene |