oota-llvm.git
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.
2013-05-02 Jyotsna Vermareverting r180953
2013-05-02 Vincent LejeuneR600: Signed literals are 64bits wide
2013-05-02 Vincent LejeuneR600: If previous bundle is dot4, PV valid chan is...
2013-05-02 Vincent LejeuneR600: Add a test to check that use_kill is emitted
2013-05-02 Vincent LejeuneR600: Improve asmPrint of ALU clause
2013-05-02 Vincent LejeuneR600: Prettier asmPrint of Alu
2013-05-02 Jyotsna VermaHexagon: Add multiclass/encoding bits for the New-Value...
2013-05-02 Shuxin Yang[GV] Remove dead code which is really difficult to...
2013-05-02 Bill WendlingWe don't want FP elimination when doing an Apple-style...
2013-05-02 Aaron BallmanReplaced usages of size_type with size_t to be more...
2013-05-02 Pranav BhandarkarHexagon - Add peephole optimizations for zero extends.
2013-05-02 Richard Sandiford[mips] Fix the head Mips16RegisterInfo.cpp comment
2013-05-02 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-05-02 Adrian PrantlProvide an API to temporarily suppress DebugLocations...
2013-05-02 Jyotsna VermaHexagon: Honor __builtin_expect by using branch probabi...
2013-05-02 Tom StellardR600: Use new tablegen syntax for patterns
2013-05-02 Tom StellardR600/SI: remove nonsense select pattern
2013-05-02 Tobias GrosserAdded table of contents declaration in CommandLine...
2013-05-02 Michael Liao80-col fixup.
2013-05-02 Michael LiaoAvoid duplicating logic on frame register selecting...
2013-05-02 Michael LiaoAvoid duplicating logic on frame register selecting...
2013-05-02 Michael LiaoRewrite X86 codegen regression test with FileCheck
2013-05-02 David MajnemerAdd a test for the foldSelectICmpAndOr fix committed...
2013-05-02 Evan ChengTiedTo flag can now be placed on implicit operands...
2013-05-01 Akira Hatanaka[mips] Rename class and functions. Simplify code.
2013-05-01 Filip PizloThis exposes more MCJIT options via the C API:
2013-05-01 Michael LiaoAvoid generating tempfile(s) never used
2013-05-01 Filip PizloRename 'struct LLVMTargetMachine' to 'struct LLVMOpaque...
2013-05-01 Bill WendlingRevert r180737. The companion patch was reverted, and...
2013-05-01 Jyotsna VermaHexagon: Use multiclass for Jump instructions.
2013-05-01 Jyotsna VermaHexagon: Clear isKill flag on the predicate register in
2013-05-01 Rafael EspindolaAdd support for other typeinfo encodings in the Excepti...
2013-05-01 Filip PizloFix file header comment.
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-05-01 Nadav RotemSROA: Generate selects instead of shuffles when blendin...
2013-05-01 Chad Rosier[inline asm] Return an undef SDValue of the expected...
2013-05-01 Nadav RotemOptimize away nop CONCAT_VECTOR nodes.
2013-05-01 Aaron BallmanUpdating the getting started guide for Visual Studio...
2013-05-01 Peng Chengget rid of windows warning:
2013-05-01 Peng Chengget rid of windows warning:
2013-05-01 Peng Chengreplace reinterpret_cast by cast or remove reinterpret_...
2013-05-01 Peng Chengfix windows warning.
2013-05-01 Peng Chenguse static_cast to get rid of windows warning.
2013-05-01 Rafael EspindolaNow that the underlying issue is fixed, revert r180750...
2013-05-01 Nikola SmiljanicFix spelling
2013-05-01 Rafael EspindolaPut VMOVPQIto64rr in the VRPDI class.
2013-05-01 Duncan SandsCorrect comment: there is no numTys parameter any more...
2013-05-01 Filip PizloWrap some lines to bring MCJITCAPITest into conformance...
2013-05-01 Michael LiaoForget remove the tempfile argument
2013-05-01 Michael LiaoMore rewrites of x86 codegen regression tests with...
2013-05-01 Aaron BallmanFixes a buffer overrun where the allocated buffer wasn...
2013-05-01 Jim GrosbachRevert "InstCombine: Fold more shuffles of shuffles."
next