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 |
2007-10-29 |
Evan Cheng | Avoid doing something dumb like rewriting using a 64... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Chris Lattner | add a note. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Chris Lattner | Model stacksave and stackrestore as both writing memory... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Owen Anderson | Add a first attempt at dominator information for MBB... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Chris Lattner | I am not sure this is a good idea to be an option,... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Chris Lattner | Add support for the x86-64 'q' regigster modifier,... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Chris Lattner | Fix PR1749 and InstCombine/2007-10-28-EmptyField.ll... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Chris Lattner | Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash... |
commit | commitdiff | tree | snapshot |
2007-10-28 |
Ted Kremenek | Fixed assertion in Deserializer::~Deserializer that... |
commit | commitdiff | tree | snapshot |
2007-10-28 |
Anton Korobeynikov | Add 'pedantic' mode to verifier rejecting syntactically... |
commit | commitdiff | tree | snapshot |
2007-10-28 |
Ted Kremenek | Updated backpatching logic during object deserializatio... |
commit | commitdiff | tree | snapshot |
2007-10-28 |
Duncan Sands | The guaranteed alignment of ptr+offset is only the... |
commit | commitdiff | tree | snapshot |
2007-10-28 |
Evan Cheng | New entry. |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Ted Kremenek | Fixed bug where default SerializeTrait<>::Materialize... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Bill Wendling | Test to make sure that if we have an unaligned memcpy... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Evan Cheng | A number of LSR fixes: |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Ted Kremenek | Added SerializeAPInt.cpp and DeserializeAPInt.cpp to... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Ted Kremenek | Added serialization support for APInt. |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Ted Kremenek | Fixed incorrect "path name" in preamble (comment) of... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Ted Kremenek | Fixed incorrect "path name" in preamble (comment) of... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Bill Wendling | On second thought. Remove this as it should never be... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Bill Wendling | - Remove the hacky code that forces a memcpy. Alignment... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Ted Kremenek | Added default implementation of SerializeTrait<> that... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Evan Cheng | Fix a crash. Make sure TLI is not null. |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Anton Korobeynikov | Fix off-by-one stack offset computations (dwarf informa... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Eric Christopher | clo/clz aren't supported on mips I. Keep them around... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Owen Anderson | Make a comment better. |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Gordon Henriksen | More fleshing out of docs/Passes.html, plus some typo... |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Evan Cheng | Loosen up iv reuse to allow reuse of the same stride... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Hartmut Kaiser | Silenced a VC++ warning. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Ted Kremenek | Updated backpatching during object deserialization... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Hartmut Kaiser | Clarified operator precedence. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Hartmut Kaiser | Disambiguated variable name to comply with VC++'s archa... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Hartmut Kaiser | Updated VC++ build system |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Evan Cheng | Do not rewrite compare instruction using iv of a differ... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Dale Johannesen | Support non-POSIX hosts by removing use of strncasecmp. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Bill Wendling | Changed XXX to FIXME, and added comment to the README... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Ted Kremenek | Added special treatment of serializing NULL pointers. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Evan Cheng | Remove code that's commented out. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Bill Wendling | Added comment explaining why we are doing this check. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Ted Kremenek | Created header file to include minimal forward referenc... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Chris Lattner | typo |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Chris Lattner | some minor edits, link to Passes.html, make one point |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Ted Kremenek | Added Serialization.h, Serialize.h, Deserialize.h,... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Duncan Sands | Small formatting changes. Add a sanity check. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Duncan Sands | Promote SETCC operands. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Duncan Sands | Correctly extract the ValueType from a VTSDNode. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Duncan Sands | Fix comment typos. |
commit | commitdiff | tree | snapshot |
next |