Remove the mblaze backend from llvm.
[oota-llvm.git] / lib /
2013-07-25 Rafael EspindolaRemove the mblaze backend from llvm.
2013-07-25 Andrew TrickRegAllocGreedy comment.
2013-07-25 Andrew TrickEvict local live ranges if they can be reassigned.
2013-07-25 Andrew TrickAllocate local registers in order for optimal coloring.
2013-07-25 Bill WendlingAdd a way to add a kind-value string pair to an attribute.
2013-07-25 Adrian Prantltypo.
2013-07-25 Tim NorthoverAArch64: fix even more JIT failures
2013-07-25 Rafael EspindolaDon't end a file name with a dot. It looks odd.
2013-07-25 Tim NorthoverAArch64: don't mask off shift bits when processing...
2013-07-25 Richard Sandiford[SystemZ] Rework compare and branch support
2013-07-25 Richard Sandiford[SystemZ] Add LOCR and LOCGR
2013-07-25 Richard Sandiford[SystemZ] Add LOC and LOCG
2013-07-25 Richard Sandiford[SystemZ] Add STOC and STOCG
2013-07-25 Andrew TrickMI Sched: Register pressure heuristics.
2013-07-25 Andrew TrickMI Sched: track register pressure by importance of...
2013-07-25 Andrew TrickDump LIS before regalloc. MI sched changes them.
2013-07-25 Manman RenDebug Info: improve the verifier to check field types.
2013-07-25 Rafael EspindolaRespect llvm.used in Internalize.
2013-07-25 Nick LewyckyCheck that TD isn't NULL before dereferencing it down...
2013-07-25 Rafael EspindolaMake these methods const correct.
2013-07-25 Bill WendlingReplace the "NoFramePointerElimNonLeaf" target option...
2013-07-24 Quentin ColombetFix a bug in IfConverter with nested predicates.
2013-07-24 Akira Hatanaka[mips] Make MipsAsmParser::parseCCRRegs return NoMatch...
2013-07-24 Manman RenDebug Info: improve the Finder.
2013-07-24 Benjamin KramerTRE: Move class into anonymous namespace.
2013-07-24 Rafael EspindolaDon't leak when expanding response files.
2013-07-24 Rafael EspindolaDelete the buffer in createObjectFile if it fails.
2013-07-24 Petar Jovanovic[test commit] Minor comment change.
2013-07-24 Chandler CarruthFix a problem I introduced in r187029 where we would...
2013-07-24 Elena DemikhovskyI'm starting to commit KNL backend. I'll push patches...
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 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-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 Matt ArsenaultFix spelling
2013-07-23 Eric ChristopherReformat options.
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 Manman RenDebugInfo Verifier: verify the actual type.
2013-07-23 Ahmed BougachaRevert "Remove use of asymmetric std::lower_bound compa...
2013-07-23 Craig TopperRemove some errant space charcters in mnemonic strings.
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 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 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 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 Matt ArsenaultFix spelling and grammar
2013-07-22 Akira Hatanaka[mips] Use ADDu instead of OR to copy general purpose...
2013-07-22 Eric ChristopherFormatting.
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 Justin Holewinski[NVPTX] Use approximate FP ops when unsafe-fp-math...
2013-07-22 Tim NorthoverRevert "More Intel syntax alias fixes."
2013-07-22 Craig TopperFix typo. Change %cl to CL in Intel pattern.
2013-07-22 Craig TopperMore Intel syntax alias fixes.
next