[ARM] NEON instructions were erroneously decoded from certain invalid encodings
[oota-llvm.git] / lib /
2013-10-30 Artyom Skrobov[ARM] NEON instructions were erroneously decoded from...
2013-10-30 Tom StellardR600: Custom lower f32 = uint_to_fp i64
2013-10-30 David BlaikieDwarfDebug: Change Abbreviations member from pointer...
2013-10-30 Hans WennborgAdd #include of raw_ostream.h to MipsSEISelLowering.cpp
2013-10-30 Daniel Sanders[mips][msa] Correct definition of bins[lr] and CHECK...
2013-10-30 Nuno Lopesmake ConstantRange::signExtend() optimal
2013-10-30 Daniel Sanders[mips][msa] Added support for matching bmnz, bmnzi...
2013-10-30 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-10-30 Daniel Sanders[mips][msa] Added support for matching bins[lr]i.[bhwd...
2013-10-30 Daniel Sanders[mips][msa] Combine binsri-like DAG of AND and OR into...
2013-10-30 Daniel Sanders[mips] MipsSETargetLowering now reports DAGCombiner...
2013-10-30 Daniel Sanders[mips][msa] Added support for matching splat.[bhw]...
2013-10-30 Juergen RibutzkaRevert "SelectionDAG: Teach the legalizer to split...
2013-10-30 Juergen RibutzkaSelectionDAG: Teach the legalizer to split SETCC if...
2013-10-30 Bill WendlingReformat Makefile. No other changes.
2013-10-30 Akira Hatanaka[mips] Compute stack alignment on the fly.
2013-10-30 Josh MageeReformat code with clang-format.
2013-10-29 Manman RenDebug Info: code clean up.
2013-10-29 Manman RenDebug Info: support for DW_FORM_ref_addr.
2013-10-29 Manman RenDebug Info: instead of calling addToContextOwner which...
2013-10-29 Manman RenStruct byval cleanup: add helper functions to reduce...
2013-10-29 Josh Magee[stackprotector] Update the StackProtector pass to...
2013-10-29 Aaron BallmanRemoving a switch statement that contains only a defaul...
2013-10-29 Akira Hatanaka[mips] Align the stack to 16-bytes for mfp64.
2013-10-29 Rafael EspindolaMove getSymbol to TargetLoweringObjectFile.
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-29 Weiming Zhao[AArch64] Implement FrameAddr and ReturnAddr
2013-10-29 Amara Emerson[ARM] Make sure HasCRC is initialized to false in Subta...
2013-10-29 Zoran JovanovicSupport for microMIPS jump instructions
2013-10-29 Tom StellardR600/SI: Add compute support for CI v2
2013-10-29 Tom StellardR600: Expand vector FSQRT ops
2013-10-29 Alexey SamsonovDWARF parser: propery handle DW_FORM_ref_sig8 and fix...
2013-10-29 Rafael EspindolaThe asm printer has a mangler. Use it.
2013-10-29 Rafael EspindolaThe AsmPrinter has a Mangler. Use it.
2013-10-29 Rafael EspindolaThe asm printer has a mangler. Don't keep a second...
2013-10-29 Timur IskhodzhanovQuick-fix DebugInfo build on Windows
2013-10-29 Bernard OgdenARM: Add subtarget feature for CRC
2013-10-29 Anders WaldenborgFix misapplied patch in r193597
2013-10-29 Anders Waldenborgllvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store...
2013-10-29 Tim NorthoverAArch64: add 'a' inline asm operand modifier
2013-10-29 Manman RenDebug Info: instead of calling addToContextOwner which...
2013-10-29 Alp TokerFix "existant" typos
2013-10-29 Richard SmithClean up.
2013-10-29 NAKAMURA TakumiDWARFFormValue.cpp: Appease gcc to give explicit constr...
2013-10-29 Arnold SchwaighoferARM cost model: Unaligned vectorized double stores...
2013-10-29 Arnold SchwaighoferARM cost model: Account for zero cost scalar SROA instr...
2013-10-29 Arnold SchwaighoferSLPVectorizer: Use vector type for vectorized memory...
2013-10-29 Joerg SonnenbergerMove the STT_FILE symbols out of the normal symbol...
2013-10-29 Manman RenDebug Info: use createAndAddDIE to wrap around "new...
2013-10-29 Manman RenDebug Info: use createAndAddDIE for newly-created Subpr...
2013-10-29 Manman RenDebug Info: add a helper function createAndAddDIE.
2013-10-28 Alexey SamsonovMerge DWARFDIE::extractFast and DWARFDIE::extract into...
2013-10-28 Alexey SamsonovDWARF parser: Use ArrayRef to represent form sizes...
2013-10-28 Alexey SamsonovDWARF parser: since DWARF4, DW_AT_high_pc may be a...
2013-10-28 Alexey SamsonovDebugInfo: Introduce the notion of "form classes"
2013-10-28 Akira Hatanaka[mips] Simplify LowerFormalArguments using getRegClassFor.
2013-10-28 Lang HamesReturn early from getUnconditionalBranchTargetOpValue...
2013-10-28 Logan Chien[arm] Implement eabi_attribute, cpu, and fpu directives.
2013-10-28 Nuno Lopessimplify ConstantRange::getSetSize()
2013-10-28 Richard Sandiford[SystemZ] Set usaAA to true
2013-10-28 Richard Sandiford[DAGCombiner] Respect volatility when checking for...
2013-10-28 Richard SandifordKeep TBAA info when rewriting SelectionDAG loads and...
2013-10-28 Benjamin KramerSCEV: Make the final add of an inbounds GEP nuw if...
2013-10-28 NAKAMURA TakumiPrune utf8 chars in comments.
2013-10-28 NAKAMURA TakumiPrune trailing linefeeds.
2013-10-28 NAKAMURA TakumiTarget/R600: Un-tab-ify.
2013-10-27 Reed KotlerMake first substantial checkin of my port of ARM consta...
2013-10-27 Benjamin KramerNVPTX: Remove unused globals.
2013-10-27 Benjamin KramerHexagon: Remove global state.
2013-10-27 Elena DemikhovskyAVX-512: PMIN/PMAX intrinsics and patterns
2013-10-27 Shuxin YangRevert r193251 : Use address-taken to disambiguate...
2013-10-26 Wan XiaofeiQuick look-up for block in loop.
2013-10-25 Andrew TrickFix SCEVExpander: don't try to expand quadratic recurre...
2013-10-25 Andrew TrickFix LSR: don't normalize quadratic recurrences.
2013-10-25 Rafael EspindolaHandle calls and invokes in GlobalStatus.
2013-10-25 Hal FinkelLoopVectorizer: Don't attempt to vectorize extracteleme...
2013-10-25 David BlaikieDIEHash: Summary hashing of member functions
2013-10-25 Rafael EspindolaChange MemoryBuffer::getFile to take a Twine.
2013-10-25 David BlaikieDIEHash: Summary hashing of nested types
2013-10-25 Quentin Colombet[X86][AVX512] Add patterns that match the AVX512 floati...
2013-10-25 Quentin Colombet[X86][AVX512] Add patterns that match the AVX512 floati...
2013-10-25 Rafael EspindolaCall destroy from ~BasicCallGraph.
2013-10-25 Tim NorthoverARM: allow .thumb_func to be separated from symbol...
2013-10-25 Yaron KerenThe FIXME was indeed fixed in the linker, comment removed.
2013-10-25 Tim NorthoverARM: don't expand atomicrmw inline on Cortex-M0
2013-10-25 Tim NorthoverLegalizeDAG: allow libcalls for max/min atomic operations
2013-10-25 Nadav RotemOptimize concat_vectors(X, undef) -> scalar_to_vector(X).
2013-10-25 Yuchen Wullvm-cov dump to dbgs() instead of outs().
2013-10-25 Yuchen WuSupport for reading program counts in llvm-cov.
2013-10-24 Jim GrosbachARM: Tweak usage of '*vfp' compiler_rt functions.
2013-10-24 David BlaikieMCStreamer: Reimplement the virtual EmitRawText as...
2013-10-24 David BlaikieDWARF emission: Remove unnecessary/redundant DIE refere...
2013-10-24 Eric ChristopherFix name of variable in comment.
2013-10-24 Eric ChristopherGrammar.
2013-10-24 Eric ChristopherUpdate misleading comment.
2013-10-24 David BlaikieDIEHash: Const correct and use references where non...
2013-10-24 David BlaikieDIEHash: Do not use shallow type hashing for unnamed...
2013-10-24 David BlaikieDIEHash: Refactor ref attribute hashing into smaller...
2013-10-24 David BlaikieRemove unused debug-only member variable.
2013-10-24 David PeixottoRemove class abstraction from ARM struct byval lowering
next