Add enums and functions for symbols Mips64 uses.
[oota-llvm.git] / lib /
2011-09-22 Akira HatanakaAdd enums and functions for symbols Mips64 uses.
2011-09-22 Benjamin KramerX86: Don't form min/max nodes if the target is missing...
2011-09-22 Akira HatanakaMips64 aligns stack on 16-byte boundary.
2011-09-22 Akira HatanakaRemove unnecessary condition check.
2011-09-21 Owen AndersonTurns out that Thumb2 ADR doesn't need special printing...
2011-09-21 Owen AndersonPrint out immediate offset versions of PC-relative...
2011-09-21 Devang PatelDo not unnecessarily use AT_specification DIE because...
2011-09-21 Galina KistanovaFix for DbgInfoPrinter.cpp:174:12: warning: ‘LineNo...
2011-09-21 Bill WendlingThe last verification check for the new EH model.
2011-09-21 Bill WendlingAttempt to update the shadow stack GC pass to the new...
2011-09-21 Benjamin KramerX86Disassembler: if verbose logging is going to nulls...
2011-09-21 Jim GrosbachTidy up. Whitepsace.
2011-09-21 Wesley PeckFix some simple copy-paste errors in MBlaze ASM Parser...
2011-09-21 Owen AndersonThese do not need to be conditional on the presence...
2011-09-21 Akira HatanakaUndo a change made in r140254.
2011-09-21 Benjamin KramerDWARF: avoid unnecessary map lookups.
2011-09-21 Nadav Rotemfix comment
2011-09-21 Akira HatanakaMipsArchVersion does not need to be in the initializati...
2011-09-21 Nadav Rotem[VECTOR-SELECT] Address one of the bugs in pr10902.
2011-09-21 Nadav RotemInsert a sanity check on the combining of x86 truncing...
2011-09-21 Richard TrieuChange:
2011-09-21 Akira HatanakaAdd a base class for Mips TargetMachines and add Mips64...
2011-09-21 Akira HatanakaSet ABI if it hasn't been set on the command line.
2011-09-21 Akira HatanakaFix typo.
2011-09-21 Andrew TrickLower ARM adds/subs to add/sub after adding optional...
2011-09-21 Andrew Trickwhitespace
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
next