end sentence in period, draw attention to the fact that you should
[oota-llvm.git] / include /
2009-07-17 Dan GohmanCommit this change, to accompany r76232.
2009-07-17 Dan GohmanAdd a new Operator class, for handling Instructions...
2009-07-17 Chris LattnerUntangle a snarl that I discovered when updating the...
2009-07-17 Daniel DunbarSketch support for target specific assembly parser.
2009-07-17 Mikhail GlushenkovTrailing whitespace.
2009-07-17 Xerxes RanbyImplement cmake LLVM_MULTITHREADED gcc atomic builtin...
2009-07-17 Dan GohmanDefine a no-pointer-overflow flag for GetElementPtr...
2009-07-17 Dan GohmanAdd new classes for working with optional optimization...
2009-07-17 Anton KorobeynikovFix copy & paste errors
2009-07-17 Dan GohmanAdd a method to clear optional optimization information...
2009-07-17 Anton KorobeynikovAdd missed attributes to C bindings
2009-07-17 Anton KorobeynikovAdd support for naked functions
2009-07-17 Dan GohmanAdd a SubclassOptionalData field to Value. See the...
2009-07-17 Dan GohmanFix an apparent typo.
2009-07-17 David GreeneMake DOUT an lvalue in release mode so that developers...
2009-07-17 David GreeneAdd logic to align instruction operands to columns...
2009-07-17 Eli FriedmanDocumentation clarifications for isSafeToSpeculativelyE...
2009-07-17 Eli FriedmanReplace isTrapping with a new, similar method called
2009-07-16 Owen AndersonPrivatize the MDNode uniquing table.
2009-07-16 Owen AndersonPrivatize the MDString uniquing table.
2009-07-16 Daniel DunbarAdd raw_null_ostream and llvm::nulls(), a raw_ostream...
2009-07-16 Jeffrey YasskinAdd line numbers to OProfile. To do this, I added a...
2009-07-16 Owen AndersonPrivatize the ConstantFP table. I'm on a roll!
2009-07-16 Owen AndersonMove the ConstantInt uniquing table into LLVMContextImp...
2009-07-16 Kevin EnderbyRemoved the SubsectionsViaSymbols MCStreamer API and...
2009-07-16 Dan GohmanAdd an isLoopSimplifyForm() predicate, following the...
2009-07-16 Dan GohmanUse setStream infomatted_raw_ostream's constructor...
2009-07-16 Dan GohmanRemove inapplicable comments.
2009-07-16 Dan GohmanAdd explicit keywords.
2009-07-16 Dan GohmanTidy up #includes.
2009-07-16 Dan GohmanUse size_t.
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...
next