2008-02-10 |
Chris Lattner | validation fixes |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Chris Lattner | final set of major updates |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Bill Wendling | Return "(c1 + c2)" instead of yet another ADD node... |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Chris Lattner | more prose, some organization improvements. |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Chris Lattner | random notes |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Chris Lattner | add anote |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Nick Lewycky | Match GCC's behaviour for these sections. |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Nate Begeman | memopv16i8 had wrong alignment requirement, would have... |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Chris Lattner | add some more notes, still not ready for review :) |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Chris Lattner | scoped_ptr.h was removed. |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Gabor Greif | explain that NumElements in alloca and malloc defaults... |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Dale Johannesen | Alignment of struct containing vectors depends on |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Wojciech Matyjewicz | We should check that existing cast operation has the... |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Wojciech Matyjewicz | Add a check if the initial value of the induction varia... |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Evan Cheng | Remove unused hidden option. |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Nate Begeman | Skeleton of insert and extract matching, more to come |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Nate Begeman | Tablegen support for insert & extract element matching |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Chris Lattner | check that terminators only occur at the end of a block... |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Dan Gohman | Change ConstantSDNode to store an APInt instead of... |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Devang Patel | Fix PR 1995. |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Evan Cheng | Forgot these files. |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Evan Cheng | Also print alignment. |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Dan Gohman | Add an isSignedIntN, like isIntN but for signed integer... |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Evan Cheng | It's not always safe to fold movsd into xorpd, etc... |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Dale Johannesen | 64-bit (MMX) vectors do not need restrictive alignment. |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Ted Kremenek | Constified operator<< in APSInt. |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Dan Gohman | Avoid needlessly casting away const qualifiers. |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Dan Gohman | Avoid needlessly casting away const qualifiers. |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Evan Cheng | Added missing entries in X86 load / store folding tables. |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Devang Patel | Begin setting features for target based on target tripl... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Evan Cheng | Remove remnant of load folding in local register alloca... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Dan Gohman | Follow Chris' suggestion; change the PseudoSourceValue... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Dan Gohman | Add SourceValue information for outgoing argument store... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Dan Gohman | Don't abort if a MemOperand is missing a SourceValue... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Evan Cheng | Fix a x86-64 codegen deficiency. Allow gv + offset... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Evan Cheng | In some cases, e.g. ADD32ri, no transformation is made... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Nick Lewycky | Don't make up new directives. (".set_foobar") |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Dan Gohman | Add support to FoldingSet for hashing APInt objects. |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Dan Gohman | Re-apply the memory operand changes, with a fix for... |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Evan Cheng | It's PR1925, not PR1609. |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Bill Wendling | Temporarily reverting: |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Evan Cheng | Fix a number of local register allocator issues: PR1609. |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Chris Lattner | some more notes. |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Chris Lattner | make it clear :) |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Chris Lattner | add a bunch of random notes and fix some issues noticed... |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Evan Cheng | RegAllocaLocal still *requires* LiveVariables since... |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Chris Lattner | a starter shell for 2.2 release notes |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Tanya Lattner | Throttle the non-local dependence analysis for basic... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Anton Korobeynikov | Don't dereference an invalid pointer if string is empty. |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Evan Cheng | Fix PR1975: dag isel emitter produces patterns that... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Evan Cheng | Move to getCALLSEQ_END to ensure CALLSEQ_END node produ... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Chris Lattner | Make RenamePass faster by making the 'is this a new... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Dale Johannesen | Implement sseregparm. |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Evan Cheng | If a vr is already marked alive in a bb, then it has... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Chris Lattner | Make the check for GCC version more robust, fix shared... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Ted Kremenek | Added FoldingSet profiling support to ImmutableSet. |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Ted Kremenek | Changed profiling method for ImmutableMap to once again... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Nate Begeman | Ident mnemonics appropriately |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Chris Lattner | dump the module *before* we delete it, not after. |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Chris Lattner | Fix a bug compiling PR1978 (perhaps not the only one... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Owen Anderson | Fix an obscure read-after-free bug that Duncan found. |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Dale Johannesen | Missed one. |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Evan Cheng | This should also work on x86 now. |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Evan Cheng | Unbreak teh build. |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Dale Johannesen | Do not unconditionally redefine vec_ext_v16qi and |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Evan Cheng | Typo. |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Evan Cheng | Dwarf requires variable entries to be in the source... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Nate Begeman | This method should be virtual |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Nate Begeman | Eliminate some redundant code. |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Ted Kremenek | Modified 'Profile' method of ImmutableMap to use the... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Devang Patel | Do not set time out, lets assume assembler will do... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Ted Kremenek | Modified node creation of ImutAVLTree to do a hash... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Ted Kremenek | Added "bucket_iterators" to FoldingSet. Bucket iterato... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Devang Patel | Set error message. |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Duncan Sands | Crashes LegalizeTypes with "Do not know how to |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Duncan Sands | Crashes LegalizeTypes with "Do not know how to split |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Chris Lattner | remove target triple to make this test more "generic" |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Ted Kremenek | Fixed 80 col. violation. |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Ted Kremenek | constified operator~(). |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Duncan Sands | Crashed the new type legalizer. Not likely to catch |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Duncan Sands | I don't see how NodeUpdated can be called with a |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Nate Begeman | The rest of the SSE4.1 intrinsic patterns that are... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Nate Begeman | Some more SSE 4.1 intrinsic patterns. |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Owen Anderson | Make this test more aggressive, to cover recent improve... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Owen Anderson | Be more precise when eliminating pointers bue to memcpy... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Owen Anderson | Allow GVN to hack on memcpy's, making them open to... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Nick Lewycky | Tag this test with the PR reference. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Nick Lewycky | There are some cases where icmp(add) can be folded... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Nick Lewycky | Hack on vectors too. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Nick Lewycky | Fold away one multiply in instcombine. This would norma... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Chris Lattner | Fix typo |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Nate Begeman | SSE 4.1 Intrinsics and detection |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Chris Lattner | handle the case where a node can become ready to process |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Chris Lattner | Use the new infrastructure for listening to node updates to |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Chris Lattner | the world doesn't need my debugging code. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Chris Lattner | Change the 'global modification' APIs in SelectionDAG... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Chris Lattner | explicitly include Compiler.h instead of getting it... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Chris Lattner | Generalize the SDOperand->SDOperand form of |
commit | commitdiff | tree | snapshot |
next |