oota-llvm.git
2013-05-22 Chad RosierSimplify logic now that r182490 is in place. No functi...
2013-05-22 Chad RosierSimplify logic now that r182490 is in place. No functi...
2013-05-22 Chad RosierSimplify logic now that r182490 is in place. No functi...
2013-05-22 Bill SchmidtRecognize ValueType operands in source patterns for...
2013-05-22 Bill SchmidtChange some PowerPC PatLeaf definitions to ImmLeaf...
2013-05-22 Nadav RotemSLPVectorizer: Change the order in which new instructio...
2013-05-22 Nadav RotemX86: Fix a bug in EltsFromConsecutiveLoads. We can...
2013-05-22 Reid KlecknerRemove unneeded call to a base default ctor
2013-05-22 Jean-Luc DupratThis is an update to a previous commit (r181216).
2013-05-22 Rui UeyamaFix typo in docs/GettingStarted.rst.
2013-05-22 Adrian PrantlUnify formatting of debug output.
2013-05-22 Reid KlecknerFix StringMapIterator compile errors for non-MSVC compi...
2013-05-22 Chad RosierAdd the IncludeSelf parameter to the MCSubRegIterator...
2013-05-22 Reid Kleckner[Support] Add StringMap::swap() and a default ctor...
2013-05-22 Benjamin KramerX86: When expanding PCMPGTQ to PCMPGTD we always want...
2013-05-22 Arnold SchwaighoferLoopVectorize: Make Value pointers that could be RAUW...
2013-05-22 Rafael EspindolaFix use after free (pr16103).
2013-05-22 Rafael EspindolaCheck that a function starts with llvm. before using...
2013-05-22 Richard Sandiford[SystemZ] Rename PSW to CC
2013-05-22 Rafael Espindolasync projects/sample's autohell.
2013-05-22 Richard Sandiford[SystemZ] Fix thinko in long branch pass
2013-05-22 David MajnemerX86: Remove test instructions proceeding shift by immed...
2013-05-22 NAKAMURA TakumiR600ISelLowering.cpp: Avoid "using namespace Intrinsic...
2013-05-22 NAKAMURA TakumiR600: Whitespace and untabify.
2013-05-22 Owen AndersonCreate an FPOW SDNode opcode def in the target independ...
2013-05-22 Filip PizloExpose the RTDyldMemoryManager through the C API. This...
2013-05-22 Rafael EspindolaAllow duplicates in LLVM_TARGETS_TO_BUILD and LLVM_EXPE...
2013-05-22 Rafael EspindolaAttempt to fix the mingw32 bot.
2013-05-22 Rafael Espindolas/u_int32_t/uint32_t/
2013-05-22 Rafael EspindolaFix warning in non-assert build.
2013-05-22 Rafael EspindolaMake R600 non-experimental.
2013-05-21 Reed KotlerMips16 does not use register scavenger from TargetRegis...
2013-05-21 Eric ChristopherBe more specific and capitalize filenames.
2013-05-21 Jakob Stoklund... Define BYTE_ORDER on Solaris.
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-21 Filip PizloRoll out r182411 and 182412 because it's still broken.
2013-05-21 Filip PizloFix busted comment. This conditional include block...
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-21 Filip PizloRoll out r182407 and r182408 because they broke builds.
2013-05-21 Filip PizloExpose the RTDyldMemoryManager through the C API. This...
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-21 Rafael EspindolaUse std::list so that we have a stable iterator.
2013-05-21 Benjamin KramerRemove duplicated comment.
2013-05-21 Rafael EspindolaRegenerate configure.
2013-05-21 Akira Hatanaka[mips] Rename option to make it compatible with gcc.
2013-05-21 Akira Hatanaka[mips] Add instruction selection patterns for blez...
2013-05-21 Justin Holewinski[NVPTX] Add @llvm.nvvm.sqrt.f() intrinsic
2013-05-21 Jyotsna VermaHexagon: SelectionDAG should not use MVT::Other to...
2013-05-21 Justin HolewinskiDrop @llvm.annotation and @llvm.ptr.annotation intrinsi...
2013-05-21 Hal FinkelFix PPC branch selection for counter-based branches
2013-05-21 Elena Demikhovskyremoved commented lines
2013-05-21 Evgeniy Stepanov[msan] A no-op implementation of VarArg handling.
2013-05-21 Elena DemikhovskyRemoved SSEPacked domain from all forms (AVX, SSE,...
2013-05-21 Ulrich WeigandAlternative fix for problem addressed in r182233
2013-05-21 Benjamin KramerX86: When emulating unsigned PCMPGTQ with PCMPGTD,...
2013-05-21 Richard Sandiford[SystemZ] Tighten branch tests
2013-05-21 Benjamin KramerDAGCombine: Avoid an edge case where it tried to create...
2013-05-21 Richard SandifordFix indentation
2013-05-21 Eric ChristopherAdd cmake bits for md5.
2013-05-21 Eric ChristopherAdd an md5 library derived from a public domain impleme...
2013-05-21 Reed KotlerAdd checks that the proper predeined stubs are being...
2013-05-21 Manman RenDwarf: use a single line table to generate assembly...
2013-05-21 Reed KotlerAdd some additional functions to the list of helper...
2013-05-20 Richard SmithComment update: these things are called "configuration...
2013-05-20 Sean SilvaLangRef.rst: Clarify how basic blocks without named...
2013-05-20 David BlaikiePR14606: Debug Info for namespace aliases/DW_TAG_import...
2013-05-20 Daniel Dunbar[docs] Minor doc tweaks.
2013-05-20 Bill WendlingThe DWARF EH pass doesn't need the TargetMachine, only...
2013-05-20 Bill WendlingNo need to store the TargetMachine variable in this...
2013-05-20 Bill WendlingRemove unused #include.
2013-05-20 Hal FinkelRename LoopSimplify.h to LoopUtils.h
2013-05-20 Sebastian Popadd polly to check-all
2013-05-20 Akira Hatanaka[mips] Add (setne $lhs, 0) instruction selection pattern.
2013-05-20 Akira Hatanaka[mips] Trap on integer division by zero.
2013-05-20 Hal FinkelRemove copied preheader insertion logic from PPCCTRLoops
2013-05-20 Hal FinkelExpose InsertPreheaderForLoop from LoopSimplify to...
2013-05-20 Justin Holewinski[NVPTX] Fix mis-use of CurrentFnSym in NVPTXAsmPrinter...
2013-05-20 Justin Holewinski[NVPTX] Add programmatic interface to NVVMReflect pass
2013-05-20 Hal FinkelRename PPC MTCTRse to MTCTRloop
2013-05-20 Hal FinkelAdd a PPCCTRLoops verification pass
2013-05-20 Benjamin KramerR600: Fix bug detected by GCC warning.
2013-05-20 Tom StellardR600: Fix rotr.ll on non-asserts builds
2013-05-20 Tom StellardR600/SI: Use a multiclass for MUBUF_Load_Helper
2013-05-20 Tom StellardR600/SI: Add a pattern for S_LOAD_DWORDX2_* instructions
2013-05-20 Tom StellardR600/SI: Add pattern for rotr
2013-05-20 Tom StellardR600: Swap the legality of rotl and rotr
2013-05-20 Tom StellardR600/SI: Add patterns for 64-bit shift operations
2013-05-20 Tom StellardR600/SI: Use the same names for VOP3 operands and encod...
2013-05-20 Tom StellardR600/SI: Make fitsRegClass() operands const
2013-05-20 Mihai PopaVSTn instructions have a number of encoding constraints...
2013-05-20 Mihai PopaQ registers are encoded in fields of the same length...
2013-05-20 Richard Sandiford[SystemZ] Add long branch pass
2013-05-20 Benjamin KramerEnable pod-like optimizations for pred and succ iterators.
2013-05-20 Justin Holewinski[NVPTX] Add GenericToNVVM IR converter to better handle...
2013-05-20 Justin Holewinski[NVPTX] Fix i1 kernel parameters and global variables...
2013-05-20 Stepan DyatkovskiyPR15868 fix.
2013-05-20 Renato GolinDisable remote MCJIT on pre-v6 ARM
2013-05-20 Bob WilsonPartially revert change in r181200 that tried to simpli...
2013-05-20 Jakob Stoklund... Also expand 64-bit bitcasts.
2013-05-20 Jakob Stoklund... Implement spill and fill of I64Regs.
next