Workaround the breakage in r100616 by guarding all timers with
[oota-llvm.git] / include /
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...
2010-04-03 Chris Lattnerasmstreamerize the .size directive for function bodies...
2010-04-03 Chris Lattneradd a twine form of MCStreamer::EmitRawText, and mc'ize
2010-04-03 Chris Lattnerstart moving towards emitting inline asm statements...
2010-04-03 Chris Lattneradd a new EmitInlineAsm function to asmprinter to handl...
2010-04-03 Bob WilsonRevert all my SSAUpdater patches. The PHI placement...
2010-04-03 Chris LattnerAdd special case bitcode support for DebugLoc. This...
2010-04-02 Eric ChristopherRewrite aesimc handling. It only takes a single input...
2010-04-02 Eric ChristopherFix typo aeskeygenassist -> aeskeygenassist128.
2010-04-02 David GreeneOk, third time's the charm. No changes from last time...
2010-04-02 Johnny ChenSecond try of initial ARM/Thumb disassembler check...
2010-04-02 Dale JohannesenSkip debug info when looking for existing EH calls...
2010-04-02 Chris Lattnerremove compatibility typedef.
2010-04-02 Chris Lattnerrename NewDebugLoc -> DebugLoc, prune #includes in...
2010-04-02 Chris Lattnerremove uses of DebugLoc::getUnknownLoc.
2010-04-02 Chris Lattnerinclude densemap.h explicitly and rearrange #includes.
2010-04-02 Chris LattnerSwitch the code generator (except the JIT) onto the...
2010-04-02 Evan ChengCorrectly lower memset / memcpy of undef. It should...
2010-04-02 Evan ChengRevert 100204. It broke a bunch of tests and apparently...
2010-04-02 David GreeneLet's try this again. Re-apply 100143 including an...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Dan GohmanAdd an explicit keyword.
2010-04-02 Torok EdwinFix SpecificBumpPtrAllocator iteration.
2010-04-01 Bob WilsonRewrite another SSAUpdater function to avoid recursion.
2010-04-01 Eric ChristopherRevert r100143.
2010-04-01 David GreeneAdd some switches helpful for debugging:
2010-04-01 Evan ChengAdd comments about DstAlign and SrcAlign.
2010-04-01 Bob WilsonChange another SSAUpdater function to avoid recursion.
2010-04-01 Bob WilsonThe SSAUpdater should avoid recursive traversals of...
2010-04-01 Evan Cheng- Avoid using floating point stores to implement memset...
2010-04-01 Gabor GreifIntroduce ImmutableCallSite, useful for contexts where...
2010-04-01 Chris Lattnerswitch IRBuilder to use NewDebugLoc for locations instead
2010-04-01 Chris Lattneradd comments, don't require inlined-at to be specified.
2010-04-01 Evan ChengFix sdisel memcpy, memset, memmove lowering:
2010-04-01 Chris LattnerSwitch the representation of the location in instructio...
2010-04-01 Chris Lattneradd a method to decode a DILocation into a NewDebugLoc.
2010-04-01 Eric ChristopherAdd aeskeygenassist intrinsic and rename all of the...
2010-04-01 Chris LattnerAdd a new "NewDebugLoc" class which will eventually...
2010-03-31 Bob WilsonRewrite part of the SSAUpdater to be more careful about...
2010-03-31 Duncan SandsCorrect comment.
2010-03-31 Chris Lattnerfix file header.
2010-03-31 Chris Lattnermake irbuilder use the new optimized debug info accessors.
2010-03-31 Chris Lattneradd new apis for getting/setting !dbg metadata on
2010-03-30 Chris LattnerFix a major source of compile-time slowness at -O0...
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
next