- 6282406 Simplify code using convertFromZeroExtendedInteger with an APInt by Dan Gohman · 17 years ago
- 93c276e Add a method to APFloat to convert directly from APInt. by Dan Gohman · 17 years ago
- d703ed6 Added option -align-loops=<true/false> to disable loop aligner pass. by Evan Cheng · 17 years ago
- 9b80bd8 Update testcase. by Lauro Ramos Venancio · 17 years ago
- 28d08fd Interface of getByValTypeAlignment differed between by Dale Johannesen · 17 years ago
- 63b8c1f Make llvm-ar behave like ar, if you create an empty archive, ar creates an empty archive. llvm-ar would not generate an output file in this case by Andrew Lenharth · 17 years ago
- f3c630e Initialize TextAlignFillValue. Fix revision 47703. by Lauro Ramos Venancio · 17 years ago
- 1f4a887 Avoid collisions in value names. by Lauro Ramos Venancio · 17 years ago
- a4a0323 Run 'svn info' in the C locale. Also appropriately escape spaces and ? for gawk in darwin. by Gabor Greif · 17 years ago
- cd9f174 Fix an assertion message. by Dale Johannesen · 17 years ago
- e29536c add a note by Chris Lattner · 17 years ago
- 59c2e86 Document that the shuffle mask may contain undef values. by Duncan Sands · 17 years ago
- 9fa4226 Simplify and clean up "update" target. Also by Gabor Greif · 17 years ago
- 1d7ca71 Now that targets are serialized, introduce two new convenience targets: by Gabor Greif · 17 years ago
- 2ae1955 Treat all targets serially at the toplevel. This allows by Gabor Greif · 17 years ago
- c0734e3 Fix http://llvm.org/bugs/show_bug.cgi?id=2104 by ordering lexicographically what gets printed. Be const-correct in PrintResults and uninline it too by Gabor Greif · 17 years ago
- e526d8a Set to default: x86 no longer fold and into test if it has more than one use. by Evan Cheng · 17 years ago
- 643afa5 Keep track how many commutes are performed by the scheduler. by Evan Cheng · 17 years ago
- 6baaf91 Sparc backend doesn't support debug info yet, mark the nodes as expand. This fixes a crash on by Chris Lattner · 17 years ago
- e07415d implement expand for ISD::DECLARE by just deleting it. by Chris Lattner · 17 years ago
- a4b5215 Fix CodeGen/Generic/storetrunc-fp.ll on sparc, PR2105 by Chris Lattner · 17 years ago
- 61273d5 fix CodeGen/Generic/2008-01-25-dag-combine-mul.ll on sparc, PR2105 by Chris Lattner · 17 years ago
- 48840f8 target-indep codegen memcpy lowering issue. by Chris Lattner · 17 years ago
- daf6c54 Add a random not very important note by Chris Lattner · 17 years ago
- fb8075d Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to 16-byte boundaries. by Evan Cheng · 17 years ago
- 41ce5b8 A few more small things I've run into. by Eli Friedman · 17 years ago
- 7b1b7f5 EHPreferredDataFormat hook for PPC targets. Looks like Darwin by Anton Korobeynikov · 17 years ago
- 26c22cf Remove dead code. by Devang Patel · 17 years ago
- cee750f Preparation step for some cleanup/generalization in EH information emission: by Anton Korobeynikov · 17 years ago
- 0154e47 New test for misaligned Altivec laod/store. by Dale Johannesen · 17 years ago
- 351b0d4 Assert on invalid PHINode::addIncoming() arguments. Patch by Erick Tryzelaar! by Anton Korobeynikov · 17 years ago
- 8155d64 Handle load/store of misaligned vectors that are the by Dale Johannesen · 17 years ago
- ef194ed fixes from review of first commit by Nick Kledzik · 17 years ago
- cfd7279 use PROJ_SRC_DIR so this builds with Apple style builds by Nick Kledzik · 17 years ago
- ec59b95 Don't hard-code the mask size to be 32, which is incorrect on ppc64 by Dan Gohman · 17 years ago
- fd1074f This is done. by Evan Cheng · 17 years ago
- 21b3f31 Fix a bug in dead spill slot elimination. by Evan Cheng · 17 years ago
- 18714ae Remove the `else', at Evan's insistence. by Dan Gohman · 17 years ago
- e8ae2fe Add -analyze support to postdomtree. by Dan Gohman · 17 years ago
- e416b7d actually run llc, thanks Dan :) by Chris Lattner · 17 years ago
- 052e976 Add a FIXME about the VECTOR_SHUFFLE evil hack. by Duncan Sands · 17 years ago
- 6b0f14b Emit an error when a library is not found. It is the GNU ld behavior and it is expected by the configure scripts. by Lauro Ramos Venancio · 17 years ago
- 077f9b2 LegalizeTypes support for EXTRACT_VECTOR_ELT. The by Duncan Sands · 17 years ago
- 0a4c378 Remove inappropriate whitespace, change CVS to SVN where it makes sense. by Gabor Greif · 17 years ago
- 8745b52 LegalizeTypes support for legalizing the mask by Duncan Sands · 17 years ago
- 4f069e6 LegalizeTypes support for INSERT_VECTOR_ELT. by Duncan Sands · 17 years ago
- be680dc Don't track max alignment during stack object allocations since they can be deleted later. Let PEI compute it. by Evan Cheng · 17 years ago
- e90a615 Support for legalizing MEMBARRIER. by Duncan Sands · 17 years ago
- 6ef781f Final de-tabification. by Bill Wendling · 17 years ago
- e1b332a Add path separator support, patch by Sam Bishop. by Chris Lattner · 17 years ago
- b09916b Make X86TargetLowering::LowerSINT_TO_FP return without creating a dead by Chris Lattner · 17 years ago
- 22eedf4 this code is correct but strange looking ;-) by Chris Lattner · 17 years ago
- d0ba2a9 Compile x86-64-and-mask.ll into: by Chris Lattner · 17 years ago
- d365312 Spiller now remove unused spill slots. by Evan Cheng · 17 years ago
- 1953ecb Teach Legalize how to expand an EXTRACT_ELEMENT. by Dan Gohman · 17 years ago
- b3564aa Convert the last remaining users of the non-APInt form of by Dan Gohman · 17 years ago
- e6be34a Add comment. by Devang Patel · 17 years ago
- ba309d4 add a note by Chris Lattner · 17 years ago
- 7b8d4a9 Convert SimplifyDemandedMask and ShrinkDemandedConstant to use APInt. by Dan Gohman · 17 years ago
- cc48318 Upgrade testcase. by Bill Wendling · 17 years ago
- 13b823c regenerate. by Devang Patel · 17 years ago
- 43a1bb3 Add assert. by Devang Patel · 17 years ago
- bf931bb Add PR number to testcase. by Owen Anderson · 17 years ago
- 77db50f Fix an issue where GVN had the sizes of the two memcpy's reverse, resulting by Owen Anderson · 17 years ago
- 8e50760 Add assert to check return type. by Devang Patel · 17 years ago
- 258bb1b Refactor according to Evan's and Anton's suggestions. by Arnold Schwaighofer · 17 years ago
- b82b7f2 regenerate by Devang Patel · 17 years ago
- 53284d3 Remove unncessary ReturnInst constructors. by Devang Patel · 17 years ago
- fe42462 Use a smallvector for inactiveCounts and initialize it lazily by Chris Lattner · 17 years ago
- e6d088a Rename PrintableName to Name. by Bill Wendling · 17 years ago
- 95e7834 Update per review. Patch by Mikhail Glushenkov! by Anton Korobeynikov · 17 years ago
- 74ab84c Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool by Bill Wendling · 17 years ago
- 4d535ca Enable -coalescer-commute-instrs by default. by Evan Cheng · 17 years ago
- 3907246 Do not treat Lexer.cpp as a generated file any more, let svn show it with a question mark if it is around. by Gabor Greif · 17 years ago
- 77595fc first commit of new LTO system. It is not hooked up in the llvm/tools/Makefile, so no one will build it be default yet by Nick Kledzik · 17 years ago
- f4511cd Use SmallVector while constructing ReturnInst. by Devang Patel · 17 years ago
- fea9830 Avoid const_casts by Devang Patel · 17 years ago
- 53bdbd7 fix http://llvm.org/bugs/show_bug.cgi?id=2097 by Gabor Greif · 17 years ago
- f898965 by Devang Patel · 17 years ago
- d4cf992 Avoid aborting on invalid shift counts. by Dan Gohman · 17 years ago
- 814ebd7 by Devang Patel · 17 years ago
- 9ec8095 Fix for pr2093: direct operands aren't necessarily addresses, so don't by Eli Friedman · 17 years ago
- 36ab301 fix this test so that the fn name doesn't match the regex by Chris Lattner · 17 years ago
- 64d4e61 Optimize most common case by using single RetVal in ReturnInst. by Devang Patel · 17 years ago
- 16a3e52 Correct function comments. by Arnold Schwaighofer · 17 years ago
- aeecb6c Fix PR2096, a regression introduced with my patch last night. This by Chris Lattner · 17 years ago
- 72c8f0d Really feed llvm-as with the testcase, do not let it read from stdin. This fixes the hangs seen on solaris10. by Gabor Greif · 17 years ago
- 1514010 unbreak check-one by supplying a dummy "verbose" procedure by Gabor Greif · 17 years ago
- 684ed3d While hunting for two hanging tests, by Gabor Greif · 17 years ago
- 212a11c Fix a nasty bug in LegalizeTypes (spotted in by Duncan Sands · 17 years ago
- 85db3a9 De-tabify by Bill Wendling · 17 years ago
- 587c01d De-tabify. by Bill Wendling · 17 years ago
- f059deb De-tabify. by Bill Wendling · 17 years ago
- e85fe66 Detabify by Bill Wendling · 17 years ago
- 584c3bf Detabify. by Bill Wendling · 17 years ago
- 27926af De-tabify. by Bill Wendling · 17 years ago
- a2a4b47 Add support for intermodule tail calls on x86/32bit with by Arnold Schwaighofer · 17 years ago
- 865c681 Change the lowering of arguments for tail call optimized by Arnold Schwaighofer · 17 years ago
- c886c46 This is possible: by Evan Cheng · 17 years ago
- 0254e70 Fix isNegatibleForFree to not return true for ConstantFP nodes by Chris Lattner · 17 years ago