oota-llvm.git
2010-03-08 Chris Lattnermove .set generation out of DwarfPrinter into AsmPrinte...
2010-03-08 Evan ChengDon't waste time trying to CSE labels, phis, inline...
2010-03-08 Evan ChengRestrict machine cse to really trivial coalescing....
2010-03-08 Chris Lattnersimplify EmitSectionOffset to always use .set if it is
2010-03-08 Chris Lattnerdon't reset defaults.
2010-03-08 Chris LattnerRemove a version of EmitDifference.
2010-03-08 Bob WilsonFix a crash compiling 254.gap for Thumb2. The Thumb2...
2010-03-08 Evan ChengRe-commit 97860 with fix. getMallocAllocatedType may...
2010-03-08 Chris Lattnereliminate a form of PrintLabelName.
2010-03-08 Chris Lattnerremove another form of EmitReference.
2010-03-08 Chris Lattnereliminate the non-MCSymbol versions of EmitReference.
2010-03-08 Chris Lattnermc'ize EmitLabel.
2010-03-08 Chris Lattnermerge DIEObjectLabel and DIEDwarfLabel into DIELabel.
2010-03-08 Devang PatelIntroduce DIFile. This will be used to represent header...
2010-03-08 Chris Lattnerelimiante the DWLabel class, using MCSymbol instead...
2010-03-08 Kevin EnderbyFix the vmxon entry in the X86InstrInfo.td so it has...
2010-03-08 Daniel DunbarMC/Macho-O: Align the zerofill section itself to the...
2010-03-08 Devang PatelDerive DIType from DIScope. This simplifies getContext...
2010-03-08 Devang PatelRemove DbgNode checks in constructor. Debug descriptors...
2010-03-08 Daniel DunbarMC/Mach-O: Fix address compution for zero fill sections.
2010-03-08 Daniel DunbarMC/Mach-O: Error out instead of crashing on invalid...
2010-03-08 Daniel DunbarX86: Fix encoding for TEST{8,16,32}rr.
2010-03-08 Evan ChengAdd documentation on sibling call optimization. Rename...
2010-03-08 Devang PatelisNull() is not used any more.
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 Andrew LenharthIterator traits and swap. closes PR6548 and PR6549
2010-03-08 Erick TryzelaarDon't always run the ocaml kaleidoscope tutorials.
2010-03-08 John McCallRevert r97726 and r97728 at ddunbar's request; we want...
2010-03-08 Erick TryzelaarAdd OCaml tutorial to the examples.
2010-03-08 Erick TryzelaarUpdate the OCaml Kaleidoscope tutorial.
2010-03-08 Devang PatelRevert r97947.
2010-03-08 Chris Lattnerdisambiguate some types, add a fixme about some
2010-03-08 Chris Lattnerfix some more ambiguous patterns, remove another nontem...
2010-03-08 Chris LattnerCorrect immediate sizes.
2010-03-08 Chris Lattnerfix a type compatibility bug. imm is i32 in the input
2010-03-08 Chris Lattnerfix a bunch of partially ambiguous patterns on ARM...
2010-03-08 Chris LattnerFix a bunch of ambiguous patterns which tblgen happens...
2010-03-08 Chris LattnerNode arguments to type casts can have names too. This...
2010-03-08 Chris Lattnertidy up
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 Dale JohannesenAdd Order to SDDbgValue
2010-03-08 Dale JohannesenFix dbg value handling in tail merging.
2010-03-08 Chris Lattnerremove a non-temporal store pattern which is not tested and
2010-03-08 Douglas GregorRevert r97917, which was causing Clang Debug self-host...
2010-03-07 Jeffrey YasskinRoll back r97918 again. Just configuring against llvm...
2010-03-07 Jeffrey YasskinReapply r97788 to free MDNodes when the LLVMContext...
2010-03-07 Jeffrey YasskinRoll r97906 forward again, without double-deleting...
2010-03-07 Tobias GrosserAdd findNearestCommonDominator() for PostDominators.
2010-03-07 Chris LattnerUse Other as a sentinel instead of iAny.
2010-03-07 Chris Lattnerturn off debug spew
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...
next