oota-llvm.git
2013-12-02 Rafael EspindolaChange the default of AsmWriterClassName and isMCAsmWriter.
2013-12-02 Alp TokerRename test with misspelt filename
2013-12-02 Rafael EspindolaRemove dead declarations.
2013-12-02 Rafael EspindolaRefactor for clarity and efficiency.
2013-12-01 Rafael EspindolaAlso test the created stubs on 32 bits.
2013-12-01 Andrew TrickAdd -mcpu to stackmap.ll
2013-12-01 Tim NorthoverARM: fix bug in -Oz stack adjustment folding
2013-12-01 Benjamin KramerRevamp error checking in the ms inline asm parser.
2013-12-01 Michael KupersteinEnsure bitcode encoding of linkage types stays stable...
2013-12-01 Bill WendlingUse accessor methods instead.
2013-12-01 Bill WendlingUse 'unsigned char' to get this past gcc error message:
2013-11-30 Hal FinkelAdd a scheduling model (with itinerary) for the PPC...
2013-11-30 Hal FinkelSplit some PPC itinerary classes
2013-11-30 Hal FinkelConvert a PPC test from grep to FileCheck
2013-11-30 Hal FinkelDesensitize a couple of PPC regression tests
2013-11-30 Hal FinkelUpdate the cpu specified on some PPC regression tests
2013-11-30 Zoran JovanovicTest case for issue with microMIPS long branch.
2013-11-30 Zoran JovanovicFixed issue with microMIPS long branch.
2013-11-30 Daniel Sanders[mips][msa] MSA loads and stores have a 10-bit offset...
2013-11-30 Daniel Sanders[mips][msa] A small refactor to reduce patch noise...
2013-11-30 Juergen RibutzkaForce CPU type to unbreak unit tests on Haswell machines.
2013-11-29 Andrew TrickReverse the order of eviction checks for possible compi...
2013-11-29 Reed KotlerPart 1 of 3 patches that completes very long conditiona...
2013-11-29 Zoran JovanovicRevert revision 195965.
2013-11-29 Petar Jovanovicmips: XFAIL llvm-cov test
2013-11-29 Zoran JovanovicFixed issue with microMIPS long branch.
2013-11-29 Hal FinkelAdjust PPC A2 input operand latencies
2013-11-29 Lang HamesTeach LocalStackSlotAllocation that stackmaps/patchpoin...
2013-11-29 Hal FinkelCreate a PPC440 SchedMachineModel
2013-11-29 Hal FinkelFixup PPC440 load/store operand latencies
2013-11-29 Hal FinkelAdjust PPC440 operand latencies
2013-11-29 Hal FinkelDon't model the fetch and decode units for the PPC440
2013-11-29 Lang HamesRemove unused variable from r195944.
2013-11-29 Lang HamesRefactor a lot of patchpoint/stackmap related code...
2013-11-29 Hao LiuAArch64: The pattern match should check the range of...
2013-11-29 Jiangning LiuAdd missing test case for bsl_f64 support of AArch64...
2013-11-29 Jiangning LiuAdd missing pattern for supporting intrinsic function...
2013-11-29 Kevin Qin[AArch64 NEON]Fix a assertion failure when disassemble...
2013-11-28 Stephen CanonRein in overzealous InstCombine of fptrunc(OP(fpextend...
2013-11-28 Rafael EspindolaRefactor to remove a bit of duplication. No functionali...
2013-11-28 Benjamin KramerSilence sign-compare warning and reduce nesting.
2013-11-28 Rafael EspindolaRemove an always true parameter.
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target() provide intrin...
2013-11-28 NAKAMURA Takumi[CMake] Also OptionTests can be free from add_dependenc...
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-11-28 Rafael EspindolaThe global prefix is always one char. Don't use a strin...
2013-11-28 NAKAMURA Takumi[CMake] Prune include_directories() in llvm/lib/Target...
2013-11-28 Daniel Sanders[mips] Revert test commit r195922.
2013-11-28 Daniel Sanders[mips] A test commit to test my Herald and Audit workflow
2013-11-28 NAKAMURA Takumi[CMake] Prune include_directories() in llvm/lib/Target...
2013-11-28 NAKAMURA TakumiAdd newline at eof.
2013-11-28 Daniel SandersAs myself as code-owner of the MIPS backend (lib/Target...
2013-11-28 Peter Zotov[OCaml] Add a slash accidentally omitted from Makefile
2013-11-28 Rafael EspindolaUse the mangler consistently instead of using getGlobal...
2013-11-28 Hal FinkelDon't share functional units among the PPC itineraries
2013-11-28 Jiangning LiuRemove the variable only used by assert to avoid the...
2013-11-28 Hao LiuAArch64: Fix a bug about disassembling post-index load...
2013-11-28 Reed KotlerCheck in conditional branches for constant islands...
2013-11-27 Akira Hatanaka[mips] Redefine TAILCALL as a pseudo instruction.
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.
next