oota-llvm.git
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...
2009-05-16 Jakob Stoklund... Allow redefinition of reserved registers.
2009-05-16 Owen AndersonBack out the thread-safe ManagedStatic for now. Too...
2009-05-16 Duncan SandsPut back a bit of expensive checking logic that
2009-05-16 Duncan SandsMake sure the CXXFLAGS setting is picked up by
2009-05-16 Duncan SandsPacify gcc-4.3, which suggests explicit braces here
2009-05-16 Jakob Stoklund... Help DejaGnu avoid pipe-jam by producing less output...
2009-05-16 Jakob Stoklund... Pass to verify generated machine code.
2009-05-15 Jay FoadWork around the fact that GNU libstdc++'s debug mode...
2009-05-15 Anton KorobeynikovUnbreak mingw build
2009-05-15 Owen AndersonImprove compatibility with older versions of Windows.
2009-05-15 Bill WendlingSplit out the DwarfDebug module from the DwarfWriter...
2009-05-15 Owen AndersonFactor out some common code, fix more typoes, and add...
2009-05-15 Owen AndersonFix an unfortunate typo.
2009-05-15 Bill WendlingMark class as hidden.
2009-05-15 Owen Anderson(Hopefully) unbreak Apple-style builds.
2009-05-15 Evan ChengFix PR4210. Rewritter should track and update kills...
2009-05-15 Owen AndersonDon't #include OSAtomic.h unless we really need it.
2009-05-15 Nick LewyckyFix warning.
2009-05-15 Nick LewyckyAdd extra parenthesis around || statements to pacify...
2009-05-15 Bill WendlingMove c'tor/d'tor to top of file.
2009-05-15 Bill WendlingSplit out the DwarfException class into its own file...
2009-05-15 Bill WendlingSplit out the Dwarf writer stuff into separate files...
2009-05-15 Owen AndersonNow with working on Leopard!
2009-05-14 David GreeneImplement !if, analogous to $(if) in GNU make.
2009-05-14 Mike StumpReflow to fit 80-col.
2009-05-14 Mike StumpReflow to fit 80-col.
2009-05-14 David GreeneFix tests to not upset DejaGNU.
2009-05-14 David GreeneGraduate LLVM to the big leagues by embedding a LISP...
2009-05-14 David GreeneImplement a !foreach operator analogous to GNU make...
2009-05-14 David GreeneImplement a !subst operation simmilar to $(subst) in...
2009-05-14 Owen AndersonDropped this #include by accident.
2009-05-14 Owen AndersonMake ManagedStatic threadsafe by using atomic operations.
2009-05-14 Owen AndersonAdd CompareAndSwap.
2009-05-14 David GreeneImplement !cast.
2009-05-14 David GreeneOperation Enhancements
2009-05-14 David GreeneFix PR4207.
2009-05-14 Owen AndersonDown with static variables!
2009-05-14 Mike StumpTag blocks with DW_AT_APPLE_block.
2009-05-14 Dale JohannesenReuse existing getUnderlyingObject instead of
2009-05-14 Bill WendlingNon-functionality changes:
2009-05-14 Bill WendlingClean up this file fixing 80-column violations, bad...
next