Remove DOS line endings.
[oota-llvm.git] / lib /
2012-11-14 Jakub StaszakRemove DOS line endings.
2012-11-14 Benjamin KramerX86: Enable SSE memory intrinsics even when stack align...
2012-11-14 Hal FinkelReplace std::vector -> SmallVector in BBVectorize
2012-11-14 Nadav RotemThe code pattern "imm0_255_neg" is used for checking...
2012-11-14 Justin Holewinski[NVPTX] Implement custom lowering of loads/stores for i1
2012-11-14 Anton KorobeynikovFix really stupid ARM EHABI info generation bug: we...
2012-11-14 Hal FinkelFix the largest offender of determinism in BBVectorize
2012-11-14 Jim GrosbachX86: Better diagnostics for 32-bit vs. 64-bit mode...
2012-11-14 Matt Beaumont-Gays/assert/llvm_unreachable/
2012-11-14 Alexey Samsonov[TSan] fix indentation
2012-11-14 Alexey SamsonovEmit relocations from .debug_aranges to .debug_info...
2012-11-14 Patrik HägglundRevert some redundant parts of r142605.
2012-11-14 Craig TopperSet FFLOOR of vectors to expand to keep intruction...
2012-11-14 Craig TopperFactor out an overly replicated typecast. No functional...
2012-11-14 Craig TopperSet FFLOOR for vectors to expand on CellSPU to keep...
2012-11-14 Craig TopperAdd newlines to end of debug messages.
2012-11-14 Rafael EspindolaHandle DAG CSE adding new uses during ReplaceAllUsesWit...
2012-11-14 Anton KorobeynikovUse TARGET2 relocation for TType references on ARM.
2012-11-14 Matt Beaumont-GayFix broken asserts. Also, spell 'indices' correctly.
2012-11-14 Michael J. Spencer[Object] Fix endianess bug by refactoring Archive:...
2012-11-14 Nadav Rotemuse the getSplat API. Patch by Paul Redmond.
2012-11-13 Eric ChristopherRevert "Use the 'count' attribute instead of the 'upper...
2012-11-13 Andrew TrickRevert -join-splitedges to a boolean cmd line option.
2012-11-13 Andrew TrickThe MachineScheduler does not currently require JoinSpl...
2012-11-13 Michael J. Spencer[MC][COFF] Emit weak symbols to the correct section...
2012-11-13 Ulrich WeigandAdd (some) PowerPC TLS relocation types to ELF.h and
2012-11-13 Ulrich WeigandFix wrong PowerPC instruction opcodes for:
2012-11-13 Ulrich WeigandFix wrong PowerPC instruction encodings due to
2012-11-13 Ulrich WeigandFix instruction encoding for "bd(n)z" on PowerPC,
2012-11-13 Ulrich WeigandFix instruction encoding for "isel" on PowerPC,
2012-11-13 Manman RenX86: when constructing VZEXT_LOAD from other loads...
2012-11-13 Ulrich WeigandDo not consider a machine instruction that uses and...
2012-11-13 Shankar EaswaranAdding changes to support GNU style archive library...
2012-11-13 Andrew TrickFix -join-splitedges: my previous "cleanup" broke it.
2012-11-13 Chad RosierRevert 167755/167760. We don't want to emit crash diagn...
2012-11-13 Duncan SandsCodegen support for arbitrary vector getelementptrs.
2012-11-13 Duncan SandsRelax the restrictions on vector of pointer types,...
2012-11-13 Benjamin KramerDependenceAnalysis: Print all dependency pairs when...
2012-11-13 Andrew Trickmisched: Allow subtargets to enable misched and depende...
2012-11-13 Andrew TrickAdded RegisterCoalescer support for joining global...
2012-11-13 Alexey SamsonovFigure out <size> argument of llvm.lifetime intrinsics...
2012-11-13 Jyotsna VermaTest commit.
2012-11-13 Hal FinkelBBVectorize: Remove temporary assert used for debugging
2012-11-13 Meador Ingeinstcombine: Migrate math library call simplifications
2012-11-13 Hal FinkelBBVectorize: Don't vectorize vector-manipulation chains
2012-11-13 Evan ChengRevert r167759. Ben is right this isn't likely to help...
2012-11-13 Andrew Trickmisched: Don't consider artificial edges weak edges.
2012-11-13 Bill WendlingUse the 'count' attribute instead of the 'upper_bound...
2012-11-13 Andrew TrickCleanup the main RegisterCoalescer loop.
2012-11-13 Shuxin Yangrevert r167740
2012-11-12 Andrew TrickCleanup -join-splitedges. Make the loop more obvious.
2012-11-12 Hal FinkelBBVectorize: Only some insert element operand pairs...
2012-11-12 Eric ChristopherAdd an option to enable prototype "fission" capabilitie...
2012-11-12 Evan ChengCache size of PassVector to speed up getNumContainedPas...
2012-11-12 Andrew TrickAdded a temporary option to avoid critical edges splitting.
2012-11-12 Eric ChristopherRewrite DIContext interface to take an object. Update...
2012-11-12 Chad RosierRevert r167620; this can be implemented using an existi...
2012-11-12 Andrew Trickmisched: rename interfaceto avoid gcc warnings
2012-11-12 Hal FinkelBBVectorize: Use a more sophisticated check for input...
2012-11-12 Andrew Trickmisched: Target-independent support for MacroFusion.
2012-11-12 Hal FinkelBBVectorize: Check the types of compare instructions
2012-11-12 Andrew Trickmisched: Target-independent support for load/store...
2012-11-12 Shuxin YangThis change is to fix rdar://12571717 which is about...
2012-11-12 Andrew Trickmisched: Infrastructure for weak DAG edges.
2012-11-12 Ulrich WeigandMake TOC order deterministic by using MapVector instead...
2012-11-12 Hal FinkelBBVectorize: Check the input types of shuffles for...
2012-11-12 Alexey Samsonov[ASan] fixup for r167725: Don't fetch name of StructTyp...
2012-11-12 Alexey SamsonovFixup for r167558: Store raw pointer (instead of refere...
2012-11-12 Meador IngeNormalize memcmp constant folding results.
2012-11-12 Alexey Samsonov[ASan]: Add minimalistic support for turning off initia...
2012-11-12 Eric ChristopherRemove unused field.
2012-11-12 Michael LiaoFix PR14314
2012-11-12 Justin Holewinski[NVPTX] Add more precise PTX/SM target attributes
2012-11-12 Meador IngeDelete a stale comment. No functional change.
2012-11-11 Craig TopperMove some helper methods to being static functions...
2012-11-11 Meador Ingeinstcombine: Migrate memset optimizations
2012-11-11 Meador Ingeinstcombine: Migrate memmove optimizations
2012-11-11 Meador Ingeinstcombine: Migrate memcpy optimizations
2012-11-11 Nadav RotemUse the isTruncFree and isZExtFree API to figure out...
2012-11-11 Nadav RotemFix a comment typo and add comments.
2012-11-11 Meador Ingeinstcombine: Migrate memcmp optimizations
2012-11-11 Meador Ingeinstcombine: Migrate strstr optimizations
2012-11-11 Meador IngeAdd method for replacing instructions to LibCallSimplifier
2012-11-10 Meador Ingeinstcombine: Migrate strcspn optimizations
2012-11-10 Craig TopperRemove unnecessary subtraction and addition by 1 around...
2012-11-10 Craig TopperTidy up spacing. No functional change.
2012-11-10 Craig TopperRemoved unimplemented method declaration.
2012-11-10 Craig TopperSimplify custom emitter code for pcmp(e/i)str(i/m)...
2012-11-10 Meador Ingeinstcombine: Query target library information to gate...
2012-11-10 Meador IngeAdd more functions to the target library information.
2012-11-10 Evan ChengDisable the Thumb no-return call optimization:
2012-11-10 Craig TopperCleanup pcmp(e/i)str(m/i) instruction definitions and...
2012-11-09 Justin Holewinski[NVPTX] Use ABI alignment for parameters when alignment...
2012-11-09 Anton KorobeynikovAdd ARM TARGET2 relocation. The testcase will follow...
2012-11-09 Roman DivackySwitch FreeBSD/i386 back to 4byte stack alignment....
2012-11-09 Jakob Stoklund OlesenFix assertions in updateRegMaskSlots().
2012-11-09 Chad RosierRevert r167620; this can be implemented using an existi...
2012-11-09 Chad RosierAdd support for -mstrict-align compiler option for...
2012-11-09 Benjamin KramerSilence GCC warning about falling off the end of a...
2012-11-09 Dmitry Vyukovtsan: switch to new memory_order constants (ABI compatible)
next