oota-llvm.git
2009-06-20 Chris Lattnerno need for unwind info here.
2009-06-20 Chris Lattnerremove dead code, the main codepath never has to deal
2009-06-20 Chris Lattnereliminate the "call" operand modifier from the asm...
2009-06-20 Duncan SandsClarify that if the alignment is zero then an alignment
2009-06-20 Chris Lattnerfix edit-o
2009-06-20 Chris Lattnersome comments and cleanup
2009-06-20 Chris Lattnerimplement support for lowering subregs when preparing...
2009-06-20 Evan ChengFix PR4419: handle defs of partial uses.
2009-06-20 Devang PatelRemove unused field.
2009-06-20 Devang PatelInitialize MMI
2009-06-20 Chris Lattnerhook up printMemReference.
2009-06-20 Chris LattnerStart implementing translation of MachineInstr to MCIns...
2009-06-20 Chris Lattnermake immediates be int64_t like machineoperand. Add...
2009-06-20 Dan GohmanTweak this test to be a little less unusual.
2009-06-20 Dan GohmanGeneralize isLoopGuardedByCond's checking to consider two
2009-06-20 Owen AndersonWorkaround for an... interesting bug in Darwin's pthrea...
2009-06-20 Dan GohmanUse ScalarEvolution's new GetMinSignBits and GetMinLead...
2009-06-20 Owen AndersonAdd debugging code to test for various locking faux...
2009-06-20 Owen AndersonForgot this file.
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 Chris Lattnerallow clients of the asmprinter to opt-out of the boile...
2009-06-19 Dan GohmanFix a typo in a comment that Frits von Bommel noticed.
2009-06-19 Dan GohmanMake GetMinTrailingZeros a member function of ScalarEvo...
2009-06-19 Dan GohmanRe-apply r73718, now that the fix in r73787 is in,...
2009-06-19 Devang PatelDwarfWriter is used to emit EH info also.
2009-06-19 Evan ChengEnable arm pre-allocation load / store multiple optimiz...
2009-06-19 Owen AndersonFix a serious bug that would cause deadlock during...
2009-06-19 Dan GohmanFix LSR's OptimizeSMax to ignore max operators with...
2009-06-19 Devang Patelmv CodeGen/DebugLoc.h Support/DebugLoc.h
2009-06-19 Devang PatelMove up dwarf writer initialization in common AsmPrinte...
2009-06-19 Evan ChengRevert 73718. It's breaking 254.gap.
2009-06-19 Anton KorobeynikovUnbreak cyclic deps
2009-06-19 Owen AndersonFix bad paste-o in the MSVC atomics.
2009-06-19 Owen AndersonForgot to remove some explicit locking when it became...
2009-06-19 Owen AndersonFences are expensive. Avoid doing them when we're...
2009-06-19 Dan GohmanMake ScalarEvolution::print print getSCEVAtScope values for
2009-06-19 Owen AndersonMove the memory fences out of the path for single-threa...
2009-06-19 Dan GohmanDon't (unconditionally) use getSCEVAtScope to simplify...
2009-06-19 Owen AndersonFix incorrect comment pointed out by Duncan.
2009-06-19 Bob WilsonClean up nightly tester to use Perl's File::Find.
2009-06-19 Owen AndersonFix a major typo.
2009-06-19 Chris Lattnermake jump threading handle lexically identical compare...
2009-06-19 Chris Lattnerfix the sparc codegen to not depend on the sparc asmpri...
2009-06-19 Duncan SandsAdd support for AuroraUX. Patch by evocallaghan.
2009-06-19 Duncan SandsSince -Wno-long-long is ignored without -pedantic,
2009-06-19 Evan ChengAdd comments.
2009-06-19 Eli FriedmanFix for PR2484: add an SSE1 pattern for a shuffle we...
2009-06-19 Evan ChengShould be using Bcc (average) latency to determine...
2009-06-19 Eli FriedmanMinor cleanup; fixes review comments for a previous...
2009-06-19 Nick LewyckyTeach jump threading to look at comparisons between...
2009-06-19 Eli FriedmanMisc tweaks to Intel asm printing to make it more compa...
2009-06-19 Chris LattnerImprove tail call elim to move loads above readonly...
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.
next