oota-llvm.git
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."
2013-07-22 Craig TopperFix typo. Change %cl to CL in Intel pattern.
2013-07-22 Craig TopperMore Intel syntax alias fixes.
2013-07-22 Craig TopperMore Intel syntax alias fixes.
2013-07-22 Craig TopperChange %xmm0 to XMM0 in Intel side of asm strings for...
2013-07-22 Craig TopperAdd Intel variants to aliases for some FP instructions.
2013-07-22 Tim NorthoverARM: remove now unneeded custom Asm converters
2013-07-22 Craig TopperReverse operands for Intel syntax form of 'bt' alias.
2013-07-22 Nadav RotemDelete unused helper functions.
2013-07-22 Michael GottesmanAdded missing - in the header of PrologEpilogInserter...
2013-07-21 Richard SmithTreat nothrow forms of ::operator delete and ::operator...
2013-07-21 Rafael EspindolaHandle replacement into a position past the original...
2013-07-21 Rafael EspindolaRemove unused fields.
2013-07-21 Benjamin Kramermem2reg: Minor STL usage cleanup. No functionality...
2013-07-21 Chandler CarruthMake the mem2reg interface use an ArrayRef as it keeps...
2013-07-21 Craig TopperMark that the _ftol2 function used by windows on x86...
2013-07-21 Nadav RotemRevert a part of r186420. Don't forbid multiple store...
2013-07-21 Logan ChienFix exception demo: Add mcjit to link component.
2013-07-21 Chandler CarruthHoist the rest of the logic for promoting single-store...
2013-07-21 Chandler CarruthHoist the rest of the logic for fully promoting allocas...
2013-07-21 Chandler CarruthRemove a method made dead by the prior refactoring.
2013-07-20 Chandler CarruthHoist the two trivial promotion routines out of the...
2013-07-20 Chandler CarruthHoist the AllocaInfo struct to the top of the file.
2013-07-20 Chandler CarruthSink a typedef and comparator down to the function...
2013-07-20 Rafael EspindolaDon't crash when llvm.compiler.used becomes empty.
2013-07-20 Chandler CarruthDon't allocate the DIBuilder on the heap and remove...
2013-07-20 Chandler CarruthRename constructor parameters to follow the common...
2013-07-20 Chandler CarruthReformat the implementation of mem2reg with clang-forma...
2013-07-20 Andrew TrickComment: try to clarify loop iteration order.
2013-07-20 Chandler CarruthRemove a DenseMapInfo specialization for std::pair...
2013-07-20 Chandler CarruthUpdate mem2reg's comments to conform to the new doxygen...
2013-07-20 Matt ArsenaultDisallow global aliases to bitcast between address...
2013-07-20 Matt ArsenaultRemove trailing whitespace, fix file path in comment
2013-07-20 Benjamin KramerSROA: Microoptimization: Remove dead entries first...
2013-07-20 Stephen LinInstCombine: call FoldOpIntoSelect for all floating...
2013-07-20 Matt ArsenaultHave InlineCost check constant fcmps
2013-07-20 Hans WennborgAdd Option unit tests to the make build
2013-07-20 Manman RenDebug Info Verifier: simplify DIxxx::Verify
2013-07-20 Matt ArsenaultFix size_t -> uint warnings with MSVC 64-bit build
2013-07-19 Lang HamesRefactor AnalyzeBranch on ARM. The previous version...
2013-07-19 Rui UeyamaRetry submitting r186623: COFFDumper: Dump data directo...
2013-07-19 Nadav Rotemfix an 80-col line.
2013-07-19 Nadav RotemUse LLVMs ADTs that improve the compile time of this...
2013-07-19 Nadav RotemSLPVectorizer: Improve the compile time of isConsecutiv...
2013-07-19 Vincent LejeuneR600: Don't emit empty then clause and use alu_pop_after
2013-07-19 Vincent LejeuneR600: Simplify AMDILCFGStructurize by removing template...
2013-07-19 Vincent LejeuneR600: Replace legacy debug code in AMDILCFGStructurizer.cpp
2013-07-19 Rafael EspindolaFix inserting new elements in a specified location.
2013-07-19 Rafael Espindolas/compiler_used/compiler.used/.
2013-07-19 Reid KlecknerAdd some flag exclusion tests.
2013-07-19 Reid Kleckner[Option] Add inclusion and exclusion flags to option...
2013-07-19 Nico Riecklit: Support cancellation on Windows
2013-07-19 Joey GoulyAdd a line that got missed off somehow. Sorry about...
2013-07-19 Richard Sandiford[SystemZ] Add tests for ALHSIK and ALGHSIK
2013-07-19 Richard Sandiford[SystemZ] Add ALRK, AGLRK, SLRK and SGLRK
2013-07-19 Joey Gouly[ARMv8] Implement the NEON instructions VRINT{N, X...
2013-07-19 Richard Sandiford[SystemZ] Add AHIK and AGHIK
2013-07-19 Richard Sandiford[SystemZ] Add ARK, AGRK, SRK and SGRK
2013-07-19 Richard Sandiford[SystemZ] Add NGRK, OGRK and XGRK
2013-07-19 Serge PavlovInitialize TempFileHandle.
next