In the disassembler C API, be careful not to confuse the comment streamer that the...
[oota-llvm.git] / lib /
2011-09-21 Owen AndersonIn the disassembler C API, be careful not to confuse...
2011-09-20 Akira HatanakaChange the names of functions isMips* to hasMips*.
2011-09-20 Eli FriedmanMake sure IPSCCP never marks a tracked call as overdefi...
2011-09-20 Bruno Cardoso LopesAdd a DAGCombine for subvector extracts to remove usele...
2011-09-20 Bruno Cardoso LopesRevert r140097, working on a better approach
2011-09-20 Ivan Krasinlib/Linker: add support of deps which does not end...
2011-09-20 Bruno Cardoso LopesSimplify max/minp[s|d] dagcombine matching
2011-09-20 Bill WendlingRelax this condition.
2011-09-20 Bill WendlingPlace the check for an exit landing pad where it will...
2011-09-20 Bill WendlingOmit extracting a loop if one of the exits is a landing...
2011-09-20 Bob WilsonRemove the hack to check UNAME_RELEASE when identifying...
2011-09-20 Bruno Cardoso LopesTidy up a bit more, fix tab and remove trailing whitespaces
2011-09-20 Bruno Cardoso LopesThe wrong relocation was being emitted for several...
2011-09-20 Bruno Cardoso LopesTidy up code!
2011-09-20 Evan ChengFix a bug introduced during refactoring a couple of...
2011-09-20 Akira HatanakaInitial Mips64 support. Patch by Liu with some modifica...
2011-09-20 Bill WendlingCheck the terminator, not the basic block.
2011-09-20 Bill WendlingWhen extracting a basic block that ends in an 'invoke...
2011-09-20 Bill WendlingUse ArrayRef instead of an explicit 'const std::vector &'.
2011-09-20 Devang PatelIf simple ownership works then friendship is not required.
2011-09-20 Bill WendlingUse ArrayRef instead of 'const std::vector' to pass...
2011-09-20 Devang PatelUpdate GCOVLines to provide interfaces to write line...
2011-09-20 Douglas GregorU is good enough
2011-09-20 Bill WendlingFix comments.
2011-09-20 Andrew TrickRestore hasPostISelHook tblgen flag.
2011-09-20 Douglas GregorEliminate sign-comparison warnings in APInt
2011-09-20 Akira HatanakaAdd mips64 & mips64el to Triple. Patch by Liu with...
2011-09-20 Devang PatelUpdate comment.
2011-09-20 Devang PatelUse StringRef instead of std::string.
2011-09-20 Devang PatelEliminate unnecessary copy of FileName from GCOVLines.
2011-09-20 Devang PatelThere is no need to write a local utility routine to...
2011-09-20 Craig TopperExtend changes from r139986 to produce 256-bit AVX...
2011-09-20 Andrew TrickARM isel bug fix for adds/subs operands.
2011-09-20 Andrew Trickwhitespace
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for UXTAB/UXTAB16...
2011-09-20 Eric ChristopherRemove from cmake too.
2011-09-20 Eric ChristopherRemove more of llvmc and dependencies.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for USAX.
2011-09-20 Jim GrosbachRemove incorrect comments. These are not disassmebly...
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for UQASX/UQSAX.
2011-09-20 Jim GrosbachThumb1 convenience aliases for disassembler round-trip...
2011-09-20 Jim GrosbachThumb CPS definition is not disassembler only.
2011-09-19 Jim GrosbachThumb2 range check on CPS mode immediate.
2011-09-19 Owen AndersontMOVSr is not allowed in an IT block either.
2011-09-19 Owen AndersonCPS instructions are UNPREDICTABLE inside IT blocks.
2011-09-19 Jim GrosbachTidy up comments.
2011-09-19 Bruno Cardoso LopesFix PR10949. Fix the encoding of VMOVPQIto64rr.
2011-09-19 Bruno Cardoso LopesBased on the small opt Zvi's patch was trying to achiev...
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for UMAAL/UMLAL...
2011-09-19 Bill WendlingRevert r140083 and r140084 until buildbots can be fixed.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for UHASX/UHSAX.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for UASX.
2011-09-19 Bill WendlingIf we are extracting a basic block that ends in an...
2011-09-19 Owen AndersonThumb2 TBB and TBH instructions are only allowed at...
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for TBB/TBH.
2011-09-19 Eli FriedmanFix an infinite loop where a transform in InstCombiner...
2011-09-19 Bruno Cardoso LopesMatch X86ISD::FSETCCsd and X86ISD::FSETCCss while in...
2011-09-19 Eric ChristopherRename LLVM_MULTITHREADED define and fix build without...
2011-09-19 Jim GrosbachTidy up a bit.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for SXTB/SXTB16...
2011-09-19 Akira HatanakaMake changes to avoid creating nested CALLSEQ_START...
2011-09-19 Benjamin KramerSilence -Wsign-compare warnings from GCC.
2011-09-19 Owen AndersonSpecify an additional fixed bit in the Thumb2 SSAT...
2011-09-19 Eli FriedmanFix a typo in the bitcode reader in the handling of...
2011-09-19 Jim GrosbachARM asm parsing should handle pre-indexed writeback...
2011-09-19 Owen AndersonHandle STRT (and friends) like LDRT (and friends) for...
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for SXTAB/SXTAB16...
2011-09-19 Benjamin KramerMCInstrAnalysis: Don't crash on instructions with no...
2011-09-19 Andrew Trick[indvars] Fix PR10946: SCEV cannot handle Vector IVs.
2011-09-19 NAKAMURA TakumiAdd Win32 support to llvm::llvm_execute_on_thread(...
2011-09-18 Nadav RotemFix typos in my prev commit, found by Tobi.
2011-09-18 Nadav RotemsetOperationAction should be done on the return value...
2011-09-18 Nadav RotemWhen promoting integer vectors we often create ext...
2011-09-18 Nadav Rotemwhite space cleanups
2011-09-18 Craig TopperFix typo by changing Lower256IntVETCC to Lower256IntVSETCC.
2011-09-17 Duncan SandsSynthesize x86 max/min instructions also for vectors...
2011-09-16 Bruno Cardoso LopesDescribe more AVX 128-bit convert instructions without...
2011-09-16 Owen AndersonBitfield mask instructions are unpredictable if the...
2011-09-16 Owen AndersonFix bitfield decoding based on Eli's feedback.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SUB(immediate).
2011-09-16 Owen AndersonThumb2 pre-indexed loads/stores use the restricted...
2011-09-16 Owen AndersonFix disassembly of Thumb2 BFI instructions with bit...
2011-09-16 Owen AndersonAdd fixed bits to correctly distinguish Thumb2 SSAT...
2011-09-16 Bruno Cardoso LopesAdd mayLoad attribute to AVX convert instructions,...
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STR.
2011-09-16 Jim GrosbachTidy up. 80 columns.
2011-09-16 Owen AndersonFix disassembly of Thumb2 LDRSH with a #-0 offset.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STR(immediate).
2011-09-16 Bruno Cardoso LopesFix PR10884.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STMIA.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SSAX.
2011-09-16 Eli FriedmanFix a minor bug in fs::create_directories. Patch by...
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SSAT.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SRS.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMMULL.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMLSLD/SMLSLDX.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMLALD/SMLALDX.
2011-09-16 Jim GrosbachKill some dead code.
2011-09-16 Jim GrosbachTidy up a bit.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMLAL.
next