2010-04-24 |
Dan Gohman | ScalarEvolution support for <= and >= loops. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Dan Gohman | Use SimplifyICmpOperands in isKnownPredicate too. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Dan Gohman | Update isImpliedCond to use the new SimplifyICmpOperand... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Dan Gohman | Add a new utility function SimplifyICmpOperands. Much... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Dan Gohman | Apply a fix for a vector setcc dagcombine from Jan... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Sean Callanan | Fixed edis to tokenize instructions with no |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Jim Grosbach | cross-build Makefile needs to unset CFLAGS/CXXFLAGS... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Chris Lattner | no longer xfail |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Sean Callanan | Fixes to edis that mark x86 call targets as |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Stuart Hastings | Per Chris, fuse four trivial tests using grep (r102199... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Chris Lattner | enable my inliner change: add newly devirtualized call... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Dan Gohman | Change TargetData's algorithm for computing defualt... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Evan Cheng | Code refactoring. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Stuart Hastings | Add some missing x86 patterns for movdq2q. Fixes two... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Chris Lattner | fix some failures my callgraph dump format change broke. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Chris Lattner | switch InlineInfo.DevirtualizedCalls's list to be of... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Chris Lattner | testcase for the bug that required a patch to be reverted. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Chris Lattner | fix callgraph dump to not print 0x0x1234 for nodes. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Evan Cheng | Fix X86ISD::CMP i16 to i32 promotion. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Dan Gohman | Move FastISel's HandlePHINodesInSuccessorBlocks call... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Dan Gohman | Switch getelementptr inbounds and sdiv exact from undef... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Sean Callanan | Fixed EDOperand to use the operand type, not the |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Dan Gohman | Fix LSR to tolerate cases where ScalarEvolution initially |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Dan Gohman | When it doesn't matter whether zero or sign extension... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Dan Gohman | Revert 102135, 102129, 102127, 102106, 102104, 102102... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Chris Lattner | reject invalid comma stuff with a message. We reject... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Chris Lattner | disable my previous inliner patch, it appears to be... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Chris Lattner | The inliner was choosing to not consider call sites |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Jim Grosbach | Update ARM DAGtoDAG for matching UBFX instruction for... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Dan Gohman | Add an initial description of a new concept: trap value... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Chris Lattner | refactor the interface to InlineFunction so that most... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Devang Patel | Remove the test for now. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Chris Lattner | add macruby back |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Chris Lattner | when inlining something like this: |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Devang Patel | Add comment. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Dan Gohman | Sink SelectionDAGBuilder's HandlePHINodesInSuccessorBlo... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Devang Patel | Adjust debug range offsets for isWeakForLinker() functions. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Dan Gohman | Add a blurb about the new LSR. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Nick Lewycky | The -condprop pass has been deleted. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Dan Gohman | The post-RA scheduler is currently off by default on... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Dan Gohman | Move HandlePHINodesInSuccessorBlocks functions out... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Douglas Gregor | Add some verbiage about Clang to the 2.7 release notes |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Chris Lattner | add a DEBUG call so that -debug lists when CGSCCPM... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Chris Lattner | eliminate dead #include. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Evan Cheng | - It's not safe to promote rotates (at least not trivia... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Dan Gohman | Fix a comment. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Dan Gohman | Move PHINodesToUpdate out of SelectionDAGBuilder and... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Devang Patel | Rename InsnAfterLabelMap and InsnBeforeLabelMap. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Devang Patel | Keep track of MCSymbol used to mark beginning of a... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Jim Grosbach | Add mention of ARM atomic builtin support |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Devang Patel | At this point Start and End are not null. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Jim Grosbach | Update ARM frame index scavenging description |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Chris Lattner | remove dupe |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Chris Lattner | reword my incoherent babble into something that makes... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Chris Lattner | two more projects. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Chris Lattner | add some notes from Matthieu Moy! |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Chris Lattner | improve tblgen doc, pointed out by Zhongxing. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Wesley Peck | Fixing a typo in the "Clang project" section of the... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Wesley Peck | Small fix to the "Other Improvements and New Features... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Wesley Peck | Fixing small typos in the "New Useful APIs" section... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Wesley Peck | Fixing small typos in the "ARM Target Improvements... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Wesley Peck | Rewording the "generated debug information" paragraph... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Wesley Peck | Reworking the wording of the "target data string" parag... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Gabor Greif | <pre> seems to close <p> |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Gabor Greif | the validator coughed up some problems, most of them... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Gabor Greif | shorten link |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Chris Lattner | static analyzer has its own section |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Chris Lattner | add mc and static analyzer blurbs. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Chris Lattner | another checkpoint. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Chris Lattner | various updates. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Chris Lattner | fix file header. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Dan Gohman | Don't attempt to analyze values which are obviously... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Dan Gohman | Tidy a comment. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Jakob Stoklund... | Run LiveVariables instead of computing liveness locally... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Evan Cheng | Do not try to optimize a copy that has already been... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Devang Patel | Add command line option to disable debug info printing... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Bob Wilson | Fix a performance problem with the new SSAUpdater.... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Johnny Chen | Modified some assert() msg strings; no other functional... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Jakob Stoklund... | Add fast register allocator, enabled with -regalloc... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Devang Patel | Identify when a lexical scope is split in to multiple... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Dan Gohman | Make ScalarEvolution::getConstant support pointer types... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Duncan Sands | Dragonegg will be released along side llvm-2.7. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Chris Lattner | final hacking for tonight, still more to go. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Chris Lattner | continue the process of detangling this. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Chris Lattner | rough pass moving stuff into relevant sections, still... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Chris Lattner | remove ldc, rubinious, macruby, icedtea, llvm-lua,... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Evan Cheng | Implement -disable-non-leaf-fp-elim which disable frame... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Evan Cheng | isel (i32 anyext i16) as insert_subreg when 16-bit... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Evan Cheng | Trim include. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Dan Gohman | Add more const qualifiers on TargetMachine and friends. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Dan Gohman | Update CMakeLists.txt. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Dan Gohman | Move several SelectionDAG-independent utility functions... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Johnny Chen | Thumb instructions which have reglist operands at the... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Chris Lattner | Implement (but don't enable) PR6724 and rdar://6295824... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Evan Cheng | - Clean up some crappy code which deals with coalescing... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Dan Gohman | Revert r101471. For tight recursive functions which... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Bill Wendling | Handle a displacement location in 64-bit as an RIP... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Evan Cheng | Rewrite machine cse to avoid recursion. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Dan Gohman | Add another variant of this test which found a place... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Chris Lattner | teach the x86 address matching stuff to handle |
commit | commitdiff | tree | snapshot |
next |