oota-llvm.git
2015-11-16 Reid Kleckner[WinEH] Don't let UnwindHelp alias the return address
2015-11-16 Reid KlecknerUse the subtarget reference that we already have
2015-11-16 Owen AndersonAdd intermediate subtract instructions to reassociation...
2015-11-16 David Majnemer[LoopStrengthReduce] Don't increment iterator past...
2015-11-16 Vasileios Kalintiris[mips] Disable code generation through FastISel for...
2015-11-16 Davide Italiano[SimplifyLibCalls] Generalize a comment. This doesn...
2015-11-16 Petr Pavlu[ARM] Prevent use of a value pointed by end() iterator...
2015-11-16 Oliver Stannard[ARM,AArch64] Store source location of asm constant...
2015-11-16 Oliver Stannard[ARM,AArch64] Store source location for values in assem...
2015-11-16 Dan Gohman[WebAssembly] Prototype passes for register coloring...
2015-11-16 Daniel Sanders[mips][ias] Remove spurious ';' from inline assembly...
2015-11-16 Daniel Sanders[mips][ias] Accept $31 or $ra in hf16call32.ll. IAS...
2015-11-16 Daniel Sanders[mips][ias] Allow whitespace after commas in inlineasm...
2015-11-16 Artyom SkrobovHandle ARMv6KZ naming
2015-11-16 Artyom SkrobovNFC refactorings in lib/Support/TargetParser.cpp
2015-11-16 Bradley Smith[ARM] Allow TargetParser to accurately target architectures
2015-11-16 Bradley Smith[ARM] Introduce subtarget features per ARM architecture.
2015-11-16 James MolloyProperly check if a CMPZ node is in fact comparing...
2015-11-16 Pavel LabathDon't generate discriminators for calls to debug intrinsics
2015-11-16 Oliver Stannard[AArch64] ldr= pseudo-instruction silently ignored...
2015-11-16 James Molloy[GlobalOpt] Address post-commit review comments on...
2015-11-16 Benjamin KramerMove helper classes into anonymous namespaces. NFC.
2015-11-16 Keno FischerFix r253186 test case
2015-11-16 Keno Fischer[DIBuilder] Make createReferenceType take size and...
2015-11-16 Igor BregerAVX512: Implemented encoding and intrinsics for VMOVSHD...
2015-11-16 Keno FischerAlso map the personality function in CloneFunctionInto
2015-11-16 Keno Fischer[Sink] Don't move landingpads
2015-11-16 Vedant Kumar[ADT] Make capacity_in_bytes support BitVector. NFC.
2015-11-15 Dan Gohman[WebAssembly] Use tabs instead of spaces in assembly...
2015-11-15 Simon Pilgrim[X86][SSE] Tidyup with implicit SDValue bool check...
2015-11-15 Teresa JohnsonFix mapping of unmaterialized global values during...
2015-11-15 James Molloy[GlobalOpt] Demote globals to locals more aggressively
2015-11-15 Alex Denisov[Docs] Fix typo
2015-11-15 Igor BregerRevert r253160.
2015-11-15 Elena DemikhovskyFixed GEP visitor in the InstCombine pass.
2015-11-15 Igor BregerAVX512: Implemented encoding and intrinsics for VMOVSHD...
2015-11-15 Dylan McKayNFC: Document MSVC getters on Triple
2015-11-15 Teresa JohnsonUse a different block id for block of metadata kind...
2015-11-14 Dan Gohman[WebAssembly] Minor code simplification. NFC.
2015-11-14 Dan Gohman[WebAssembly] Make indentation consistent with the...
2015-11-14 Dan Gohman[WebAssembly] Support signext, zeroext, and several...
2015-11-14 Dan Gohman[WebAssembly] Change int_wasm_memory_size from IntrNoMe...
2015-11-14 Simon Pilgrim[X86][SSE] Fixed arch/triple and regenerated results.
2015-11-14 Davide Italiano[llvm-ar] Use failIfError/fail helpers.
2015-11-14 Davide Italiano[llvm-ar] Use fail() helper to reduce duplication.
2015-11-14 Davide Italiano[llvm-ar] Simplify the code.
2015-11-14 Simon Pilgrim[X86][SSE] Added extra vector truncation tests
2015-11-14 Akira HatanakaReduce the size of MCRelaxableFragment.
2015-11-14 Michael ZolotukhinDon't recompute LCSSA after loop-unrolling when possible.
2015-11-14 Akira Hatanaka[MCTargetAsmParser] Move the member varialbes that...
2015-11-14 Eric ChristopherAdd MMX to the 3dnow enum and propagate changes around...
2015-11-14 Quentin Colombet[ShrinkWrapping] Disable the optimization for functions...
2015-11-14 David BlaikieRemove some unused includes
2015-11-14 Sanjoy Das[RuntimeDyld] Fix indentation and whitespace; NFC
2015-11-13 Justin BognerAArch64: Default AArch64Subtarget::ReserveX18 to true...
2015-11-13 Matthias BraunMachineScheduler: Print initial pressure in debug dump
2015-11-13 Matthias BraunMachineScheduler: Improve debug output for "only one...
2015-11-13 Matthias Brauntablegen: Add a simple heuristic to get better names...
2015-11-13 Chad Rosier[LIR] Add support for creating memcpys from loops with...
2015-11-13 Colin LeMahieu[Hexagon] Fixing memory leak during relaxation by alloc...
2015-11-13 Reid Kleckner[WinEH] Fix ESP management with 32-bit __CxxFrameHandler3
2015-11-13 Evgeniy Stepanov[safestack] Rewrite isAllocaSafe using SCEV.
2015-11-13 Akira Hatanaka[Docs] Fix warning "Title underline too short."
2015-11-13 Dan Gohman[WebAssembly] Rename the Const instructions to be upper...
2015-11-13 Diego NovilloSamplePGO - Add dump routines for LineLocation, SampleR...
2015-11-13 Dan Gohman[WebAssembly] Rename memory intrinsics to be upper...
2015-11-13 Cong Hou[X86][SSE] Combine UNPCKL with vector_shuffle into...
2015-11-13 David Blaikiedwarfdump: Add support for dumping the table contents...
2015-11-13 Chad RosierAdd a comment that should have made my last commit.
2015-11-13 Reid KlecknerAdd missing triple to WinEH test case
2015-11-13 Chad Rosier[LIR] Factor out the code to compute base ptr for negat...
2015-11-13 Reid Kleckner[WinEH] Make UnwindHelp a fixed stack object allocated...
2015-11-13 Colin LeMahieu[Hexagon] Factoring bundle creation in to a utility...
2015-11-13 Tom StellardAMDGPU: Add stony support
2015-11-13 Tom StellardELFYAML: Add support for parsing AMDGPU section attribu...
2015-11-13 Reid Kleckner[Symbolizer] Don't use PE symbol tables to override...
2015-11-13 Sanjay Pateluse range-based for loop; NFCI
2015-11-13 James Molloy[ARM] Replace ARMISD::RBIT with ISD::BITREVERSE
2015-11-13 Artyom SkrobovFixing a typo in docs/CodeGenerator.rst
2015-11-13 Zlatko Buljan[mips][microMIPS] Implement SHRA[_R].PH, SHRAV[_R]...
2015-11-13 Daniel Sanders[mips][ias] Explicitly disable IAS on asm-large-immedia...
2015-11-13 Ulrich Weigand[SystemZ] Simplify boolean conditional return statements
2015-11-13 Daniel Sanders[mips][ias] Replace invalid assembly insn in test since...
2015-11-13 Dan Liew[lit] Improve error message when lit fails to executabl...
2015-11-13 Dan Liew[lit] Fix bug where ``lit.util.which()`` would return...
2015-11-13 James Molloy[GlobalOpt] Make sure all debug lines end with '\n'
2015-11-13 James Molloy[GlobalOpt] Coding style - remove function names from...
2015-11-13 James Molloy[AArch64] Check the expansion of BITREVERSE in regressi...
2015-11-13 James Molloy[SDAG] Fix expansion of BITREVERSE
2015-11-13 Sanjoy Das[ImplicitNulls] Add some clarifying comments; NFC
2015-11-13 Colin LeMahieu[Hexagon] Fixing leak in padEndloop by allocating in...
2015-11-13 NAKAMURA Takumillvm/test/tools/llvm-profdata/text-format-errors.test...
2015-11-13 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-13 Kostya Serebryany[libFuzzer] more trophies
2015-11-13 Davide Italiano[lib/Linker] Convert assert(false) to llvm_unreachable().
2015-11-13 Kostya Serebryany[libFuzzer] make libFuzzer build even with a compiler...
2015-11-13 Colin LeMahieu[Hexagon] NFC. Adding a number of packet correctness...
2015-11-13 Akira HatanakaRevert r252990.
2015-11-13 Dan Gohman[WebAssembly] Inline asm support.
2015-11-13 NAKAMURA TakumiLLVM_ENABLE_MODULES: No need to set -fcxx-modules in...
next