oota-llvm.git
2013-07-24 Chandler CarruthFix PR16687 where we were incorrectly promoting an...
2013-07-24 David Fangallow tests to run on powerpc-darwin8 again, checking...
2013-07-24 Craig TopperSplit generated asm mnemonic matching table into a...
2013-07-24 Craig TopperRevert accidental commit.
2013-07-24 Craig TopperFix aliases for shrd/shld to handle Intel syntax proper...
2013-07-24 Akira Hatanaka[mips] Use pristine object file while processing reloca...
2013-07-24 Eric ChristopherReplace with a "null" RAUW with an assert since we...
2013-07-24 Eric ChristopherRemove dead code.
2013-07-24 Manman RenUpdate testing cases to make them pass debug info verif...
2013-07-24 Eric ChristopherRemove unnecessary constructors as the default conversi...
2013-07-24 Eric ChristopherMore constructor cleanup.
2013-07-24 Eric ChristopherCollapse logic and move and reword comment for clarity.
2013-07-24 Eric ChristopherAdd a fixme and reformat.
2013-07-24 Eric ChristopherRemove one more of these.
2013-07-24 Eric ChristopherRemove more dead/weird/misleading code.
2013-07-24 Eric ChristopherRemove more seemingly unused code.
2013-07-23 Tom StellardDAGCombiner: Pass the correct type to TargetLowering...
2013-07-23 Tom StellardR600: Treat CONSTANT_ADDRESS loads like GLOBAL_ADDRESS...
2013-07-23 Manman RenDebug Info: improve the Finder.
2013-07-23 Manman RenDebug Info: clean up.
2013-07-23 Eric ChristopherRemove unused function.
2013-07-23 Quentin Colombet[ARM][ISel] Improve the lowering of vector loads.
2013-07-23 Eric ChristopherKeep similar classes near each other. No functional...
2013-07-23 Matt ArsenaultFix spelling
2013-07-23 Eric Christopher80-column.
2013-07-23 Eric ChristopherReformat options.
2013-07-23 Eli BenderskyExpand the comment on getOpenFileSlice a bit for more...
2013-07-23 Eli BenderskyRefactor the unit test for MemoryBuffer::getOpenFileSlice
2013-07-23 Manman RenDebug Info: code cleanup, use getNodeField if possible.
2013-07-23 Rafael EspindolaSplit getOpenFile into getOpenFile and getOpenFileSlice.
2013-07-23 Rafael EspindolaFix use of the getOpenFile api.
2013-07-23 Manman RenDebugInfo Verifier: verify the actual type.
2013-07-23 Ahmed BougachaRevert "Remove use of asymmetric std::lower_bound compa...
2013-07-23 Ahmed Bougachadocs: Update old VS 2008 references.
2013-07-23 Ahmed Bougachadocs: cleanup VS 2008 release note.
2013-07-23 Ahmed Bougachadocs: Correct reST link.
2013-07-23 Ahmed BougachaUpdate docs to drop support for VS 2008.
2013-07-23 Rafael EspindolaAdd not so that these tests pass with pipefail enabled.
2013-07-23 Rafael EspindolaAdd -disable-debug-info-verifier.
2013-07-23 Rafael EspindolaFix the build in c++03 mode.
2013-07-23 Rafael EspindolaAdd an initial implementation of archive symbol table...
2013-07-23 Craig TopperRemove some errant space charcters in mnemonic strings.
2013-07-23 Shuxin Yangremove unnecessary space
2013-07-23 NAKAMURA Takumillvm/test/DebugInfo/X86/dbg-value-range.ll: Add -disabl...
2013-07-23 Craig TopperRemove 'else' after 'return'. No functional change.
2013-07-23 Craig TopperRemove trailing whitespace.
2013-07-23 Craig TopperDon't let x86 asm printer use the no operand movsd...
2013-07-23 Tom StellardR600: Add support for 24-bit MAD instructions
2013-07-23 Tom StellardR600: Add support for 24-bit MUL instructions
2013-07-23 Tom StellardR600: Improve support for < 32-bit loads
2013-07-23 Tom StellardR600: Rename AMDILISelDAGToDAG.cpp -> AMDGPUISelDAGToDA...
2013-07-23 Tom StellardR600: Move CONST_ADDRESS folding into AMDGPUDAGToDAGISe...
2013-07-23 Tom StellardR600: Use KCache for kernel arguments
2013-07-23 Tom StellardR600: Simplify assembly for KCache registers using...
2013-07-23 Tom StellardR600: Use the same compute kernel calling convention...
2013-07-23 Tom StellardR600: Use correct LoadExtType when lowering kernel...
2013-07-23 Tom StellardR600: Clean up extended load patterns
2013-07-23 Tom StellardR600: Expand vector FNEG
2013-07-23 Craig TopperRevert r186907 to fix bots.
2013-07-23 Craig TopperDon't let x86 asm printer use the no operand movsd...
2013-07-23 Craig TopperAdd aliases to map 'imm, mem' form of x86 bts/btr/btc...
2013-07-23 Manman RenDebug Info Finder: use processDeclare and processValue...
2013-07-23 Craig TopperExplicitly don't let the asm printer use the clrb/w...
2013-07-23 Craig TopperSuppress argumentless aliases for some x86 FP operation...
2013-07-22 Matt ArsenaultFix typo (ponted -> pointed)
2013-07-22 Nick LewyckyRemove extraneous null statement. No functionality...
2013-07-22 Jakub StaszakUse switch instead of if. No functionality change.
2013-07-22 Jakub StaszakRemove trailing spaces.
2013-07-22 Eli BenderskyAdd a simple unit test for MemoryBuffer::getOpenFile
2013-07-22 Eric ChristopherTypo.
2013-07-22 Eric Christopher80-column tidying. Formatting choices by clang-format.
2013-07-22 Nadav RotemWhen we vectorize across multiple basic blocks we may...
2013-07-22 Jakub StaszakOldPtr is llvm::Instruction. Remove unneeded cast<>.
2013-07-22 Richard TrieuSilence gcc warning.
2013-07-22 Kevin EnderbyFix the move to/from accumulator register instructions...
2013-07-22 Jakub StaszakChange tabs to spaces.
2013-07-22 Jakub StaszakFix typo in test.
2013-07-22 Michael Gottesman[stackprotector] Changed isNoopBitcast/sameNoopInput...
2013-07-22 Craig TopperRecommit r186813: More Intel syntax alias fixes. With...
2013-07-22 Michael Gottesman[stackprotector] Refactored ssp prologue creation code...
2013-07-22 Manman RenDebug Info Finder: add processScope to actually handle...
2013-07-22 Bill WendlingRecommit r186217 with testcase fix:
2013-07-22 Akira Hatanaka[mips] Fix MipsAsmParser::parseCCRRegs.
2013-07-22 Rafael EspindolaMark ELF's first symbol as format specific so that...
2013-07-22 Matt ArsenaultFix spelling and grammar
2013-07-22 Matt ArsenaultFix missing const
2013-07-22 Akira Hatanaka[mips] Use ADDu instead of OR to copy general purpose...
2013-07-22 Andrew KaylorAdding example source to support MCJIT/Kaleidoscope...
2013-07-22 Shuxin YangInitialize/Register LTO passes to enable flags like...
2013-07-22 Eric ChristopherFix typo.
2013-07-22 Eric ChristopherFormatting.
2013-07-22 Jim GrosbachMC: mayAffectControlFlow() handling for variadic instru...
2013-07-22 Nadav RotemFix an obvious typo in the loop vectorizer where the...
2013-07-22 Justin Holewinski[NVPTX] Remove unused prototypes
2013-07-22 Hans WennborgOption parsing: allow aliases in groups
2013-07-22 Mihai PopaThis adds range checking for "ldr Rn, [pc, #imm]" Thumb
2013-07-22 Rafael EspindolaReplace archive members in the old position.
2013-07-22 Rafael EspindolaDon't depend on a llvm-ar specific behavior.
2013-07-22 Justin Holewinski[NVPTX] Use approximate FP ops when unsafe-fp-math...
2013-07-22 Tim NorthoverRevert "More Intel syntax alias fixes."
next