oota-llvm.git
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 CooperRemove unnecessary MCExpr.h include from MCSymbol.h
2015-06-12 Pete CooperRemove a bunch of inline keywords from User. NFC.
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 Rafael EspindolaHave the ELF symbol predicates match more directly...
2015-06-12 Pete CooperDon't create instructions from ConstantExpr's in CFLAli...
2015-06-12 Greg BedwellIn MSVC builds embed a VERSIONINFO resource in our...
2015-06-12 Rafael EspindolaRemove a hack that tries to align '*'.
2015-06-12 Rafael EspindolaDon't depend on the interleaving of stdout and stderr.
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 KerenReplace duplicated iplist<T> types with the correspondi...
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 Richard SmithAdd missing #include, found by modules build.
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 NAKAMURA TakumiMC: Prune \return corresponding to r239552. [-Wdocument...
2015-06-11 Lang Hames[Orc] Attempted fix for GCC ICE on Polly builder.
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 Lang Hames[Orc] Remove some unnecesary includes and whitespace...
2015-06-11 Lang Hames[Orc] Make partition identification in the CompileOnDem...
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 Douglas KatzmanFix English usage in command line flag help string.
2015-06-11 Davide Italiano[ELF] Introduce getValue() for ELF Symbols.
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 Douglas KatzmanFix comment typos.
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 Tom StellardR600/SI: Add -mcpu=bonaire to a test that uses flat...
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 Zoran Jovanovic[mips][microMIPSr6] Change disassembler tests to one...
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... [LiveVariables] Improve isLiveOut runtime performances...
2015-06-11 Simon Pilgrim[X86][SSE] Vectorized i8 and i16 shift operators
2015-06-11 Arnaud A. de... [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 Jingyue Wu[NFC] added a missing space
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[Statepoints] Add test case to check that statepoint...
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 Yaron KerenReplace magic number 19 with the constant GlobalValueSu...
2015-06-10 Alexei Starovoitovfix crash
2015-06-10 Craig TopperRemove unnecessary conversion from StringRef to std...
2015-06-10 Reid Kleckner[WinEH] Call llvm.stackrestore in __except blocks
2015-06-10 Reid KlecknerRemove safeseh debug print and remove extra braces
2015-06-10 Reid Kleckner[WinEH] Emit .safeseh directives for all 32-bit excepti...
2015-06-10 Reid KlecknerFix -Wsign-compare warning in WinException.cpp
2015-06-09 Pete CooperFix warning of comparing different enums. NFC
2015-06-09 NAKAMURA TakumiAdd explicit -mtriple=arm-unknown to llvm/test/CodeGen...
2015-06-09 Pete CooperRevert "Move MCSymbol Value in to the union of Offset...
2015-06-09 Pete CooperMove MCSymbol Value in to the union of Offset and Commo...
2015-06-09 Tobias Edler... [RegisterScavenger] Fix handling of predicated instructions
next