Age | Commit message (Expand) | Author |
2009-08-18 | Implement sse4.2 string/text processing instructions: | Eric Christopher |
2009-08-18 | Fix function alignment at -Os on x86 to be 1, not 2. getFunctionAlignment | Dan Gohman |
2009-08-16 | Avoid emitting XMM save code in soft-float or no-implicit-float mode | Dan Gohman |
2009-08-15 | Reapply r79127. It was fixed by d0k. | Bill Wendling |
2009-08-15 | Revert r79127. It was causing compilation errors. | Bill Wendling |
2009-08-15 | Change allowsUnalignedMemoryAccesses to take type argument since some targets | Evan Cheng |
2009-08-15 | On x86-64, for a varargs function, don't store the xmm registers to | Dan Gohman |
2009-08-14 | Properly handle indirect win64 args when they're passed in memory | Anton Korobeynikov |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-08-11 | Fix warnings. | Owen Anderson |
2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-08-10 | SimpleValueType-ify a few more methods on TargetLowering. | Owen Anderson |
2009-08-10 | Continue the SimpleValueType-ification. | Owen Anderson |
2009-08-10 | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson |
2009-08-05 | Better handle kernel code model. Also, generalize the things and fix one | Anton Korobeynikov |
2009-08-05 | Major calling convention code refactoring. | Dan Gohman |
2009-08-03 | Perform bitconvert to proper type | Anton Korobeynikov |
2009-08-03 | Add 'Indirect' LocInfo class and use to pass __m128 on win64. Also minore fix... | Anton Korobeynikov |
2009-08-03 | Cleanup Darwin MMX calling conv stuff - make the stuff more generic. This als... | Anton Korobeynikov |
2009-08-03 | Unbreak Win64 CC. Step one: honour register save area, fix some alignment and... | Anton Korobeynikov |
2009-08-03 | Remove a bitcast that was a no-op. | Rafael Espindola |
2009-08-03 | Use movq to move 64 bits in and out of mmx registers. | Rafael Espindola |
2009-08-01 | Minor code cleanups. | Dan Gohman |
2009-07-31 | refactor section construction in TLOF to be through an explicit | Chris Lattner |
2009-07-30 | Rename GRAD to GR32_AD, to follow the naming convention of other | Dan Gohman |
2009-07-30 | Optimize some common usage patterns of atomic built-ins __sync_add_and_fetch(... | Evan Cheng |
2009-07-29 | Add llvm_unreachable for ... unreachable code! | Eric Christopher |
2009-07-29 | whitespace cleanup. | Chris Lattner |
2009-07-29 | Fix comment. | Eric Christopher |
2009-07-29 | Add support for gcc __builtin_ia32_ptest{z,c,nzc} intrinsics. Lower | Eric Christopher |
2009-07-28 | Return ConstantVector to 2.5 API. | Owen Anderson |
2009-07-28 | the apple "ld_classic" linker doesn't support .literal16 in 32-bit | Chris Lattner |
2009-07-28 | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner |
2009-07-27 | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson |
2009-07-24 | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson |
2009-07-24 | Update insertps handling based on feedback. Move to a v4f32 style | Eric Christopher |
2009-07-22 | Add support for MMX VSETCC. | Eli Friedman |
2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
2009-07-21 | Remove shift amount flavor. It isn't actually complete enough to | Eli Friedman |
2009-07-21 | revert 76503 while I figure out what's going on | Dale Johannesen |
2009-07-20 | Make sure a global matching asm 'i' constraint gets its | Dale Johannesen |
2009-07-20 | Copy ExpandInlineAsm to TargetLowering from TargetAsmInfo. | Chris Lattner |
2009-07-17 | Fix x86 inline ams 'q' constraint support. In 32-bit mode, it's just like 'Q'... | Evan Cheng |
2009-07-15 | Move a few more convenience factory functions from Constant to LLVMContext. | Owen Anderson |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-11 | Fix PR4533, which is about buggy codegen in x86-64 -static mode. | Chris Lattner |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
2009-07-10 | remove the now-dead TM argument to these methods. | Chris Lattner |
2009-07-10 | add a couple of predicates to test for "stub style pic in PIC mode" and "stub... | Chris Lattner |