- 275872e Fix some comments referring to std::cerr. by Daniel Dunbar · 16 years ago
- 0ea8bf3 - s/DOUT/DEBUG(errs()/g - Tidy up some headers. by Bill Wendling · 16 years ago
- e28039c Move most targets TargetMachine constructor to only taking a target triple. by Daniel Dunbar · 16 years ago
- c20a6fd Expand LDA testcases. by Andreas Bolka · 16 years ago
- d558ea5 Add extra SEXT pattern. by Richard Osborne · 16 years ago
- 3bb9b9a The x86 jit doesn't generate a def_cfa_offset unwind instruction after the by Bill Wendling · 16 years ago
- 3be0340 Normalize Subtarget constructors to take a target triple string instead of by Daniel Dunbar · 16 years ago
- 1391cc1 Remove unneeded intrinsics from Blackfin backend. by Jakob Stoklund Olesen · 16 years ago
- a9a03f9 Fix the build for people with oprofile installed. by Nick Lewycky · 16 years ago
- 9a0b574 Empty arguments need to be quoted on Win32. by Daniel Dunbar · 16 years ago
- b36eb9d Fix issue in regscavenger when scavenging a callee-saved register that has not been spilled. by Jakob Stoklund Olesen · 16 years ago
- 7b4e503 One two many newlines at end of file LLVMContextImpl.cpp by Edward O'Callaghan · 16 years ago
- 83c9e6b Tweak svn:ignore more by Daniel Dunbar · 16 years ago
- b222956 Tweak svn:ignore by Daniel Dunbar · 16 years ago
- bf4fc28 Adjust comment to distinguish between target name and triple target name they by Daniel Dunbar · 16 years ago
- 079029b Fix no newline at end of LLVMContextImpl.cpp by Edward O'Callaghan · 16 years ago
- ece4818 Never add a kill flag to a constrained physical register in a two-addr instruction. by Jakob Stoklund Olesen · 16 years ago
- 0e6a4ef Scavenger asserts. by Jakob Stoklund Olesen · 16 years ago
- 6b30f5c Add some basic blackfin intrinsics. by Jakob Stoklund Olesen · 16 years ago
- 26a84d4 Add support for CPU features (i.e., bugs) and workarounds. by Jakob Stoklund Olesen · 16 years ago
- 63cc527 Inline assembly support for Blackfin. by Jakob Stoklund Olesen · 16 years ago
- 73b7bb7 Build Blackfin target with autoconf and cmake. by Jakob Stoklund Olesen · 16 years ago
- d950941 Analog Devices Blackfin back-end. by Jakob Stoklund Olesen · 16 years ago
- 4ea4804 Avoid forming a SELECT_CC in a type that the target doesn't by Dan Gohman · 16 years ago
- 7267734 Fix indentation. by Dan Gohman · 16 years ago
- cadb226 Add a comment. by Dan Gohman · 16 years ago
- a98634b Resync lea32addr and lea64addr. by Dan Gohman · 16 years ago
- e6864c1 Remove duplicated colons and spaces. by Benjamin Kramer · 16 years ago
- bcdbcb9 Handle <undef> flag in machine code verifier. by Jakob Stoklund Olesen · 16 years ago
- 18a4c16 move dwarf debug info section selection stuff from TAI to by Chris Lattner · 16 years ago
- 35039ac convert EHFrameSection to be managed by TLOF instead of TAI. by Chris Lattner · 16 years ago
- 21e1e81 I need Triple information, 10.6 shouldn't set this, it bloats object files. by Chris Lattner · 16 years ago
- 24def37 ARM TAI no longer needs a TM, but createTargetAsmInfo() still does. by Chris Lattner · 16 years ago
- d90183d Move the getInlineAsmLength virtual method from TAI to TII, where by Chris Lattner · 16 years ago
- b6bbfebd move a virtual method body to its .cpp file to avoid a #include in a header. by Chris Lattner · 16 years ago
- 7bbd178 turn some templated inline functions into static functions. by Chris Lattner · 16 years ago
- f67de7a alpha TAI doesn't need TM. by Chris Lattner · 16 years ago
- 68f2b2c MSP430 TAI doesn't need TM. by Chris Lattner · 16 years ago
- 09e820b simplify SPULinuxTargetAsmInfo, remove use of TM. by Chris Lattner · 16 years ago
- 71a56d7 xcore TAI doesn't need TM. by Chris Lattner · 16 years ago
- 3878bff PIC16 TAI doesn't need TM by Chris Lattner · 16 years ago
- 9ba8c68 remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo by Chris Lattner · 16 years ago
- e6483e3 eliminate the TM argument to the TAI class, remove comment about supporting by Chris Lattner · 16 years ago
- ba8e740 eliminate TargetMAchine argument to sparc TAI by Chris Lattner · 16 years ago
- 8d4a0a3 remove TargetAsmInfo::TM, which is now dead. The basic TAI class now by Chris Lattner · 16 years ago
- 83f08a2 remove the x86/ppc impls of getEHGlobalPrefix, which is already dead. by Chris Lattner · 16 years ago
- 2b800df Add missing flush(). by Daniel Dunbar · 16 years ago
- 5e62147 clean up #includes of TargetAsmInfo.cpp by Chris Lattner · 16 years ago
- 05e5fca move an enum from TM -> TargetOptions. This makes TargetOptions.h by Chris Lattner · 16 years ago
- b6d6674 remove the dead PreferredEHDataFormat TAI hook: its now dead by Chris Lattner · 16 years ago
- ad88bc4 Fix some fixme's in #if 0'd code by making it dependent on the structural by Chris Lattner · 16 years ago
- b9bcdd9 Test both darwin and linux. by Evan Cheng · 16 years ago
- d5bbb07 move getDwarfExceptionSection from TAI to TLOF and rename it to by Chris Lattner · 16 years ago
- 967ce7f Fix a possible crash on delete of an uninitialized variable. by Daniel Dunbar · 16 years ago
- 6f69aa3 Fix an ENABLE_EXPENSIVE_CHECKS error. by Daniel Dunbar · 16 years ago
- 18f54c0 Don't call SectionForGlobal for hasAvailableExternallyLinkage() by Dan Gohman · 16 years ago
- 6f411df don't call SectionForGlobal on declarations, you can't tell the section a by Chris Lattner · 16 years ago
- 80ec279 convert ctors/dtors section to be in TLOF instead of TAI. by Chris Lattner · 16 years ago
- f9f1adb switch to filecheck format by Chris Lattner · 16 years ago
- cc4a568 Tweak svn:ignore by Daniel Dunbar · 16 years ago
- c71359a Tweak svn:ignore by Daniel Dunbar · 16 years ago
- 73e789f don't override the default of this, the only difference is \t instead of ' '. by Chris Lattner · 16 years ago
- cdcb388 Change MCOperand to use Create style instead of Make style for constructing by Daniel Dunbar · 16 years ago
- 7b1dcdf make SectionKind::Kind completely private now. by Chris Lattner · 16 years ago
- 1ef9be2 Make SectionKind::get() private. by Chris Lattner · 16 years ago
- 2798119 (re)introduce new simpler apis for creation sectionkinds. by Chris Lattner · 16 years ago
- 83d77fa Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter by Chris Lattner · 16 years ago
- 0da3f4f give alpha its readonly section. This optimizes alpha, and prevents a by Chris Lattner · 16 years ago
- 528c0d2 .rdata == .rodata on mips. by Chris Lattner · 16 years ago
- 566d1c4 no need to override the default with the default. by Chris Lattner · 16 years ago
- d6c5b36 one fewer license, yay. :) by Chris Lattner · 16 years ago
- afebf35 eXtensible Systems doesn't exist any more and Reid donated this to the by Chris Lattner · 16 years ago
- 2f03f65 loweringinfo is always non-null. by Chris Lattner · 16 years ago
- b80610c REmove dead fields of TAI. by Chris Lattner · 16 years ago
- c19ee61 fix a problem Eli noticed where we would compile the attached ptrtoint to: by Chris Lattner · 16 years ago
- cea01bf update for rename by Chris Lattner · 16 years ago
- 8245838 fix a fixme by sinking various target-specific directives down into by Chris Lattner · 16 years ago
- 94dab1e coff also doesn't have a ReadOnlySection yet, (!) by Chris Lattner · 16 years ago
- 56fe93c coff doesn't set a .bss seciton, so this is dead. by Chris Lattner · 16 years ago
- f9650c0 it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/ by Chris Lattner · 16 years ago
- 27602b8 don't use isWeak anymore. by Chris Lattner · 16 years ago
- 0064e85 fix a layering violation by moving SectionKind out to its own header. by Chris Lattner · 16 years ago
- f170088 Minor whitespace tidiness. by Dan Gohman · 16 years ago
- a9c1dd7 Fix typos in comments. by Dan Gohman · 16 years ago
- 423d190 with the previous refactoring, fixme fixed! by Chris Lattner · 16 years ago
- 5d65542 update for API change. by Chris Lattner · 16 years ago
- 968ff11 Change SectionKind to be a property that is true of a *section*, it by Chris Lattner · 16 years ago
- d7f10d3 add a note about the build bots by Chris Lattner · 16 years ago
- 7e77b0f Minor code cleanups. by Dan Gohman · 16 years ago
- 1944da1 Print the target flags as an int instead of a char, as they aren't by Dan Gohman · 16 years ago
- 7aeff08 Use the default copy ctor and copy-assignment operators. by Dan Gohman · 16 years ago
- 5f9b69f Add nounwind to this test. by Dan Gohman · 16 years ago
- 1102afb Add newline at end of file to remove gcc warning. by Nick Lewycky · 16 years ago
- d6f034b Remove now empty unit test directory. by Benjamin Kramer · 16 years ago
- fbad2cc daniel says it's fine to nuke this. by Chris Lattner · 16 years ago
- 27a3260 update for new api by Chris Lattner · 16 years ago
- 4a7bc1e All MCSections are now required to have a SectionKind. by Chris Lattner · 16 years ago
- f67e84e Hack to make this test work on platforms which aren't Macs. Fixing this by Eli Friedman · 16 years ago
- 25f7cfc Workaround a couple of Darwin assembler bugs. by Evan Cheng · 16 years ago
- f940833 Give MachineFunctionAnalysis a destructor so it can verify that by Dan Gohman · 16 years ago