- 0ce2499 Add some more TODO comments. by Dan Gohman · 15 years ago
- d3b6e41 Add a comment. by Dan Gohman · 15 years ago
- b81c771 Fix a bunch of custom-inserter functions to handle the case where by Dan Gohman · 15 years ago
- 7d26218 Remove mistakenly added test. by Eric Christopher · 15 years ago
- f7a0c7b Fix up -fstack-protector on linux to use the segment by Eric Christopher · 15 years ago
- 10d2f4d Detabify this file. by Nick Lewycky · 15 years ago
- b9933b8 Add default value to setIsNoInline for parity with the other methods of its by Nick Lewycky · 15 years ago
- b3344f8 Fix typo 'getter' where 'setter' was intended. by Nick Lewycky · 15 years ago
- 62f35a2 Have the X86 backend use Triple instead of a string and some enums. by Eric Christopher · 15 years ago
- 5cb97d1 Remove some unused/redundant code. by Kalle Raiskila · 15 years ago
- 32b4b5a more tidying. by Chris Lattner · 15 years ago
- 11b3d16 another v2f32 case, in this case showing poor codegen. by Chris Lattner · 15 years ago
- c06cbad some notes about suboptimal insertps's by Chris Lattner · 15 years ago
- 598751e random tidying by Chris Lattner · 15 years ago
- a5b4125 rip out even more sporadic v2f32 support. by Chris Lattner · 15 years ago
- 39aa20a rip out the various v2f32 "mmx" handling logic, now that by Chris Lattner · 15 years ago
- 4fd1ab3 fix test on non-x86 hosts. by Chris Lattner · 15 years ago
- b1e1145 Print symbolic subreg indices on REG_SEQUENCE and INSERT_SUBREG. by Jakob Stoklund Olesen · 15 years ago
- f172ecd Just rip v2f32 support completely out of the X86 backend. In by Chris Lattner · 15 years ago
- e35d984 fix PR7518 - terrible codegen of <2 x float>, by only marking by Chris Lattner · 15 years ago
- 9d19989 indentation by Chris Lattner · 15 years ago
- f2f4903 Infer alignments of fixed frame objects when they are constructed. This ensures remat'ed loads from fixed slots have the right alignments. by Evan Cheng · 15 years ago
- aa6c855 indmemrem and lowerallocs are gone. by Chris Lattner · 15 years ago
- f43f6bc Revert r107583. I no longer think that this is the way to solve the problem. by Bill Wendling · 15 years ago
- 4a991a6 Mark sse_load_f32 and sse_load_f64 as having memory operands by Bill Wendling · 15 years ago
- 69439cb back out r107580, I have seen what I wanted by Gabor Greif · 15 years ago
- d9cb7ca Proper indentation. by Bill Wendling · 15 years ago
- 4de8ba8 [another test commit, just to tickle the selfhost buildbots; I'll back out in a few minutes] by Gabor Greif · 15 years ago
- b482829 Minor amendment to switch-lowering improvement. by Eli Friedman · 15 years ago
- b4a74c1 Note switch-lowering inefficiency. by Eli Friedman · 15 years ago
- 68b559e Add AVX SSE4.1 blend, mpsadbw and vdp by Bruno Cardoso Lopes · 15 years ago
- 4a544be Add AVX SSE4.1 binop (some forms of packed max,min,mul,pack,cmp) instructions by Bruno Cardoso Lopes · 15 years ago
- 00e840f Fix typo. by Eric Christopher · 15 years ago
- c607570 Add AVX SSE4.1 Horizontal Minimum and Position instruction by Bruno Cardoso Lopes · 15 years ago
- ed2ae13 Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill slots so it's always false. by Evan Cheng · 15 years ago
- 2c70d4a Add AVX SSE4.1 round instructions by Bruno Cardoso Lopes · 15 years ago
- 273f7e4 Detect and handle COPY in many places. by Jakob Stoklund Olesen · 15 years ago
- 43b8fd7 Document that BasicAA respects noalias, while InterproceduralBasicAA does not. by Dan Gohman · 15 years ago
- efca7f9 Describe which dependencies are relevant to noalias, and document how by Dan Gohman · 15 years ago
- 0356060 Simple refactoring of SSE4.1 instructions, making room for the AVX forms by Bruno Cardoso Lopes · 15 years ago
- ff23535 Add some html anchors, to allow attributes to be linked to directly. by Dan Gohman · 15 years ago
- cd075a4 80-col fixup. by Eric Christopher · 15 years ago
- a4e1ba5 Add a new target independent COPY instruction and code to lower it. by Jakob Stoklund Olesen · 15 years ago
- f5cd8c5 - Add support for the rest of AVX SSE3 instructions by Bruno Cardoso Lopes · 15 years ago
- 65766ce Clean up TargetOpcodes.h a bit, and limit the number of places where the full by Jakob Stoklund Olesen · 15 years ago
- 6627ac0 Custom inserters (e.g., conditional moves in Thumb1 can introduce by Jim Grosbach · 15 years ago
- 1192d4d MDString is already checked earlier. by Devang Patel · 15 years ago
- dca6539 Remove early IT block formation. It's not used. by Evan Cheng · 15 years ago
- 98ec91e - Two-address pass should not assume unfolding is always successful. by Evan Cheng · 15 years ago
- 541481f Remove an unused enum. by Dan Gohman · 15 years ago
- f1e309e Propagate the AlignStack bit in InlineAsm's to the by Dale Johannesen · 15 years ago
- 6bae550 Remove invalid assert by Jakob Stoklund Olesen · 15 years ago
- ec8c3e8 Handle unindexed instructions in SlotIndices. by Jakob Stoklund Olesen · 15 years ago
- 3b9c7eb Properly handle debug values during inline spilling. by Jakob Stoklund Olesen · 15 years ago
- 135d7fe beautify output by Gabor Greif · 15 years ago
- 53ba550 use ArgOperand API by Gabor Greif · 15 years ago
- 8c1ffae Don't claim to preserve AliasAnalysis. First, this is doesn't actually by Dan Gohman · 15 years ago
- 1e10962 Reword the definition of the noalias attribute. The intention is for by Dan Gohman · 15 years ago
- 8de3b1e Rematerialize as much as possible before inserting spills and reloads. by Jakob Stoklund Olesen · 15 years ago
- 6e99261 80-column and trailing whitespace cleanup. by Jim Grosbach · 15 years ago
- ee7f8b5 grammar tweaks by Jim Grosbach · 15 years ago
- e45f72c Fix incorrect asm-printing of some NEON immediates. Fix weak testcase so by Bob Wilson · 15 years ago
- 9d135f0 use ArgOperand API (found by my previous commit) by Gabor Greif · 15 years ago
- 524e92b back out r107480, it was just testing the waters anyway... by Gabor Greif · 15 years ago
- 033e75f [test commit, just to tickle the selfhost buildbots; I'll back out in a few minutes] by Gabor Greif · 15 years ago
- 9342c17 Comment a non-obvious member variable. by Dan Gohman · 15 years ago
- 108e370 IndirectBr is not safe to speculatively execute (!) by Dan Gohman · 15 years ago
- 89496d0 Rename CreateReg to CreateRegs, and MakeReg to CreateReg. by Dan Gohman · 15 years ago
- f12ad66 Shrink down SSE3 code by more multiclass refactoring by Bruno Cardoso Lopes · 15 years ago
- cf22493 Prevent test from hanging waiting for input. by Dale Johannesen · 15 years ago
- eabd735 Make the "linker_private" linkage type emit a non-weak symbol to the file. It by Bill Wendling · 15 years ago
- 944faca Shrink down SSE3 code by some multiclass refactoring - 1st part by Bruno Cardoso Lopes · 15 years ago
- b5b5057 ARM function alignments were off by a power of two. svn 83242 changed by Bob Wilson · 15 years ago
- 5e721d7 Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 15 years ago
- 0f66d4b evil hack to coerce external users (projects) by Gabor Greif · 15 years ago
- 7fb231c Do not require line number entry for undefined local variable. by Devang Patel · 15 years ago
- b570968 MC: Fix some stray hunks I didn't intend to commit. by Daniel Dunbar · 15 years ago
- 9186fa6 MC: Pass the target instance to the AsmParser constructor. by Daniel Dunbar · 15 years ago
- eb89c90 Remove stray comma. by Daniel Dunbar · 15 years ago
- 839348a MC: Fix an error message. by Daniel Dunbar · 15 years ago
- 21de4c0 Remove context sensitivity concerns from interprocedural-basic-aa, and by Dan Gohman · 15 years ago
- 9461058 MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by Michael by Daniel Dunbar · 15 years ago
- c1874b7 Preserve debug info for only extracted symbols. by Devang Patel · 15 years ago
- 26d1429 Debugging infomration is encoded in llvm IR using metadata. This is designed by Devang Patel · 15 years ago
- e62b203 If a named mdnode is removed then mark module as changed. by Devang Patel · 15 years ago
- c6fcdeb Move SSE3 Move patterns to a more appropriate section by Bruno Cardoso Lopes · 15 years ago
- 7144821 Add AVX SSE3 packed addsub instructions by Bruno Cardoso Lopes · 15 years ago
- 194db35 back out r107396 for now, it needs another minor change to function as advertised by Gabor Greif · 15 years ago
- 0ca182b evil hack to coerce external users (projects) by Gabor Greif · 15 years ago
- 63b95a6 Temporarily disable on-demand fast-isel. by Dan Gohman · 15 years ago
- cf32c6e reformulate CallSiteBase::getCallee to adapt to CallInst::ArgOffset, and make it work even if CallInst::op_* are private by Gabor Greif · 15 years ago
- fa680ea reformulate CallSite::getCallee to adapt to CallInst::ArgOffset, and make it work even if CallInst::op_* are private by Gabor Greif · 15 years ago
- c6f00e7 Use FuncInfo's isExportedInst accessor method instead of by Dan Gohman · 15 years ago
- ffda6ba Rename CreateRegForValue to CreateReg, and change its argument by Dan Gohman · 15 years ago
- a528bc0 Fast isel no longer needs DeadMachineInstrElim to clean up after it. by Dan Gohman · 15 years ago
- 7fbcc98 Teach fast-isel to avoid loading a value from memory when it's already by Dan Gohman · 15 years ago
- 20d4be1 Enable on-demand fast-isel. by Dan Gohman · 15 years ago
- abd1d85 Fix X86FastISel's add folding to actually work, and not fall back by Dan Gohman · 15 years ago
- 79b634c Add AVX SSE3 replicate and convert instructions by Bruno Cardoso Lopes · 15 years ago
- 5c87bf6 Teach X86FastISel to fold constant offsets and scaled indices in by Dan Gohman · 15 years ago