oota-llvm.git
2014-05-17 Saleem AbdulrasoolTarget: change member from reference to pointer
2014-05-17 Saleem AbdulrasoolARM: whitespace
2014-05-17 Rafael EspindolaUse create methods since msvc doesn't handle delegating...
2014-05-17 Rafael EspindolaHandle ConstantAggregateZero when upgrading global_ctors.
2014-05-17 Rafael EspindolaReduce abuse of default values in the GlobalAlias const...
2014-05-17 NAKAMURA TakumiRevert r209049 and r209065, "Add support for combining...
2014-05-17 David MajnemerMachO: Add comments describing section flags/attrs
2014-05-17 Louis GerbargFix for sanitizer crash introduced in r209049
2014-05-17 David MajnemerTarget: Replace getSection().empty() with hasSection()
2014-05-17 Saleem Abdulrasooltest: fix copy-paste mistake
2014-05-17 Saleem AbdulrasoolARM: use the proper target object format for WoA
2014-05-17 Chandler Carruth[x86] Fix a bad predicate I spotted by inspection ...
2014-05-17 Alexey Samsonov[DWARF parser] Teach DIContext to fetch short (non...
2014-05-16 Louis GerbargAdd support for combining GEPs across PHI nodes
2014-05-16 Pete CooperUse a sized enum for MachineOperandType. No functional...
2014-05-16 Filipe CabecinhasAdded tests for the cost of lowering VSELECT instructions.
2014-05-16 Filipe CabecinhasImplemented special cases for PerformVSELECTCombine.
2014-05-16 Filipe CabecinhasLower vselects into X86ISD::BLENDI when appropriate.
2014-05-16 Filipe CabecinhasImplemented LowerVSELECT to custom lower some instructions.
2014-05-16 Rafael EspindolaDelete getAliasedGlobal.
2014-05-16 David BlaikieDebugInfo: Assert rather than conditionalizing when...
2014-05-16 David BlaikieDebugInfo: Handle emitting constants of C++ unicode...
2014-05-16 Tom StellardR600/SI: Refactor the VOP3_32 tablegen class
2014-05-16 Tom StellardR600/SI: Add a PredicateControl class for managing...
2014-05-16 Tom StellardR600/SI: Move tablegen patterns away from instruction...
2014-05-16 Tom StellardR600/SI: Remove unused instruction
2014-05-16 Tom StellardR600/SI: Promote f32 SELECT to i32
2014-05-16 Tom StellardR600/SI: Remove duplicate pattern
2014-05-16 Reid KlecknerAdd comdat key field to llvm.global_ctors and llvm...
2014-05-16 Rafael EspindolaFix a warning in builds without asserts.
2014-05-16 David BlaikieDebugInfo: Add an assert regarding the subprogram in...
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-16 David BlaikieDebugInfo: Assume the CU's Subprogram list only contain...
2014-05-16 Chad Rosier[ARM64] Increases the Sched Model accuracy for Cortex...
2014-05-16 David MajnemerInstSimplify: Improve handling of ashr/lshr
2014-05-16 David MajnemerInstSimplify: Optimize using dividend in sdiv
2014-05-16 Tilmann Scheller[ARM64] Fix wrong comment in load/store optimization...
2014-05-16 David BlaikieDwarfDebug: Refactor AT_ranges/AT_high_pc+AT_low_pc...
2014-05-16 Simon Atanasyan[yaml2obj][ELF] Add an optional `Size` field to the...
2014-05-16 James MolloyRe-enable inline memcpy expansion for Thumb1.
2014-05-16 Rafael EspindolaSmall dyn_cast and auto cleanup.
2014-05-16 James MolloyFix the Load/Store optimization pass to work with Thumb1.
2014-05-16 James MolloyEnable the Load/Store optimization pass for Thumb1...
2014-05-16 James MolloyFix a few comment typos and style issues.
2014-05-16 Zoran Jovanovic[mips][mips64r6] Add SELEQZ and SELNEZ instructions
2014-05-16 Rafael EspindolaChange the GlobalAlias constructor to look a bit more...
2014-05-16 Zoran Jovanovic[mips][mips64r6] Add Compact indexed jumps.
2014-05-16 Yaron KerenFix hardcoded slash to native path seperator which...
2014-05-16 Rafael EspindolaRevert "Implement global merge optimization for global...
2014-05-16 Zoran Jovanovic[mips][mips64r6] Add Compact zero-compare branch-and...
2014-05-16 Stepan DyatkovskiyMergeFunctions Pass, introduced total ordering among...
2014-05-16 NAKAMURA TakumiMC: Add DwarfTypesDWOSection also to MCCOFF.
2014-05-16 Zoran Jovanovic[mips][mips64r6] Add compact branch instructions
2014-05-16 Stepan DyatkovskiyMergeFunctions Pass, introduced total ordering among...
2014-05-16 Zoran Jovanovic[mips][mips64r6] Add LWPC and LWUPC instructions
2014-05-16 Zoran Jovanovic[mips][mips64r6] Add Floating Point Compare setting...
2014-05-16 Tim NorthoverTableGen: fix operand counting for aliases
2014-05-16 Tim NorthoverARM64: disable printing of "fcmXY ..., #0" aliases
2014-05-16 Tim NorthoverAArch64: disable printing of add/sub alias
2014-05-16 Tim NorthoverSparc: disable printing of jmp/call aliases (C++ does it)
2014-05-16 Tim NorthoverSparc: disable printing on longer "brX,pt" aliases
2014-05-16 Tim NorthoverMips: don't print subu alias for addiu
2014-05-16 Tim NorthoverX86: disable printing of bare "mov" aliases
2014-05-16 Tim NorthoverAArch64: disable printing of MOV -> MOVZ aliases
2014-05-16 Tim NorthoverARM64: disable printing of swapped compare-mask aliases
2014-05-16 Tim NorthoverARM64: disable printing of LDUR -> LDR aliases
2014-05-16 Tim NorthoverARM64: give TST aliases priority over ANDS.
2014-05-16 Tim NorthoverARM64: give MOV priority over shorter ORR when printing...
2014-05-16 Tim NorthoverARM64: give NEG priority over SUB when printing aliases.
2014-05-16 Tim NorthoverARM64: disable printing of "lslv" type aliases
2014-05-16 Hao Liu[ARM64]Implement NEON post-increment LD1(lane) and...
2014-05-16 Stepan DyatkovskiyMergeFunctions Pass, introduced total ordering among...
2014-05-16 Zoran Jovanovic[mips][mips64r6] Add Floating Point Fused Multiply...
2014-05-16 Saleem AbdulrasoolARM: add some integer/floating point conversion libcalls
2014-05-16 Juergen RibutzkaAdd C API for thread yielding callback.
2014-05-16 Justin BognerProfileData: Allow multiple profiles in RawInstrProfReader
2014-05-16 Eric ChristopherRemove the Options query functions and just access...
2014-05-15 Reid Klecknermusttail: Fix the verification of alignment attributes
2014-05-15 Jiangning LiuImplement global merge optimization for global variables.
2014-05-15 David BlaikieDebugInfo: Follow up to r208930, comment usage of ...
2014-05-15 Eric ChristopherMove more MC options into the MCTargetOptions structure.
2014-05-15 Eric ChristopherRemove unused llvm namespace bool variable.
2014-05-15 David BlaikieDebugInfo: Don't put fission type units in comdat sections.
2014-05-15 Eric ChristopherMake the -L option for SaveTempLabels not be static...
2014-05-15 Reed KotlerFinish materialize for ints
2014-05-15 Matt ArsenaultUse range for
2014-05-15 Alexey Samsonov[DWARF parser] Use enums instead of bitfields in DILine...
2014-05-15 Reid KlecknerDon't insert lifetime.end markers between a musttail...
2014-05-15 Reid KlecknerRevert "Don't insert lifetime.end markers between a...
2014-05-15 Reid KlecknerRemove unused variable in inliner
2014-05-15 Reid KlecknerDon't insert lifetime.end markers between a musttail...
2014-05-15 David BlaikieDebugInfo: Simplify retrieving filename/directory name...
2014-05-15 Reid KlecknerTeach the inliner how to preserve musttail invariants
2014-05-15 David BlaikieDebugInfo: Add FIXME regarding DILexicalBlock uniquing...
2014-05-15 Tom Stellardautoconf: Fix libLLVM-Major-Minor-Patch.so symlink
2014-05-15 Simon Atanasyan[obj2yaml][ELF] Print relocation's offset as a hex...
2014-05-15 Simon Atanasyan[obj2yaml][ELF] Do not print empty Link and Info fields...
2014-05-15 Juergen RibutzkaRevert "[PM] Add pass run listeners to the pass manager."
2014-05-15 Bradley Smith[ARM64] Improve diagnostics for Cn operands in SYS...
2014-05-15 Simon Atanasyan[yaml2obj] Add "-o" command line option to specify...
next