oota-llvm.git
2014-12-30 Colin LeMahieu[Hexagon] Adding double-logic on predicate instructions.
2014-12-30 David BlaikieGeneralize test case to handle different asm syntax...
2014-12-30 Colin LeMahieu[Hexagon] Adding newvalue compare and jumps.
2014-12-30 Peter CollingbourneRTDyldMemoryManager.cpp: Make the reference to __morest...
2014-12-30 David BlaikieDebugInfo: Omit is_stmt from line table entries on...
2014-12-30 Colin LeMahieu[Hexagon] Adding postincrement register newvalue stores.
2014-12-30 Colin LeMahieu[Hexagon] Removing old newvalue store variants. Adding...
2014-12-30 Zoran Jovanovic[mips][microMIPS] Relocate with symbol for micromips...
2014-12-30 Colin LeMahieu[Hexagon] Adding indexed store new-value variants.
2014-12-30 Colin LeMahieu[Hexagon] Adding indexed store of immediates.
2014-12-30 Colin LeMahieu[Hexagon] Adding indexed stores.
2014-12-30 Peter Collingbournex86_64: Fix calls to __morestack under the large code...
2014-12-30 Kostya Serebryany[asan] change _sanitizer_cov_module_init to accept...
2014-12-30 Michael Kuperstein[COFF] Don't try to add quotes to already quoted linker...
2014-12-30 Colin LeMahieu[Hexagon] Adding reg-reg indexed load forms.
2014-12-30 Peter CollingbourneThe __morestack function is only available on i386...
2014-12-30 Peter CollingbourneMake the __morestack function available to the JIT...
2014-12-30 Colin LeMahieu[Hexagon] Dropping old combine instructions without...
2014-12-30 Colin LeMahieu[Hexagon] Adding compare byte/halfword reg-reg/reg...
2014-12-30 Colin LeMahieu[Hexagon] Updating constant extender def, adding alu...
2014-12-30 Elena DemikhovskySome code improvements in Masked Load/Store.
2014-12-30 Rafael EspindolaRemove doesSectionRequireSymbols.
2014-12-30 Elena Demikhovskyreverted prev commit (it was a mistake)
2014-12-30 Elena Demikhovskyv
2014-12-30 Philip ReamesAdd IRBuilder routines for gc.statepoints, gc.results...
2014-12-30 Rafael EspindolaSimplify test a bit.
2014-12-30 Peter Zotov[OCaml] Fix bitrot in tests.
2014-12-30 Peter Zotov[lit] Make config.llvm_lib_dir available on cmake,...
2014-12-30 Peter Zotov[OCaml] [cmake] Use LLVM_LIBRARY_DIR instead of LLVM_LI...
2014-12-30 Craig TopperTestcases for r224939.
2014-12-30 Rafael EspindolaConvert test to llvm-readobj. NFC.
2014-12-29 Philip ReamesSemantic tests for memory invalidation at statepoints
2014-12-29 Philip ReamesCarry facts about nullness and undef across GC relocation
2014-12-29 Philip ReamesRefine the notion of MayThrow in LICM to include a...
2014-12-29 Chandler Carruth[go] Teach the go cmake build functions to funnel the...
2014-12-29 Philip ReamesLoading from null is valid outside of addrspace 0
2014-12-29 Rafael EspindolaConvert test to llvm-readobj. NFC.
2014-12-29 Colin LeMahieu[Hexagon] Adding allocframe, post-increment circular...
2014-12-29 Colin LeMahieu[Hexagon] Fixing 224952 where an addressing mode update...
2014-12-29 Alexey SamsonovRemove unnecessary StringRef->std::string conversion.
2014-12-29 Colin LeMahieu[Hexagon] Adding post-increment register form stores...
2014-12-29 Colin LeMahieu[Hexagon] Replacing the remaining postincrement stores...
2014-12-29 Rafael EspindolaConvert test to FileCheck. NFC.
2014-12-29 Colin LeMahieu[Hexagon] Renaming old multiclass for removal. Adding...
2014-12-29 Chandler Carruth[py3] Teach the CMake build to reject Python versions...
2014-12-29 Craig Topper[X86] Fix some cases where some 8-bit instructions...
2014-12-29 Craig Topper[X86] Add the 0x82 instructions to the disassebmler...
2014-12-29 Craig Topper[x86] Refactor some tablegen instruction info classes...
2014-12-29 Craig Topper[x86] Remove unused classes from tablegen instruction...
2014-12-29 Rafael EspindolaAdd segmented stack support for DragonFlyBSD.
2014-12-29 Rafael EspindolaRefactor duplicated code.
2014-12-29 Chandler Carruth[multilib] Add support to the autoconf build to substitute
2014-12-29 Chandler Carruth[cmake] Teach the llvm-config program to respect LLVM_L...
2014-12-29 Chandler Carruth[cmake] Push LLVM_LIBDIR_SUFFIX through to the LLVMConf...
2014-12-29 Chandler Carruth[cmake] Start making LLVM_LIBDIR_SUFFIX effective by...
2014-12-29 Elena DemikhovskyFixed 2 minor typos in the documentation.
2014-12-28 NAKAMURA Takumillvm/test/CodeGen/X86/fast-isel-call-bool.ll: Add expli...
2014-12-28 Keno Fischer[X86][ISel] Fix a regression I introduced in r224884
2014-12-28 Michael Kuperstein[X86] Add missing memory variants to AVX false dependen...
2014-12-28 Andrea Di Biagio[CodeGenPrepare] Teach when it is profitable to specula...
2014-12-28 Elena DemikhovskyScalarizer for masked load and store intrinsics.
2014-12-27 Craig Topper[x86] Prevent instruction selection of AVX512 cmp.ps...
2014-12-27 David MajnemerPowerPC: CTR shouldn't fire if a TLS call is in the...
2014-12-27 Aaron BallmanFixing another -Wunused-variable warning, this time...
2014-12-27 Aaron BallmanRemoving a variable that is set but never used, to...
2014-12-27 Craig Topper[x86] Prevent instruction selection of AVX512 cmp.ps...
2014-12-27 Craig Topper[x86] Assert on invalid immediates in the instruction...
2014-12-27 Craig Topper[x86] Prevent llvm.x86.cmp.ps/pd/ss/sd from being selec...
2014-12-27 Keno Fischer[FastIsel][X86] Fix invalid register replacement for...
2014-12-26 Rafael EspindolaConvert test to llvm-readobj. NFC.
2014-12-26 Colin LeMahieu[Hexagon] Adding auto-incrementing loads with and witho...
2014-12-26 Colin LeMahieu[Hexagon] Adding locked loads.
2014-12-26 Colin LeMahieu[Hexagon] Adding deallocframe and circular addressing...
2014-12-26 Colin LeMahieu[Hexagon] Adding remaining post-increment instruction...
2014-12-26 Colin LeMahieu[Hexagon] Adding post-increment unsigned byte loads.
2014-12-26 Colin LeMahieu[Hexagon] Adding post-increment signed byte loads with...
2014-12-26 Rafael EspindolaUse llvm-readobj. NFC.
2014-12-26 Craig Topper[X86] Add the debug registers DR8-DR15 so we can assemb...
2014-12-26 Craig Topper[X86] Don't fail disassembly if REX.R/REX.B is used...
2014-12-26 Timur IskhodzhanovBand-aid fix for PR22032: don't emit DWARF debug info...
2014-12-26 Rafael EspindolaNo need to run llvm-as. NFC.
2014-12-26 David MajnemerInstCombine: Infer nuw for multiplies
2014-12-26 David MajnemerValueTracking: Small cleanup in ComputeNumSignBits
2014-12-26 David MajnemerInstCombe: Infer nsw for multiplies
2014-12-26 Craig TopperTeach disassembler to handle illegal immediates on...
2014-12-26 Craig TopperUse MCPhysReg for table of register encodings.
2014-12-25 Hal Finkel[PowerPC] [FastISel] i1 constants must be zero extended
2014-12-25 David MajnemerSilence GCC's -Wparentheses warning
2014-12-25 Elena DemikhovskyDocumentation for Masked Load and Store intrinsics.
2014-12-25 Elena DemikhovskyMasked Load/Store - Changed the order of parameters...
2014-12-24 David MajnemerCodeGen: Error on redefinitions instead of asserting
2014-12-24 David MajnemerCodeGen: Allow aliases to be overridden by variables
2014-12-24 Saleem AbdulrasoolMC: address some comments in deprecation checks
2014-12-24 David MajnemerMC: Label definitions are permitted after .set directives
2014-12-24 Saleem AbdulrasoolIAS: correct debug line info for asm macros
2014-12-24 Craig Topper[X86] Remove the single AdSize indicator and replace...
2014-12-24 David MajnemerMC: Don't emit .no_dead_strip on targets which don...
2014-12-24 Matthias BraunLiveInterval: Remove accidentally committed debug code.
2014-12-24 Matthias BraunLiveInterval: Introduce createMainRangeFromSubranges().
2014-12-24 Matthias BraunRegisterCoalescer: With subrange liveness there may...
next