CMake: Added cmakedefine for HAVE_PTHREAD_H.
[oota-llvm.git] / include /
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...
2009-04-26 Bill WendlingSuppress warnings about conversion shortening 64-bit...
2009-04-25 Chris LattnerAdd a new TypeBuilder helper class, which eases making...
2009-04-25 Chris Lattnerimprove documentation around memory lifetimes,
2009-04-25 Bill WendlingUse intptr_t.
2009-04-25 Mon P Wangsize() should return a size_t; avoids a warning for...
2009-04-25 Chris LattnerDenseMap.h needs <new> because it explicitly calls...
2009-04-25 Evan ChengDo not share a single unknown val# for all the live...
2009-04-24 Rafael EspindolaAdd LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the...
2009-04-24 Rafael EspindolaRevert 69952. Causes testsuite failures on linux x86-64.
2009-04-24 Chris Lattnerfix a typo noticed by duncan
2009-04-24 Chris Lattner"I got annoyed at the compiler warnings from ConstantIn...
2009-04-24 Nate BegemanPR2957
2009-04-23 Dan GohmanChange SCEVExpander's expandCodeFor to provide more...
2009-04-22 Dan GohmanUse BasicBlock::iterator instead of Instruction* for...
2009-04-22 Dan GohmanMake SCEVExpanders private methods private, instead...
2009-04-22 Owen AndersonAdd caching of predecessor counts as well as predecesso...
2009-04-22 Owen AndersonFix for PR3946, in which SmallVector could behave stran...
2009-04-21 Dan GohmanDe-pImpl-ify ScalarEvolution. The pImpl pattern doesn...
2009-04-21 Evan ChengIt has finally happened. Spiller is now using live...
2009-04-21 Dan GohmanFactor out a common base class from SCEVTruncateExpr...
2009-04-21 Dan GohmanIntroduce encapsulation for ScalarEvolution's TargetDat...
2009-04-21 Dan GohmanConvert ScalarEvolution to use raw_ostream instead...
2009-04-20 Bob WilsonMove duplicated AddLiveIn function from X86 and ARM...
2009-04-20 Bob WilsonRevise my previous change 68996 as suggested by Duncan.
2009-04-20 Duncan SandsThese bitfields were being miscompiled on some
2009-04-20 Douglas GregorMake all raw_ostreams support the tell() function.
2009-04-19 Nick LewyckyFix missing text in doxygen documentation.
2009-04-19 Duncan SandsRemove the SimpleTy enumerated type field from the MVT
2009-04-18 Duncan SandsDon't try to make BUILD_VECTOR operands have the same
2009-04-18 Dan GohmanAdd a ScalarEvolution::getCouldNotCompute() function...
2009-04-18 Dan GohmanUse more const qualifiers with SCEV interfaces.
2009-04-18 Evan ChengAdd a new LiveInterval::overlaps(). It checks if the...
2009-04-17 Bob WilsonClean up formatting, remove trailing whitespace, fix...
2009-04-17 Dan GohmanDelete an unused field.
2009-04-17 Bob WilsonUse CallConvLower.h and TableGen descriptions of the...
2009-04-16 Bob WilsonAdd a comment to describe LLVMMatchType.
2009-04-16 Dan GohmanTeach SCEVExpander::InsertCastOfTo to avoid creating...
2009-04-16 Dan GohmanExpand GEPs in ScalarEvolution expressions. SCEV expres...
next