Reformat.
[oota-llvm.git] / lib /
2015-06-14 NAKAMURA TakumiReformat.
2015-06-13 Benjamin Kramer[Statepoints] Skip a vector copy when uniquing values.
2015-06-13 Benjamin Kramer[ExecutionEngine] ArrayRefize argument passing.
2015-06-13 Yaron KerenC++11 Rangify loops in AssemblyWriter::printModule...
2015-06-13 Rafael EspindolaDon't use std::errc.
2015-06-13 Simon Pilgrim[DAGCombiner] Added BSWAP(BSWAP(x)) -> x combine pattern.
2015-06-13 Sanjay Patelhoist loop-invariant; NFCI
2015-06-13 Sanjay Patelremove function names from comments and clean up; NFC
2015-06-13 Simon Pilgrim[SelectionDAG] Added assertions + UNDEF handling for...
2015-06-13 Sanjay Patelremove unnecessary casts; NFCI
2015-06-13 Simon Pilgrim[DAGCombiner] Added BSWAP vector constant folding support.
2015-06-13 Simon PilgrimStripped trailing whitespace. NFC.
2015-06-13 Simon PilgrimStripped trailing whitespace. NFC.
2015-06-13 Rafael EspindolaBring in a BumpPtrStringSaver from lld and simplify...
2015-06-13 Tom StellardAMDGPU: s/R600/AMDGPU/ in the Makefiles
2015-06-13 Matthias BraunRename TargetSubtargetInfo::enablePostMachineScheduler...
2015-06-13 Matthias BraunMachineLICM: Use TargetSchedModel instead of just itine...
2015-06-13 Tom StellardR600 -> AMDGPU rename
2015-06-13 Matt WalaRevert 239644.
2015-06-12 Tim NorthoverAArch64: map bare-metal arm64-macho triple to MachO...
2015-06-12 Eli BenderskyFix returning error message in LLVMLinkModules
2015-06-12 Matt Wala[Scalarizer] Fix potential for stale data in Scattered...
2015-06-12 Lang Hames[Orc] Fix a bug in the CompileOnDemand layer where...
2015-06-12 Tom StellardR600/SI: Add assembler support for FLAT instructions
2015-06-12 Yaron KerenRangify several for loops in ValueEnumerator constructor.
2015-06-12 Colin LeMahieu[Hexagon] Making intrinsic tests agnostic to register...
2015-06-12 Douglas KatzmanWrap some long lines in LLVMBuild files. NFC
2015-06-12 Douglas KatzmanAdd 'shave' processor name to Triple
2015-06-12 David BlaikieRefix a use of explicit pointer types in GEP constant...
2015-06-12 Matt WalaFix a typo in a comment in MemCpyOpt (test commit)
2015-06-12 Yaron KerenRangify two for loops in BitcodeReader.cpp.
2015-06-12 Pete CooperMove OperandList to be allocated prior to User for...
2015-06-12 Pete CooperAdded a version of User::new for hung off uses.
2015-06-12 Pete CooperRename NumOperands to make it clear its managed by...
2015-06-12 Pete CooperReplace all accesses to User::OperandList with getter...
2015-06-12 Pete CooperDon't create instructions from ConstantExpr's in CFLAli...
2015-06-12 Rafael EspindolaRemove a hack that tries to align '*'.
2015-06-12 Alexander Potapenko[ASan] format AddressSanitizer.cpp with `clang-format...
2015-06-12 John Brawn[ARM] Disabling vfp4 should disable fp16
2015-06-12 Yaron KerenRangify for loops, NFC.
2015-06-12 Peter CollingbourneLowerBitSets: Give names to aliases of unnamed bitset...
2015-06-12 Teresa JohnsonRevert commit r239480 as it causes https://code.google...
2015-06-12 Alexey Samsonov[SanitizerCoverage] Use llvm::getDISubprogram() to...
2015-06-12 Alexey Samsonov[GVN] Use a simpler form of IRBuilder constructor.
2015-06-12 Alexey Samsonov[GVN] Use IRBuilder more actively instead of creating...
2015-06-11 Reid Kleckner[WinEH] Put finally pointers in the handler scope table...
2015-06-11 Juergen Ributzka[Stackmaps][X86] Remove EFLAGS and IP registers from...
2015-06-11 Reid Kleckner[WinEH] Create an llvm.x86.seh.exceptioninfo intrinsic
2015-06-11 Reid Kleckner[Support] Fix a race initializing a static local in...
2015-06-11 Michael ZolotukhinUpdate stale comment before analyzeLoopUnrollCost....
2015-06-11 Peter CollingbourneObject: Prepend __imp_ when mangling a dllimport symbol...
2015-06-11 Peter CollingbourneLTO: expose LTO_SYMBOL_COMDAT flag, which indicates...
2015-06-11 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-06-11 Ahmed Bougacha[CodeGen] ArrayRef'ize cond/pred in various TII APIs...
2015-06-11 Rafael EspindolaGeneralize emitAbsoluteSymbolDiff.
2015-06-11 Alexey SamsonovSet proper debug location for branch added in BasicBloc...
2015-06-11 Alexey Samsonov[LoopUnroll] Use IRBuilder to create branch instructions.
2015-06-11 Benjamin KramerReplace an instance of custom atomics with standard...
2015-06-11 Rafael EspindolaThis reverts commit r239529 and r239514.
2015-06-11 Reid KlecknerRevert "Fix merges of non-zero vector stores"
2015-06-11 Matt ArsenaultSLSR: Pass address space to isLegalAddressingMode
2015-06-11 Matt ArsenaultFix merges of non-zero vector stores
2015-06-11 Daniel SandersReplace string GNU Triples with llvm::Triple in compute...
2015-06-11 Tom StellardR600/SI: Define latency for flat instructions
2015-06-11 Tom StellardR600/SI: Move flat instruction defs to CIInstructions.td
2015-06-11 Sanjay Patelremove function names from comments; NFC
2015-06-11 Aaron BallmanFixing MSVC 2013 build error.
2015-06-11 Toma TabacuRecommit "[mips] [IAS] Add support for BNE and BEQ...
2015-06-11 Zoran Jovanovic[mips][microMIPS] Implement ERET and ERETNC instructions
2015-06-11 Zoran Jovanovic[mips] Change existing uimm10 operand to restrict the...
2015-06-11 Hao Liu[LoopVectorize] Revert the enabling of interleaved...
2015-06-11 Hao Liu[AArch64] Match interleaved memory accesses into ldN...
2015-06-11 Arnaud A. de Grand... [LiveVariables] Improve isLiveOut runtime performances...
2015-06-11 Simon Pilgrim[X86][SSE] Vectorized i8 and i16 shift operators
2015-06-11 Arnaud A. de Grand... [PHIElim] Use ranges and const-ify, NFC.
2015-06-11 Nemanja IvanovicLLVM support for vector quad bit permute and gather...
2015-06-11 Reid KlecknerRevert "Move dllimport name mangling to IR mangler."
2015-06-11 Pete CooperRemove MachineModuleInfo::UsedFunctions as it has no...
2015-06-10 Sanjay Patelchange assert that will never fire to llvm_unreachable
2015-06-10 Pete CooperStop returning a Use* from allocHungOffUses.
2015-06-10 Pete CooperAdd User::growHungoffUses and use it to grow the hung...
2015-06-10 Pete CooperDelete User::dropHungOffUses and move it in to ~User...
2015-06-10 Pete CooperMake User track whether a class has 'hung off uses...
2015-06-10 Pete CooperMove the special Phi logic for hung off uses in to...
2015-06-10 Peter CollingbourneArgumentPromotion: Drop sret attribute on functions...
2015-06-10 Sanjay Patel[x86] Add a reassociation optimization to increase...
2015-06-10 Sanjay Patelpunctuation policing; NFC
2015-06-10 Reid Kleckner[WinEH] _except_handlerN uses 0 instead of 1 to indicat...
2015-06-10 Teresa JohnsonAdd new EliminateAvailableExternally module pass, which...
2015-06-10 Alexey Samsonov[GVN] Set proper debug locations for some instructions...
2015-06-10 Sanjay Patelfix typo in comment; NFC
2015-06-10 Colin LeMahieu[Hexagon] Adding decoders for signed operands and ensur...
2015-06-10 Benjamin Kramer[Hexagon] Make global arrays 'static const'. NFC.
2015-06-10 Igor Laevsky[StatepointLowering] Reuse stack slots across basic...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in create...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmBa...
2015-06-10 Elena DemikhovskyAVX-512: Fixed a bug in comparison of i1 vectors.
2015-06-10 Alexei Starovoitovfix crash
2015-06-10 Craig TopperRemove unnecessary conversion from StringRef to std...
next