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 |
2008-10-15 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | add support for folding immediates into stores when... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | fold immediates into stores in simple cases, this produ... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | fold compare of null pointer into compare with 0. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | Some minor cleanups: |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | Use switch on VT instead of Type* comparisons. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | Use X86FastEmitCompare for FCMP_OEQ and FCMP_UNE: it... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | refactor compare emission out into a new X86FastEmitCom... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | Fold immediates into compares when possible, producing... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | more minor refactoring of X86SelectBranch, no functiona... |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | factor buildmi calls in X86SelectBranch |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | factor some more BuildMI's in X86SelectCmp |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Chris Lattner | factor some BuildMI calls, no functionality change. |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Dan Gohman | Adjust whitespace in debug messages to be more consistent |
commit | commitdiff | tree | snapshot |
2008-10-15 |
Evan Cheng | - Add target lowering hooks that specify which setcc... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dan Gohman | FastISel support for exception-handling constructs. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Daniel Dunbar | Prevent assert when using '"' in names (via hexadecimal). |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Daniel Dunbar | Change getLLVMName to use raw_ostream & PrintLLVMName. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Daniel Dunbar | Add llvm::hexdigit to StringExtras (number -> hexadecim... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Daniel Dunbar | Add some ReleaseNotes on clang codegen. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Daniel Dunbar | Remove Stacker.html from Xcode project. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dale Johannesen | Accept -march=i586, because gcc does (a synonym |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Evan Cheng | Rename LoadX to LoadExt. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Jim Grosbach | Update ARM Insn encoding to get endian-ness to match... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Devang Patel | Remove dead code. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dan Gohman | Fix command-line option printing to print two spaces... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Devang Patel | Document attributes changes. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Nicolas Geoffray | Add VMKit notes. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Evan Cheng | Combine (fcmp cc0 x, y) | (fcmp cc1 x, y) into a single... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Evan Cheng | - Somehow I forgot about one / une. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Evan Cheng | Fix indentation. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Evan Cheng | Optimize anding of two fcmp into a single fcmp if the... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dan Gohman | Mention a few methods in ConstantSDNode that were renamed. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dan Gohman | HTML syntax fixes. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dan Gohman | Fix missing end tags and invalid HTML entity syntax. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dan Gohman | Add a missing close-tag. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dan Gohman | Fix a few close tags. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dan Gohman | Fix a typo. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dan Gohman | Add a brief mention of the new free-list management... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Gabor Greif | minor corrections, improved formatting |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Gabor Greif | typo and formatting tweaks |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Nuno Lopes | little optimization: reuse getPointerToGlobalIfAvailabl... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Duncan Sands | Mention the different constant folders that IRBuilder |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Chris Lattner | new testcase for PR2797 |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Chris Lattner | add some upgrading notes from Pekka. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Chris Lattner | add LSR and frameaddress info. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Ted Kremenek | Add static analyzer notes. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Daniel Dunbar | Remove stale src, core directories. |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Chris Lattner | more minor updates |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Chris Lattner | more changes. |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Chris Lattner | optimizer and codegen |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Chris Lattner | more updates. |
commit | commitdiff | tree | snapshot |
next |