2007-09-18 |
Dan Gohman | Move the entries for 64-bit CMP, IMUL, and a few others... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Gordon Henriksen | Adding ocaml language bindings for the vmcore and bitwr... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Gordon Henriksen | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Gordon Henriksen | git-svn-id: https://llvm.org/svn/llvm-project/llvm... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Gordon Henriksen | git-svn-id: https://llvm.org/svn/llvm-project/llvm... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Gordon Henriksen | Incorporating review feedback for GC verifier patch. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Bill Wendling | Don't pass back a reference to a temporary. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Bill Wendling | Update my entry. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Bill Wendling | The exception handling function info should be reset... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Gordon Henriksen | C bindings for libLLVMCore.a and libLLVMBitWriter.a. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Gordon Henriksen | Fixing an comment in Module.h that refers to a nonexist... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Devang Patel | Fix PR1657 |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Bill Wendling | Objective-C was generating EH frame info like this: |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Bill Wendling | Add support for appending a suffix to the end of a... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Evan Cheng | Bug fix and minor clean up of generated code. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Devang Patel | Do not hide APInt::dump() inside #ifndef NDEBUG. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Tanya Lattner | Fix broken default help strings for enable-shared,... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Devang Patel | Do not eliminate loop when it is invalid to do so.... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Devang Patel | Skeleton for transformations to truncate loop's iterati... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Gordon Henriksen | Fix for PR1633: Verifier doesn't fully verify GC intrinsics |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Dale Johannesen | Remove RSTRegClass case from loadRegFromStackSlot |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Devang Patel | Fix comment. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Devang Patel | This is not ideal but unbreaks build failure. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Dale Johannesen | Implement x86 long double in jit (not really |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Chris Lattner | Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Daniel Berlin | That's what i get for using carbon emacs in a terminal |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Daniel Berlin | Fix iterator so it doesn't sometimes report bits that... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Dan Gohman | Add a utility function to SDOperand for testing if... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Evan Cheng | X86ISD::TEST is dead. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Dan Gohman | Instcombine x-((x/y)*y) into a remainder operator. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Gordon Henriksen | Adding myself to credits. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Dan Gohman | Add 64-bit jmp instructions to the list of instructions... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Dan Gohman | Use xorl instead of xorq to enter a zero into a 64... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Dan Gohman | Emit integer x<1 as x<=0, as comparisons with zero... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Dan Gohman | Use "test reg,reg" in place of "cmp reg,0" for 64-bit... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Duncan Sands | Factor the trampoline transformation into a subroutine. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Dale Johannesen | Implement x86 long double (uses host long double, |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Daniel Berlin | Fix bug in andersen's related to test_and_set. |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Daniel Berlin | Fix a few bugs related to zero'ing of elements |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Daniel Berlin | Rewrite of andersen's to be about 100x faster, cleaner... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Bill Wendling | Follow-up to patch r41999. Make the conditional that... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Dale Johannesen | Adjust per revew comments. |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Bill Wendling | Only emit the personality function as a global value... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Owen Anderson | Be more careful when constant-folding PHI nodes. |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Chris Lattner | remove obsolete tests. |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Chris Lattner | Fix PR1666, SPASS with the CBE and 254.gap with the... |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Chris Lattner | New testcase for PR1662. GCC trees are horrible :( |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Dan Gohman | Add patterns for SHLD64* and SHRD64*. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Chris Lattner | fix a gcc warning: comparison between signed and unsign... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Owen Anderson | Remove RLE from the headers, since the pass itself... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Owen Anderson | Remove RLE. It is subsumed by GVN. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Dale Johannesen | Remove the assumption that FP's are either float or |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Evan Cheng | Add implicit def of EFLAGS on those instructions that... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Dan Gohman | And an FoldingSetImpl::NodeID::AddInteger overload... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Dan Gohman | Add explicit triples to avoid default behavior that... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Dan Gohman | Remove isReg, isImm, and isMBB, and change all their... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Dan Gohman | Change "tmp." to "tmp" for temporaries created by Scala... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Dan Gohman | Remove spurious consts. This fixes warnings with compil... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Rafael Espindola | Add support for functions with byval arguments on x86 |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Chris Lattner | Fix a logic error in ValueIsOnlyUsedLocallyOrStoredToOn... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Chris Lattner | silence a bogus gcc warning. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Evan Cheng | Fix comments. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Tanya Lattner | Change to 2.2svn. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Bill Wendling | Temporary reverting r41817 |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Chris Lattner | Teach GlobalLoadUsesSimpleEnoughForHeapSRA and the... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Chris Lattner | be tolerant of PHI nodes when rewriting heap SROA code... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Chris Lattner | refactor some code, no functionality change. On the... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Chris Lattner | Make ValueIsOnlyUsedLocallyOrStoredToOneGlobal smart... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Chris Lattner | Make AllUsesOfLoadedValueWillTrapIfNull strong enough... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Chris Lattner | remove dead enum value. |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Chris Lattner | Make single-argument ctors explicit to avoid tricky... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Chris Lattner | Fix build problems on Cygwin (PR1652), patch by Patrick... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Evan Cheng | Added getNumDefs(). |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Evan Cheng | Bug fixes. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Evan Cheng | Remove dead code. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Evan Cheng | Yet another getTargetNode variant. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Evan Cheng | Initial support for multi-result patterns: |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Evan Cheng | Fixed a typo that's causing a missing kill marker. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Chris Lattner | add a new BF->LLVM translator, contributed by Sterling... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Chris Lattner | Change llvm.gcroot to not init the root to null at... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Dale Johannesen | Generated files for previous patch. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Dale Johannesen | Revise previous patch per review comments. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Dale Johannesen | Compensate for partCount change in Bogus definition |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Bill Wendling | Enable indirect encoding for the personality function |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Daniel Berlin | Move dump out of class, use "\n" instead of endl |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Evan Cheng | Sometimes a MI can define a register as well as definin... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Anton Korobeynikov | Fix date :) |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Anton Korobeynikov | Testcase for recent pragma pack stuff |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Evan Cheng | Remove (somewhat confusing) Imp<> helper, use let Defs... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Evan Cheng | Added status flags register: EFLAGS. |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Evan Cheng | Allow set operators with multiple destinations, i.e... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Dale Johannesen | Generated files for previous patch. |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Dale Johannesen | Add APInt interfaces to APFloat (allows directly |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Daniel Berlin | Convert to use ilist and non-pointer lists for extra... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Bill Wendling | Add accessor method. |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Bill Wendling | Add a bool to indicate if we should set the "indirect... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Chris Lattner | Reenable libgc and libprofile is explicitly requested. |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Chris Lattner | remove an obsolete library. |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Chris Lattner | update this to use llvm-config, patch by Jose M. Moya |
commit | commitdiff | tree | snapshot |
next |