oota-llvm.git
2013-11-27 David BlaikieDebugInfo: Do not include variables only referenced...
2013-11-27 Akira HatanakaAdd MipsOptimizePICCall.cpp to CMakeLists.txt.
2013-11-27 Akira Hatanaka[mips] Implement the following optimizations using...
2013-11-27 Hal FinkelAdd IIC_ prefix to PPC instruction-class names
2013-11-27 Rafael EspindolaDon't set GlobalPrefix to the default value.
2013-11-27 Rafael EspindolaThe R600 has its own asm printer which doesn't use...
2013-11-27 Tom StellardR600: Expand vector FABS
2013-11-27 Tom StellardR600/SI: Implement spilling of SGPRs v5
2013-11-27 Tom StellardR600/SI: Use SGPR_32 register class for 32-bit SMRD...
2013-11-27 Tom StellardR600: Add support for ISD::FROUND
2013-11-27 Lang HamesShow stackmap entry encodings in stackmap debug logs...
2013-11-27 Rafael EspindolaUse FileCheck and expand the test a bit.
2013-11-27 Rafael EspindolaRemove dead code.
2013-11-27 Rafael EspindolaConvert two if sequences to switches.
2013-11-27 Rafael EspindolaUse a switch.
2013-11-27 Rafael EspindolaUse the same tls section name as msvc.
2013-11-27 Rafael EspindolaRemove more dead code now that this is only used for...
2013-11-27 Jiangning LiuFix the AArch64 NEON bug exposed by checking constant...
2013-11-27 Peter Zotov[OCaml] Embed rpath into stub libraries and native...
2013-11-27 Rafael EspindolaConvert more methods in static helpers.
2013-11-27 Rafael EspindolaConvert these methods into static functions.
2013-11-27 Rafael EspindolaCleanup and test X86AsmPrinter::printPCRelImm.
2013-11-27 Sean Silva[docs] Mention gotcha regarding implicit BB numbering
2013-11-27 Hal FinkelFix comment in PPCA2Model
2013-11-27 Rafael EspindolaRemove dead argument.
2013-11-27 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-27 Chandler Carruth[PM] Remove the underspecified 'getRoot' method from...
2013-11-27 Rafael EspindolaUse simple section names for COMDAT sections on COFF.
2013-11-26 Chandler Carruth[PM] [cleanup] Replace a reserved identifier "_Self...
2013-11-26 Nadav RotemPR1860 - We can't save a list of ExtractElement instruc...
2013-11-26 Eric Christopher80-column fixups.
2013-11-26 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-26 Arnold SchwaighoferLoopVectorizer: Truncate i64 trip counts of i32 phis...
2013-11-26 Chandler Carruth[PM] [cleanup] Run clang-format over this file. If...
2013-11-26 Chandler Carruth[PM] [cleanup] Update doxygen comments to use the new...
2013-11-26 Peter Zotov[OCaml] Embed the flags necessary for linking with...
2013-11-26 Reed KotlerFix a bug related to constant islands for Mips16 and...
2013-11-26 Diego NovilloRefactor some code in SampleProfile.cpp
2013-11-26 Michael LiaoFix PR18054
2013-11-26 Diego NovilloAdd PostDominatorTree::getDescendants.
2013-11-26 David BlaikieDwarfDebug: Include type units in accelerator tables.
2013-11-26 Renato GolinFix spurious return introduced by my earlier patch...
2013-11-26 Nadav RotemPR18060 - When we RAUW values with ExtractElement instr...
2013-11-26 Renato GolinAdd return to DIType::Verify
2013-11-26 Stepan DyatkovskiyPR17925 bugfix.
2013-11-26 Timur IskhodzhanovRename DwarfException methods so the new names are...
2013-11-26 Tim NorthoverDarwin-ARM: use movw/movt for static relocations
2013-11-26 Chandler Carruth[PM] Fix a stale comment after my last refactoring...
2013-11-26 Chandler Carruth[PM] Remove four extraneous 'typename's that Clang...
2013-11-26 Chandler Carruth[PM] Factor the overwhelming majority of the interface...
2013-11-26 Richard Sandiford[SystemZ] Fix incorrect use of RISBG for a zero-extende...
2013-11-26 Arnaud A. de... CMake : optionaly enable LLVM to be compiled with ...
2013-11-26 Chandler Carruth[PM] Split the CallGraph out from the ModulePass which...
2013-11-26 Chandler Carruth[PM] Reformat some code with clang-format as I'm going...
2013-11-26 Chandler Carruth[PM] Add a really simple trait to the DOTGraphTraitsPas...
2013-11-26 Kevin QinRefactored the implementation of AArch64 NEON instructi...
2013-11-26 Chandler Carruth[PM] Re-format this code with clang-format before makin...
2013-11-26 Kevin Qin[AArch64]Implement 128 bit register copy with NEON.
2013-11-26 Andrew TrickStackMap: Implement support for DirectMemRefOp.
2013-11-26 Andrew Trickwhitespace
2013-11-26 Chandler Carruth[PM] Make the (really awesome) file comment here availa...
2013-11-26 Chandler Carruth[PM] Reformat this file with clang-format. Mostly fixes...
2013-11-26 David BlaikieDebugInfo: Update test case due to dumper improvements...
2013-11-26 Chandler CarruthLift self-copy protection up to the header file and...
2013-11-26 Chandler CarruthFix a self-memcpy which only breaks under Valgrind...
2013-11-26 Chandler Carruth[PM] Sink a trailing comment to be a doxygen comment.
2013-11-26 Chandler Carruth[PM] Rename the 'Mod' member to the more idiomatic...
2013-11-26 David BlaikieDebugInfo: Remove CompileUnit::constructTypeDIEImpl...
2013-11-26 Chandler Carruth[PM] Clean up a bunch of comments, modernize the doxyge...
2013-11-26 David BlaikieDebugInfo: Avoid emitting pubtype entries for type...
2013-11-26 Cameron McInallyAdd an intrinsic for the SSE2 PAUSE instruction.
2013-11-26 David BlaikieDebugInfo: Pubtypes: Coelesce pubtype registration...
2013-11-25 Chandler CarruthAdd the test case that I missed when committing r195528...
2013-11-25 Rafael EspindolaDo the string comparison in the constructor instead...
2013-11-25 Rafael EspindolaUse -triple to fix the test on non-ELF hosts.
2013-11-25 Rafael EspindolaDon't use nopl in cpus that don't support it.
2013-11-25 David PeixottoARM integrated assembler generates incorrect nop opcode
2013-11-25 Bill WendlingUnrevert r195599 with testcase fix.
2013-11-25 Tim NorthoverFix indentation typo
2013-11-25 Tim NorthoverARM: remove special cases for Darwin dynamic-no-pic...
2013-11-25 Rafael EspindolaFix .comm and .lcomm on COFF.
2013-11-25 Rafael EspindolaRefactor to make the .bss, .data and .text sections...
2013-11-25 Benjamin KramerMake helper function static.
2013-11-25 Tim NorthoverARM: remove unused patterns.
2013-11-25 Amara Emerson[ARM] Enable FeatureMP for Cortex-A5 by default.
2013-11-25 Amara EmersonRevert r195599 as it broke the builds.
2013-11-25 Daniel SandersFixed tryFoldToZero() for vector types that need expansion.
2013-11-25 Tim NorthoverX86: enable AVX2 under Haswell native compilation
2013-11-25 Bill WendlingDon't look past volatile loads.
2013-11-25 Hao LiuFixed a bug about disassembling AArch64 post-index...
2013-11-25 NAKAMURA TakumiSparcFrameLowering.cpp: Prune 'DL' [-Wunused-variable]
2013-11-25 Chandler CarruthOutput a bit more information in the debug printing...
2013-11-24 Venkatraman... [Sparc] Emit large negative adjustments to SP/FP with...
2013-11-24 Venkatraman... [Sparc]: Implement LEA pattern for sparcv9.
2013-11-24 Venkatraman... [SparcV9]: Do not emit .register directives for global...
2013-11-24 Venkatraman... [SparcV9] Enable custom lowering of DYNAMIC_STACKALLOC...
2013-11-24 Reed KotlerMake sure that for C++ emitting LwConstant32 pseudos...
2013-11-24 Bill WendlingDefault to a better compression algorithm.
2013-11-24 Reed KotlerUpdate older test cases for latest patch.
2013-11-24 Reed KotlerFix a funny bug I introduced during conversion of ARM...
next