2008-10-20 |
Matthijs Kooijman | Fix spelling error. |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Bill Wendling | Set N->OperandList to 0 after deletion. Otherwise,... |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Bill Wendling | Fix comment. Other formatting changes. No functionality... |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Duncan Sands | Vector shuffle mask elements may be "undef". Handle |
commit | commitdiff | tree | snapshot |
2008-10-19 |
Duncan Sands | Use a legal integer type for vector shuffle mask |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Chris Lattner | Reapply r57699 with a fix to not crash on asms with... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Dan Gohman | Don't truncate GlobalAddress offsets to int in debug... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Evan Cheng | By min, I mean max. |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Evan Cheng | When creating intervals, leave min(1, numdefs) holes... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Mon P Wang | Make llvm memory barrier available as an intrinsic |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Dan Gohman | Teach DAGCombine to fold constant offsets into GlobalAd... |
commit | commitdiff | tree | snapshot |
2008-10-18 |
Dan Gohman | Revert r57699. It's causing regressions in |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Dan Gohman | Use the opcode predicates, instead of duplicating the... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Dan Gohman | This is now partly done. |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Dan Gohman | This is done. |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Dan Gohman | Factor out the code for mapping LLVM IR condition opcod... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Evan Cheng | Add implicit defs of XMM8 to XMM15 on 32-bit call instr... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Evan Cheng | Add RCBarriers to TargetInstrDesc. It's a list of regis... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Evan Cheng | Fix PR2898. Spiller delete a store for reuse before... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Chris Lattner | add support for 128 bit aggregates. |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Bill Wendling | The Dwarf writer was comparing mangled and unmangled... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Mon P Wang | Added MemIntrinsicNode which is useful to represent... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Dan Gohman | Factor out the code for mapping LLVM IR condition opcod... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Chris Lattner | add support for 128 bit inputs on both x86-64 and x86-32. |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Chris Lattner | Fix a bug where the x86 backend would reject 64-bit... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Chris Lattner | Fix PR2356 on PowerPC: if we have an input and output... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Chris Lattner | remove an xfailed test. |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Chris Lattner | remove this test: it is xfailed anyway, and is failing... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Evan Cheng | Fix lfence and mfence encoding. These look like MRM5r... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Evan Cheng | getX86RegNum has long been moved to X86RegisterInfo. |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Chris Lattner | refactor some code into a helper method, no functionali... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Chris Lattner | Keep track of *which* input constraint matches an output |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Chris Lattner | add an assert so that PR2356 explodes instead of runnin... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Gabor Greif | remove spurious space in link |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Gabor Greif | Add comment on how tagged pointers are |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Evan Cheng | Fix a very subtle spiller bug: UpdateKills should not... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Chris Lattner | add some simple hacky long double support for the CBE... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Dan Gohman | Use INT64_C to emit constant values, to avoid problems... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Dan Gohman | Fun x86 encoding tricks: when adding an immediate value... |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Dan Gohman | Define patterns for shld and shrd that match immediate |
commit | commitdiff | tree | snapshot |
2008-10-17 |
Dan Gohman | Use 0 instead of false to return a null pointer. |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Dan Gohman | Fix this test so it actually runs the grep lines. |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Dan Gohman | Trim #includes. |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Chris Lattner | fix typo noticed by sdt |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Gabor Greif | Introduce a typing refinenement on tagged data |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Mikhail Glushenkov | Re-apply Makefile changes. Fix build with srcdir !... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Duncan Sands | Fix warnings about mb/me being potentially used |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Duncan Sands | Fix "large integer implicitly truncated to unsigned... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Duncan Sands | Testcase for PR2762. |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Chris Lattner | add some notes |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Chris Lattner | add some notes and a file to collect unimplemented... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Chris Lattner | mark some targets as experimental. Andrew, if you... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Chris Lattner | Verify prefetch arguments, PR2576. |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Chris Lattner | apply Eli's patch for PR2165 and provide a testcase. |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Dan Gohman | Const-ify several TargetInstrInfo methods. |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Dan Gohman | Remove an unused variable. |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Dan Gohman | Fix Instruction::isIdenticalTo and isSameOperationAs... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Zhongxing Xu | Fix a calculation error in comments. |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Dan Gohman | Rename AliasSet to SubRegs, to reflect changes in the... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Dan Gohman | Move the include of MachineLocation.h into MachineModul... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Dan Gohman | Implement a SmallVector insert method that can insert... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Dan Gohman | Fix several places that called mapped_iterator's constr... |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Dan Gohman | Fix a subtle bug in DeadMachineInstructionElim's liveness |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Dan Gohman | Fix the predicate for memop64 to be a regular load... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Dan Gohman | Teach instcombine's visitLoad to scan back several... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Dan Gohman | Correct the name of isTrapping in comments. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Dan Gohman | Fix whitespace in a comment. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Duncan Sands | Testcase for PR2894. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Nicolas Geoffray | Remove naming Tilmann for generics. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Anton Korobeynikov | Add global variable to test for consistency |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Anton Korobeynikov | This is not failing anymore |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Anton Korobeynikov | Also properly handle linking of strong alias and weak... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Anton Korobeynikov | Properly handle linking of strong alias with weak funct... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Bill Wendling | Testcase for PR1638. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Dan Gohman | Fix a missing space after the return type in invoke... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | Fix PR2115 by doxygenating Use more, and make some... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | move PR1941 here. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Bill Wendling | Unbreak the build. Please test out the proper fix for... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | move PR1604 here. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | move PR1488 into this file. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Anton Korobeynikov | Temporary revert r57567 and unbreak the build. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Nuno Lopes | regenerate |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Nuno Lopes | fix memleak in GetForwardRefForGlobal() |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Nuno Lopes | regenerate |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Nuno Lopes | fix memleak in getTypeVal() |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Nuno Lopes | regenerate |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Nuno Lopes | fix memleak in ResolveTypeTo() |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Gabor Greif | catch one more typo, canonicalize LLVMdev |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Gabor Greif | fix some validation errors, improve formatting, squash... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Gabor Greif | remove legacy interfaces |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Mikhail Glushenkov | llvmc2: Documentation update. Describe recent work... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Mikhail Glushenkov | llvmc2: Some Makefile fixes and renames. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Mikhail Glushenkov | Use (a slightly modified) llvm.css for llvmc2 docs. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Dan Gohman | Now that predicates can be composed, simplify several of |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Mon P Wang | Removed pinsrd and pinsrq intrinsics because the code... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Dan Gohman | Add support for having multiple predicates on a TreePat... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | Fix the .ll grammar rules to allow any type before... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | Eliminate the "IntType ::= INTTYPE" production, just use |
commit | commitdiff | tree | snapshot |
next |