- ce0228d Update my entry. by Bill Wendling · 17 years ago
- 5f19cf5 The exception handling function info should be reset for each new by Bill Wendling · 17 years ago
- 8b94a14 C bindings for libLLVMCore.a and libLLVMBitWriter.a. by Gordon Henriksen · 17 years ago
- 04bdf20 Fixing an comment in Module.h that refers to a nonexistent parameter. by Gordon Henriksen · 17 years ago
- e3bfb88 Fix PR1657 by Devang Patel · 17 years ago
- 6e19896 Objective-C was generating EH frame info like this: by Bill Wendling · 17 years ago
- ecd9137 Add support for appending a suffix to the end of a mangled name. by Bill Wendling · 17 years ago
- 30729b4 Bug fix and minor clean up of generated code. by Evan Cheng · 17 years ago
- 8feb1f4 by Devang Patel · 17 years ago
- 856585b Fix broken default help strings for enable-shared, enable-static, and enable-fast-install. Regenerate configure script. by Tanya Lattner · 17 years ago
- 8893ca6 Do not eliminate loop when it is invalid to do so. For example, by Devang Patel · 17 years ago
- 5279d06 Skeleton for transformations to truncate loop's iteration space. by Devang Patel · 17 years ago
- 8c33da5 Fix for PR1633: Verifier doesn't fully verify GC intrinsics by Gordon Henriksen · 17 years ago
- ca8035e Remove RSTRegClass case from loadRegFromStackSlot by Dale Johannesen · 17 years ago
- 161660e Fix comment. by Devang Patel · 17 years ago
- ffe3612 This is not ideal but unbreaks build failure. by Devang Patel · 17 years ago
- 1abac0d Implement x86 long double in jit (not really complete, but common cases work) by Dale Johannesen · 17 years ago
- 76c1b97 Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo by Chris Lattner · 17 years ago
- 430817b That's what i get for using carbon emacs in a terminal by Daniel Berlin · 17 years ago
- 8180cf6 Fix iterator so it doesn't sometimes report bits that aren't in the bitmap by Daniel Berlin · 17 years ago
- e1b5063 Add a utility function to SDOperand for testing if a value is unused. by Dan Gohman · 17 years ago
- 7d6ff3a X86ISD::TEST is dead. by Evan Cheng · 17 years ago
- 1081482 regenerate by Chris Lattner · 17 years ago
- 5d066ff Instcombine x-((x/y)*y) into a remainder operator. by Dan Gohman · 17 years ago
- baa2fa5 Adding myself to credits. by Gordon Henriksen · 17 years ago
- a0a7c1d Add 64-bit jmp instructions to the list of instructions that by Dan Gohman · 17 years ago
- 9590624 Use xorl instead of xorq to enter a zero into a 64-bit register. by Dan Gohman · 17 years ago
- 5f6913c Emit integer x<1 as x<=0, as comparisons with zero (now includeing by Dan Gohman · 17 years ago
- 11f7bfb Use "test reg,reg" in place of "cmp reg,0" for 64-bit operands. This was by Dan Gohman · 17 years ago
- cdb6d92 Factor the trampoline transformation into a subroutine. by Duncan Sands · 17 years ago
- 53f0bc1 Implement x86 long double (uses host long double, so only works on x86 target). by Dale Johannesen · 17 years ago
- c6d9398 Fix bug in andersen's related to test_and_set. by Daniel Berlin · 17 years ago
- 7f44657 Fix a few bugs related to zero'ing of elements by Daniel Berlin · 17 years ago
- aad1588 Rewrite of andersen's to be about 100x faster, cleaner, and begin to support field sensitivity by Daniel Berlin · 17 years ago
- bd626b8 Follow-up to patch r41999. Make the conditional that emits the personality stub by Bill Wendling · 17 years ago
- 118cd9d Adjust per revew comments. by Dale Johannesen · 17 years ago
- 656ab16 Only emit the personality function as a global value if the backend actually by Bill Wendling · 17 years ago
- 2486686 Be more careful when constant-folding PHI nodes. by Owen Anderson · 17 years ago
- 402a788 remove obsolete tests. by Chris Lattner · 17 years ago
- 5bda9e4 Fix PR1666, SPASS with the CBE and 254.gap with the CBE. by Chris Lattner · 17 years ago
- b90795f New testcase for PR1662. GCC trees are horrible :( by Chris Lattner · 17 years ago
- e47f1f9 Add patterns for SHLD64* and SHRD64*. by Dan Gohman · 17 years ago
- 2204906 fix a gcc warning: comparison between signed and unsigned integer expressions by Chris Lattner · 17 years ago
- 7e9edda Remove RLE from the headers, since the pass itself is gone now. by Owen Anderson · 17 years ago
- 86f91e1 Remove RLE. It is subsumed by GVN. by Owen Anderson · 17 years ago
- 9e3d3ab Remove the assumption that FP's are either float or by Dale Johannesen · 17 years ago
- 24f2ea3 Add implicit def of EFLAGS on those instructions that may modify flags. by Evan Cheng · 17 years ago
- f82e1e6 And an FoldingSetImpl::NodeID::AddInteger overload for int64_t, to avoid by Dan Gohman · 17 years ago
- 99da4e7 Add explicit triples to avoid default behavior that varies by host. by Dan Gohman · 17 years ago
- 92dfe20 Remove isReg, isImm, and isMBB, and change all their users to use by Dan Gohman · 17 years ago
- 693f541 Change "tmp." to "tmp" for temporaries created by ScalarEvolutionExpander by Dan Gohman · 17 years ago
- cb648f9 Remove spurious consts. This fixes warnings with compilers that by Dan Gohman · 17 years ago
- 7effac5 Add support for functions with byval arguments on x86 by Rafael Espindola · 17 years ago
- 5e6e494 Fix a logic error in ValueIsOnlyUsedLocallyOrStoredToOneGlobal that caused by Chris Lattner · 17 years ago
- ce4e748 silence a bogus gcc warning. by Chris Lattner · 17 years ago
- fdd9f00 Fix comments. by Evan Cheng · 17 years ago
- 5c70954 Change to 2.2svn. by Tanya Lattner · 17 years ago
- c684910 Temporary reverting r41817 by Bill Wendling · 17 years ago
- 309f20f Teach GlobalLoadUsesSimpleEnoughForHeapSRA and the SROA rewriter how to handle by Chris Lattner · 17 years ago
- a637a8b be tolerant of PHI nodes when rewriting heap SROA code. This is a step by Chris Lattner · 17 years ago
- 330245e refactor some code, no functionality change. On the path to PR1639 by Chris Lattner · 17 years ago
- c451f9c Make ValueIsOnlyUsedLocallyOrStoredToOneGlobal smart enough to see through by Chris Lattner · 17 years ago
- 8168618 Make AllUsesOfLoadedValueWillTrapIfNull strong enough to see through PHI by Chris Lattner · 17 years ago
- 53698d7 remove dead enum value. by Chris Lattner · 17 years ago
- 8a90198 Make single-argument ctors explicit to avoid tricky bugs :) by Chris Lattner · 17 years ago
- 3d6992f Fix build problems on Cygwin (PR1652), patch by Patrick Walton. by Chris Lattner · 17 years ago
- ffddf97 Added getNumDefs(). by Evan Cheng · 17 years ago
- 6600377 Bug fixes. by Evan Cheng · 17 years ago
- 6900132 Remove dead code. by Evan Cheng · 17 years ago
- 05e69c1 Yet another getTargetNode variant. by Evan Cheng · 17 years ago
- 85dbe1a Initial support for multi-result patterns: by Evan Cheng · 17 years ago
- 0d8d316 Fixed a typo that's causing a missing kill marker. by Evan Cheng · 17 years ago
- bef8e0b add a new BF->LLVM translator, contributed by Sterling Stein. by Chris Lattner · 17 years ago
- 36597a5 Change llvm.gcroot to not init the root to null at runtime, this prevents by Chris Lattner · 17 years ago
- ea58310 Generated files for previous patch. by Dale Johannesen · 17 years ago
- 9d5f456 Revise previous patch per review comments. by Dale Johannesen · 17 years ago
- 257500d Compensate for partCount change in Bogus definition by Dale Johannesen · 17 years ago
- fe4afb1 Enable indirect encoding for the personality function by Bill Wendling · 17 years ago
- ec39cb9 Move dump out of class, use "\n" instead of endl by Daniel Berlin · 17 years ago
- 6d6d352 Sometimes a MI can define a register as well as defining a super-register at the by Evan Cheng · 17 years ago
- 0153732 Fix date :) by Anton Korobeynikov · 17 years ago
- 440d746 Testcase for recent pragma pack stuff by Anton Korobeynikov · 17 years ago
- 071a279 Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead. by Evan Cheng · 17 years ago
- 3054dde Added status flags register: EFLAGS. by Evan Cheng · 17 years ago
- aeb7d4d Allow set operators with multiple destinations, i.e. (set x, y, (op a, b)). by Evan Cheng · 17 years ago
- c72cd7e Generated files for previous patch. by Dale Johannesen · 17 years ago
- 3f6eb74 Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 17 years ago
- 6320260 Convert to use ilist and non-pointer lists for extra goodness by Daniel Berlin · 17 years ago
- 4e319a3 Add accessor method. by Bill Wendling · 17 years ago
- ef4a661 Add a bool to indicate if we should set the "indirect encoding" bit in the Dwarf by Bill Wendling · 17 years ago
- 95bb69a Reenable libgc and libprofile is explicitly requested. by Chris Lattner · 17 years ago
- 210329a remove an obsolete library. by Chris Lattner · 17 years ago
- 111e8ce update this to use llvm-config, patch by Jose M. Moya by Chris Lattner · 17 years ago
- bba5037 Test that a call to a trampoline is turned into a call to by Duncan Sands · 17 years ago
- d50dc73 Two ParamAttrsVectors which differ by a permutation by Duncan Sands · 17 years ago
- b84abcd Turn calls to trampolines into calls to the underlying nested function. by Duncan Sands · 17 years ago
- f7331b3 Fold the adjust_trampoline intrinsic into by Duncan Sands · 17 years ago
- 49c2393 My compiler warns about the semicolon. by Duncan Sands · 17 years ago
- d60da49 The personality function on Darwin needs a global stub. We then refer to by Bill Wendling · 17 years ago
- 29ce955 Add a ValueInfoT template parameter to DenseMap so that it can properly make decisions by Owen Anderson · 17 years ago