summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the Pass+Context magic.Owen Anderson2009-07-2217-45/+34
* reimplement Constant::ContainsRelocations as Chris Lattner2009-07-221-20/+15
* Now that RelocBehaviour() is never overloaded, it doesn't need to beChris Lattner2009-07-211-7/+0
* Add intrinsic for __builtin_ia32_vec_set_v4si which turns out to beEric Christopher2009-07-211-0/+3
* no really, I can spell!Chris Lattner2009-07-211-4/+4
* add an API so target-independent codegen can determine if a constantChris Lattner2009-07-211-1/+28
* Permit the IntPtrTy argument to isEliminableCastPair to be null,Dan Gohman2009-07-211-1/+1
* Change ELFCodeEmitter logic to emit the constant pool and jump tables toBruno Cardoso Lopes2009-07-211-1/+1
* Replace the original ad-hoc code for determining whether (v pred w) impliesDan Gohman2009-07-211-13/+19
* make some stuff private.Chris Lattner2009-07-212-4/+7
* improve comments.Chris Lattner2009-07-211-11/+21
* Add missing includeDaniel Dunbar2009-07-211-0/+1
* inline a trivial method into its only call site and fix indentation of casesChris Lattner2009-07-211-1/+0
* Remove some overridden functions in XCoreTargetAsmInfo that areChris Lattner2009-07-211-1/+1
* revert r76602, 76603, and r76615, pending design discussions.Chris Lattner2009-07-214-79/+6
* Privatize the ConstantArray table.Owen Anderson2009-07-212-3/+7
* Privatize the first of the value maps.Owen Anderson2009-07-212-4/+1
* Remove shift amount flavor. It isn't actually complete enough to Eli Friedman2009-07-211-15/+0
* Prefix IR dumps with LiveInterval indices when possible. This turnsDavid Greene2009-07-211-2/+24
* make AsmPrinter::doFinalization iterate over the global variablesChris Lattner2009-07-211-0/+5
* Add PrefixPrinter arguments to the dump routines for MachineFunction andDavid Greene2009-07-212-4/+14
* Add a small utility class to configure IR printers. This will allowDavid Greene2009-07-211-0/+41
* Rename getConstantInt{True|False} to get{True|False} at Chris' behest.Owen Anderson2009-07-211-2/+2
* Add freed memory poisoning in !NDEBUG mode for DenseMap.Torok Edwin2009-07-211-1/+15
* Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match theChris Lattner2009-07-211-4/+4
* Move StringRef comparison operators out of class.Daniel Dunbar2009-07-211-16/+38
* Add StringRef::{substr, startswith}.Daniel Dunbar2009-07-211-1/+27
* Add StringRef class, with fixes.Daniel Dunbar2009-07-211-0/+127
* Move a bit more state over to the LLVMContext.Owen Anderson2009-07-211-13/+0
* Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comesDavid Greene2009-07-201-0/+11
* Assembly and Bitcode support for unsigned/signed overflow flags andDan Gohman2009-07-201-0/+12
* Clarify that OverflowingBinaryOperator is not used for SDiv, even thoughDan Gohman2009-07-201-1/+2
* Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API asKevin Enderby2009-07-201-12/+0
* Add MCAsmLexer interface.Daniel Dunbar2009-07-202-4/+35
* Remove FIXME that was already fixed.Eli Friedman2009-07-201-1/+0
* Rename Mangler linkage enums to something less gross.Bill Wendling2009-07-201-4/+4
* Add MCAsmParser interface.Daniel Dunbar2009-07-202-0/+50
* Put new enum at end of list to avoid changing ABI.Bill Wendling2009-07-201-2/+2
* remove TargetAsmInfo::ExpandInlineAsmChris Lattner2009-07-201-9/+0
* Copy ExpandInlineAsm to TargetLowering from TargetAsmInfo.Chris Lattner2009-07-201-0/+9
* Drop UDivOperator and introduce SDivOperator. Thanks to ChrisDan Gohman2009-07-201-5/+5
* add some fixme's and cleanups. TargetAsmInfo shouldn't depend on VMCore even...Chris Lattner2009-07-201-5/+9
* Revert the addition of hasNoPointerOverflow to GEPOperator.Dan Gohman2009-07-201-18/+0
* remove dead forward declChris Lattner2009-07-201-1/+0
* rename TargetAsmInfo::getASDirective -> getDataASDirectiveChris Lattner2009-07-201-9/+8
* Fix comment.Daniel Dunbar2009-07-201-2/+2
* Hide the DOUT static variable behind a function interface.David Greene2009-07-201-2/+6
* For PC relative relocations where symbols are defined in the same section theyBruno Cardoso Lopes2009-07-201-2/+11
* implement a new magic global "llvm.compiler.used" which is like llvm.used, butChris Lattner2009-07-201-5/+8
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-203-11/+28