oota-llvm.git
2015-02-19 Igor LaevskyImplement invoke statepoint verification.
2015-02-19 Igor LaevskyAdd invoke related functionality into StatepointSite...
2015-02-19 Elena DemikhovskyAVX-512: Full implementation for VRNDSCALESS/SD instruc...
2015-02-19 Chandler Carruth[x86] Add support for bit-wise blending and use it...
2015-02-19 Chandler Carruth[x86,sdag] Two interrelated changes to the x86 and...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-19 Davide Italiano[Support/Timer] Make GetMallocUsage() aware of jemalloc.
2015-02-19 Lang Hames[Orc][Kaleidoscope] Fix typo in tutorial comment.
2015-02-19 Dmitri GribenkoProvide the same ABI regardless of NDEBUG
2015-02-19 Lang Hames[Orc][Kaleidoscope] Make the 'fully lazy' orc kaleidosc...
2015-02-19 Lang Hames[Orc] Fix a bug in the compile callback manager: trampo...
2015-02-19 Eric ChristopherRemove the local subtarget variable from the SystemZ...
2015-02-19 Eric ChristopherRemove a few more calls to TargetMachine::getSubtarget...
2015-02-19 Eric ChristopherGrab the subtarget off of the machine function for...
2015-02-19 Eric ChristopherRemove the DisasmEnabled AsmPrinter variable and just...
2015-02-19 Peter CollingbourneMC: Remove NullStreamer hook, as it is redundant with...
2015-02-19 Peter Collingbournellvm-mc: Use Target::createNullStreamer to fix crashes...
2015-02-19 Peter CollingbourneIntroduce Target::createNullTargetStreamer and use...
2015-02-19 Michael Gottesman[objc-arc] Introduce the concept of RCIdentity and...
2015-02-19 Michael Gottesman[objc-arc-contract] Rename contractRelease => tryToCont...
2015-02-19 Michael Gottesman[objc-arc-contract] Refactor out tryToPeepholeInstructi...
2015-02-19 Michael Gottesman[objc-arc-contract] Reorganize the code a bit and make...
2015-02-19 Duncan P. N... IR: Drop scope from MDTemplateParameter
2015-02-19 Eric ChristopherAvoid using a self-referential initializer and fix...
2015-02-19 Eric Christopher80-column fixups.
2015-02-19 Eric ChristopherRemove all use of is64bit off of NVPTXSubtarget and...
2015-02-19 Eric ChristopherRemove all use of getDrvInterface off of NVPTXSubtarget...
2015-02-19 Eric ChristopherMigrate the NVPTX backend asm printer to a per function...
2015-02-18 Chandler Carruth[x86] Merge checks for a recently added test case that...
2015-02-18 Duncan P. N... IR: Allow MDSubrange to have 'count: -1'
2015-02-18 Reid KlecknerAdd an IR-to-IR test for dwarf EH preparation using opt
2015-02-18 Lang Hames[Orc][Kaleidoscope] Fix a fixme - no reason we can...
2015-02-18 Lang Hames[Orc][Kaleidoscope] Make the Orc/Kaleidoscope tutorials...
2015-02-18 Lang Hames[Orc][Kaleidoscope] Make sure to look for the mangled...
2015-02-18 Colin LeMahieu[Objdump] Fixing crash when printing symbols in ELF...
2015-02-18 Andrew KaylorStyle and formatting fixes for r229715
2015-02-18 Peter CollingbourneCMake: Fix add_lit_target for the case where a test...
2015-02-18 Marek OlsakR600/SI: Fix READLANE and WRITELANE lane select for VI
2015-02-18 Marek OlsakR600/SI: Simplify verification of AMDGPU::OPERAND_REG_I...
2015-02-18 Marek OlsakR600/SI: Remove explicit VOP operand checking
2015-02-18 Duncan P. N... IR: Swap order of name and value in MDEnum
2015-02-18 Duncan P. N... IR: Add MDCompositeTypeBase::replace*()
2015-02-18 Duncan P. N... IR: Add MDCompileUnit::replace*()
2015-02-18 Duncan P. N... IR: Add MDSubprogram::replaceFunction()
2015-02-18 Duncan P. N... IR: Drop the scope in DI template parameters
2015-02-18 Duncan P. N... Fix -DNDEBUG -Werror build after r229733
2015-02-18 Reid Klecknerdos2unix the WinEH file and tests
2015-02-18 Duncan P. N... IR: isScopeRef() should check isScope()
2015-02-18 Duncan P. N... IR: Avoid DIScopeRef in DIImportedEntity::getEntity()
2015-02-18 Zachary TurnerMake frem.ll flush after calling printf.
2015-02-18 Sanjoy DasPartial fix for bug 22589
2015-02-18 Zachary TurnerModify llvm-readobj to dump symbol record bytes.
2015-02-18 Chris BienemanAdding install targets for individual LLVM tools and...
2015-02-18 Justin BognerInstrProf: Don't combine expansion regions with code...
2015-02-18 David BlaikieRemove unused member variables (-Wunused-private-field)
2015-02-18 Chris BienemanFixing a CMake developer warning.
2015-02-18 Chris BienemanEnable standard so versioning for libLLVM.
2015-02-18 Justin BognerInstrProf: Handle unknown functions if they consist...
2015-02-18 Andrew KaylorAdding implementation to outline C++ catch handlers...
2015-02-18 Justin BognerInstrProf: Make CoverageMapping testable and add a...
2015-02-18 Jozef Kolek[mips][microMIPS] Make usage of ADDU16 and SUBU16 by...
2015-02-18 Jozef Kolek[mips][microMIPS] Implement JALX instruction
2015-02-18 Daniel Sanders[mips] Add backend support for Mips32r[35] and Mips64r...
2015-02-18 Kit BartonThis patch adds the VSX logical instructions introduced...
2015-02-18 Tom StellardR600/SI: Don't set isCodeGenOnly = 1 on all instructions
2015-02-18 Tom StellardR600/SI: Add missing VOP1 instructions
2015-02-18 Tom StellardR600/SI: Add missing VOP2 instructions
2015-02-18 Tom StellardR600/SI: Add definition for S_CBRANCH_G_FORK
2015-02-18 Tom StellardR600/SI: Add missing SOP1 instructions
2015-02-18 Tom StellardR600/SI: Refactor SOP2 definitions
2015-02-18 Vasileios Kalintiris[mips] Avoid redundant sign extension of the result...
2015-02-18 Benjamin KramerX86: Use bitset to manage a bag of bits. NFC.
2015-02-18 Toma Tabacu[mips] [IAS] Fix using .cpsetup with local labels ...
2015-02-18 Chandler Carruth[x86] Tighten the assertions to document that canonical...
2015-02-18 Chandler Carruth[x86] Switch an if which is trivially true to an assert...
2015-02-18 Chandler Carruth[x86] Remove some more 'bit' nomenclature from the...
2015-02-18 Mohit K. Bhakkad[MSan][MIPS] VarArgHelper for MIPS64
2015-02-18 Chandler Carruth[x86] Fold together the two shift lowering strategies...
2015-02-18 Bradley Smith[ARM] Add missing M/R class CPUs
2015-02-18 Michael KupersteinFixes two issue in SimplifyDemandedBits of sext_in_reg:
2015-02-18 Ulrich Weigand[SystemZ] Clean up warning
2015-02-18 Chandler Carruth[x86] Refactor the bit shift code the same as I just...
2015-02-18 Ulrich Weigand[SystemZ] Support all TLS access models - CodeGen part
2015-02-18 Igor LaevskyTesting commit access
2015-02-18 Ulrich Weigand[SystemZ] Support all TLS access models - MC part
2015-02-18 NAKAMURA TakumiReformat.
2015-02-18 NAKAMURA TakumiRevert r229622: "[LoopAccesses] Make VectorizerParams...
2015-02-18 Daniel JasperNFC: Use range-based for loops and more consistent...
2015-02-18 Daniel JasperRemove experimental options to control machine block...
2015-02-18 Elena DemikhovskyMinor fix after 229495.
2015-02-18 Sanjoy DasAddress post commit review on r229600.
2015-02-18 Elena DemikhovskyAVX-512: Added support for FP instructions with embedde...
2015-02-18 Craig Topper[X86] Add another test case for the bug fixed in r22964...
2015-02-18 Chandler Carruth[x86] Rewrite the byte shift detection to not use boole...
2015-02-18 Craig Topper[X86] Remove AVX512 pslldq/psrldq shift intrinsics...
2015-02-18 Craig Topper[X86] Remove AVX2 and SSE2 pslldq and psrldq intrinsics...
2015-02-18 Saleem AbdulrasoolAnalysis: fix buildbots
2015-02-18 Adam Nemet[LoopAccesses] Change LAA:getInfo to return a constant...
2015-02-18 Adam Nemet[LoopAccesses] Add -analyze support
2015-02-18 Adam Nemet[LoopAccesses] Split out LoopAccessReport from Vectoriz...
next