2007-11-05 |
Evan Cheng | Fix PR1187. |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Duncan Sands | If a long double is in a packed struct, it may be |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Chris Lattner | finish the chapter. |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Duncan Sands | Eliminate the remaining uses of getTypeSize. This |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Owen Anderson | Another step of stronger PHI elimination down. |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Gordon Henriksen | Deleting -emitbitcode option which did nothing. |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Chris Lattner | fix typos |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Chris Lattner | Fix PR1761 by not printing (rip) suffix when in -static... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Gordon Henriksen | Validation fix. |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Gordon Henriksen | Typo fix. |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Gordon Henriksen | Completing Passes.html with the exception of -emitbitco... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Nick Lewycky | Fix crash before main on ppc/linux with static construc... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Gordon Henriksen | Fix a validation error. |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Gordon Henriksen | Finishing initial docs for all transformations in Passe... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Gordon Henriksen | Removing a dead reference from LLVM.xcodeproj. |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Duncan Sands | Change uses of getTypeSize to getABITypeSize, getTypeSt... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Evan Cheng | If an interval is being undone clear its preference... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Chris Lattner | Fix PR1763 by allowing the 'q' constraint to work with... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Chris Lattner | Disable tail duplication of call instructions. The... |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Chris Lattner | finish the 'Memory in LLVM' section |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Chris Lattner | hack and slash the first 20% of chapter seven. |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Evan Cheng | There are times when the coalescer would not coalesce... |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Dan Gohman | Add std:: to sort calls. |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Dan Gohman | Change illegal uses of ++ to uses of STLExtra.h's next... |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Ted Kremenek | Added overloaded version of Deserializer::ReadOwnedPtr... |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Evan Cheng | Unbreak tailcall opt. |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Evan Cheng | Add run line. |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Evan Cheng | One more extract_subreg coalescing bug. |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Duncan Sands | Fix a thinko. |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Neil Booth | Remove some unnecessary C-style statics. |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Chris Lattner | fix typos |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Chris Lattner | Finish chapter 6, and add a spiffy demo that shows... |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Owen Anderson | VAArgInst does, in fact, read memory. |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Hartmut Kaiser | Updated VC++ build system |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Evan Cheng | Missing a getNumOperands check. |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Neil Booth | Add back line whose removal somehow crept into prior... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Neil Booth | When converting to integer, do bit manipulations in... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Ted Kremenek | Removed ReadVal from SerializeTrait<T>, and also remove... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Duncan Sands | Executive summary: getTypeSize -> getTypeStoreSize... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Duncan Sands | Don't barf on empty basic blocks. Do not rely on assert |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Bill Wendling | Silence a warning saying that the variables always... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Bill Wendling | Silence, accersed warning |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Bill Wendling | Get rid of compilation warning during release builds |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Chris Lattner | Add the start of chapter 6, still much to go. |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Evan Cheng | - Coalesce extract_subreg when both intervals are relat... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Owen Anderson | Fix test/Transforms/DeadStoreElimination/PartialStore... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Chris Lattner | remove verifier command line option: this should be... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Chris Lattner | add a broken gcc version, thanks to P. Durante for... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Owen Anderson | Now with less tabs! |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Dale Johannesen | Test that expand_vector_elt(v2i64) works in 32-bit... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Chris Lattner | Fix InstCombine/2007-10-31-StringCrash.ll by removing... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Chris Lattner | Fix InstCombine/2007-10-31-RangeCrash.ll |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Ted Kremenek | Rewrote backpatcher. Backpatcher now stores the "has... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Ted Kremenek | Added typedef "value_type" to DenseMap (similar typedef... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Ted Kremenek | constified several pointer arguments for methods in... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Dan Gohman | Fix a regression in test/CodeGen/X86/2007-04-24-VectorC... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Owen Anderson | Add a preverifier pass to check that every basic block... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Ted Kremenek | Implemented deserialization of references. References... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Ted Kremenek | Added Serializer::EmitRef to deal with emitting arbitra... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Ted Kremenek | Changed access control within FoldingSet for some ivars... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Rafael Espindola | Make ARM and X86 LowerMEMCPY identical by moving the... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Rafael Espindola | Make ARM an X86 memcpy expansion more similar to each... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Duncan Sands | Promotion of sdiv/srem/udiv/urem. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Duncan Sands | Add a newline at the end of the file. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Chris Lattner | fix validation |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Chris Lattner | okay, fine, make me finish this chapter. :) |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Chris Lattner | add the code for expression code that we'll add, though... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Chris Lattner | Add the first half of chapter 5: if/then/else. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Chris Lattner | __main is dead along with llvm-gcc3. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Owen Anderson | Add the skeleton of a better PHI elimination pass. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Owen Anderson | Some fixes to get MachineDomTree working better. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Dale Johannesen | Make i64=expand_vector_elt(v2i64) work in 32-bit mode. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Evan Cheng | At end of LSR, replace uses of now constant (as result... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Ted Kremenek | Added member function "size()" to FoldingSet to return... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Devang Patel | New test. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Evan Cheng | It's not safe to tell SplitCriticalEdge to merge identi... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Dale Johannesen | Add missing SSE builtins: CVTPD2PI, CVTPS2PI, |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Evan Cheng | Typo. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Dan Gohman | Add support for folding binary operators with vector... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Duncan Sands | Fix for visibility warnings generated by gcc-4.2. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Duncan Sands | Add support for expanding trunc stores. Consider |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Duncan Sands | If a call to getTruncStore is for a normal store, |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Dale Johannesen | Fix argument types for PSLLQ, PSRLQ. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Dale Johannesen | Add missing MMX PSUBQ. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Evan Cheng | - Bug fixes. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Hartmut Kaiser | Updated VC++ build system |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Dan Gohman | Fix a DAGCombiner abort on a bitcast from a scalar... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Dan Gohman | Don't bitcast from pointer-to-vector to pointer-to... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Dan Gohman | Use an array instead of a fixed-length std::vector. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Dan Gohman | Do a real assert if there is an unhandled vector instru... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Evan Cheng | Enable more fold (sext (load x)) -> (sext (truncate... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Dan Gohman | Add explicit keywords. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Dan Gohman | Update a comment to reflect the current code. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Dan Gohman | Remove an unused function argument. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Dan Gohman | Avoid calling ValidStride when not all uses are addresses. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Ted Kremenek | Fixed warning concerning implicit conversion from a... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Chris Lattner | update testcase |
commit | commitdiff | tree | snapshot |
next |