mc'ize EmitLabel.
[oota-llvm.git] / lib /
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 Devang PatelAvoid using DIDescriptor.isNull().
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 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 Chris LattnerUse Other as a sentinel instead of iAny.
2010-03-07 Jeffrey Yasskin_2_ gcc crashes, ah, ah, ah...
2010-03-07 Jeffrey YasskinAvoid leaking CompileUnits and DbgScopes from DwarfDebu...
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 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 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 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 Jakob Stoklund OlesenBetter handling of dead super registers in LiveVariable...
2010-03-05 Jakob Stoklund OlesenWe don't really care about correct register liveness...
2010-03-05 Jakob Stoklund OlesenAvoid 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 Chris LattnerFix PR6503. This turned into a much more interesting...
2010-03-05 Evan ChengFix an oops in x86 sibcall optimization. If the ByVal...
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 Lattnerinline a small function with one call site.
2010-03-05 Jeffrey YasskinFree MDNodes when the LLVMContext is destroyed. Leak...
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 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 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 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 OlesenFix 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.
next