Redirect DataLayout from TargetMachine to Module in GlobalMerge
[oota-llvm.git] / lib /
2015-07-07 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-07-07 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-07-07 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-07-07 Arnold SchwaighoferAdd a pattern for a nvcast from v2f64 -> v4f32
2015-07-07 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-07-07 Reid KlecknerUse default member initializers to deduplicate code...
2015-07-07 Rafael EspindolaFix the -DBUILD_SHARED_LIBS=ON build.
2015-07-07 Alex LorenzMIR Parser: wrap 'MBBSlots' from the MI parsing functio...
2015-07-07 Rafael EspindolaDelete UnknownAddress. It is a perfectly valid symbol...
2015-07-07 Rafael EspindolaSimplify by passing in the section of the symbol. NFC.
2015-07-07 Nico WeberRevert r241570, it caused PR24053
2015-07-07 Krzysztof Parzyszek[Hexagon] Fix unused variable warnings in NDEBUG build...
2015-07-07 Reid Kleckner[WinEH] Add a report_fatal_error for 32-bit stack reali...
2015-07-07 Krzysztof Parzyszek[Hexagon] Implement bit-tracking facility with specific...
2015-07-07 Rafael EspindolaCommon symbols don't have a value.
2015-07-07 Sanjay Pateluse range-based for loops; NFCI
2015-07-07 Rafael EspindolaCommon symbols are not undefined, at least for ObjectFile.
2015-07-07 Rafael EspindolaSimplify, NFC.
2015-07-07 David Majnemer[IR] Make getFirstNonPHI return null if the BB is empty
2015-07-07 Denis ProtivenskyFix gcc warnings of different enum and non-enum types...
2015-07-07 Akira Hatanaka[ARM] Define a subtarget feature and use it to decide...
2015-07-07 Alex LorenzMIR Parser: Verify the implicit machine register operands.
2015-07-07 Juergen Ributzka[StackMap Liveness] Calling the base class' getAnalysis...
2015-07-07 Juergen Ributzka[StackMap Liveness] No need to cache the MachineFunctio...
2015-07-06 Benjamin Kramer[Triple] Add a helper to switch between big/little...
2015-07-06 Sanjoy Das[FaultMaps] Add statistic to count the # of implicit...
2015-07-06 Alex LorenzMIR Serialization: Serialize the implicit register...
2015-07-06 Eric ChristopherRemove JumpInstrTableInfo.h as it is no longer used.
2015-07-06 Simon Pilgrim[X86][AVX] Add support for shuffle decoding of vperm2f1...
2015-07-06 Sanjay Patel[x86] extend machine combiner reassociation optimizatio...
2015-07-06 Simon Pilgrim[X86][SSE] Vectorized i64 uniform constant SRA shifts
2015-07-06 JF BastienWebAssembly: add some TODO
2015-07-06 Reid Kleckner[WinEH] Insert the EH code load before the block terminator
2015-07-06 Simon Pilgrim[X86][SSE4A] Shuffle lowering using SSE4A EXTRQ/INSERTQ...
2015-07-06 Simon Pilgrim[X86][SSE] Use the general SMAX/SMIN/UMAX/UMIN opcodes...
2015-07-06 Quentin Colombet[TwoAddressInstructionPass] Rename a variable to match...
2015-07-06 Reid Kleckner[llvm-extract] Drop comdats from declarations
2015-07-06 Alex Lorenzllc: Add a 'run-pass' option.
2015-07-06 Matt ArsenaultAMDGPU: Run SIInsertWaits as pre-emit pass
2015-07-06 Daniel SandersChange the last few internal StringRef triples into...
2015-07-06 Adrian PrantlDIBuilder: Don't rauw null pointers with empty arrays...
2015-07-06 Daniel SandersWhere Triple has a suitable predicate, use it rather...
2015-07-06 Sanjay Pateluse range-based for loops; NFCI
2015-07-06 Teresa JohnsonResubmit "Add new EliminateAvailableExternally module...
2015-07-06 Adrian PrantlUse an early exit in DIBuilder::finalize() to improve...
2015-07-06 Sanjay Pateluse range-based for loops; NFCI
2015-07-06 Matt ArsenaultAMDGPU/SI: Add debugging subtarget feature for DS offsets
2015-07-06 James Y Knight[Sparc] Add more instruction aliases.
2015-07-06 James Y Knight[Sparc] Add support for flush instruction.
2015-07-06 Rafael EspindolaRemove getRelocationAddress.
2015-07-06 Chad RosierFix a bug in the A57FPLoadBalancing register tracking...
2015-07-06 Rafael EspindolaCheck that COFF .obj files have sections with zero...
2015-07-06 Asaf Badouh[X86][AVX512] Multiply Packed Unsigned Integers with...
2015-07-06 Petar Jovanovic[Mips] Add support for MCJIT for MIPS32r6
2015-07-06 Craig Topper[TableGen] Change a couple methods to return an ArrayRe...
2015-07-05 Sanjay Patelremove unnecessary temp variable; NFCI
2015-07-05 Peter CollingbourneVerifier: Forbid comdats on linker declarations.
2015-07-05 Peter CollingbourneIR: Do not consider available_externally linkage to...
2015-07-05 Sanjay Pateluse range-based for loops; NFCI
2015-07-05 Benjamin Kramer[TargetLowering] StringRefize asm constraint getters.
2015-07-05 Asaf Badouh[x86][AVX512] add Multiply High Op
2015-07-05 Michael Kuperstein[X86] Fix incorrect/inefficient pushw encodings for...
2015-07-05 Nemanja IvanovicAdd missing builtins to the PPC back end for ABI compli...
2015-07-04 Sanjay Pateluse range-based for loops; NFCI
2015-07-04 Simon Pilgrim[X86][SSE] Improved i8/i16 to f64 uint2fp vector conver...
2015-07-04 Sanjay Pateluse valid bits to avoid unnecessary machine trace metri...
2015-07-04 Yaron KerenFix spelling, NFC.
2015-07-04 Peter CollingbourneLTO: expose LTO_SYMBOL_ALIAS, which indicates that...
2015-07-04 Rui UeyamaObject/COFF: Do not rely on VirtualSize being 0 in...
2015-07-04 Lang Hames[RuntimeDyld] Skip relocations for external symbols...
2015-07-04 Craig Topper[X86] Add proper 64-bit mode checks to jrcxz and jcxz.
2015-07-03 Matt ArsenaultAMDGPU: Fix indentation of switch
2015-07-03 Simon Atanasyan[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml...
2015-07-03 Rafael EspindolaUse a continue to reduce indentation.
2015-07-03 Rafael EspindolaUse a continue to reduce indentation.
2015-07-03 Rafael EspindolaContext is allocated just a few lines above. Don't...
2015-07-03 Rafael EspindolaFix build with -DLLVM_USE_INTEL_JITEVENTS=ON -DLLVM_USE...
2015-07-03 Filipe CabecinhasRemove always-true comparison, NFC.
2015-07-03 Rafael EspindolaReturn ErrorOr from getSymbolAddress.
2015-07-03 Rafael EspindolaReplace a few more MachO only uses of getSymbolAddress.
2015-07-03 Rafael EspindolaUse getValue instead of getAddress in a few MachO only...
2015-07-03 Rafael EspindolaThis reverts commit r241350 and r241352.
2015-07-03 Simon Atanasyan[ELFYAML] Make the Size field for .bss section optional
2015-07-03 Simon Atanasyan[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml...
2015-07-03 Rafael EspindolaAvoid a use after free.
2015-07-03 Simon Pilgrim[X86][SSE] Sign extension for target vector sizes less...
2015-07-03 Yaron KerenInitialize booleans CallsUnwindInit and CallsEHReturn...
2015-07-03 Simon Pilgrim[X86][SSE] Sign extension for target vector sizes less...
2015-07-02 Nadav RotemFix an overly aggressive assertion in getCopyFromPartsV...
2015-07-02 Adrian PrantlDIBuilder: Now that DICompileUnit is distinct, stop...
2015-07-02 Akira HatanakaUse function attribute "trap-func-name" and remove...
2015-07-02 Akira HatanakaAdd functions for adding and testing string attributes...
2015-07-02 Dan Gohman[WebAssembly] Set the HasFloatingPointExceptions flag...
2015-07-02 Rafael EspindolaTry to fix the build of IntelJITEventListener.
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-07-02 Bill Schmidt[PPC64LE] Remove implicit-subreg restriction from VSX...
2015-07-02 Bill Schmidt[PPC64LE] Teach swap optimization about the doubleword...
2015-07-02 Rafael EspindolaConvert a member variable to a local one.
2015-07-02 Rafael EspindolaFix for PR23310: llvm-dis crashes when trying to upgrad...
2015-07-02 Rafael EspindolaRangify some loops.
next