| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove Value::{isName, getNameRef}. | Daniel Dunbar | 2009-07-25 | 1 | -2/+2 |
* | Add new helpers for registering targets. | Daniel Dunbar | 2009-07-25 | 1 | -3/+3 |
* | use section flags more correctly. | Chris Lattner | 2009-07-24 | 1 | -3/+2 |
* | fix a mysterious and scary failure on test/CodeGen/X86/cstring.ll | Chris Lattner | 2009-07-24 | 1 | -1/+1 |
* | reduce api exposure: clients shouldn't call SectionKindForGlobal directly. | Chris Lattner | 2009-07-24 | 1 | -4/+5 |
* | make AsmPrinter::doFinalization iterate over the global variables | Chris Lattner | 2009-07-21 | 4 | -65/+62 |
* | Add plumbing for the `linker_private' linkage type. This type is meant for | Bill Wendling | 2009-07-20 | 2 | -0/+3 |
* | Put Target definitions inside Target specific header, and llvm namespace. | Daniel Dunbar | 2009-07-18 | 1 | -3/+1 |
* | Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink | Daniel Dunbar | 2009-07-16 | 1 | -3/+0 |
* | Remove old style hacks to register AsmPrinter into TargetMachine. | Daniel Dunbar | 2009-07-15 | 1 | -8/+0 |
* | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 3 | -4/+11 |
* | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 3 | -11/+4 |
* | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar | 2009-07-15 | 3 | -4/+11 |
* | rename decorateName -> DecorateCygMingName, make it assert if not | Chris Lattner | 2009-07-15 | 2 | -13/+14 |
* | use makeNameProper to add the globalprefix instead of doing it manually. | Chris Lattner | 2009-07-15 | 1 | -3/+1 |
* | actually $stub labels *are* private, I just missed that | Chris Lattner | 2009-07-15 | 1 | -6/+2 |
* | $stub references should not be private ("L") labels. | Chris Lattner | 2009-07-15 | 1 | -4/+5 |
* | Fix path name. | Daniel Dunbar | 2009-07-14 | 1 | -1/+1 |
* | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 5 | -7/+8 |
* | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 3 | -80/+66 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 3 | -17/+17 |
* | Revert r75615, which depended on 75610. | Daniel Dunbar | 2009-07-14 | 1 | -5/+6 |
* | Revert r75610 (and r75620, which was blocking the revert), in the hopes of | Daniel Dunbar | 2009-07-14 | 1 | -70/+54 |
* | eliminate extra space. | Torok Edwin | 2009-07-14 | 2 | -8/+8 |
* | Rename getValueName -> getMangledName. | Chris Lattner | 2009-07-14 | 1 | -6/+5 |
* | Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz... | Chris Lattner | 2009-07-14 | 1 | -54/+70 |
* | use getValueName instead of makeNameProper. | Chris Lattner | 2009-07-14 | 1 | -2/+2 |
* | don't print redundant @PLT suffixes | Chris Lattner | 2009-07-13 | 1 | -4/+0 |
* | clean up some syntax. | Chris Lattner | 2009-07-13 | 1 | -12/+11 |
* | eliminate a bunch of code in print_pcrel_imm for printing symbols, using | Chris Lattner | 2009-07-13 | 1 | -73/+26 |
* | move a method and add a comment, no functionality change. | Chris Lattner | 2009-07-13 | 1 | -86/+89 |
* | refactor operand printing to remove hte last of the "mem" modifier hack. The | Chris Lattner | 2009-07-13 | 1 | -13/+13 |
* | refactor symbol printing so the whole "mem" thing is handled in fewer places. | Chris Lattner | 2009-07-13 | 2 | -40/+49 |
* | Remove extra \n from LLVM_UNREACHABLE calls. | Torok Edwin | 2009-07-12 | 1 | -1/+1 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 3 | -15/+17 |
* | remove the "debug" modifier, it is only used by one instruction which can | Chris Lattner | 2009-07-10 | 1 | -1/+1 |
* | make pcrel and non-pcrel global printing more similar. | Chris Lattner | 2009-07-10 | 1 | -11/+19 |
* | remove the now-dead TM argument to these methods. | Chris Lattner | 2009-07-10 | 1 | -1/+1 |
* | add a couple of predicates to test for "stub style pic in PIC mode" and "stub... | Chris Lattner | 2009-07-10 | 1 | -9/+6 |
* | make this more like printOperand. Perhaps some merging will happen | Chris Lattner | 2009-07-10 | 1 | -3/+2 |
* | Handle 'A' modifier in inline asms. | Dale Johannesen | 2009-07-09 | 1 | -0/+9 |
* | move reasoning about darwin $non_lazy_ptr stubs from asmprinter into | Chris Lattner | 2009-07-09 | 1 | -23/+17 |
* | 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 | 1 | -6/+2 |
* | 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 | 1 | -41/+22 |
* | 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 | 1 | -15/+6 |
* | isPICStyleStub() is now never true in -static mode, so simplify code. | Chris Lattner | 2009-07-09 | 1 | -9/+4 |