oota-llvm.git
2009-06-19 Chris Lattnerpart of PR4405: disable a contentious optimization for
2009-06-19 Lang HamesMore VNInfo tweaking, plus a little progress on intra...
2009-06-19 Evan ChengTransfer dead markers when a ldrd is changed into a...
2009-06-19 Zhongxing XuInclude DataTypes.h for 'uint64_t'.
2009-06-19 Evan ChengLatency information for ARM v6. It's rough and not...
2009-06-19 Eli FriedmanMark a few Thumb instructions commutable; just happened...
2009-06-19 Owen AndersonFix weird class-size-being-different problems. At...
2009-06-19 Chris Lattneradd a file I missed, this goes with r73743
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 Lattnerfix build problem pointed out by John Thompson!
2009-06-18 Chris Lattnermove mangler quote handling from asm printers to Target...
2009-06-18 Chris Lattnerminor cleanup
2009-06-18 Chris Lattnersimplify macro debug info directive handling.
2009-06-18 Evan ChengRemove UseThumbBacktraces. Just check if subtarget...
2009-06-18 Chris Lattnerfix file header
2009-06-18 Chris LattnerAdd a skeleton driver for new machine code level fun...
2009-06-18 Chris Lattnernew testcase for rdar://6983634
2009-06-18 Owen AndersonAdd a parent pointer to SCEV, in preparation for gettin...
2009-06-18 Lang HamesImproved PHI def marking, replaced some gotos with...
2009-06-18 Evan ChengAllow user to specify separate SVN url for llvm and...
2009-06-18 Owen AndersonSimplify.
2009-06-18 Owen AndersonSimplify.
2009-06-18 Owen AndersonAdd a SmartScopedLock, and use it to simplify code.
2009-06-18 Owen AndersonSimplify with SmartRWMutex.
2009-06-18 Evan ChengOn Darwin, ams printer should output a second label...
2009-06-18 Owen AndersonSimplify by using no-op-when-not-multithreaded locks.
2009-06-18 Dan GohmanGeneralize LSR's OptimizeSMax to handle unsigned max...
2009-06-18 Dan GohmanRecognize n != 0 ? n : 1 as umax(n, 1). Previously...
2009-06-18 Owen AndersonSimplify using mutexes that become no-ops when not...
2009-06-18 Anton KorobeynikovRevert IRBuilder CC propagation. Fix SimplifyLibCalls...
2009-06-18 Owen AndersonSimplify a lot of code by using a R/W mutex that become...
2009-06-18 Owen AndersonUse SmartMutex to simplify.
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 Ted KremenekUpdate CMake files to account for new location of Threa...
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 Dan GohmanGeneralize the zext(trunc(t) & C) instcombine to work...
2009-06-18 Dan GohmanUpdate a comment to reflect the code.
2009-06-18 Owen AndersonFix the double checked locking in this file too.
2009-06-18 Owen AndersonAs pointed out by Duncan, I accidentally dropped the...
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 Owen AndersonFix build when disable thread support.
2009-06-18 Zhongxing Xuinclude header for uint8_t.
2009-06-18 Nick LewyckyAdd braces to clarify if/else structure and remove...
2009-06-18 Evan Cheng- Update register allocation hint after coalescing...
2009-06-18 Dale JohannesenIt looks like nobody is working on PR 4158, so I'm
2009-06-18 Dan GohmanFix trailing whitespace from ScalarEvolution::print.
2009-06-18 Bob WilsonARM unified syntax is not specific to ELF; use it for...
2009-06-18 Dan GohmanTeach ScalarEvolution how to recognize another xor...
2009-06-17 Dan GohmanDelete unnecessary braces.
2009-06-17 Owen AndersonReapply r73647 in a non-broken form.
2009-06-17 Anton KorobeynikovFix asm string from MOVi16
2009-06-17 Anton KorobeynikovThumb2 instructions are enabled only in unified assembl...
2009-06-17 Dan GohmanInstcombine zext(trunc(x) & mask) to x&mask, even if...
2009-06-17 Owen AndersonUse double-checked locking for this lazy initialization.
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 Owen AndersonUse atomic increment here.
2009-06-17 Owen AndersonThread-safe (and ManagedStatic-ized) LeakDetector!
2009-06-17 Owen AndersonGuard mutation of the timing info global.
2009-06-17 Owen AndersonWe need to use double-checked locking for lazy initiali...
2009-06-17 Stefanus Du... Fix link to BasicBlock doxygen documentation in Program...
2009-06-17 Lang HamesVNInfo cleanup.
2009-06-17 Dan GohmanAdd -disable-output to a bunch of tests that don't...
2009-06-17 Dale JohannesenThis fixes a bug introduced in 72661, which can
2009-06-17 Owen AndersonFactor out some common code.
2009-06-17 Owen AndersonAdd an RAII ScopedWriter, which allows one to acquire...
2009-06-17 Owen AndersonSimplify the locking on the Constants tables, and make...
2009-06-17 Torok EdwinAdd debug message about non-local loads being clobbered.
2009-06-17 Owen AndersonType safety for Constants.cpp! Some of this is tempora...
2009-06-17 Anton KorobeynikovInitial support for some Thumb2 instructions.
2009-06-17 Dan GohmanUpdate comments to use doxygen syntax.
2009-06-17 Owen AndersonProtect the ValueHandle table.
2009-06-17 Owen AndersonWe need to guard reads of the AbstractTypeUsers list...
2009-06-17 Douglas GregorDefine LLVM_NATIVE_ARCH in CMake, so that lli can actua...
2009-06-17 Douglas GregorAdd RWMutex.cpp to the CMake makefiles
2009-06-17 Owen AndersonType safety for TypeSymbolTable!
2009-06-17 Chris Lattnermake sure that JIT examples link in their appropriate...
2009-06-17 Chris Lattnerremove two headers subsumed by TargetSelect.h
2009-06-17 Chris Lattnerswitch to using llvm/Target/TargetSelect.h
2009-06-17 Chris LattnerAdd a utility header that makes it easy to link in...
2009-06-17 Owen AndersonImprove the Win32 reader-writer lock implementation...
2009-06-17 Nick LewyckyFix libLTO by #include'ing the initializers for all...
2009-06-17 Sanjiv Gupta>> What if my global variable was into a different...
2009-06-17 Chris Lattnermake CreateFMul forward to CreateFMul, not CreateMul.
2009-06-17 Nick LewyckyFix grammaro, and bad indentation.
2009-06-17 Mikhail GlushenkovFix comment.
2009-06-17 Mikhail GlushenkovFormatting fix.
2009-06-17 Eli FriedmanCorrect an accidental duplication of the test (patch...
2009-06-17 Eli FriedmanPR3439: Correct a silly mistake in the SimplifyDemanded...
2009-06-17 Mikhail GlushenkovRegenerate.
2009-06-17 Mikhail GlushenkovAnother small documentation update.
2009-06-17 Chris LattnerUse Doug's new LLVM_NATIVE_ARCH macro in config.h to...
2009-06-17 Dan GohmanFix ScalarEvolution's Xor handling to not assume that...
2009-06-17 Devang PatelDo not use first actual instruction's location for...
next