- 2039449 Testcase for limited precision stuff. by Bill Wendling · 16 years ago
- 6c53334 Shift types need to match. by Bill Wendling · 16 years ago
- 63bf29b another fix for PR3354 by Chris Lattner · 16 years ago
- 8289b05 Add a README entry noticed while investigating PR3216. by Dan Gohman · 16 years ago
- f5add58 Fix a dagcombine to not generate loads of non-round integer types, by Dan Gohman · 16 years ago
- c2997f4 Do not use DenseMap because the iterator is invalidated while constructing types. After all there was a reason why std::map was used initially! by Devang Patel · 16 years ago
- 2ab1d86 Regenerate. by Nick Lewycky · 16 years ago
- f514e2d Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine! by Nick Lewycky · 16 years ago
- d0deec2 Make linear scan's trivial coalescer slightly more aggressive. by Evan Cheng · 16 years ago
- 5049fa6 Doxygen-ify comments. by Bill Wendling · 16 years ago
- b79b535 Verify debug info. by Devang Patel · 16 years ago
- 6ff645b Fix a problem exposed by PR3354: simplifycfg was making a potentially by Chris Lattner · 16 years ago
- c533612 Remove SDNode's virtual destructor. This makes it impossible for by Dan Gohman · 16 years ago
- 5491702 Move & restructure test per review. by Dale Johannesen · 16 years ago
- a14fa71 convert this to an unfoldable potentially trapping constant expr. by Chris Lattner · 16 years ago
- 2f39b29 improve compatibility with cygwin, patch by Jay Foad! by Chris Lattner · 16 years ago
- c9a0058 div/rem by zero and div/rem overflow are both undefined according to by Chris Lattner · 16 years ago
- dbe664a Fix SelectionDAG::ReplaceAllUsesWith to behave correctly when by Dan Gohman · 16 years ago
- 2c7ed11 Fix PR3353, infinitely jump threading an infinite loop make from switches. by Chris Lattner · 16 years ago
- 1f54f58 compile-time fmod was done incorrectly. PR 3316. by Dale Johannesen · 16 years ago
- c15255c DebugInfo is a lightweight APIs and consumers are expected to use light objects directly. There is no need to support isa<>, dyn_cast<> etc... by Devang Patel · 16 years ago
- 0153308 Verify Intrinsic::dbg_declare. by Devang Patel · 16 years ago
- b76ace3 Add targets to support the installation of clang in isolation. by Mike Stump · 16 years ago
- 2722e7b DIVREM isel deficiency: If sign bit is known zero, zero out DX/EDX/RDX instead of sign extending the low part (in AX/EAX/RAX) into it. by Evan Cheng · 16 years ago
- c1a168a Fix 80 col violations. by Evan Cheng · 16 years ago
- 5fc742d Handle ISD::DECLARE with PIC relocation model. by Evan Cheng · 16 years ago
- 1999ff1 Port this test from dejagnu to unit testing. by Nick Lewycky · 16 years ago
- 4bd4787 Fix typo, sentence fragment. by Nick Lewycky · 16 years ago
- bf22bc6 Adding your's truly to CREDITS.TXT by Dan Villiom Podlaski Christiansen · 16 years ago
- 13524bf Temporarily revert r62487. It's causing this error during a release bootstrap of by Bill Wendling · 16 years ago
- 50c3dfe Minor tweak to LowerUINT_TO_FP_i32. Bias (after scalar_to_vector) has two uses so we should make it the second source operand of ISD::OR so 2-address pass won't have to be smart about commuting. by Evan Cheng · 16 years ago
- a06ec9e Now not UINT_TO_FP is legal (it's marked custom), dag combiner won't by Evan Cheng · 16 years ago
- c4f85dd Fix PR3016, a bug which can occur do to an invalid assumption: by Chris Lattner · 16 years ago
- 9e0dad4 reduce indentation by using 'continue', no functionality change. by Chris Lattner · 16 years ago
- 6fe73bb Fix some problems in SpeculativelyExecuteBB. Basically, by Chris Lattner · 16 years ago
- 9dd3b61 Make this a bit more explicit about which cases need the by Chris Lattner · 16 years ago
- d62284a Fix rdar://6505632, an llc crash on 483.xalancbmk by Chris Lattner · 16 years ago
- 15c94d0 Few targets like PIC16 wants libcall generation for illegal type i16. by Sanjiv Gupta · 16 years ago
- 2cb560f CMake: Add lib/Analysis/CaptureTracking.cpp by Oscar Fuentes · 16 years ago
- 8556d2a BasicAliasAnalysis and FunctionAttrs were both by Duncan Sands · 16 years ago
- e3bc6ae Simplify extract element based on comments from Duncan Sands. by Mon P Wang · 16 years ago
- b3ec5ba Forgot this in the previous checkin: fopen now has nocapture, realloc is by Nick Lewycky · 16 years ago
- 0b6679d Fix copy and pasted typos that prevented strtok_r, realloc, getenv, ungetc, by Nick Lewycky · 16 years ago
- 7f85bb6 add a comment by Gabor Greif · 16 years ago
- 7f2e381 switch over some other methods from indices to iterators by Gabor Greif · 16 years ago
- 7543f7f make comparisons a bist faster by Gabor Greif · 16 years ago
- 2d1768c by Devang Patel · 16 years ago
- 5aac3d3 Refactor code by Devang Patel · 16 years ago
- 959fb88 Testcase for last commit. by Bill Wendling · 16 years ago
- 030939c Extend thi by Bill Wendling · 16 years ago
- 8e27826 Fix MatchAddress bug that's preventing negative displacement from being folded in 64-bit mode. by Evan Cheng · 16 years ago
- 7ab2450 Assign argument type to appropriate DIE. by Devang Patel · 16 years ago
- 7e55b3a Remove dead code. by Devang Patel · 16 years ago
- 2d91d18 Disable composite type debug info for now. by Devang Patel · 16 years ago
- f6a4e2e Temporarily revert my last change. It is causing a bootstrap failure. by Bill Wendling · 16 years ago
- 8b8a636 Implement a special algorithm for converting uint_to_fp for i32 values on by Bill Wendling · 16 years ago
- 70fd453 CMake: Add lib/Target/IA64/IA64Subtarget.cpp by Oscar Fuentes · 16 years ago
- 7b98424 speed up iterative loop by using iterators. changes direction, but functionally equivalent by Gabor Greif · 16 years ago
- 1253298 introduce typedef for complicated vector, and use it too by Gabor Greif · 16 years ago
- 7ac9cdf Simplify extract element of a scalar to vector. by Mon P Wang · 16 years ago
- de62aea typo by Gabor Greif · 16 years ago
- ee5c2b8 Fix PPC ISD::Declare isel and eliminate the need for PPCTargetLowering::LowerGlobalAddress to check if isVerifiedDebugInfoDesc() is true. Given the recent changes, it would falsely return true for a lot of GlobalAddressSDNode's. by Evan Cheng · 16 years ago
- 7059d47 Support for multi-valued options in CommandLine by Mikhail Glushenkov · 16 years ago
- 01bbc3e Give IA64 a TargetSubtarget subclass, so that it can implement getSubtargetImpl. by Dan Gohman · 16 years ago
- f711939 Instead of adding dependence edges between terminator instructions by Dan Gohman · 16 years ago
- 49bb50e If an anti-dependence uses a non-allocatable register, set AntiDepReg by Dan Gohman · 16 years ago
- b6a6164 Use the getNode() accessor instead of accessing the Node by Dan Gohman · 16 years ago
- 3326f16 Disable the post-RA scheduler on this test, since it uses a by Dan Gohman · 16 years ago
- 8554449 Fix the check for an empty basic block to check for an empty SUnits by Dan Gohman · 16 years ago
- febf71d Avoid triggering an assertion failure when an instruction pattern by Dan Gohman · 16 years ago
- df874ee new nodes should be added to the worklist, not old nodes. by Chris Lattner · 16 years ago
- 07354e5 Fix comments. by Devang Patel · 16 years ago
- e57187c CreateVirtualRegisters does trivial copy coalescing. If a node def is used by a single CopyToReg, it reuses the virtual register assigned to the CopyToReg. This won't work for SDNode that is a clone or is itself cloned. Disable this optimization for those nodes or it can end up with non-SSA machine instructions. by Evan Cheng · 16 years ago
- a21a860 remove a dead method. by Chris Lattner · 16 years ago
- 9029cb8 don't assert and die on out of range (undefined) shifts. This fixes PR3334. by Chris Lattner · 16 years ago
- 71759c4 Fix PR3335 by not turning a store to one address space into a store to another. by Chris Lattner · 16 years ago
- 1b8eaf5 reduce indentation by using early exits, no functionality change. by Chris Lattner · 16 years ago
- 99ec353 Use lightweight DebugInfo objects directly. by Devang Patel · 16 years ago
- 64e8732 Add support for non-zero __builtin_return_address values on X86. by Bill Wendling · 16 years ago
- 4d544a2 Change isGVCompilationDisabled() semantics again. It should abort on any GV that's not constant whether it's "internal" or not. In a server / client environment, GV is returned in the same block of memory as code. However, the memory might not be writable. by Evan Cheng · 16 years ago
- 75a46eb use specialized accessor instead of plain getOperand(0) by Gabor Greif · 16 years ago
- 7103c6a Align source code. by Devang Patel · 16 years ago
- 79ce4ce Fix a "comparison between signed and unsigned integer expressions" warning. by Dan Gohman · 16 years ago
- d1f5fab Reinstate r60509 from Dale: Make the debugging dump be a full line. by Nick Lewycky · 16 years ago
- 6ea5776 Get this building with gcc-4.4. by Duncan Sands · 16 years ago
- 81d05c2 Grammar fix. by Duncan Sands · 16 years ago
- 2388a58 Registry.h should not depend on CommandLine.h. by Mikhail Glushenkov · 16 years ago
- 0b9d997 This is now passing. by Evan Cheng · 16 years ago
- 5c1799b Delete trailing whitespace. by Mikhail Glushenkov · 16 years ago
- a10f159 Reverting back 62301. by Sanjiv Gupta · 16 years ago
- 65aae00 Few targets do not have a single directive to emit global constants. by Sanjiv Gupta · 16 years ago
- bdfc582 ARMCompilationCallback should not save / restore vfp registers if vfp is not available. by Evan Cheng · 16 years ago
- 5be9355 Validate debug info values only if DwarfDebug is initialized. by Devang Patel · 16 years ago
- 4e56ab2 Clean up previous cast optimization a bit. Also make zext elimination a bit more aggressive: if it's not necessary to emit an AND (i.e. high bits are already zero), it's profitable to evaluate the operand at a different type. by Evan Cheng · 16 years ago
- 05aae18 Add support for instructions with multiple ComplexPatterns, by by Dan Gohman · 16 years ago
- 61c6bf3 Any debug info symbol is only valid if atleast one compile unit is seen. by Devang Patel · 16 years ago
- 2836c28 Initial hazard recognizer support in post-pass scheduling. This includes by Dan Gohman · 16 years ago
- 153745c Do not stumble over forward declared struct member. by Devang Patel · 16 years ago
- cf3a448 by Devang Patel · 16 years ago
- fa9c5ea Added missing support to widen an operand from a bit convert. by Mon P Wang · 16 years ago