oota-llvm.git
2013-05-06 Michael KupersteinFix slightly too aggressive conact_vector optimization.
2013-05-06 Bill WendlingAdd a testcase that checks that we generate functions...
2013-05-06 Rafael EspindolaXFAIL for cygwin.
2013-05-06 Nadav RotemUpdate the comment to mention that we use TTI.
2013-05-06 Nadav RotemRevert r164763 because it introduces new shuffles.
2013-05-06 Matt ArsenaultFix unchecked uses of DominatorTree in MemoryDependence...
2013-05-06 Rafael EspindolaFix const merging when an alias of a const is llvm...
2013-05-05 Rafael EspindolaThis should also fail on ARM.
2013-05-05 Rafael EspindolaFix XFAIL line.
2013-05-05 Rafael EspindolaXFAIL this on ppc64.
2013-05-05 Rafael EspindolaPort ExceptionDemo to MCJIT.
2013-05-05 Rafael EspindolaAdd EH support to the MCJIT.
2013-05-05 Evan ChengTest case for r181160 and r181161. rdar://13782395
2013-05-05 Evan ChengARM AnalyzeBranch should conservatively return true...
2013-05-05 Evan ChengTeach if-converter to avoid removing BBs whose addresse...
2013-05-05 Benjamin KramerLoopVectorize: Print values instead of pointers in...
2013-05-05 Richard Osborne[docs] Update Target Feature Matrix for the XCore backend.
2013-05-05 Richard Osborne[XCore] Add LDAPB instructions.
2013-05-05 Richard Osborne[XCore] Update LDAP to use pcrel_imm.
2013-05-05 Richard Osborne[XCore] Rename calltarget -> pcrel_imm.
2013-05-05 Richard Osborne[XCore] Add BLRB instructions.
2013-05-05 Richard Osborne[XCore] Remove '-' from back branch asm syntax.
2013-05-05 Benjamin KramerInlineSpiller: Remove quadratic behavior.
2013-05-05 Stepan DyatkovskiyFor ARM backend, fixed "byval" attribute support.
2013-05-05 Arnold SchwaighoferAdd missing PatternMatch.cpp to CMakeLists.txt
2013-05-05 Arnold SchwaighoferPatternMatch: Fix documentation - 'function' not 'attri...
2013-05-05 David MajnemerRemove a recently redundant transform from X86ISelLowering.
2013-05-05 Arnold SchwaighoferLoopVectorize: Add support for floating point min/max...
2013-05-05 Arnold SchwaighoferPatternMatch: Matcher for (un)ordered floating point...
2013-05-05 Arnold SchwaighoferLoopVectorizer: Cleanup of miminimum/maximum pattern...
2013-05-05 Arnold SchwaighoferLoopVectorize: We don't need an identity element for...
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-05-04 Nadav Rotemwhitespace
2013-05-04 Nadav RotemFix an odd comment.
2013-05-04 Tim NorthoverAArch64: enable MCJIT and tests now that everything...
2013-05-04 Tim NorthoverAArch64: implement 64-bit absolute relocation in MCJIT
2013-05-04 Tim NorthoverAArch64: add stubs to support long function calls on...
2013-05-04 Tim NorthoverAArch64: implement relocations for global access
2013-05-04 Tim NorthoverAArch64: implement first relocation required for MCJIT
2013-05-04 Tim NorthoverBuild system changes to enable MCJIT on AArch64
2013-05-04 Tim NorthoverAArch64: use __clear_cache under GCCish environments
2013-05-04 Richard OsborneFix buildbot failure on 64 bit linux due to std::max...
2013-05-04 Richard Osborne[XCore] Remove unused operand type.
2013-05-04 Richard Osborne[XCore] Make use of the target independent global addre...
2013-05-04 Richard Osborne[XCore] Simplify code that checks for an aligned base...
2013-05-04 Richard Osborne[XCore] Move lowering of thread local storage to a...
2013-05-04 Tim NorthoverAArch64: assert code model is small for TLS accesses
2013-05-04 Tim NorthoverAArch64: support literal pool access in large memory...
2013-05-04 Tim NorthoverAArch64: support large code model for jump-tables
2013-05-04 Tim NorthoverAArch64: implement support for blockaddress in large...
2013-05-04 Tim NorthoverAArch64: implement large code model access to global...
2013-05-04 Richard Osborne[XCore] Use static relocation model by default.
2013-05-04 Tim NorthoverAllow host triple to be correctly overridden in CMake...
2013-05-04 Rafael EspindolaOptimize llvm-link too.
2013-05-04 Rafael EspindolaFix a performance bug in the Linker.
2013-05-04 Rafael EspindolaImplement Linker::LinkModules with Linker::linkInModule.
2013-05-04 Rafael EspindolaNow that Linker.cpp is almost empty, merge it into...
2013-05-04 Rafael EspindolaLast batch of cleanups to Linker.h.
2013-05-04 Rafael EspindolaDon't construct or delete a module on the Linker.
2013-05-04 Rafael EspindolaDon't store the context in the Linker.
2013-05-04 Rafael EspindolaRemove unused members and constructor arguments.
2013-05-04 Rafael EspindolaAdd missing header.
2013-05-04 Rafael EspindolaDelete dead code from the linker.
2013-05-04 Krzysztof ParzyszekUse consistent function names.
2013-05-04 Nick LewyckyTabs to spaces. No functionality change.
2013-05-03 Amara EmersonRevert r181009.
2013-05-03 Reed KotlerRemove some uneeded pseudos in the presence of the...
2013-05-03 Amara EmersonDelete test instead.
2013-05-03 Amara EmersonTemporarily disable failing test.
2013-05-03 Bill WendlingRemove this hack. We can support this better with funct...
2013-05-03 Ulrich Weigand[PowerPC] Avoid using '$' in generated assembler code
2013-05-03 Ulrich Weigand[PowerPC] Parse platform-specifc variant kinds in AsmParser
2013-05-03 Ulrich Weigand[PowerPC] Add some Book II instructions to AsmParser
2013-05-03 Ulrich Weigand[PowerPC] Support extended mnemonics in AsmParser
2013-05-03 Ulrich Weigand[PowerPC] Add assembler parser
2013-05-03 Shuxin YangDecompose GVN::processNonLocalLoad() (about 400 LOC...
2013-05-03 Akira Hatanaka[mips] Split the DSP control register and define one...
2013-05-03 Nadav RotemLoopVectorizer: Add support for if-conversion of PHINod...
2013-05-03 Tom StellardR600: Expand vector or, shl, srl, and xor nodes
2013-05-03 Tom StellardR600: BFI_INT is a vector-only instruction
2013-05-03 Tom StellardR600: Add pattern for SHA-256 Ma function
2013-05-03 Tom StellardR600: Clean up comments in Processors.td
2013-05-03 Benjamin KramerAutoconf: Compile cxxabi.h in C++ mode.
2013-05-03 Tobias GrosserRegionInfo: Do not crash if unreachable block is found
2013-05-03 Benjamin KramerCMake: cxxabi.h is only available to C++ compilers...
2013-05-03 Richard SandifordRemove comment that no target supports 128-bit IEEE...
2013-05-03 Richard Sandiford[SystemZ] Add MCJIT support
2013-05-03 Ulrich Weigand[SystemZ] Support System Z as host architecture
2013-05-03 Amara EmersonAdd support for reading ARM ELF build attributes.
2013-05-03 Richard Sandiford[SystemZ] Add ELF relocation support
2013-05-03 Richard Sandiford[SystemZ] Add llvm::Triple::systemz
2013-05-03 Benjamin KramerX86: Add target description for btver2; make autodetect...
2013-05-03 Pekka JaaskelainenAdded pocl and TCE blurbs to the ReleaseNotes.
2013-05-03 Aaron BallmanUnbreaking the non-x86 build bots by protecting the...
2013-05-03 Aaron BallmanCorrectly testing for AVX support in x86 based off...
2013-05-03 Akira Hatanaka[mips] Remove "Commutative" from property list of non...
2013-05-03 Reid KlecknerFix missing include in Hexagon code for Release+Asserts
2013-05-03 John McCallIn MC asm parsing, account for the possibility of white...
2013-05-02 Akira Hatanaka[mips] Handle reading, writing or copying of ccond...
2013-05-02 Bill WendlingRemove redundant flag.
next