Revert "Fix LLVM C API for DataLayout"
[oota-llvm.git] / lib /
2015-08-26 Mehdi AminiRevert "Fix LLVM C API for DataLayout"
2015-08-26 Matt ArsenaultAMDGPU/SI: Report SIFixSGPRLiveRanges changed function
2015-08-26 Mehdi AminiFix LLVM C API for DataLayout
2015-08-26 Matt ArsenaultAMDGPU: Make sure to reserve super registers
2015-08-26 Mehdi AminiRevert "Fix LLVM C API for DataLayout"
2015-08-26 Matt ArsenaultAMDGPU: Produce error on dynamic_stackalloc
2015-08-26 David Majnemer[SimplifyLibCalls] Fix a typo
2015-08-26 Mehdi AminiFix LLVM C API for DataLayout
2015-08-26 James Y Knight[SPARC] Fix stupid oversight in stack realignment support.
2015-08-26 Vedant Kumar[llvm-mc] Ignore opcode size prefix in 64-bit CALL...
2015-08-26 Chad Rosier[AArch64] Remove a use-after-free when collecting stats.
2015-08-26 Silviu Baranga[AArch64] Unify the integer min/max vector selection...
2015-08-26 Chandler Carruth[SROA] Rip out all support for SSAUpdater in SROA.
2015-08-26 Alex RosenbergModernize with range-based for loops.
2015-08-26 Alex RosenbergReduce code duplication.
2015-08-26 Alex RosenbergTrailing whitespace
2015-08-26 Frederic Riss[MC] Split the layout part of MCAssembler::finish(...
2015-08-26 Frederic Riss[MC/MachO] Make some MachObjectWriter methods more...
2015-08-26 JF BastienComparing operands should not require the same ValueID
2015-08-26 JF BastienExpose more properties of llvm::fltSemantics
2015-08-26 Matthias BraunFastISel: Use finishCondBranch() for ARM,Mips,PowerPC...
2015-08-26 Matthias BraunFastISel: Factor out common code; NFC intended
2015-08-26 JF BastienWebAssembly: add small FIXME for AsmPrinter.
2015-08-25 Charles DavisMake variable argument intrinsics behave correctly...
2015-08-25 JF BastienWebAssembly: assert that there aren't any constant...
2015-08-25 JF BastienWebAssembly: emit `(func (param t) (result t))` s-expre...
2015-08-25 JF BastienWebAssembly: comment out .globl when printing textual...
2015-08-25 Evgeniy Stepanov[msan] Precise instrumentation for icmp sgt %x, -1.
2015-08-25 Matthias BraunMachineBasicBlock: Use MCPhysReg instead of unsigned...
2015-08-25 Cong HouRemove the final bit test during lowering switch statem...
2015-08-25 Davide Italiano[MachO] Move trivial accessors to header.
2015-08-25 NAKAMURA TakumiUpdate libdeps in LLVMipo and LLVMScalarOpts, correspon...
2015-08-25 Matthias BraunFix dependencies/shared library build
2015-08-25 David BlaikieFix dropped conditional in cleanup in r245752
2015-08-25 Wei MiThe patch replace the overflow check in loop vectorizat...
2015-08-25 Sanjay Patelmake fast unaligned memory accesses implicit with SSE4...
2015-08-25 Diego NovilloConvert SampleProfile pass into a Module pass.
2015-08-25 Davide Italiano[MachO] Introduce MinVersion API.
2015-08-25 Michael Kuperstein[X86] Remove references to _ftol2
2015-08-25 Michael Kuperstein[X86] Fix fptoui conversions
2015-08-25 Steve KingPass function attributes instead of boolean in isIntDiv...
2015-08-25 Piotr PadlewskiAssume intrinsic handling in global opt
2015-08-25 Mehdi AminiRevert "Fix LLVM C API for DataLayout"
2015-08-25 Mehdi AminiFix LLVM C API for DataLayout
2015-08-24 Hal Finkel[PowerPC] PPCVSXFMAMutate should ignore trivial-copy...
2015-08-24 Matthias BraunTry to fix buildbots
2015-08-24 Sanjay Patelfix typos; NFC
2015-08-24 Matthias BraunLet's try to fix GNU libstdc++ buildbots
2015-08-24 Sanjay Patelfix typo; NFC
2015-08-24 Matthias BraunMachineBasicBlock: Add liveins() method returning an...
2015-08-24 Dan Gohman[WebAssembly] DYNAMIC_STACKALLOC returns a pointer.
2015-08-24 Peter CollingbourneLTO: Simplify merged module ownership.
2015-08-24 JF BastienWebAssembly: Implement call
2015-08-24 JF BastienRevert two bad commits.
2015-08-24 JF BastienMissing print.
2015-08-24 JF Bastiencall
2015-08-24 Dan Gohman[WebAssembly] Make the assembly printer indent instruct...
2015-08-24 Peter CollingbourneLTO: Rename mergedModule variables to MergedModule...
2015-08-24 Dan Gohman[WebAssembly] CodeGen support for __builtin_wasm_page_s...
2015-08-24 Sanjay Patelfix typo; NFC
2015-08-24 Bill Schmidt[PPC64LE] Fix PR24546 - Swap optimization and debug...
2015-08-24 Dan Gohman[WebAssembly] Skeleton FastISel support
2015-08-24 Dan Gohman[WebAssembly] Implement floating point rounding operators.
2015-08-24 Dan Gohman[WebAssembly] Tell TargetTransformInfo about popcnt...
2015-08-24 Dan Gohman[WebAssembly] Use the checked form of MachineFunction...
2015-08-24 Dan Gohman[WebAssembly] Implement the is_zero_undef forms of...
2015-08-24 Adhemerval Zanella[sanitizers] Add DFSan support for AArch64 42-bit VMA
2015-08-24 Michael Zuckerman[X86] Add support for mmword memory operand size for...
2015-08-24 Oliver StannardAdd DAG optimisation for FP16_TO_FP
2015-08-24 Scott Douglass[ARM] Use AEABI helpers for i64 div and rem
2015-08-24 Scott Douglass[ARM] Refactor LowerDivRem before adding LowerREM ...
2015-08-24 Michael Zuckermanfirst commit to llvm
2015-08-23 Mehdi AminiRequire Dominator Tree For SROA, improve compile-time
2015-08-23 David Majnemer[IR] Cleanup EH instructions a little bit
2015-08-23 Simon Pilgrim[DAGCombiner] Fold CONCAT_VECTORS of bitcasted EXTRACT_...
2015-08-23 Frederic Riss[dwarfdump] Do not apply relocations in mach-o files...
2015-08-23 Mehdi AminiAdd missing break in AArch64DAGToDAGISel::Select()...
2015-08-23 Mehdi AminiDo not use dyn_cast<> after isa<>
2015-08-23 Joseph Tremoulet[WinEH] Require token linkage in EH pad/ret signatures
2015-08-22 David BlaikieVerifier: Don't crash on null entries in debug info...
2015-08-22 Jingyue Wu[NVPTX] Allow undef value as global initializer
2015-08-22 Peter CollingbourneLTO: Maintain target triple, FeatureStr and CGOptLevel...
2015-08-22 Matt ArsenaultAMDGPU: Allow specifying different opcode on VI for...
2015-08-22 Matt ArsenaultAMDGPU: Improve accuracy of instruction rates for some...
2015-08-22 Matt ArsenaultAMDGPU: Use DFS to avoid second loop over function
2015-08-22 Matt ArsenaultAMDGPU: Make sure to run verifier after SIFixSGPRLiveRanges
2015-08-22 Matt ArsenaultAMDGPU: Improve debug printing in SIFixSGPRLiveRanges
2015-08-22 Matt ArsenaultAMDGPU: Move CI instructions into CIInstructions.td
2015-08-21 Matt ArsenaultAMDGPU: Minor cleanups to help with f16 support
2015-08-21 JF BastienImprove the determinism of MergeFunctions
2015-08-21 Adam Nemet[LAA] Hold bounds via ValueHandles during SCEV expansion
2015-08-21 Tyler NowickiStandardized 'failed' to 'Failed' in LoopVectorizationR...
2015-08-21 Peter CollingbourneLTO: Change signature of LTOCodeGenerator::setCodePICMo...
2015-08-21 Tom StellardAMDGPU/SI: Better handle s_wait insertion
2015-08-21 Sanjoy DasRe-apply r245635, "[InstCombine] Transform A & (L ...
2015-08-21 David BlaikieRange-for-ify some things in GlobalMerge
2015-08-21 David Blaikie[opaque pointer types] Fix a few easy places in GlobalM...
2015-08-21 Alex LorenzMIR Serialization: Serialize the pointer IR expression...
2015-08-21 Vedant Kumar[ARM] Fix MachO CPU Subtype selection
2015-08-21 Alex LorenzMIRParser: Split the 'parseIRConstant' method into...
next