Fixed a bug in LiveInterval scaling (failure to scale VNI defs correctly), removed...
[oota-llvm.git] / include /
2009-06-24 Dan GohmanExtend ScalarEvolution's multiple-exit support to compu...
2009-06-24 Daniel DunbarStart MCAsmStreamer implementation.
2009-06-24 Dan GohmanMove the special cases for constants out of getUnknown...
2009-06-24 Chris Lattnerstub out a trivial constructor method.
2009-06-24 Dan GohmanAdd an isAllOnesValue utility function, similar to...
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-23 Daniel DunbarUpdate for MCImm -> MCValue rename.
2009-06-23 Chris Lattnerrename MCImm ->MCValue.
2009-06-23 Daniel DunbarAdd comments for the MCStreamer interface.
2009-06-23 Devang PatelIt is not a good idea to have data member's name match...
2009-06-23 Devang PatelAdd DISubprogram::getReturnTypeName()
2009-06-23 Daniel DunbarStart flushing out MCContext.
2009-06-23 Owen AndersonUse atomic operations when accessing statistics, and...
2009-06-23 Owen AndersonAdd atomic multiply and divide operations, built on...
2009-06-23 Owen AndersonMake timers threadsafe again. This isn't quite as...
2009-06-23 Mikhail GlushenkovMake llvmc work again.
2009-06-23 Mikhail GlushenkovTypo.
2009-06-23 Daniel DunbarStart sketching MCStreamer interface.
2009-06-23 Owen AndersonRevert my last series of commits related to Timer and...
2009-06-23 Bill WendlingAdd include file to get the type for in64_t.
2009-06-23 Chris Lattneradd a simple MCImm class.
2009-06-23 Owen AndersonAtomic ops that do arithmetic use signed arithmetic.
2009-06-23 Owen AndersonActually, these need to be signed integers, not unsigned.
2009-06-23 Owen AndersonUse 64-bit integer counters for tracking time, rather...
2009-06-23 Owen AndersonLabel the existing atomic functions as 32-bit specific...
2009-06-23 Chris Lattneradd an accessor.
2009-06-23 Owen AndersonAdd an atomic add operation.
2009-06-23 Douglas GregorWork around build problem with OpenJDK, which defines...
2009-06-23 Owen AndersonRevert r73923, which broke clang.
2009-06-22 Owen AndersonAdd guards around timer groups, which can be shared.
2009-06-22 Bob WilsonAdd support for ARM's Advanced SIMD (NEON) instruction...
2009-06-22 Owen AndersonRemove the parent pointer from SCEV, since it did not...
2009-06-22 Owen AndersonSCEVHandle is no more!
2009-06-22 Bruno Cardoso LopesAdd more methods to gather target specific elf stuff
2009-06-22 Owen AndersonBanish global state from ScalarEvolution! SCEV uniquin...
2009-06-22 Dan GohmanAdd a getUMinFromMismatchedTypes helper function.
2009-06-22 Dan GohmanFactor out code for computing umin and smin for SCEV...
2009-06-22 Dan GohmanTeach ScalarEvolution how to analyze loops with multipl...
2009-06-21 Dan GohmanFix ScalarEvolution's backedge-taken count computations...
2009-06-21 Chris Lattnerrename SourceMgr::PrintError to PrintMessage.
2009-06-21 Chris Lattnermove include searching logic from TGLexer to SourceMgr.
2009-06-21 Chris LattnerRename TGSourceMgr -> SourceMgr.
2009-06-21 Chris Lattnerrename TGLoc -> SMLoc.
2009-06-21 Chris Lattnermove TGSourceMgr class out of TableGen into libsupport.
2009-06-21 Chris Lattnerfit in 80 cols
2009-06-20 Chris Lattnerimplement support for lowering subregs when preparing...
2009-06-20 Chris Lattnermake immediates be int64_t like machineoperand. Add...
2009-06-20 Owen AndersonAdd debugging code to test for various locking faux...
2009-06-20 Owen AndersonRevert r73790, and replace it with a significantly...
2009-06-19 Chris Lattnerstub out some hacky code for wiring up the new asmprint...
2009-06-19 Dan GohmanMake GetMinTrailingZeros a member function of ScalarEvo...
2009-06-19 Owen AndersonFix a serious bug that would cause deadlock during...
2009-06-19 Devang Patelmv CodeGen/DebugLoc.h Support/DebugLoc.h
2009-06-19 Owen AndersonFences are expensive. Avoid doing them when we're...
2009-06-19 Owen AndersonFix a major typo.
2009-06-19 Duncan SandsAdd support for AuroraUX. Patch by evocallaghan.
2009-06-19 Lang HamesMore VNInfo tweaking, plus a little progress on intra...
2009-06-19 Zhongxing XuInclude DataTypes.h for 'uint64_t'.
2009-06-19 Owen AndersonFix weird class-size-being-different problems. At...
2009-06-19 Chris LattnerAdd some scaffolding for a new experimental asmprinter
2009-06-19 Chris Lattnermerge the common darwin settings from the X86/PPC/ARM...
2009-06-18 Chris Lattnermove mangler quote handling from asm printers to Target...
2009-06-18 Chris Lattnersimplify macro debug info directive handling.
2009-06-18 Owen AndersonAdd a parent pointer to SCEV, in preparation for gettin...
2009-06-18 Owen AndersonAdd a SmartScopedLock, and use it to simplify code.
2009-06-18 Anton KorobeynikovRevert IRBuilder CC propagation. Fix SimplifyLibCalls...
2009-06-18 Owen AndersonSimplify the SmartMutex implementation a bit.
2009-06-18 Owen AndersonGive RWMutex the SmartRWMutex treatment too.
2009-06-18 Owen AndersonInsert a SmartMutex templated class into the class...
2009-06-18 Owen AndersonMove Threading.[h|cpp] from Support to System.
2009-06-18 Dan GohmanRemove the code from IVUsers that attempted to handle
2009-06-18 Anton KorobeynikovForgot to commit this hunk
2009-06-18 Anton KorobeynikovPropagate calling conv for invokes too
2009-06-18 Chris LattnerDon't use int8_t, that requires DataTypes.h
2009-06-18 Zhongxing Xuinclude header for uint8_t.
2009-06-18 Evan Cheng- Update register allocation hint after coalescing...
2009-06-17 Owen AndersonReapply r73647 in a non-broken form.
2009-06-17 Owen AndersonProtect the GC table in Function.cpp
2009-06-17 Anton KorobeynikovHonour calling convention and attributes of Callee...
2009-06-17 Lang HamesVNInfo cleanup.
2009-06-17 Owen AndersonAdd an RAII ScopedWriter, which allows one to acquire...
2009-06-17 Douglas GregorDefine LLVM_NATIVE_ARCH in CMake, so that lli can actua...
2009-06-17 Chris Lattnerremove two headers subsumed by TargetSelect.h
2009-06-17 Chris LattnerAdd a utility header that makes it easy to link in...
2009-06-17 Chris Lattnermake CreateFMul forward to CreateFMul, not CreateMul.
2009-06-17 Mikhail GlushenkovFix comment.
2009-06-17 Douglas GregorUpdate auto-generated configuration files
2009-06-17 Owen AndersonUse atomic increment/decrement for reference counting...
2009-06-17 Owen AndersonAdd an atomic increment and decrement implementation...
2009-06-16 Owen AndersonForgot this file in my last commit.
2009-06-16 Owen AndersonFix #include guards.
2009-06-16 Owen AndersonFix/cleanup trailing newlines.
2009-06-16 Owen AndersonAdd a portable wrapper for reader-writer locks.
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-16 Anton KorobeynikovAddress review comments: add 3 ARM calling conventions.
2009-06-16 Owen AndersonAdd a configure check for pthread_rwlock_init.
2009-06-16 Owen AndersonSplit the thread-related APIs out into their own file...
2009-06-16 Chris LattnerGeneralize instcombine's isSafeToLoadUnconditionally...
2009-06-16 Sanjiv GuptaFixed names of libcalls checked in r73480.
2009-06-16 Sanjiv GuptaAdded required libcalls for PIC16 (mostly floating...
next