oota-llvm.git
2014-04-30 David BlaikieDebugInfo: Omit DW_AT_artificial on DW_TAG_formal_param...
2014-04-30 Joerg SonnenbergerRestore condition incorrectly changed in r96289 to...
2014-04-30 Alexey SamsonovConvert more loops to range-based equivalents
2014-04-30 Gerolf HoflehnerPatch for function cloning to inline all blocks whose...
2014-04-30 Rafael EspindolaProvide a version of getSymbolOffset that returns false...
2014-04-30 Alexey SamsonovSlightly simplify code in DwarfDebug::beginFunction
2014-04-30 Alexey SamsonovMove logic for calculating DBG_VALUE history map into...
2014-04-30 James MolloyMove a testcase from ELF to ARM64, incorrectly placed...
2014-04-30 David BlaikieEmit DW_AT_object_pointer once, on the declaration...
2014-04-30 Alexey SamsonovDon't expect to find fpcmp and PerfectShuffle when...
2014-04-30 Jay FoadRemove unused field hash_state::seed.
2014-04-30 Weiming Zhao[ARM64] Prevent bit extraction to be adjusted by follow...
2014-04-30 Reid KlecknerFix the clang-cl self-host build by defining ~DwarfDebu...
2014-04-30 James MolloyAdd a testcase for r207627.
2014-04-30 Hans WennborgUse the new StringTableBuilder in yaml2elf
2014-04-30 Yi JiangRevert r207571 - Add slp vectorization to LTO passes
2014-04-30 Michael Zolotukhin[X86] Never hoist the shift value of a shift instruction.
2014-04-30 Alexey SamsonovConvert several loops over MachineFunction basic blocks...
2014-04-30 Carlo Kok[IPO/MergeFunctions] changes so it doesn't try to bitca...
2014-04-30 David MajnemerIR: Conservatively verify inalloca arguments
2014-04-30 Rafael EspindolaSimplify ELFObjectWriter::SymbolValue.
2014-04-30 Matheus Almeida[mips] Add instruction alias (negu).
2014-04-30 Matheus Almeida[mips] Add instruction alias (sltu).
2014-04-30 Hans WennborgELFObjectWriter: deduplicate suffices in strtab
2014-04-30 Tim NorthoverARM64: print fp immediates without using scientific...
2014-04-30 Tim NorthoverAArch64/ARM64: implement remaining TLS relocations...
2014-04-30 Tim NorthoverAArch64/ARM64: add specific diagnostic for MRS/MSR...
2014-04-30 Tim NorthoverAArch64/ARM64: accept and print floating-point immediat...
2014-04-30 David MajnemerIR: Alloca clones should remember inalloca state
2014-04-30 Matheus Almeida[mips] Add instruction alias (dsll and dsrl).
2014-04-30 Douglas GregorFix a use of uninitialized memory in SmallVector's...
2014-04-30 Rafael EspindolaRelax the test a bit.
2014-04-30 Tom StellardR600/SI: Use VALU instructions for copying i1 values
2014-04-30 Tom StellardR600/SI: Teach moveToVALU how to handle some SMRD instr...
2014-04-30 Chad Rosier[ARM64][fast-isel] Fast-isel doesn't know how to handle...
2014-04-30 Rafael EspindolaRename the test, it is testing the symver directive.
2014-04-30 Matheus Almeida[mips] Add instruction alias (sll and srl).
2014-04-30 Sasa Stankovic[mips] Fix MipsLongBranch pass to work when the offset...
2014-04-30 Matheus Almeida[mips] Update tests with encoding information for slt...
2014-04-30 Tom StellardR600: Remove unused function AMDGPUSubtarget::getDefaul...
2014-04-30 Evgeniy Stepanov[asan] Disable asm instrumentation on unsupported platf...
2014-04-30 Tim NorthoverARM64: enable AArch64's basic-a64-instructions test
2014-04-30 Tim NorthoverARM64: print lsr instead of lsrv for variable shifts...
2014-04-30 Tim NorthoverARM64: use 32-bit operations for uxtb & uxth
2014-04-30 Tim NorthoverAArch64/ARM64: allow smaller granule relocations on...
2014-04-30 Tim NorthoverAArch64/ARM64: copy support for bCC instead of b.CC...
2014-04-30 Tim NorthoverAArch64/ARM64: expunge CPSR from the sources
2014-04-30 Tim NorthoverAArch64/ARM64: use HS instead of CS & LO instead of CC.
2014-04-30 Rafael EspindolaGrammar fix.
2014-04-30 Daniel Sanders[mips][msa] Fix vector insertions where the index is...
2014-04-30 Tim NorthoverARM64: accept ELF-relocated load/store insts without...
2014-04-30 Tim NorthoverARM64: remove duplication by templating InstPrinter...
2014-04-30 Matheus Almeida[mips] Add support for .cpload.
2014-04-30 Matheus Almeida[mips] Emit all three relocation operations for each...
2014-04-30 Tim NorthoverARM64: use hex immediates for movz/movk instructions
2014-04-30 Tim NorthoverARM64: hexify printing various immediate operands
2014-04-30 Tim NorthoverARM64: print canonical syntax for add/sub (imm) instruc...
2014-04-30 Chandler Carruth[LCG] Add the really, *really* boring edge insertion...
2014-04-30 Evgeniy StepanovFix multiline comment warning.
2014-04-30 James Molloy[ARM64] Simplify if condition.
2014-04-30 James Molloy[ARM64] Fix stupid copy-pasto in ARM64MCAsmInfo.cpp...
2014-04-30 James Molloy[ARM64] Try and make the ELF MCJIT *slightly* less...
2014-04-30 James Molloy[ARM64] Ensure arm64_be is dealt with when emitting...
2014-04-30 NAKAMURA Takumiraw_ostream::operator<<(StringRef): Avoid potential...
2014-04-30 Tim NorthoverARM64: make sure FastISel uses a GPR64 source in 64...
2014-04-30 Chandler Carruth[LCG] Actually test the *basic* edge removal bits ...
2014-04-30 Benjamin KramerAdd a <tuple> include to more files that aren't getting...
2014-04-30 Craig TopperUse makeArrayRef insted of calling ArrayRef<T> construc...
2014-04-30 Saleem AbdulrasoolARM: support stack probe emission for Windows on ARM
2014-04-30 NAKAMURA TakumiConstantHoisting.cpp: Add <tuple> for std::tie, since...
2014-04-30 Saleem AbdulrasoolARM: print COFF function header for Windows on ARM
2014-04-30 Craig Topper[C++11] Use 'nullptr' in tablegen output files.
2014-04-30 Craig TopperDe-virtualize or remove some methods that have no overr...
2014-04-30 Saleem AbdulrasoolARM: move llvm_unreachable use
2014-04-30 Saleem AbdulrasoolARM: partially handle 32-bit relocations for WoA
2014-04-30 Rafael EspindolaSimplify getSymbolOffset.
2014-04-30 Chandler Carruth[ADT] Provide some helpful static_asserts for using...
2014-04-30 Alexey Samsonov[DWARF parser] Cleanup code in DWARFDebugLine.
2014-04-29 Reid KlecknerImplement X86 code generation for musttail
2014-04-29 Reid KlecknerFix the build with MSVC 2013 by explicitly requesting...
2014-04-29 Benjamin KramerAnother missing include for MSVC.
2014-04-29 David BlaikieFix some 80 cols violations committed in r207539
2014-04-29 Benjamin KramerTry to fix the msvc build.
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-29 Tom StellardR600: Remove duplicate setting of SELECT expansion.
2014-04-29 Tom StellardR600/SI: Custom lower SI_IF and SI_ELSE to avoid machin...
2014-04-29 Tom StellardR600/SI: Only select SALU instructions in the entry...
2014-04-29 Tom StellardR600: optimize the UDIVREM 64 algorithm
2014-04-29 Tom StellardR600: Implement iterative algorithm for udivrem
2014-04-29 Tom StellardR600: Change UDIV/UREM to UDIVREM when legalizing types
2014-04-29 Tom StellardR600: remove unused variable
2014-04-29 Jim GrosbachTidy up.
2014-04-29 Jim GrosbachSpelling.
2014-04-29 Jim GrosbachTidy up whitespace.
2014-04-29 Rafael EspindolaAlso handle ConstantAggregateZero when optimizing vperm...
2014-04-29 David BlaikieFix MSVC build broken by r207580
2014-04-29 David BlaikiePR19553: Memory leak in RuntimeDyldELF::createObjectIma...
2014-04-29 Alexey Samsonov[DWARF parser] Cleanup code in DWARFDebugLine.
2014-04-29 Rafael EspindolaRemove tabs.
2014-04-29 Rafael EspindolaTwo fixes to the vpermilvar optimization.
next