implement mc asmparser support for '.', which gets the
[oota-llvm.git] / include /
2010-04-14 Chris Lattnerimplement mc asmparser support for '.', which gets the
2010-04-13 Daniel DunbarFix -Asserts warnings.
2010-04-13 Sean CallananQuick fix for build errors caused by undefined
2010-04-13 Sean CallananFixed a nasty layering violation in the edis source
2010-04-13 Dan GohmanEliminate MachineBasicBlock::const_livein_iterator...
2010-04-13 Dan GohmanMove MachineRegisterInfo's isLiveIn and isLiveOut out...
2010-04-13 Dan GohmanDelete an unused member variable.
2010-04-13 Owen AndersonSCCVN, we hardly knew ye!
2010-04-13 Daniel DunbarVMCore: Add Type::getIntN[Ptr]Ty, which are the obvious...
2010-04-13 Daniel DunbarIRBuilder: Add Create{Shl,LShr,And,Or,Xor} methods...
2010-04-13 Chris Lattneradd llvm codegen support for -ffunction-sections and...
2010-04-12 Sean CallananBug fix: included System/Types.h instead of
2010-04-11 Dan GohmanEnhance ScalarEvolution::isKnownPredicate with support for
2010-04-11 Dan GohmanFix a comment.
2010-04-11 Dan GohmanFix a #include.
2010-04-11 Dan GohmanRename isLoopGuardedByCond to isLoopEntryGuardedByCond...
2010-04-11 Benjamin Kramerutostr isn't going away too soon, try to make it slight...
2010-04-10 Chris Lattneradd attributes and module level asm to the ocaml bindings,
2010-04-09 Wesley PeckAdding IPSCCP and Internalize passes to the C-bindings
2010-04-09 Ted KremenekMove 'Optional' class from Clang to LLVM/ADT.
2010-04-09 Bob WilsonFix up header comments to match the comment fixups...
2010-04-09 Dan GohmanDon't use reserved identifiers.
2010-04-08 Dan GohmanAdd variants of ult, ule, etc. which take a uint64_t...
2010-04-08 Chris Lattnerdelete a forwarding function.
2010-04-08 Chris Lattnermove elf section uniquing to MCContext. Along the way
2010-04-08 Chris Lattnerremove the TargetLoweringObjectFileMachO::getMachoSection
2010-04-08 Chris Lattnermove macho section uniquing from MCParser and TLOF...
2010-04-08 Evan ChengCoalescer should not delete copy instructions whose...
2010-04-08 Dan GohmanAdd a -lint pass which checks for common sources of...
2010-04-08 Dan GohmanFix a comment.
2010-04-08 Benjamin KramerProvide operator delete for BumpPtrAllocator and Recycl...
2010-04-08 Evan ChengAvoid using f64 to lower memcpy from constant string...
2010-04-08 Sean CallananAdded support for ARM disassembly to edis.
2010-04-07 Evan ChengFix typo.
2010-04-07 Chris Lattnerintroduce a new recoverable error handling API to LLVMC...
2010-04-07 Chris Lattnerrename llvm_install_error_handler -> install_fatal_erro...
2010-04-07 Eric ChristopherAdd support for stpncpy_chk.
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-04-07 Chris Lattnerremove some unneeded errorhandling stuff.
2010-04-07 Chris Lattnerminor tidying up
2010-04-07 Dan GohmanGeneralize IVUsers to track arbitrary expressions rathe...
2010-04-07 Anton KorobeynikovRemove late ARM codegen optimization pass committed...
2010-04-07 Anton KorobeynikovSince tblgen bug was fixed (thanks Jakob!) we don't...
2010-04-07 Anton KorobeynikovMake use of new reserved/required scheduling stuff...
2010-04-07 Anton KorobeynikovInitial support for different kinds of FU reservation.
2010-04-07 Anton KorobeynikovAdd hook to insert late LLVM=>LLVM passes just before...
2010-04-07 Chris LattnerThree changes:
2010-04-07 Evan ChengPost regalloc LICM. Work in progress.
2010-04-06 Bill WendlingMake this hack more specific to the Apple gcc 4.2 non...
2010-04-06 Chris Lattnerthis accessor doesn't need to copy the string.
2010-04-06 Chris Lattnerenhance SMDiagnostic to also maintain a pointer to...
2010-04-06 Jakob Stoklund OlesenAvoid overflowing a signed integer which triggers undef...
2010-04-06 Chris Lattnerpropagate cookie management out one layer of function...
2010-04-06 Chris LattnerGive MachineModuleInfo an actual Module*.
2010-04-06 Chris Lattnergive LLVMContext an inline asm diagnostic hook member.
2010-04-06 Chris Lattnergive the SourceMgr object a cookie.
2010-04-06 Chris LattnerGive llvm::SourceMgr the ability to have a client-specified
2010-04-05 Douglas GregorRemove MaybeOwningPtr. We're going to use reference...
2010-04-05 Chris LattnerGive AsmParser an option to control whether it finalizes
2010-04-05 Chris Lattneradd a comment.
2010-04-05 Chris Lattnerstringref-ize the MemoryBuffer::get apis. This requires
2010-04-05 Douglas GregorIntroduce MaybeOwningPtr, a smart pointer that may...
2010-04-05 Dan GohmanAdd an isReachableFromEntry to MachineDominators, follo...
2010-04-05 Chris Lattnertrim some prototypes.
2010-04-05 Chris Lattnerremove the now-redundant MMI pointer in SelectionDAG.
2010-04-05 Chris Lattnerremove some redundant MMI arguments.
2010-04-05 Chris Lattnerunthread MMI from FastISel
2010-04-05 Chris Lattnerremove the MMI pointer from MachineFrameInfo.
2010-04-05 Chris Lattnerenhance MachineFunction to have a MMI pointer.
2010-04-05 Chris Lattnerprune #includes.
2010-04-05 Chris Lattnerfinally blast DwarfWriter away.
2010-04-05 Chris Lattnerchange AsmPrinter to use DwarfDebug/DwarfException...
2010-04-05 Chris Lattnertrim some spurious references to DwarfWriter. SDIsel...
2010-04-05 Jakob Stoklund OlesenReplace TSFlagsFields and TSFlagsShifts with a simpler...
2010-04-05 Chris Lattnerselection dag doesn't need DwarfWriter, remove some...
2010-04-05 Chris Lattnerfastisel doesn't need DwarfWriter, remove some tendricles.
2010-04-05 Chris Lattner1) make DIE take AsmPrinter instead of DwarfPrinter.
2010-04-04 Chris LattnerMove EmitFrameMoves into AsmPrinter.
2010-04-04 Chris Lattnermissed a header :(
2010-04-04 Chris Lattnereliminate the magic AbsoluteDebugSectionOffsets MAI...
2010-04-04 Chris LattnerisAbsoluteEHSectionOffsets always returns false, elimin...
2010-04-04 Chris Lattnermove some more stuff to asmprinter.
2010-04-04 Chris Lattnersimplify some code.
2010-04-04 Chris Lattnermove gettemplabel and getdwlabel to AsmPrinter and...
2010-04-04 Chris Lattnermove uleb/sleb printing into AsmPrinter from DwarfPrinter.
2010-04-04 Chris Lattnermore interface cleanup make some helpers static functions.
2010-04-04 Chris Lattnerclean up the asmprinter header and privatize some stuff.
2010-04-04 Chris Lattnersplit inline asm support out to its own .cpp file.
2010-04-04 Chris Lattnerinline processDebugLoc and simplify it.
2010-04-04 Chris Lattnerclean up the asmprinter interface a bit, rename a few
2010-04-04 Chris Lattnerremove TargetMachine.h #include, also, TRI isn't used...
2010-04-04 Jakob Stoklund OlesenSwitch SSEDomainFix to SpecificBumpPtrAllocator.
2010-04-04 Chris Lattnerlazily allocate the GCMetadataPrinters map and remove...
2010-04-04 Chris LattnerMomentous day: remove the "O" member from AsmPrinter...
2010-04-04 Chris Lattnerremove the raw_ostream from various dwarf printing...
2010-04-04 Chris Lattnermcize the gc metadata printing stuff.
2010-04-04 Chris Lattnerfix PrintAsmOperand and PrintAsmMemoryOperand to pass...
2010-04-04 Chris Lattnerfix an ugly wart in the MCInstPrinter api where the
2010-04-04 Chris Lattnerchange a ton of code to not implicitly use the "O"...
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
next