LTO also needs to initialize the TargetTransform infrastructure.
[oota-llvm.git] / test /
2012-10-15 Michael LiaoAdd __builtin_setjmp/_longjmp supprt in X86 backend
2012-10-15 Jim GrosbachARM: v1i64 and v2i64 VBSL intrinsic support.
2012-10-15 David BlaikieAdd dependency on llvm-bcanalyzer from tests to the...
2012-10-15 Andrew TrickCheck output of the misched unit tests
2012-10-15 Rafael EspindolaAdd a cpu to try to fix the atom builder.
2012-10-15 Rafael EspindolaAdd testcase for pr14088.
2012-10-15 Andrew Trickmisched tests: add a triple to speculatively fix window...
2012-10-15 Andrew Trickmisched: ILP scheduler for experimental heuristics.
2012-10-15 Kostya Serebryany[asan] fix a test
2012-10-15 Chandler CarruthUpdate the memcpy rewriting to fully support widened...
2012-10-15 Chandler CarruthFollow-up fix to r165928: handle memset rewriting for...
2012-10-15 Silviu BarangaFixed PR13938: the ARM backend was crashing because...
2012-10-15 Chandler CarruthFirst major step toward addressing PR14059. This teache...
2012-10-15 Meador Ingeinstcombine: Migrate strcmp and strncmp optimizations
2012-10-13 Benjamin KramerX86: Depending on the local semantics of .align this...
2012-10-13 Benjamin KramerX86: Disable long nops for all cpus prior to pentiumpro...
2012-10-13 Jakob Stoklund OlesenDrop <def,dead> flags when merging into an unused lane.
2012-10-13 Meador Ingeinstcombine: Migrate strchr and strrchr optimizations
2012-10-13 Meador Ingeinstcombine: Migrate strcat and strncat optimizations
2012-10-13 Jakob Stoklund OlesenAllow for loops in LiveIntervals::pruneValue().
2012-10-13 Benjamin KramerX86: Fix accidentally swapped operands.
2012-10-13 Chandler CarruthTeach SROA to cope with wrapper aggregates. These show...
2012-10-13 Benjamin KramerX86: Promote i8 cmov when both operands are coming...
2012-10-12 Manman RenARM: tail-call inside a function where part of a byval...
2012-10-12 Jakob Stoklund OlesenFix buildbots: -misched=shuffle is only available in...
2012-10-12 Jim GrosbachARM: Mark VSELECT as 'expand'.
2012-10-12 Jakob Stoklund OlesenUse a transposed algorithm for handleMove().
2012-10-12 Jakob Stoklund OlesenFix coalescing with IMPLICIT_DEF values.
2012-10-12 NAKAMURA Takumillvm/test/CodeGen/PowerPC/2012-10-12-bitcast.ll: Try...
2012-10-12 Ulrich WeigandFix big-endian codegen bug in DAGTypeLegalizer::ExpandR...
2012-10-12 Reed KotlerDiv, Rem int/unsigned int
2012-10-12 Evan ChengLegalizer optimize a pair of div / mod to a call to...
2012-10-11 Jan Wen VoungChange encoding of instruction operands in bitcode...
2012-10-11 Jakob Stoklund OlesenPass an explicit operand number to addLiveIns.
2012-10-11 Bill SchmidtThis patch addresses PR13947.
2012-10-11 David ChisnallAdd test cases for correct parsing of register names...
2012-10-11 David ChisnallExpose move to/from coprocessor instructions in MIPS64...
2012-10-11 Sebastian Popdependence analysis
2012-10-11 Nick LewyckyDon't crash when !tbaa.struct contents is invalid.
2012-10-11 NAKAMURA TakumiRevert r165661, "Patch by Shuxin Yang <shuxin.llvm...
2012-10-11 Nick LewyckyDon't crash if a .ll file contains a forward-reference...
2012-10-10 Evan ChengAdd isel patterns for v2f32 / v4f32 neon.vbsl intrinsic...
2012-10-10 Bill SchmidtAdd -mattr=+altivec and remove XFAIL.
2012-10-10 Bill SchmidtXFAIL for all targets pending investigation
2012-10-10 Nadav RotemPatch by Shuxin Yang <shuxin.llvm@gmail.com>.
2012-10-10 Bill SchmidtWhen generating spill and reload code for vector regist...
2012-10-10 Bill SchmidtThe PowerPC VRSAVE register has been somewhat of an...
2012-10-10 Duncan SandsAdd the testcase from pr13254 (the old scalarreply...
2012-10-10 Michael LiaoSpecify CPU model to avoid breaking ATOM builds
2012-10-10 Michael LiaoAdd support for FP_ROUND from v2f64 to v2f32
2012-10-10 NAKAMURA Takumi[CMake] check-all: Don't include check-llvm into check...
2012-10-10 Stepan DyatkovskiyFix for LDRB instruction:
2012-10-10 Stepan DyatkovskiyIssue description:
2012-10-10 Craig TopperTest case for r165480.
2012-10-10 Akira HatanakaImplement MipsTargetLowering::CanLowerReturn.
2012-10-09 Evan ChengWhen expanding atomic load arith instructions, do not...
2012-10-09 Jack CarterInitial assembler implementation of Mips load address...
2012-10-09 Bill WendlingInline the checks for mutually exclusive attributes...
2012-10-09 Rafael EspindolaEnable response files in all tools. Patch by Liu, Yaxun...
2012-10-09 Michael IlsemanNew EarlyCSE tests for CSE-ing across commutativity.
2012-10-09 Alexey SamsonovFix PR14016.
2012-10-09 NAKAMURA TakumiRevert r117093, "test/Makefile: Force lit -j1 on Cygwin."
2012-10-09 Chandler CarruthFix PR14034, an infloop / heap corruption / crash bug...
2012-10-08 Jakob Stoklund OlesenDon't crash on extra evil irreducible control flow.
2012-10-08 Adhemerval ZanellaPR12716: PPC crashes on vector compare
2012-10-08 Adhemerval ZanellaAdd floating-point to and from integer conversion
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-08 James MolloySome regression tests which are testing the old jit...
2012-10-07 Benjamin KramerX86: fcmov doesn't handle all possible EFLAGS, fall...
2012-10-06 Jack CarterAdding support for instructions mfc0, mfc2, mtc0, mtc2
2012-10-05 Reed KotlerPatch for integer multiply, signed/unsigned, long/long...
2012-10-05 NAKAMURA TakumiEnable llvm/test/ExecutionEngine/MCJIT also for cygwin.
2012-10-05 Rafael EspindolaConvert to unix line endings.
2012-10-05 Eli FriedmanMake sure to generate the right kind of MDNode for...
2012-10-05 Evan ChengFollow up to r165072. Try a different approach: only...
2012-10-05 Chandler CarruthTeach the new SROA a new trick. Now we zap any memcpy...
2012-10-04 Nadav RotemWhen merging connsecutive stores, use vectors to store...
2012-10-04 Jim GrosbachARM: locate user-defined text sections next to default...
2012-10-04 Eric ChristopherUpdate this a bit more to represent how the prologue...
2012-10-04 Benjamin KramerSimplifyCFG: Enhance the "remove CFG edge that leads...
2012-10-04 Duncan SandsIn my recent change to avoid use of underaligned memory...
2012-10-04 Duncan SandsThe alignment of an sret parameter is known: it must...
2012-10-04 Chandler CarruthFix PR13969, a mini-phase-ordering issue with the new...
2012-10-04 Duncan SandsThe memcpy optimizer was happily doing call slot forwar...
2012-10-04 Chandler CarruthTeach the integer-promotion rewrite strategy to be...
2012-10-04 Jack CarterImplement methods that enable expansion of load immediate
2012-10-04 Jack CarterThis patch is a partial implementation of mips .set...
2012-10-03 Jakub StaszakFix PR13967.
2012-10-03 Chad Rosier[ms-inline asm] Add support in the X86AsmPrinter for...
2012-10-03 Nadav RotemFix a cycle in the DAG. In this code we replace multipl...
2012-10-03 Tim NorthoverImplement .rel relocation for R_ARM_ABS32 in MCJIT.
2012-10-03 Nadav RotemA DAGCombine optimization for mergeing consecutive...
2012-10-03 Dmitry Vyukovtsan: update the test for new atomic enums
2012-10-03 Dmitry Vyukovtsan: update the test for new atomic enums
2012-10-03 Silviu BarangaFixed a bug in the ExecutionDependencyFix pass that...
2012-10-03 Chandler CarruthFix an issue where we failed to adjust the alignment...
2012-10-03 Chandler CarruthTry to use a better set of abstractions for computing...
2012-10-03 Eric ChristopherRevert 165051-165049 while looking into the foreach...
2012-10-03 NAKAMURA Takumitest/ExecutionEngine/MCJIT: MCJIT should work also...
2012-10-03 Jakob Stoklund OlesenThe early if conversion pass is ready to be used as...
next