summaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Add replaceAllUsesWith() to FE replace debug info constructs while building c...Devang Patel2009-07-221-0/+5
* Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel2009-07-224-55/+65
* Support writing a StringRef to a raw_ostream directly.Daniel Dunbar2009-07-221-7/+14
* Remove a comment that was copy+pasted from the wrong place,Torok Edwin2009-07-221-1/+0
* Attempt to fix BuildBot breakage with MSVC.Eli Friedman2009-07-221-0/+5
* Remove intrinsic support for __builtin_ia32_vec_set_v16qi andEric Christopher2009-07-221-6/+0
* inline the two MergeableConstSection implementations into theirChris Lattner2009-07-222-2/+0
* remove the SelectSectionForMachineConst hook, replacing it withChris Lattner2009-07-223-4/+19
* Let each target determines whether a machine instruction is dead. If true, th...Evan Cheng2009-07-221-0/+6
* 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
* 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