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 |
2008-02-03 |
Chris Lattner | don't do ReplaceUses on a result that doesn't exist. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Chris Lattner | add a -view-legalize-types-dags option, for viewing... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Evan Cheng | Get rid of the annoying blank lines before labels. |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Nick Lewycky | Don't use uninitialized values. Fixes vec_align.ll... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Evan Cheng | Unbreak ppc debug support. |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Evan Cheng | SDIsel processes llvm.dbg.declare by recording the... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Devang Patel | Add comment explaining what is lower level analysis... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Devang Patel | Do not strip symbols when EH is ON. |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Gordon Henriksen | Fixing a bug creating floating point constants of type... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Evan Cheng | Frame index can be negative. |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Lauro Ramos... | CBackend: Implement unaligned load/store. |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Duncan Sands | Don't drop function/call return attributes like 'nounwind'. |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Evan Cheng | Update llvm.dbg.func.start. |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Evan Cheng | Remove the nasty LABEL hack with a much less evil one... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Evan Cheng | Rename RecordLabel to RecordSourceLine because that... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Anton Korobeynikov | Add convenient std::string helpers to StringMap. Patch... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Evan Cheng | Revert 46556 and 46585. Dan please fix the PseudoSource... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Dale Johannesen | Chris' change to print an approximation to long doubles |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Anton Korobeynikov | Reapply the patch with fix. |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Chris Lattner | revert anton's recent stringmap patch, which breaks... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Anton Korobeynikov | Make StringMap to be more STL'ish. Patch by Mikhail... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Anton Korobeynikov | Whitespace cleanup |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Evan Cheng | Add a comment for a nasty short term hack. |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Evan Cheng | Add an extra operand to LABEL nodes which distinguishes... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Christopher... | Allow ComplexExpressions in InstrInfo.td files to be... |
commit | commitdiff | tree | snapshot |
next |