oota-llvm.git
2010-03-07 Chris Lattnermore factoring.
2010-03-07 Jeffrey Yasskin_2_ gcc crashes, ah, ah, ah...
2010-03-07 Chris Lattnerteach tblgen to be more aggressive when factoring Check...
2010-03-07 Jeffrey YasskinAvoid leaking CompileUnits and DbgScopes from DwarfDebu...
2010-03-07 Chris Lattneradd some helper functions and implement isContradictory
2010-03-07 Chris Lattnertidy up
2010-03-06 Wesley PeckRe-committing the failed r97807 commit with changes...
2010-03-06 Nick LewyckyAdd verification of union types.
2010-03-06 Anton KorobeynikovDescribe what's going on with mingw alloca and why...
2010-03-06 Anton KorobeynikovInitial bits of ARMv4-only support.
2010-03-06 Anton KorobeynikovLower dynamic stack allocation on mingw32 to separate...
2010-03-06 Chris Lattnermake APFloat::toString be const.
2010-03-06 Chris Lattnerdisable this for mingw as well, we really need a 'has...
2010-03-06 Anton KorobeynikovDo not use '&' prefix for globals when register base...
2010-03-06 Eric ChristopherLet the fallthrough handle whether or not we've changed...
2010-03-06 Eric ChristopherMigrate _chk call lowering from SimplifyLibCalls to...
2010-03-06 Rafael EspindolaAdd static methods to handle Linkage Types.
2010-03-06 Chris Lattnerclean this up.
2010-03-06 Chris Lattnerrevert r97807, it introduced build warnings.
2010-03-06 Jim GrosbachThumb1 epilogue code generation needs to take into...
2010-03-06 Eric ChristopherTemporarily revert:
2010-03-06 Dale JohannesenFix another case where LSR was affected by debug info.
2010-03-06 Evan ChengDon't update physical register def.
2010-03-06 Evan ChengTransform @llvm.objectsize to integer if the argument...
2010-03-06 Erick TryzelaarAdd a LLVMWriteBitcodeToFD that exposes the raw_fd_ostr...
2010-03-06 Erick TryzelaarWhoops, the old LLVMWriteBitcodeToFileHandle closed...
2010-03-06 Erick TryzelaarLLVMWriteBitcodeToFileHandle should work on all archite...
2010-03-06 Dale JohannesenAdd some new bits of debug info handling. No
2010-03-06 Dan GohmanReapply r97778 and r97779, enabled only for unsigned...
2010-03-05 Devang PatelTest case for r97851.
2010-03-05 Ted KremenekUpdate CMake build.
2010-03-05 Charles DavisDon't emit global symbols into the (__TEXT,__ustring...
2010-03-05 Eric ChristopherMove SimplifyLibCalls's LibCall builders to a separate...
2010-03-05 Eric ChristopherAdd support for an i8* type accessor.
2010-03-05 Jakob Stoklund... Better handling of dead super registers in LiveVariable...
2010-03-05 Jakob Stoklund... We don't really care about correct register liveness...
2010-03-05 Jakob Stoklund... Avoid creating bad PHI instructions when BR is being...
2010-03-05 Dale JohannesenFix a case where LSR is sensitive to debug info.
2010-03-05 Evan ChengSafely turn memset_chk etc. to non-chk variant if the...
2010-03-05 Evan ChengInstcombine should turn llvm.objectsize of a alloca...
2010-03-05 Evan ChengFix typo.
2010-03-05 Chris Lattnerfix bss section printing for cell, patch by Kalle Raiskila!
2010-03-05 Chris Lattnerfix PR6512, a case where instcombine would incorrectly...
2010-03-05 Wesley PeckReworking the stack layout that the MicroBlaze backend...
2010-03-05 Wesley PeckAdding MBlaze to cmake target list.
2010-03-05 Chris LattnerFix PR6503. This turned into a much more interesting...
2010-03-05 Chris Lattnermake these less sensitive to temporary naming.
2010-03-05 Chris Lattnerremove this testcase, it isn't clear what it was testin...
2010-03-05 Evan ChengFix an oops in x86 sibcall optimization. If the ByVal...
2010-03-05 Duncan SandsIf LD_LIBRARY_PATH is set in the system environment...
2010-03-05 Chris Lattnersimplify some functions and make them work with vector
2010-03-05 Chris Lattnerfix a nice subtle reassociate bug which would only...
2010-03-05 Eric ChristopherMove GetStringLength and helper from SimplifyLibCalls...
2010-03-05 Jeffrey YasskinRevert r97788 because it broke test/FrontendC/2010...
2010-03-05 Chris LattnerFix PR6497, a bug where we'd fold a load into an addc
2010-03-05 Chris Lattnercleanup
2010-03-05 Chris Lattnerinline a small function with one call site.
2010-03-05 Jeffrey YasskinFree MDNodes when the LLVMContext is destroyed. Leak...
2010-03-05 Mikhail GlushenkovMake it not an error to specify -O* options several...
2010-03-05 Mikhail GlushenkovUse FindExecutable as a fall-back search method.
2010-03-05 Evan ChengRever 96389 and 96990. They are causing some miscompila...
2010-03-05 Dan GohmanRevert r97778 and r97779. They're somehow breaking...
2010-03-05 Chris Lattnerapparently if gold is around lto needs to be part of...
2010-03-05 Dan GohmanFix these constants to be more portable.
2010-03-05 Dan GohmanRewrite i64-to-f64 conversion using an algorithm which...
2010-03-05 Johnny ChenTrivial comment change.
2010-03-05 Evan ChengAdd missing break for Intrinsic::objectsize case. It...
2010-03-05 Chris Lattnerdisable libprofile on cygwin, patch by Aaron Gray.
2010-03-05 Chris LattnerOnly build libedis if ENABLE_SHARED is specified, just...
2010-03-05 Chris Lattnerliblto and gold don't need to be built in serial
2010-03-05 Chris Lattneradd an assertion requested on llvmdev.
2010-03-05 Bill WendlingRevert r97766. It's deleting a tag.
2010-03-05 Bill WendlingMicro-optimization:
2010-03-05 Dale JohannesenFix some more places where dbg_value affected codegen.
2010-03-04 Devang PatelAdd metadata example.
2010-03-04 Jeffrey YasskinStop leaking MDStrings.
2010-03-04 Johnny ChenDrop the ".w" qualifier for t2UXTB16* instructions...
2010-03-04 Jeffrey YasskinFix memcheck-found leaks: one false positive from using...
2010-03-04 Jim GrosbachFor SJLJ exception handling, make sure that all calls...
2010-03-04 Bob Wilsonpr6478: The frame pointer spill frame index is only...
2010-03-04 Evan ChengRun machine licm before machine cse to avoid messing...
2010-03-04 Evan ChengAvoid cse load instructions unless they are known to...
2010-03-04 Bob Wilsonpr6480: Don't try producing ld/st-multiple instructions...
2010-03-04 Erick TryzelaarRewrite makefiles to explicitly reference DESTDIR to...
2010-03-04 Jakob Stoklund... Fix the remaining MUL8 and DIV8 to define AX instead...
2010-03-04 Dan GohmanFix recognition of 16-bit bswap for C front-ends which...
2010-03-04 Chris Lattnernot committing what you test = bad.
2010-03-04 Chris Lattnermake gep matching in fastisel match the base of the...
2010-03-04 Chris Lattneradd a statistic for # times fastisel fails.
2010-03-04 Jeffrey YasskinFix PR6360. It's easy for a stub's address to escape...
2010-03-04 Dan GohmanFix a typo Duncan noticed.
2010-03-04 Johnny ChenAdded 32-bit Thumb instructions for Preload Data (PLD...
2010-03-04 John McCallSimplify the condition-checking logic and hopefully...
2010-03-04 John McCallTeach lit to honor conditional directives. The syntax is:
2010-03-04 Nick LewyckyMake the 'icmp pred trunc(ext(X)), CST --> icmp pred...
2010-03-04 Jeffrey YasskinFix PR5291, in which a SmallPtrSet iterator was held...
2010-03-04 Evan ChengRename -machine-cse to -enable-machine-cse.
2010-03-04 Chris Lattneradd a comment.
2010-03-04 Chris Lattnerso hey, it turns out that the histogram was completely...
2010-03-04 Evan ChengLook ahead a bit to determine if a physical register...
next