Added %(line), %(line+<number>), %(line-<number>) substitutions to lit
[oota-llvm.git] / test /
2012-11-14 Jakub StaszakRemove DOS line endings.
2012-11-14 Benjamin KramerX86: Enable SSE memory intrinsics even when stack align...
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 Jim GrosbachX86: Better diagnostics for 32-bit vs. 64-bit mode...
2012-11-14 Alexey SamsonovEmit relocations from .debug_aranges to .debug_info...
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-13 Eric ChristopherRevert "Use the 'count' attribute instead of the 'upper...
2012-11-13 Michael J. Spencer[MC][COFF] Emit weak symbols to the correct section...
2012-11-13 NAKAMURA TakumiRevert r167836, "llvm/test/Other/close-stderr.ll: Mark...
2012-11-13 Ulrich WeigandAdd test case to verify correct relocs being generated for
2012-11-13 Shankar Easwarannumerically sort the symbols, so that the testcase...
2012-11-13 Daniel Dunbarllvm-nm: Make sort more stable when symbol names are...
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 Chad RosierRevert 167755/167760. We don't want to emit crash diagn...
2012-11-13 NAKAMURA Takumillvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw...
2012-11-13 Duncan SandsCodegen support for arbitrary vector getelementptrs.
2012-11-13 Duncan SandsFix the instcombine GEP index widening transform to...
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 Alexey SamsonovFigure out <size> argument of llvm.lifetime intrinsics...
2012-11-13 Meador Ingeinstcombine: Migrate math library call simplifications
2012-11-13 Hal FinkelBBVectorize: Don't vectorize vector-manipulation chains
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 Hal FinkelBBVectorize: Only some insert element operand pairs...
2012-11-12 Michael LiaoFix test case added in patch fixing PR14314
2012-11-12 Chad RosierUpdate test case for r167754/r167755.
2012-11-12 Hal FinkelBBVectorize: Use a more sophisticated check for input...
2012-11-12 Hal FinkelBBVectorize: Check the types of compare instructions
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 Hal FinkelBBVectorize: Check the input types of shuffles for...
2012-11-12 Meador IngeNormalize memcmp constant folding results.
2012-11-12 Michael LiaoFix PR14314
2012-11-12 Justin Holewinski[NVPTX] Add more precise PTX/SM target attributes
2012-11-11 Meador IngeRemove hard-coded constant in Transforms/InstCombine...
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 Meador Ingeinstcombine: Migrate memcmp optimizations
2012-11-11 Meador Ingeinstcombine: Migrate strstr optimizations
2012-11-10 Meador Ingeinstcombine: Migrate strcspn optimizations
2012-11-10 Evan ChengConvert an improper CodeGen test to a MC test.
2012-11-10 Meador Ingeinstcombine: Query target library information to gate...
2012-11-10 Evan Chengxfail a bad test. This is a MC test but it's dependent...
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 Jakob Stoklund OlesenFix assertions in updateRegMaskSlots().
2012-11-09 Dmitry Vyukovtsan: switch to new memory_order constants (ABI compatible)
2012-11-09 Dmitry Vyukovtsan: instrument all atomics (including fetch_add,...
2012-11-09 Nadav RotemAdd support for memory runtime check. When we can,...
2012-11-08 NAKAMURA Takumillvm/ConstantFolding.cpp: Make ReadDataFromGlobal(...
2012-11-08 Amara EmersonRecommit modified r167540.
2012-11-08 Michael LiaoAdd support of RTM from TSX extension
2012-11-08 Meador Ingeinstcombine: Migrate strspn optimizations
2012-11-07 Eric ChristopherAdd a relocation visitor to lib object. This works...
2012-11-07 Hans WennborgOnly do switch-to-lookup table transformation when...
2012-11-07 Akira Hatanaka[mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.
2012-11-07 Hans WennborgFix bad test IR in switch_to_lookup_table.ll
2012-11-07 Andrew Trickmisched: Heuristics based on the machine model.
2012-11-06 Nadav RotemCostModel: add another known vector trunc optimization.
2012-11-06 Nadav RotemCost Model: add tables for some avx type-conversion...
2012-11-05 Nadav RotemCostModel: Add tables for the common x86 compares.
2012-11-05 Nadav RotemCode Model: Improve the accuracy of the zext/sext/trunc...
2012-11-05 Kevin EnderbyFix for PR14264 cause by commit r167237 which did not...
2012-11-05 Nadav RotemCost Model: Normalize the insert/extract index when...
2012-11-05 Nadav RotemCost Model: teach the cost model about expanding integers.
2012-11-05 Ulrich WeigandOn PowerPC64, integer return values (as well as argumen...
2012-11-05 Nadav RotemImplement the cost of abnormal x86 instruction lowering...
2012-11-05 Hal FinkelAdd support for the PowerPC-specific inline asm Z const...
2012-11-05 Adhemerval Zanella[PATCH] PowerPC: Expand load extend vector operations
2012-11-05 Richard OsborneDon't infer whether a value is captured in the current...
2012-11-03 Duncan SandsGeneralize the transform that boosts GEP indices to...
2012-11-03 Akira Hatanaka[mips] Set flag neverHasSideEffects flag on floating...
2012-11-03 Nadav RotemX86 CostModel: Add support for a some of the common...
2012-11-03 Akira Hatanaka[mips] Set flag isAsCheapAsAMove flag on instruction...
2012-11-03 Akira Hatanaka[mips] Stop reserving register AT and use register...
2012-11-02 Nadav RotemAdd a stub for the x86 cost model impl. Implement a...
2012-11-02 Nadav RotemCostModel: add support for Vector Insert and Extract.
2012-11-02 Akira Hatanaka[mips] Fix disassembler test cases.
2012-11-02 Nadav RotemAdd a cost model analysis that allows us to estimate...
2012-11-02 Akira Hatanaka[mips] Fix bug in test case. Disable machine LICM to...
2012-11-02 Quentin ColombetVext Lowering was missing opportunities
2012-11-02 Akira Hatanaka[mips] Use register number instead of name to print...
2012-11-02 Akira Hatanaka[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditional...
2012-11-02 Chandler CarruthAdd a testcase to loop-idiom to cover PR14241 when...
2012-11-02 Chandler CarruthRevert the switch of loop-idiom to use the new dependen...
2012-11-01 Hal FinkelBBVectorize: Commit the rest of the test-case change.
2012-11-01 Hal FinkelBBVectorize: Use target costs for incoming and outgoing...
2012-11-01 Kevin EnderbyAdd support for generating dwarf debugging info with...
2012-11-01 NAKAMURA Takumillvm/test/lit.cfg: Don't use mcjit to ppc32 yet, not...
2012-11-01 Kostya Serebryany[asan] don't instrument globals that we've created...
2012-11-01 Chandler CarruthAdd a test case for PR14233.
next