summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* move a virtual method body to its .cpp file to avoid a #include Chris Lattner2009-08-022-7/+11
* turn some templated inline functions into static functions.Chris Lattner2009-08-022-14/+11
* alpha TAI doesn't need TM.Chris Lattner2009-08-023-8/+3
* MSP430 TAI doesn't need TM.Chris Lattner2009-08-023-4/+3
* Generalize the interface of 'StoreManager::RemoveDeadBindings()' to manipulat...Ted Kremenek2009-08-025-23/+24
* simplify SPULinuxTargetAsmInfo, remove use of TM.Chris Lattner2009-08-023-44/+16
* xcore TAI doesn't need TM.Chris Lattner2009-08-023-4/+3
* PIC16 TAI doesn't need TMChris Lattner2009-08-023-12/+7
* remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfoChris Lattner2009-08-027-48/+1
* eliminate the TM argument to the TAI class, remove comment about supportingChris Lattner2009-08-023-8/+4
* eliminate TargetMAchine argument to sparc TAIChris Lattner2009-08-023-7/+4
* remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner2009-08-0228-71/+37
* Remove old code that was causing the new test to fail.Anders Carlsson2009-08-021-3/+0
* remove the x86/ppc impls of getEHGlobalPrefix, which is already dead.Chris Lattner2009-08-024-17/+0
* Fix regression in StoreManager::CastRegion() to always treat casts toTed Kremenek2009-08-022-3/+15
* Add missing flush().Daniel Dunbar2009-08-021-0/+3
* clean up #includes of TargetAsmInfo.cppChris Lattner2009-08-021-11/+0
* move an enum from TM -> TargetOptions. This makes TargetOptions.hChris Lattner2009-08-022-9/+9
* remove the dead PreferredEHDataFormat TAI hook: its now deadChris Lattner2009-08-025-91/+3
* Fix some fixme's in #if 0'd code by making it dependent on the structuralChris Lattner2009-08-021-29/+34
* Don't evaluate inout constraints twice. Fixes PR3800.Anders Carlsson2009-08-022-2/+10
* Test both darwin and linux.Evan Cheng2009-08-021-5/+12
* Compute end_overridden_methods in a way that keeps ENABLE_EXPENSIVE_CHECKSDaniel Dunbar2009-08-021-1/+1
* Tweak svn:ignoreDaniel Dunbar2009-08-020-0/+0
* Use Twine instead of utostrDaniel Dunbar2009-08-021-1/+1
* move getDwarfExceptionSection from TAI to TLOF and rename it to Chris Lattner2009-08-027-19/+21
* Fix a possible crash on delete of an uninitialized variable.Daniel Dunbar2009-08-022-1/+7
* Fix an ENABLE_EXPENSIVE_CHECKS error.Daniel Dunbar2009-08-021-2/+3
* Don't call SectionForGlobal for hasAvailableExternallyLinkage()Dan Gohman2009-08-021-1/+1
* don't call SectionForGlobal on declarations, you can't tell the section aChris Lattner2009-08-021-1/+3
* convert ctors/dtors section to be in TLOF instead ofChris Lattner2009-08-0210-42/+78
* switch to filecheck formatChris Lattner2009-08-021-12/+12
* Tweak svn:ignoreDaniel Dunbar2009-08-020-0/+0
* Tweak svn:ignoreDaniel Dunbar2009-08-020-0/+0
* don't override the default of this, the only difference is \t instead of ' '.Chris Lattner2009-08-021-2/+0
* Change MCOperand to use Create style instead of Make style for constructingDaniel Dunbar2009-08-024-24/+33
* make SectionKind::Kind completely private now.Chris Lattner2009-08-021-5/+1
* Make SectionKind::get() private.Chris Lattner2009-08-026-24/+25
* (re)introduce new simpler apis for creation sectionkinds.Chris Lattner2009-08-014-73/+83
* Remove "JumpTableDataSection" from TAI, instead, have AsmPrinterChris Lattner2009-08-019-46/+33
* give alpha its readonly section. This optimizes alpha, and prevents aChris Lattner2009-08-011-0/+2
* Avoid accessing invalid std::vector element; this makes clangDaniel Dunbar2009-08-011-2/+3
* lit: Catch (internal) exceptions when using --no-sh.Daniel Dunbar2009-08-011-12/+10
* Fix a minor issue with unions in the new struct building code.Eli Friedman2009-08-012-2/+9
* lit: Fix thinko in finding config file.Daniel Dunbar2009-08-011-2/+2
* .rdata == .rodata on mips.Chris Lattner2009-08-011-1/+0
* no need to override the default with the default.Chris Lattner2009-08-011-1/+0
* one fewer license, yay. :)Chris Lattner2009-08-011-1/+0
* eXtensible Systems doesn't exist any more and Reid donated this to theChris Lattner2009-08-011-6/+0
* loweringinfo is always non-null.Chris Lattner2009-08-011-1/+1
OpenPOWER on IntegriCloud