Remove cyclic MDNode detection. Any attempt to create a cyclic MDNode will
[oota-llvm.git] / include /
2009-06-06 Dan GohmanRename UnknownValue to CouldNotCompute, since it holds...
2009-06-06 Bruno Cardoso LopesRemove elf specific info from ELFWriter.h to Elf.h...
2009-06-05 Douglas GregorMore portability checks for CMake's config.h.
2009-06-05 Devang PatelAdd new function attribute - noimplicitfloat
2009-06-05 Nate BegemanAdapt the x86 build_vector dagcombine to the current...
2009-06-05 Dan GohmanMove SCEVExpander::getOrInsertCanonicalInductionVariabl...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-06-04 Devang PatelAdd new function attribute - noredzone.
2009-06-04 Douglas GregorProperly detect malloc_zone_statistics in CMake build...
2009-06-04 Torok EdwinFix comments.
2009-06-04 Torok EdwinAdd support for outputting ANSI colors to raw_fd_ostream.
2009-06-04 Nick Kledzik<rdar://problem/6940611> libLTO.dylib needs to let...
2009-06-04 Bruno Cardoso LopesUse uint8_t and int32_t in {JIT,Machine}CodeEmiters
2009-06-03 Daniel DunbarChange LTO to run the global opt pass twice.
2009-06-03 Eli FriedmanPR4317: Handle splits where the new block is unreachabl...
2009-06-03 Daniel DunbarAdd createStandardLTOPasses to StandardPasses.h, and...
2009-06-03 Daniel DunbarRemove some silly code.
2009-06-03 Daniel DunbarAdd StandardPasses.h which embeds the standard compilat...
2009-06-03 Bruno Cardoso LopesRevert 72650
2009-06-03 Dan GohmanChange TargetFolder's TD member from a reference to a
2009-06-02 Dan GohmanChange ConstantFoldConstantExpression to accept a null
2009-06-02 Dan GohmanDelete an unnecessary forward declaration.
2009-06-02 Torok Edwinfix build on VC++2k8.
2009-06-02 Devang PatelSimplify assertion message to avoid confusion.
2009-06-02 Lang HamesUpdate to in-place spilling framework. Includes live...
2009-06-02 Dale JohannesenRevert 72707 and 72709, for the moment.
2009-06-01 Dale JohannesenMake the implicit inputs and outputs of target-independent
2009-06-01 Mike StumpDcoument that the opauque value used to construct QNaNs...
2009-05-31 Dan GohmanFix the name of the function in this comment.
2009-05-30 Bruno Cardoso LopesUse uint8_t and int32_t in {JIT,Machine}CodeEmiters
2009-05-30 Bruno Cardoso LopesAdd AMD64 elf machine type
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
2009-05-30 Mike StumpAdd some documentation.
2009-05-30 Nick LewyckyGive embedded metadata its own type instead of relying...
2009-05-30 Mike StumpAdd support for letting the client choose different...
2009-05-30 Bill WendlingUntabify.
2009-05-29 Evan ChengDefault isNarrowingProfitable to false.
2009-05-28 Evan ChengAdded optimization that narrow load / op / store and...
2009-05-26 Jeffrey YasskinLiveVariables::VarInfo contains an AliveBlocks BitVecto...
2009-05-26 Dan GohmanGive SCEVNaryExpr a doxygen comment.
2009-05-26 Evan ChengEliminate VarInfo::UsedBlocks.
2009-05-24 Dan GohmanVarious comment fixes.
2009-05-24 Dan GohmanChange ScalarEvolution::getSCEVAtScope to always return...
2009-05-24 Dan GohmanGeneralize SCEVExpander::visitAddRecExpr's GEP persuit...
2009-05-24 Torok EdwinThe rewriter may hold references to instructions that...
2009-05-23 Anton KorobeynikovPropagate CPU string out of SubtargetFeatures
2009-05-23 Torok Edwinavailable_externall linkage is not local, this was...
2009-05-23 Eli FriedmanAdd a new step to legalization to legalize vector math...
2009-05-22 Duncan SandsAdd a new codegen pass that normalizes dwarf exception...
2009-05-22 Daniel DunbarAdd llvm::triple constructor from arch, vendor, os...
2009-05-21 Eli FriedmanFix broken logic in DominatorTreeBase::Split. Part...
2009-05-21 Eli FriedmanFix indentation.
2009-05-21 Jay FoadTighten up the asserts in SmallVector::operator[]().
2009-05-21 Duncan SandsAdd a getAlignOf helper for getting the ABI alignment...
2009-05-21 Jay FoadUse v.data() instead of &v[0] when SmallVector v might...
2009-05-21 Jay FoadImplement new SmallVector::data() methods.
2009-05-21 Owen AndersonUse DataTypes.h instead of stdint.h.
2009-05-21 Bill WendlingTemporarily revert r72191. It was causing an assert...
2009-05-20 Argyrios KyrtzidisIntroduce DebugScope which gets embedded into the machi...
2009-05-20 Dan GohmanAdd an accessor method to return the insertion point.
2009-05-20 Owen AndersonHave llvm_start_multithreaded return a bool indicating...
2009-05-20 Owen AndersonMove atomic operations' definitions out of line. While...
2009-05-20 Duncan SandsWhen comparing DominanceFrontier's, advance iterators
2009-05-20 Owen AndersonCompile fix for MSVC.
2009-05-20 Owen AndersonAdd llvm_start_multithreaded(), which starts up the...
2009-05-20 Owen AndersonWe need to include config.h here so that the #defines...
2009-05-19 Owen AndersonForgot this file in my last commit.
2009-05-19 Owen AndersonSplit the ENABLE_THREADS #define in two. Now ENABLE_TH...
2009-05-19 Dan GohmanMake SCEVCallbackVH a private nested class inside Scala...
2009-05-19 Dan GohmanTeach SCEVExpander to expand arithmetic involving point...
2009-05-19 Dan GohmanAdd some comments noting how IndVarSimplify facilitates
2009-05-19 Owen AndersonMake using an unsupported CAS size a hard error on...
2009-05-19 Owen AndersonFix up the Windows portion of Atomic.h. This is untest...
2009-05-19 Owen AndersonTemplate CompareAndSwap function.
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...
next