Now that we have atomics support properly detected by configure,
[oota-llvm.git] / include /
2009-05-19 Owen AndersonNow that we have atomics support properly detected...
2009-05-18 Dan GohmanUpdate a comment to reflect changes in the surrounding...
2009-05-18 Argyrios KyrtzidisAdd missing file.
2009-05-18 Argyrios KyrtzidisAllow the JIT ExecutionEngine to report details about...
2009-05-18 Eric ChristopherRemove getType() overrides for ExtractValueInst and...
2009-05-18 Douglas Gregortermios.h contains the winsize structure we need to...
2009-05-18 Dan GohmanMake ScalarEvolution::isLoopGuardedByCond work even...
2009-05-18 Dan GohmanAdd an isOne() utility function to ScalarEvolution...
2009-05-17 Owen AndersonSignificantly improve Atomic.h by pulling in code from...
2009-05-16 Owen AndersonRemove the volatile marker from the cas_flag typedef...
2009-05-16 Owen AndersonBack out the thread-safe ManagedStatic for now. Too...
2009-05-16 Jakob Stoklund OlesenPass to verify generated machine code.
2009-05-15 Anton KorobeynikovUnbreak mingw build
2009-05-15 Owen AndersonImprove compatibility with older versions of Windows.
2009-05-15 Owen AndersonFactor out some common code, fix more typoes, and add...
2009-05-15 Owen AndersonFix an unfortunate typo.
2009-05-15 Owen Anderson(Hopefully) unbreak Apple-style builds.
2009-05-15 Owen AndersonDon't #include OSAtomic.h unless we really need it.
2009-05-15 Owen AndersonNow with working on Leopard!
2009-05-14 Owen AndersonDropped this #include by accident.
2009-05-14 Owen AndersonMake ManagedStatic threadsafe by using atomic operations.
2009-05-14 Owen AndersonAdd CompareAndSwap.
2009-05-14 Bill WendlingNon-functionality changes:
2009-05-14 Owen AndersonAdd an Atomic.h to the System library, for providing...
2009-05-14 Jim GrosbachUpdate the names of the exception handling sjlj instrin...
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.
next