Do not truncate sign bits for negative imms
[oota-llvm.git] / include /
2009-07-16 Evan ChengLet callers decide the sub-register index on the def...
2009-07-16 Chris Lattneradd a knob to turn off PrettyStackTrace globally. ...
2009-07-16 Chris Lattnerimplement .include in the lexer/parser instead of passi...
2009-07-16 Daniel DunbarKill off last uses of TargetMachineRegistry class.
2009-07-16 Daniel DunbarFix gcc 4.0 build failure, can't rely on access inside...
2009-07-16 Daniel DunbarSwitch llc and createJIT to use simpler command line...
2009-07-16 Daniel DunbarAdd registered target list to --version output.
2009-07-16 Dan Gohmanformatted_raw_ostream both is-a raw_ostream and has...
2009-07-16 Daniel DunbarAdd explicit comment that clients can call target initi...
2009-07-15 Owen AndersonRevert yesterday's change by removing the LLVMContext...
2009-07-15 Daniel DunbarLift addAssemblyEmitter into LLVMTargetMachine.
2009-07-15 Dan GohmanChange raw_ostream so that it doesn't call llvm_report_...
2009-07-15 Owen AndersonAdd an LLVMContext to Type, hardwired to the global...
2009-07-15 Bob WilsonClean up some comments.
2009-07-15 Daniel DunbarLift DumpAsm / -print-emitted-asm functionality into...
2009-07-15 Chris LattnerUpdate the C bindings to keep the LLVMTypeKind up to...
2009-07-15 Daniel DunbarRemove mismatched and unnecessary declaration.
2009-07-15 Owen AndersonMove a few more convenience factory functions from...
2009-07-15 Owen AndersonMove the ConstantStruct factory methods over to LLVMCon...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 David GreeneGet rid of postInstructionAction and call EmitComments...
2009-07-15 Dan GohmanFix a typo in a comment that Duncan noticed.
2009-07-15 Dan GohmanFix a thinko in a comment that Duncan spotted.
2009-07-15 Dan GohmanAdd a Force option to raw_fd_ostream to specify whether...
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Dan GohmanAdd a raw_ostream version of CheckBitcodeOutputToConsole.
2009-07-15 Dan GohmanAdd a comment noting that raw_os_ostream does not check...
2009-07-15 Dan GohmanAdd a raw_ostream operator<< to sys::Path.
2009-07-15 Kevin EnderbyAdded llvm-mc support for parsing the .dump and .load...
2009-07-15 Duncan SandsRemove the v3i32 and v3f32 value types: they are not
2009-07-15 Duncan SandsRemove StringConstantPrefix now that the only user
2009-07-15 Daniel DunbarKill off old (TargetMachine level, not Target level...
2009-07-15 Daniel DunbarProvide TargetMachine implementations with reference...
2009-07-15 Daniel DunbarKill off unused TargetMachineRegistry methods and ivars.
2009-07-15 Daniel DunbarMigrate llc and the JIT to using the TargetRegistry...
2009-07-15 Daniel DunbarInclude the Target& in the TargetMachineRegisterEntry.
2009-07-15 Daniel DunbarAllow multiple registrations of the same target.
2009-07-15 Daniel DunbarInitialize the target info via the InitializeNativeTarg...
2009-07-15 Daniel DunbarReimplement TargetMachineRegistry in terms of TargetReg...
2009-07-15 Daniel DunbarMark Target's creation routines as const.
2009-07-15 Daniel DunbarRegister Target's TargetMachine and AsmPrinter in the...
2009-07-15 Daniel DunbarFix thinko
2009-07-15 Daniel DunbarInclude Target specific Info initialization routine...
2009-07-15 Daniel DunbarAddress some review comments on TargetRegistry.
2009-07-15 Chris Lattnereliminate the Mangler::PreserveAsmNames bit, the sole...
2009-07-15 Chris Lattnerremove printSuffixedName.
2009-07-15 Daniel DunbarAdd new TargetRegistry.
2009-07-15 Dan GohmanMake makeLoopInvariant report whether it made any chang...
2009-07-15 Dan Gohmanllvm-c/Core.h is no longer needed in lto.h, and it...
2009-07-15 Chris LattnerFix a fixme, patch by Ryan Flynn!
2009-07-14 Kevin EnderbyAdded llvm-mc support for parsing the .include directive.
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-14 Kevin EnderbyAdded llvm-mc support for parsing the .lsym directive.
2009-07-14 Chris Lattnerfix a bug in my previous patch.
2009-07-14 Chris Lattnerallow default construction of formatted_raw_ostream.
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Chris LattnerRemove some dead functions, patch by Ryan Flynn!
2009-07-14 Dan GohmanFix a typo that Edwin spotted.
2009-07-14 Dan GohmanAdd a comment clarifying the role of getPrimitiveTypeSi...
2009-07-14 Torok EdwinIntroduce a pointertracking pass.
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Kevin EnderbyAdded llvm-mc support for parsing the .desc directive.
2009-07-14 Dan GohmanLLVM doesn't use libelf. Remove libelf configurey.
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Daniel DunbarRevert r75610 (and r75620, which was blocking the rever...
2009-07-14 Torok EdwinAfter converting assert(0) to LLVM_UNREACHABLE we lost...
2009-07-14 Daniel DunbarProfileInfo interface tweaks.
2009-07-14 Chris Lattnerremove renamed method.
2009-07-14 Bob WilsonRemove some tabs and fix other whitespace. No function...
2009-07-14 Bob WilsonFix a comment.
2009-07-14 Chris LattnerChange the X86 asmprinter to use the mangler to apply...
2009-07-14 Lang HamesNew VNInfo alignment patch by Ryan Flynn.
2009-07-14 Chris LattnerChange the internal interface to makeNameProper to...
2009-07-14 Lang HamesUnbroke LiveInterval.
2009-07-14 Lang HamesTidy up VNInfo alignment code. Patch contributed by...
2009-07-14 Dan GohmanIntroduce a new LoopInfo utility function makeLoopInvar...
2009-07-14 Devang PatelDo not use Mangler to remove '1' from linkage name.
2009-07-14 Bob WilsonRevert 75308.
2009-07-14 Eli FriedmanFix obvious typo.
2009-07-14 Chris Lattnerrename Memo/Count to AnonGlobalIDs/NextAnonGlobalID...
2009-07-13 Owen AndersonMove more functionality over to LLVMContext.
2009-07-13 Chris Lattnerremove Mangler::getTypeID and related data, it was...
2009-07-13 Chris Lattnerremove mangler support for mangling local names. Mangl...
2009-07-13 Owen AndersonMove a bit more functionality to LLVMContext, which...
2009-07-13 Kevin EnderbyAdded llvm-mc support for parsing the .abort directive.
2009-07-13 Dan GohmanForward-declare Loop and LoopInfo instead of #including...
2009-07-13 Owen AndersonThese don't really need contexts either.
2009-07-13 Dan GohmanMove isLCSSAForm, isLoopInvariant, getCanonicalInductio...
2009-07-13 Dan GohmanMake Loop and MachineLoop be subclasses of LoopBase...
2009-07-13 Devang PatelUse AsmPrinter's Mangler to remove leading '1' from...
2009-07-13 Dan GohmanReapply 75252, with a fix to avoid the infinite recursi...
2009-07-13 Owen AndersonAs Chris pointed out, this doesn't actually need an...
2009-07-13 Kevin Enderbyadd llvm-mc support for parsing the .subsections_via_sy...
2009-07-13 Owen AndersonMove more functionality over to LLVMContext.
2009-07-13 Dan GohmanConvert SCEV from FoldingSetNode to FastFoldingSetNode...
2009-07-13 Dan GohmanDelete a spurious const.
2009-07-13 David GreeneAdd infrastructure to allow post instruction printing...
2009-07-13 Chris LattnerAdd NetBSD to the Triple class, patch by Krister Walfri...
2009-07-13 Dan GohmanAdd an optional optimization to FoldingSet to allow...
2009-07-13 David GreeneMake some more changes suggested by Chris. Manipulator...
next