oota-llvm.git
2014-04-07 Andrew TrickPut a limit on ScheduleDAGSDNodes::ClusterNeighboringLo...
2014-04-07 Tom StellardR600/SI: Handle INSERT_SUBREG in SIFixSGPRCopies
2014-04-07 Tom StellardR600: Match 24-bit arithmetic patterns in a Target...
2014-04-07 Tom StellardR600: Replace dyn_cast + assert with cast
2014-04-07 Richard SmithRemove an unused file.
2014-04-07 Richard SmithWhen a CHECK-NEXT fails because there was no match...
2014-04-07 Matt ArsenaultUse std::swap
2014-04-07 Matt ArsenaultUse .data() instead of &x[0]
2014-04-07 Eric ChristopherInvert the option to enable debug info verification...
2014-04-07 Eric ChristopherRevert the last couple of patches here and go back...
2014-04-07 Eric ChristopherHandle vlas during inline cost computation if they...
2014-04-07 Eric ChristopherXFAIL this completely at the moment:
2014-04-07 Simon AtanasyanFix a typo in the comment.
2014-04-07 Eric ChristopherAdd NDEBUG markers around debug only function.
2014-04-07 Eric ChristopherAdd debug location information to the vectorizer debug...
2014-04-07 Eric ChristopherMake test run on most platforms and only fail on cygwin...
2014-04-07 Manuel KlimekMake docs point to new domain.
2014-04-07 Craig TopperUse 'false' for a bool instead of '0'
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-04-07 Serge PavlovUpdated phabricator server.
2014-04-06 Elena DemikhovskyChanges in IntelJITEventListener - By Arch Robinson
2014-04-06 NAKAMURA TakumiQuick fix: Triple::isOSMSVCRT() should be false for...
2014-04-06 Simon Atanasyan[yaml2obj][ELF] Rename class SectionNameToIdxMap =...
2014-04-06 David BlaikieDebugInfo: Support namespace aliases as DW_TAG_imported...
2014-04-06 Argyrios Kyrtzidis[Support] Modify LockFileManager::waitForUnlock() to...
2014-04-05 David BlaikieRemove unused parameter
2014-04-05 Saleem AbdulrasoolAsmParser: add a warning for compatibility parsing
2014-04-05 David BlaikieMachineInstr: introduce explicit_operands and implicit_...
2014-04-05 David BlaikieRemove unnecessary "inline" of inline defined member...
2014-04-05 Saleem AbdulrasoolARM: consolidate MachO checks for ARM asm parser
2014-04-05 David BlaikieSimplify compression API by compressing into a SmallVec...
2014-04-05 David BlaikieSimplify compression API by decompressing into a SmallV...
2014-04-05 Saleem AbdulrasoolAsmParser: restore LLVM IR compatibility for linker_pri...
2014-04-05 David BlaikieFixing typo.
2014-04-05 David BlaikieFix typo
2014-04-05 David BlaikieRemove unused function
2014-04-05 Hal Finkel[PowerPC] Remove unused TM member variable to unbreak...
2014-04-04 Hal Finkel[PowerPC] Adjust load/store costs in PPCTTI
2014-04-04 Hal Finkel[PowerPC] PPCTTI Cleanup
2014-04-04 Andrew TrickMinor change to StackMapLiveness DEBUG output.
2014-04-04 Matt ArsenaultAdd DAG parameter to ComputeNumSignBitsForTargetNode
2014-04-04 Matt ArsenaultFix tabs
2014-04-04 Juergen RibutzkaUpdate the test to use FileCheck.
2014-04-04 Jim GrosbachTidy up naming.
2014-04-04 Kai Nacke[mips] Add Octeon cnMips instructions seqi/snei and...
2014-04-04 Hal Finkel[PowerPC] Add a full condition code register to make...
2014-04-04 Daniel Sanders[mips] abs.[ds], and neg.[ds] should be allowed regardl...
2014-04-04 Tim NorthoverDAGLegalize: add last-ditch type-legalization for VSELECT.
2014-04-04 Tim NorthoverARM64: handle v1i1 types arising from setcc properly.
2014-04-04 Stepan DyatkovskiyFix for PR18921 (LDRD/STRD part)::
2014-04-04 NAKAMURA TakumiTweak unconditional-branch.ll passing on any hosts...
2014-04-04 Tim NorthoverARM64: use regalloc-friendly COPY_TO_REGCLASS for bitcasts
2014-04-04 Tim NorthoverARM64: add 128-bit MLA operations to the custom selecti...
2014-04-04 Stepan DyatkovskiyFixed register class in STRD instruction for Thumb2...
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-04-04 Jim GrosbachFix spelling. Sigh.
2014-04-04 Jim GrosbachARM: Range based for-loop over block predecessors.
2014-04-04 Jim GrosbachAdd iterator_ranges for block pred/succ.
2014-04-04 Jim GrosbachARM: Use range-based for loops in frame lowering.
2014-04-04 Quentin Colombet[RegAllocGreedy][Last Chance Recoloring] Emit diagnosti...
2014-04-04 Quentin ColombetRevert r205599, the commit was not intended to have...
2014-04-04 Quentin Colombet[RegAllocGreedy][Last Chance Recoloring] Emit diagnosti...
2014-04-04 Saleem AbdulrasoolARM: fix test case missed in previous roundup
2014-04-04 Saleem AbdulrasoolMIPS: remove vim swap file
2014-04-04 Rafael EspindolaAdd an assert that this is only used with .o files.
2014-04-03 Rafael EspindolaImplement getRelocationAddress for MachO and ET_REL...
2014-04-03 Rafael EspindolaImplement macho relocation iterators with section numbe...
2014-04-03 Saleem AbdulrasoolARM: yet another round of ARM test clean ups
2014-04-03 Jim GrosbachTidy up. Space before ':' in range-based for loops.
2014-04-03 Jim GrosbachTidy up. 80 columns.
2014-04-03 Jim GrosbachTidy up. Trailing whitespace.
2014-04-03 Jim GrosbachFix typo.
2014-04-03 Rafael EspindolaFix llvm-objdump crash.
2014-04-03 Rafael EspindolaRemove section_rel_empty. Just compare begin() and...
2014-04-03 Rafael EspindolaReuse existing variable.
2014-04-03 Eli BenderskyOptimize away unnecessary address casts.
2014-04-03 Lang Hames[ARM64] Teach the ARM64DeadRegisterDefinition pass...
2014-04-03 NAKAMURA Takumiunconditional-branch.ll is broken for targeting x86_64...
2014-04-03 Tom StellardR600: Correct opcode for BFE_INT
2014-04-03 Tom StellardR600/SI: Lower 64-bit immediates using REG_SEQUENCE
2014-04-03 NAKAMURA TakumiRevert r205551, "Attempt to XFAIL this on mingw and...
2014-04-03 NAKAMURA Takumillvm/test/CodeGen/X86/peephole-multiple-folds.ll: Relax...
2014-04-03 Eric ChristopherAttempt to XFAIL this on mingw and cygwin hosts. The...
2014-04-03 Eli BenderskyFix PR19270 - type mismatch caused by invalid optimization.
2014-04-03 Eric ChristopherLoosen up check so that we can pass on platforms that...
2014-04-03 Saleem AbdulrasoolARM: update even more tests
2014-04-03 Dmitri GribenkoArrayRef: use std::vector::data() now that we are build...
2014-04-03 Saleem AbdulrasoolARM: fixup more tests to specify the target more explicitly
2014-04-03 Tim NorthoverARM: tell LLVM about zext properties of ldrexb/ldrexh
2014-04-03 Daniel Sanders[mips] Add negative tests confirm that supported ISA...
2014-04-03 Daniel Sanders[mips] Implement ehb, ssnop, and pause in assembler
2014-04-03 Tim NorthoverARM: skip cmpxchg failure barrier if ordering is monotonic.
2014-04-03 Zoran JovanovicImplementation of 16-bit microMIPS instructions MFHI...
2014-04-03 Daniel Sanders[mips] Add initial (experimental) MIPS-IV support.
2014-04-03 Eric ChristopherFix for PR 19261:
2014-04-03 Zoran JovanovicMicroMIPS specific little endian fixup data byte ordering.
2014-04-03 Tim NorthoverARM: expand atomic ldrex/strex loops in IR
2014-04-03 Stepan DyatkovskiyPR19320:
2014-04-03 Silviu Baranga[ARM] When generating a vpaddl node the input lane...
2014-04-03 Sasa Stankovic[mips] Extend MipsMCExpr class to handle %higher(sym1...
next