Add dumping support for DW_AT_APPLE_isa and DW_AT_APPLE_block.
[oota-llvm.git] / include /
2009-05-13 Jim GrosbachRemoving the HasBuiltinSetjmp flag and associated bits...
2009-05-13 Evan ChengRun code placement optimization for targets that want...
2009-05-13 Evan ChengIndentation.
2009-05-13 Bill WendlingChange MachineInstrBuilder::addReg() to take a flag...
2009-05-13 Dan GohmanAdd three new helper routines, getNoopOrZeroExtend,
2009-05-13 Dale JohannesenAdd an int64_t variant of abs, for host environments
2009-05-12 Jim GrosbachAdd support for GCC compatible builtin setjmp and longj...
2009-05-12 Bill WendlingMore MSVC fixes -- class/struct conflicts.
2009-05-12 Bill WendlingUse struct instead of class to make MCVS compile.
2009-05-12 Dan GohmanClarify a comment.
2009-05-12 Dan GohmanFactor the code for collecting IV users out of LSR...
2009-05-11 Mike StumpAdd DW_AT_APPLE_isa and DW_AT_APPLE_block. Radar 6867696
2009-05-11 Jay FoadDon't #include DerivedTypes.h from TargetData.h.
2009-05-11 Dan GohmanAdd a comment about the special meaning of VoidTy in...
2009-05-11 Douglas GregorAdd terminal width detection to llvm::sys::Process...
2009-05-11 John MosbyShrink wrapping in PEI:
2009-05-11 Jay FoadChange TargetData::getIntPtrType() to return an Integer...
2009-05-10 Bill WendlingNeeded #includes. Thanks Fritz van Bommel!
2009-05-10 Nick LewyckyMake MDNode use CallbackVH. Also change MDNode to store...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-05-08 Dan GohmanFix another bug in r71252. This code supports GetElementPtr
2009-05-08 Dan GohmanAdd memoization for getSCEVAtScope results for instructions
2009-05-08 Dan GohmanMake the SCEV* form of getSCEVAtScope public, to allow...
2009-05-08 Dan GohmanFactor out the code for creating SCEVs for GEPs into a
2009-05-08 Dan GohmanAdd a getExitBlock utility function to LoopInfo which...
2009-05-08 Anton KorobeynikovFactor out cycle-finder code and make it generic.
2009-05-08 Duncan SandsAdd some examples to show the difference between
2009-05-07 Dan GohmanRevert 71165. It did more than just revert 71158 and...
2009-05-07 Bill WendlingTemporarily revert r71158. It was causing a failure...
2009-05-07 Dan GohmanFactor out a common base class between SCEVCommutativeE...
2009-05-07 Argyrios KyrtzidisMove the tablegen-produced DebugLoc handling into a...
2009-05-07 Evan ChengRename "loop aligner" pass to "code placement optimizat...
2009-05-07 Jakob Stoklund OlesenAdd const modifiers.
2009-05-07 Bill WendlingJust turn aggressive stack coloring off at -O3.
2009-05-07 Bill WendlingTemporarily revert r71010. It was causing massive failu...
2009-05-07 Argyrios KyrtzidisMake DwarfWriter::RecordInlinedFnStart more like the...
2009-05-06 Dan GohmanAdd simplify_type specializations to allow WeakVH,...
2009-05-06 Oscar FuentesCMake: Detects libpthread and sets HAVE_LIBPTHREAD.
2009-05-06 Oscar FuentesCMake: Added cmakedefine for HAVE_PTHREAD_H.
2009-05-06 Duncan SandsOCaml parameter attribute bindings from PR2752.
2009-05-06 Duncan SandsAllow readonly functions to unwind exceptions. Teach
2009-05-05 Evan ChengQuotes should be printed before private prefix; some...
2009-05-05 Bill WendlingAdd dump method to DIDescriptor.
2009-05-05 Dan GohmanAdd an explicit keyword.
2009-05-05 Evan ChengForgot this in the last commit.
2009-05-05 Evan ChengMove getInstrOperandRegClass from the scheduler to...
2009-05-04 Dan GohmanRe-apply 70645, converting ScalarEvolution to use
2009-05-04 Chris LattnerMake DBG_STOPPOINT nodes, and therefore DBG_LABEL label...
2009-05-04 Mike StumpRestore minor deletion.
2009-05-03 Evan ChengIn some rare cases, the register allocator can spill...
2009-05-03 Anton KorobeynikovProperly handle sdiv / udiv / srem / urem libcalls
2009-05-03 Argyrios Kyrtzidis-Move the DwarfWriter::ValidDebugInfo check to a static...
2009-05-03 Dan GohmanRevert r70645 for now; it's causing a variety of regres...
2009-05-02 Dan GohmanConvert ScalarEvolution to use CallbackVH for its inter...
2009-05-02 Dan GohmanApply Jeffrey Yasskin's CallbackVH patch, with minor...
2009-05-02 Dan GohmanInclude <limits.h> to get the definition of CHAR_BIT.
2009-05-02 Dan GohmanPreviously, RecursivelyDeleteDeadInstructions provided...
2009-05-02 Dan GohmanWhen ScalarEvolution is told to forget the trip count...
2009-05-01 Chris LattnerDrop the default assumption about alignment down to...
2009-05-01 Stuart HastingsPrevent looping when DenseSet is abused.
2009-05-01 Dan GohmanActually insert inserted instructions into the Inserted...
2009-05-01 Dan GohmanAdd an accessor method to allow clients to test if...
2009-05-01 Dan GohmanMake SCEVExpander::addInsertedValue able to accept...
2009-04-30 Argyrios KyrtzidisFix compilation for some targets other than x86.
2009-04-30 Stefanus Du ToitAdd a comment to refer to the section of the programmer...
2009-04-30 Argyrios KyrtzidisMake DebugLoc independent of DwarfWriter.
2009-04-30 Jeffrey YasskinAdd a mention of TypeBuilder to the programmer's manual...
2009-04-30 Jakob Stoklund OlesengetCommonSubClass() - Calculate the largest common...
2009-04-30 Dan GohmanAdd some comments, and tidy up some whitespace.
2009-04-30 Dan GohmanExtend ScalarEvolution's getBackedgeTakenCount to be...
2009-04-30 Torok EdwinMake dataflow iteration possible on Value*, not only...
2009-04-30 Nick LewyckyOops! Missed a file in my last commit.
2009-04-30 Jay FoadMove helper functions for optimizing division by consta...
2009-04-30 Bill WendlingRemove unused flags.
2009-04-29 Bill WendlingRemove LTO optimization level.
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingAdd support for a character after a command line option...
2009-04-29 Jakob Stoklund OlesenMachineInstr::isRegTiedTo{Use,Def}Operand can safely...
2009-04-29 Nate BegemanUpdate comment, replace theoretically impossible check...
2009-04-29 Sanjiv GuptaAdd directive to declare external globals.
2009-04-29 Nate BegemanImplement review feedback for vector shuffle work.
2009-04-29 Sanjiv GuptaAdd a public method called getAddressSpace() to the...
2009-04-29 Dan GohmanAdd some more doxygen comments to SCEVAddRec.
2009-04-29 Bill WendlingThe second part of the change from -fast to -O#. This...
2009-04-29 Bill WendlingSecond attempt:
2009-04-29 Bill WendlingCorrect comment.
2009-04-28 Evan ChengMove getMatchingSuperReg() out of coalescer and into...
2009-04-28 Sanjiv GuptaInitialized arrays can be in any address space.
2009-04-28 Jakob Stoklund OlesenMove getSubRegisterRegClass from ScheduleDagSDNodesEmit...
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-27 Jeffrey YasskinAdd tests for WeakVH and AssertingVH. These pointed...
2009-04-27 Chris Lattnergive bitstreamreader an API to ignore names for blocks...
2009-04-27 Nate Begeman2nd attempt, fixing SSE4.1 issues and implementing...
2009-04-26 Chris LattnerAdd two new record types to the blockinfo block:
2009-04-26 Chris Lattnermake BitstreamCursor's copyable and assignable.
2009-04-26 Chris LattnerMake a major API change to BitstreamReader: split all...
2009-04-26 Bill WendlingI cast, therefore I think I know what I'm doing.
2009-04-26 Bill WendlingUse uint64_t instead of unsigned.
2009-04-26 Chris Lattnerrevert an incorrect patch. This causes crashes all...
next