oota-llvm.git
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 Dan GohmanTeach ValueTracking a new way to analyze PHI nodes...
2009-05-21 Owen AndersonAdd Atomic.cpp to the CMake build system.
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 Bill WendlingMinor code cleanup. No functionality change.
2009-05-20 Bill WendlingMerge 'ConstructFunctionDbgScope' and 'ConstructAbstrac...
2009-05-20 Bill WendlingRename 'New*' methods to 'Create*' to be consistent...
2009-05-20 Bill WendlingAdd comment for emit section.
2009-05-20 Bill WendlingMove 'Emit' methods down to their own place.
2009-05-20 Bill WendlingRevert r72192. It was causing a build failure.
2009-05-20 Bill WendlingDo some mechanical changes. Combine the 'construct...
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 AndersonTabs, be gone!
2009-05-20 Owen AndersonI just fail today.
2009-05-20 Owen AndersonCopy-and-paste-o.
2009-05-20 Owen AndersonMove atomic operations' definitions out of line. While...
2009-05-20 Bob WilsonMinor formatting fixes.
2009-05-20 Duncan SandsWhen comparing DominanceFrontier's, advance iterators
2009-05-20 Owen AndersonCompile fix for MSVC.
2009-05-20 Eli FriedmanFix for PR4235: to build a floating-point value from...
2009-05-20 Evan ChengFix test on non-darwin hosts.
2009-05-20 Evan ChengTry again. Allow call to immediate address for ELF...
2009-05-20 Evan ChengCannot use immediate as call absolute target in PIC...
2009-05-20 Dan GohmanTeach SCEV::isLoopInvariant and SCEV::hasComputableLoop...
2009-05-20 Owen AndersonAdd llvm_start_multithreaded(), which starts up the...
2009-05-20 Dan GohmanSuppress the IV reversal transformation in the case...
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 Bob WilsonFix pr4227: Handle large immediate values in inline...
2009-05-19 Dan GohmanRemove an irrelevant comment.
2009-05-19 Dan GohmanAdd some more comments to the top of this file.
2009-05-19 Dan GohmanTrim unneeded #includes.
2009-05-19 Dan GohmanMake SCEVCallbackVH a private nested class inside Scala...
2009-05-19 Dan GohmanCreate ConstantExpr GEPs the correct way. This fixes
2009-05-19 Bob WilsonFollow up on new support for memory operands in ARM...
2009-05-19 Bill WendlingForward decls.
2009-05-19 Bill WendlingRemove 'class' specifier.
2009-05-19 Bill WendlingFix to compile on VS2008.
2009-05-19 Bob WilsonFix pr4058 and pr4059. Do not split i64 or double...
2009-05-19 Bob WilsonFix pr4091: Add support for "m" constraint in ARM inlin...
2009-05-19 Dan GohmanRemove the #ifndef NDEBUG from the FastISel debugging...
2009-05-19 Dan GohmanTeach SCEVExpander to expand arithmetic involving point...
2009-05-19 Cristian CadarTest commit.
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 Dale JohannesenSpacing fix.
2009-05-19 Mike StumpFix cmake builds.
2009-05-19 Owen AndersonNow that we have atomics support properly detected...
2009-05-18 Owen AndersonTest for the presence of GCC atomic builtins at configu...
2009-05-18 Daniel DunbarAdd -submit-aux option to NewNightlyTest.pl
2009-05-18 Bill WendlingDon't set the "location" information for inlined functi...
2009-05-18 Bill WendlingSmall code cleanup.
2009-05-18 Dan GohmanUpdate a comment to reflect changes in the surrounding...
2009-05-18 Evan ChengAdd short descriptions of 'implicit' and 'parallel'.
2009-05-18 Bill WendlingRecordVariable is called each time a DECLARE node is...
2009-05-18 Dale JohannesenAdd OpSize to 16-bit ADC and SBB.
2009-05-18 Argyrios KyrtzidisAdd missing file.
2009-05-18 Argyrios KyrtzidisAllow the JIT ExecutionEngine to report details about...
2009-05-18 Bob WilsonFix CodePlacementOpt::OptimizeIntraLoopEdges so that...
2009-05-18 Bob WilsonFix pr4202: Disable CodePlacementOpt for ARM. The...
2009-05-18 Lang HamesNew Spiller interface and trivial implementation.
2009-05-18 Dan GohmanRevert r72025. It is possible for clients to convert...
2009-05-18 Eric ChristopherRemove getType() overrides for ExtractValueInst and...
2009-05-18 Bill WendlingRevert last commit. It was wrong.
2009-05-18 Dan GohmanAdd assertions to CastInst::getCastOpcode to catch...
2009-05-18 Bill WendlingDon't call RegionInlinedFnEnd if our optimization level...
2009-05-18 Bill WendlingCommands beginning with '--' are converted to '-f'...
2009-05-18 Dale JohannesenFill in the missing patterns for ADC and SBB.
2009-05-18 Douglas Gregortermios.h contains the winsize structure we need to...
2009-05-18 Dan GohmanRename UseTy to AccessTy, for consistency with getAcces...
2009-05-18 Daniel DunbarSilence Release-Asserts warnings.
2009-05-18 Dan GohmanTeach ScalarEvolution to recognize x^-1 in the case...
2009-05-18 Dan GohmanDelete a redundant 'else'.
2009-05-18 Dan GohmanFix ScalarEvolution::isLoopGuardedByCond to accept...
2009-05-18 Dan GohmanMinor code cleanups. Do more of the work before the...
2009-05-18 Dan GohmanAdd assertion checks to the SCEV operator creation...
2009-05-18 Dan GohmanMake ScalarEvolution::isLoopGuardedByCond work even...
2009-05-18 Dan GohmanAdd an isOne() utility function to ScalarEvolution...
2009-05-18 Dan GohmanAdd nounwind to a few tests.
2009-05-18 Eli FriedmanTweak MemoryBuffer::getSTDIN so that it returns after...
2009-05-18 Daniel DunbarFix a compile warning.
2009-05-17 Lang HamesPrevented reg0 from being added to MBB live-in set...
2009-05-17 Jakob Stoklund... Rename MachineVerifier pass to avoid command line colli...
2009-05-17 Duncan SandsCheck that the gcc front-end is not doing inlining
2009-05-17 Anton KorobeynikovMark rotl/rotr as expand. This generates pretty ugly...
2009-05-17 Anton KorobeynikovTypo
2009-05-17 Bill WendlingFormatting. Some updating of data structures. More...
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 Jakob Stoklund... Fix a missing def-flag on a Mips epilogue load.
2009-05-16 Jakob Stoklund... Remember to set def-flag on register loaded from stack...
2009-05-16 Jakob Stoklund... Verify that explicit definitions in the TargetInstrDesc...
next