Fixed a bug in LiveInterval scaling (failure to scale VNI defs correctly), removed...
[oota-llvm.git] / lib /
2009-06-24 Lang HamesFixed a bug in LiveInterval scaling (failure to scale...
2009-06-24 Evan ChengFix support for inline asm input / output operand tying...
2009-06-24 Dan GohmanExtend ScalarEvolution's multiple-exit support to compu...
2009-06-24 Nick LewyckyUnbreak build on Linux by removing Darwinism.
2009-06-24 Dan GohmanTeach GetMinSignBits about SCEVAddExprs.
2009-06-24 Daniel DunbarStart MCAsmStreamer implementation.
2009-06-24 Dan GohmanRevert this accidental commit.
2009-06-24 Dan GohmanMove the special cases for constants out of getUnknown...
2009-06-24 Dan GohmanUse ScalarEvolution::getConstant instead of getUnknown...
2009-06-24 Dan GohmanInclude the maximum trip count expression in ScalarEvol...
2009-06-24 Dan GohmanAdd an isAllOnesValue utility function, similar to...
2009-06-24 Dan GohmanDon't emit a redundant BitCastInst if the value to...
2009-06-24 Owen AndersonGuard the listeners list. Unfortunately, this requires...
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-23 Daniel DunbarUpdate for MCImm -> MCValue rename.
2009-06-23 Sean CallananTest commit: fixed spacing.
2009-06-23 Devang PatelIt is not a good idea to have data member's name match...
2009-06-23 Devang PatelUse getReturnTypeName() to print return type.
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 Owen AndersonRevert my last series of commits related to Timer and...
2009-06-23 Evan ChengTest instructions operands were printed in the wrong...
2009-06-23 Bill Wendling"The MMX_MASKMOVQ and MMX_MASKMOVQ64 instructions are...
2009-06-23 Lang HamesSwitched size_t to int64_t to prevent type mismatch...
2009-06-23 Evan ChengProper patterns for thumb2 shift and rotate instructions.
2009-06-23 Evan ChengCode clean up.
2009-06-23 Evan ChengAdd IsThumb1Only to most 16-bit thumb instructions...
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 Evan ChengRename SelectShifterOperand to SelectThumb2ShifterOpera...
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 Douglas GregorEliminate object-relinking support from CMake. Fixes...
2009-06-23 Evan ChengObvious typo.
2009-06-23 Evan ChengInitial Thumb2 support. Majority of the work is done...
2009-06-23 Owen AndersonAdd an atomic add operation.
2009-06-23 Owen AndersonMake the lazy initialization of DefaultTimerGroup threa...
2009-06-23 Owen AndersonRevert r73923, which broke clang.
2009-06-23 Sanjiv GuptaFold the add (ptr, offset) into ptr[offset] only if...
2009-06-23 Evan ChengMinor reorg.
2009-06-23 Evan ChengReplace isTwoAddress with operand constraint.
2009-06-23 Bruno Cardoso LopesUse a default alignment for data and bss sections.
2009-06-23 Owen AndersonGuard the layout info object.
2009-06-23 Owen AndersonGuard the plugin loader.
2009-06-22 Owen AndersonAdd guards around timer groups, which can be shared.
2009-06-22 Dan GohmanFix a bug in the trip-count computation with And/Or...
2009-06-22 Bob WilsonAdd support for ARM's Advanced SIMD (NEON) instruction...
2009-06-22 Owen AndersonGuard the statistics table.
2009-06-22 Owen AndersonGuard the global annotation tables.
2009-06-22 Owen AndersonAdd locking around the external function lookup table...
2009-06-22 Owen AndersonRemove unneeded #include.
2009-06-22 Dan GohmanFix a few minor issues that were exposed by the removal...
2009-06-22 Bob WilsonAdd explicit types for shift count constants. This...
2009-06-22 Dan GohmanFix llvm::ComputeNumSignBits to handle pointer types
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 Bob WilsonUse thumb2 for ARM architectures V6T2 and later. Fix...
2009-06-22 Dan GohmanFix some typos that Duncan noticed.
2009-06-22 Bob WilsonFor Darwin on ARMv6 and newer, make register r9 availab...
2009-06-22 Dale JohannesenFix memcpy expansion so it won't generate invalid
2009-06-22 Evan ChengFix another register coalescer crash: forgot to check...
2009-06-22 Bruno Cardoso LopesUse different functions to emit the string and symbol...
2009-06-22 Bruno Cardoso LopesAdd more methods to gather target specific elf stuff
2009-06-22 Evan ChenghasFP should return true if frame address is taken.
2009-06-22 Owen AndersonBanish global state from ScalarEvolution! SCEV uniquin...
2009-06-22 Bob WilsonFix llvm-gcc build for armv6t2 and later architectures...
2009-06-22 Dan GohmanMake use of getUMinFromMismatchedTypes when computing...
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-22 Dan GohmanDelete an unused variable.
2009-06-22 Dan GohmanFix this code to correctly handle loops with multiple...
2009-06-21 Dan GohmanRename a variable for consistency with the ExitBlock...
2009-06-21 Dan GohmanFix ScalarEvolution's backedge-taken count computations...
2009-06-21 Chris Lattnerrename SourceMgr::PrintError to PrintMessage.
2009-06-21 Rafael EspindolaFix PR4185.
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 Lattnersimplify closing paren and (rip) printing.
2009-06-21 Chris Lattnerindentation fix
2009-06-21 Nick LewyckyExpand this test to handle more cases (remainder and...
2009-06-21 Chris Lattnerremove #if 0 code
2009-06-21 Chris Lattnercosmetic changes.
2009-06-21 Chris Lattnerimplement PR4424: 0/x is always 0 for integer division.
2009-06-20 Chris Lattnerchange TLS_ADDR lowering to lower to a real mem operand...
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 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 Dan GohmanGeneralize isLoopGuardedByCond's checking to consider two
next