oota-llvm.git
2010-09-10 Michael J.... CMake: Get rid of LLVMLibDeps.cmake and export the...
2010-09-10 Dale JohannesenAdd X86 MMX type to bitcode and Type.
2010-09-10 Bill WendlingUse StringRef which performs the "early exit" when...
2010-09-10 Devang PatelAdd DEBUG message.
2010-09-10 Bill WendlingReapply r113585. The msvc machine is mercurial.
2010-09-10 Benjamin KramerThis transform is also performed by InstructionSimplify...
2010-09-10 Bill Wendlingr113585 was causing clang-i686-xp-msvc9 to fail in...
2010-09-10 Bill WendlingEarly exit with simple checks.
2010-09-10 Bill WendlingAuto-upgrade the magic ".llvm.eh.catch.all.value" global to
2010-09-10 Bob WilsonCalculate the number of VLDM/VSTM registers by subtract...
2010-09-10 Owen AndersonLower the unrolling theshold to 150. Empirical tests...
2010-09-10 Dale Johannesenx86mmx is 64 bits.
2010-09-10 Jim Grosbachadd a comment explicitly calling out that allocation...
2010-09-10 Bill WendlingMark the sse_load_f32 and sse_load_f64 load patterns...
2010-09-10 Bill WendlingReword since this may not be a bug but intended behavior.
2010-09-10 NAKAMURA TakumiMakefile.rules: LOADABLE_MODULE/Win32: "all" components...
2010-09-10 NAKAMURA TakumiDon't build redundant libLLVMgold.a.
2010-09-10 Evan ChengFix test so it passes on non-Darwin hosts.
2010-09-10 Bob WilsonFix merging base-updates for VLDM/VSTM: Before I switch...
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-09-10 Eric ChristopherFix build error.
2010-09-10 Eric ChristopherUpdate comments, reorganize some code, rename variables...
2010-09-09 Eric Christopher64-bit fp loads can come straight out of the constant...
2010-09-09 Dan GohmanDiscard metadata produced by LLVM 2.7. The value enumer...
2010-09-09 Daniel Dunbarllvm-mc: Don't crash when using -n and we see a directi...
2010-09-09 Daniel Dunbarllvm-mc: Make sure we exit != 0 if any errors are encou...
2010-09-09 Jakob Stoklund... XFAIL test under valgrind. It is not really our problem...
2010-09-09 Eric ChristopherSIToFP and FPToSI conversions work only on fp-reg to...
2010-09-09 Dan GohmanMDNodes are not Constants.
2010-09-09 Dan GohmanPrint invalid metadata references as <badref>, for...
2010-09-09 Eric ChristopherNew "move to fp reg" routine. Use it.
2010-09-09 Eric Christopher"Strike that, reverse it." -- Mr. Wonka.
2010-09-09 Owen AndersonWhat the loop unroller cares about, rather than just...
2010-09-09 Eric ChristopherAdd FPTrunc, fix some bugs where I forgot to update...
2010-09-09 Owen AndersonRevert r113439, which relaxed the requirement that...
2010-09-09 Owen Andersonr113526 introduced an unintended change to the loop...
2010-09-09 Owen AndersonFix typo in code to cap the loop code size reduction...
2010-09-09 Owen AndersonUse code-size reduction metrics to estimate the amount...
2010-09-09 Eric ChristopherBasic FP->Int, Int->FP conversions.
2010-09-09 Bruno Cardoso... Add one more pattern to fallback movddup
2010-09-09 Dan GohmanExtend the getDependence query with support for PHI...
2010-09-09 Dan GohmanAdd a getPointerOperand() helper function to VAArgInst...
2010-09-09 Evan ChengFor each instruction itinerary class, specify the numbe...
2010-09-09 Dan GohmanFix this comment.
2010-09-09 Benjamin KramerMCELF: Write relocation fragments in the right endian.
2010-09-09 Roman DivackyMake ELF OS ABI dependent on the OS from target triple.
2010-09-09 Daniel Dunbarbuild: Allow subdir Makefiles to provide an alternate...
2010-09-09 Dale JohannesenMove remaining MMX instructions from SSE to MMX.
2010-09-09 Owen AndersonRefactor code-size reduction estimation methods out...
2010-09-09 Daniel DunbarMC: Give a (lame) hard error if a .org directive would...
2010-09-09 Daniel Dunbartests: XFAIL a handful of tests on the vg_leak builder...
2010-09-09 Daniel Dunbarprojects: Don't try to build libcxx if one happens...
2010-09-09 Benjamin KramerAdd an elf-dumper utility.
2010-09-09 NAKAMURA Takumilib/System/Host.cpp: 7bit-ize. Eliminate "TM" and ...
2010-09-09 Duncan SandsGet rid of the last use of -m64 in FrontendC. This...
2010-09-09 Duncan SandsAnother test that uses -m64. Here too it looks like...
2010-09-09 Duncan SandsOn i386, llvm-gcc cannot be assumed to support -m64...
2010-09-09 Duncan SandsThis script is executable.
2010-09-09 Kalle RaiskilaSilence compiler warning.
2010-09-09 Bob WilsonFix NEON VLD pseudo instruction itineraries that were...
2010-09-09 Eric ChristopherNuke whitespace and fix some indenting.
2010-09-09 Dale JohannesenMove most MMX instructions (defined as anything that
2010-09-09 Eric ChristopherHandle 64-bit floating point binops as well.
2010-09-09 Eric ChristopherBasic 32-bit FP operations.
2010-09-09 Bob WilsonFor double-spaced VLD3/VLD4 instructions, copy the...
2010-09-09 Eric ChristopherHandle float->double extension.
2010-09-09 Eric ChristopherRewrite TargetMaterializeConstant splitting it out...
2010-09-09 Bob WilsonSimplify copying over operands from pseudo NEON load...
2010-09-08 Jakob Stoklund... Rearrange for better alignment and less padding
2010-09-08 Bob WilsonClean up a comment.
2010-09-08 Eric ChristopherVery basic compare support.
2010-09-08 Owen AndersonRelax the "don't unroll loops containing calls" rule...
2010-09-08 Eric ChristopherDelete dead code.
2010-09-08 Evan ChengFix LDM_RET schedule itinery.
2010-09-08 Chris Lattnerfix rdar://8407548, I missed the commuted form of xchg...
2010-09-08 Chris Lattnerfix wonky formatting.
2010-09-08 Owen AndersonGeneralize instcombine's support for combining multiple...
2010-09-08 Chris Lattnerfix bugs in push/pop segment support, rdar://8407242
2010-09-08 Dale JohannesenAdd intrinsic-based patterns for MMX PINSRW and PEXTRW.
2010-09-08 Eric ChristopherMake the loads/stores match the type we really want...
2010-09-08 Jakob Stoklund... Remove dead code and data.
2010-09-08 Dale JohannesenCheck in forgotten file. Should fix build.
2010-09-08 Dale JohannesenSlight cleanup, use only one form of MMXI_binop_rm_int.
2010-09-08 Michael J.... CMake: Use the svn revision information from git-svn...
2010-09-08 Bill WendlingRemove --with-gxx-include-dir option because it's causi...
2010-09-08 Jim GrosbachRe-enable usage of the ARM base pointer. r113394 fixed...
2010-09-08 Bill WendlingAdd an option to not test ObjC for those platforms...
2010-09-08 Duncan SandsCorrect variable name.
2010-09-08 Jim GrosbachFix errant fall-throughs causing the base pointer to...
2010-09-08 Duncan SandsMove the number of cpus logic to somewhere more logical.
2010-09-08 Eric ChristopherRemove ssp from this test.
2010-09-08 Dale JohannesenAdd intrinsic forms of mmx<->sse conversions. Notes:
2010-09-08 Eric ChristopherRewrite TargetMaterializeConstant.
2010-09-08 Jakob Stoklund... Remove dead code.
2010-09-08 Owen AndersonMove private member functions to the end of the class...
2010-09-08 Bill WendlingA script that tests a certain release candidate in...
2010-09-08 Bill WendlingAdd a directory for release management scripts.
2010-09-08 Owen AndersonMake module ownership methods on LLVMContext private...
2010-09-08 Bruno Cardoso... Minor change. Fix comments and remove unused and redund...
2010-09-08 Roman DivackyELF_STB_Local is 0 so setting and checking it must...
next