2009-03-04 |
Chris Lattner | Add a new 'AddSignalHandler' function to Signals.h... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Dan Gohman | Fix this comment. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Dan Gohman | Add an assertion for a condition that's always true... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Gabor Greif | Give sentinel traits the right to determine the policy... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Dan Gohman | Re-apply 66008, now that the unfoldMemoryOperand bug... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Dan Gohman | Correct this comment. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Dan Gohman | When using MachineInstr operand indices on SDNodes... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Chris Lattner | complete comment. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Chris Lattner | this wasn't intended to be committed. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Chris Lattner | Fix PR3720 by properly propagating alignment informatio... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Nate Begeman | Fix a thinko in the JIT where the address of a GV was... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Bob Wilson | Fix BuildVectorSDNode::isConstantSplat to handle one... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Mike Stump | .emacs file bits for automatically setting the llvm... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Owen Anderson | Add a restore folder, which shaves a dozen or so machin... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Gabor Greif | "Ghostify" embedded sentinels. This is a real win in... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Evan Cheng | Fix PR3666: isel calls to constant addresses. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Eli Friedman | PR3686: make the legalizer handle bitcast from i80... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Dan Gohman | Revert r66004 for now; it's causing a variety of test... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Evan Cheng | Rename test. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Dan Gohman | Teach the x86 backend to eliminate "test" instructions... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Dale Johannesen | Revert unintended commmit. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Dale Johannesen | Skip ptr-to-ptr bitcasts when counting in another case. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Dale Johannesen | Always skip ptr-to-ptr bitcasts when counting, |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Evan Cheng | Fix PR3701. 1. X86 target renamed eflags register to... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Devang Patel | If a global constant is dead then global's debug info... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Dale Johannesen | Make my earlier patch to skip debug intrinsics |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Dale Johannesen | Temporarily revert 65975, which breaks the llvm-gcc... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Bill Wendling | The DAG combiner was performing a BT combine. The BT... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Dale Johannesen | Marking debug info intrinsics as not touching memory |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Dale Johannesen | Instruction counters must skip the bitcasts that |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Devang Patel | Dbg Intrinsics do not access memory. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Devang Patel | Recursively remove dead argument while removing llvm... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Dale Johannesen | When removing a store to an alloca that has only one |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Chris Lattner | don't #include a header into the middle of an anon... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Dan Gohman | Add '(implicit EFLAGS)' for AND, OR, XOR, NEG, INC... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Bob Wilson | Use early exit to reduce indentation. No functional... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Bill Wendling | Remove accidental check-ins in r65960. :-( |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Bill Wendling | Use > instead of >=. We want to promote aggregates... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Dan Gohman | Make a comment less terse. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Bill Wendling | Reapply r65755, but reversing "<" to ">=". |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Mikhail Glushenkov | Add example/Skeleton. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Mikhail Glushenkov | Comment fixes. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Mikhail Glushenkov | Oops. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Mikhail Glushenkov | Use LLVMLIBS instead of USEDLIBS. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Mikhail Glushenkov | LINK_COMPONENTS should be added to LLVMLibsOptions. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Mikhail Glushenkov | Move example plugins to the example/ directory. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Nick Lewycky | ENABLE_PIC is either 0 or 1, but is always defined. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Mikhail Glushenkov | 80-column violation + trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Zhou Sheng | Ignore the debug info intrinsics when adding instructio... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Nick Lewycky | This bug's been fixed but a version with the fix hasn... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Nick Lewycky | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Nick Lewycky | Switch to using -Wl,-R on Solaris. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Nick Lewycky | Fix build on Cygwin. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Dan Gohman | Fix a bunch of Doxygen syntax issues. Escape special... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Dale Johannesen | Don't count DebugInfo instructions in another limit |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Dale Johannesen | Testcase for line number sinking in InstCombine. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Dale Johannesen | When sinking an insn in InstCombine bring its debug |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Devang Patel | Ignore debug info intrinsics. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Devang Patel | If branch conditions' one successor is dominating anoth... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Bob Wilson | Generalize BuildVectorSDNode::isConstantSplat to use... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Bill Wendling | Document the -gcc-tool-args bugpoint option. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Bill Wendling | Add a "-gcc-tool-args" option. This option acts like... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Nate Begeman | Fix the calculation for how big the allocated stub... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Devang Patel | Remove all dbg symobls, including those with circular... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Chris Lattner | Fix main executable path name resolution on FreeBSD... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Daniel Dunbar | Add some more clang related release notes. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Gabor Greif | drop support for GCC 2.x as it is hopelessly broken... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Tanya Lattner | Remove incorrect information about fortran on Darwin. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Gabor Greif | fix broken GCC bugzilla link |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Gabor Greif | add a Q/A on broken GCCs |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Chris Lattner | update blurb per Shannon Weyrick. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Duncan Sands | Try to make the meaning of 'nocapture' a bit clearer. I |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Duncan Sands | Use GCC not gcc, like everywhere else in this document. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
John Criswell | Grammar and punctuation fixes. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Gabor Greif | Declare Sentinel fragments as mutable to get rid |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Gabor Greif | remove a deprecated interface that was pretty useless |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Gabor Greif | note the removal of deprecated interfaces |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Gabor Greif | fix typo |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Gabor Greif | minor tweaks |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Gabor Greif | minor tweaks |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Mikhail Glushenkov | Remove duplication in Makefile.rules. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Nicolas Geoffray | Add more notes for VMKit. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Duncan Sands | Fix PR3694: add an instcombine micro-optimization that... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Mikhail Glushenkov | Move the rules for building plugins to Makefile.rules. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Mikhail Glushenkov | Fix build with objdir != srcdir. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Mikhail Glushenkov | Move code from Main.cpp to the include dir. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Mikhail Glushenkov | Cosmetic fixes: include guards. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Mikhail Glushenkov | Plugin::Priority() doesn't need to be pure virtual. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Mikhail Glushenkov | Add a comment. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Mikhail Glushenkov | Reorganize llvmc code. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Bill Wendling | Random formatting changes. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Bill Wendling | Fix typos. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Bill Wendling | Change </pp> to </p>. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Bill Wendling | - Use "real-world applications" instead of just "real... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Gordon Henriksen | Make some improvements to the GC docs. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Gordon Henriksen | Drop toy GC runtime. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Chris Lattner | remove empty section |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Chris Lattner | more englishification |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Chris Lattner | start translating this into Engrish and organizing it. |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Nate Begeman | Fix a problem with DAGCombine on 64b targets where... |
commit | commitdiff | tree | snapshot |
next |