- 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
- fc54c55 Generalize the HazardRecognizer interface so that it can be used by Dan Gohman · 16 years ago
- c475c36 Simplify the MachineLICM pass by having it only traverse outer by Dan Gohman · 16 years ago
- 19caec7 Fix Alpha test and support for private linkage. by Rafael Espindola · 16 years ago
- f0fcdd8 Expand insert/extract of a <4 x i32> with a variable index. by Mon P Wang · 16 years ago
- bb46f52 Add the private linkage. by Rafael Espindola · 16 years ago
- f193ff0 Use lightweight DebugInfo objects directly. by Devang Patel · 16 years ago
- 79ce276 Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph by Dan Gohman · 16 years ago
- 6ad2b2a add comment to explain my previous commit, as asked by Chris by Nuno Lopes · 16 years ago
- c478e52 avoid using iterators when they get invalidated potentially this fixes PR3332 by Gabor Greif · 16 years ago
- 0e5200f Use variable's context to identify respective DbgScope. by Devang Patel · 16 years ago
- 41b762a Add load-folding table entries for BT*ri8 instructions. by Dan Gohman · 16 years ago
- 65b7f27 Make getWidenVectorType const; this file was missed in the previous commit. by Dan Gohman · 16 years ago
- c13cf13 Make getWidenVectorType const. by Dan Gohman · 16 years ago
- 661d9c3 Eliminate a redundant check. by Evan Cheng · 16 years ago
- f35fd54 - Teach CanEvaluateInDifferentType of this xform: sext (zext ty1), ty2 -> zext ty2 by Evan Cheng · 16 years ago
- e9530ec More consts on TargetLowering references. by Dan Gohman · 16 years ago
- 0d137d7 Use const with TargetLowering references in a few more places. by Dan Gohman · 16 years ago
- 73e0914 Const-qualify getPreIndexedAddressParts and friends. by Dan Gohman · 16 years ago
- cfb1ae8 Don't fold address calculations which use negative offsets into by Richard Osborne · 16 years ago
- 62db116 Update the operands used when building LDAWSP instructions to match the .td by Richard Osborne · 16 years ago
- b67e6b3 minor refactoring: use a more specific API by Gabor Greif · 16 years ago
- 94bd57e - Convert remaining i64 custom lowering into custom instruction emission by Scott Michel · 16 years ago
- f9b1d79 Some small documentation fixes. by Mikhail Glushenkov · 16 years ago
- 564b75a Clarify the documentation a bit. by Mikhail Glushenkov · 16 years ago
- d9d4624 Fix PR3325, a miscompilation of invokes by IPSCCP. Patch by Jay Foad! by Chris Lattner · 16 years ago
- 3731575 xfail for now. by Devang Patel · 16 years ago
- 29cab5f Add pseudo instructions to the XCore for (load|store|load address) of a by Richard Osborne · 16 years ago
- a8c78a9 fix crash in the case when some arg is null by Nuno Lopes · 16 years ago
- 6104626 minor simplification by Gabor Greif · 16 years ago
- 2f46bb8 Fix the time regression I introduced in 464.h264ref with by Dale Johannesen · 16 years ago
- 15b064d Make -o a prefix option. by Mikhail Glushenkov · 16 years ago
- 4548d97 Do not construct debug scope if RootScope *is* null. by Devang Patel · 16 years ago
- 07c2a78 Add member template MallocAllocator::Allocate(Num) (to match the same function in BumpPtrAllocator). by Ted Kremenek · 16 years ago
- 92c6bd2 rewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid a temporary by Chris Lattner · 16 years ago
- bbdc820 Removoe MachineModuleInfo methods (and related DebugInfoDesc class hierarchy) that were used to handle debug info. by Devang Patel · 16 years ago
- bb6382e fix memleaks by Nuno Lopes · 16 years ago
- 0746392 BT appears to be available on all >= i386 chips. by Dan Gohman · 16 years ago
- 286575c Don't use a BT instruction if the AND has multiple uses. by Dan Gohman · 16 years ago
- f31408d Disable the register+memory forms of the bt instructions for now. Thanks by Dan Gohman · 16 years ago
- e205162 Keep "has debug info" big in MachineModuleInfo to avoid circular dependency between AsmPrinter and CodeGen. by Devang Patel · 16 years ago
- 35fe734 Undo previous checkin. by Devang Patel · 16 years ago
- 39fa324 Fix testsuite regressions from recursive inlining. by Dale Johannesen · 16 years ago
- c48c550 Use DwarfWriter to record dbg variables. by Devang Patel · 16 years ago
- bb8c595 Use dwarf writer to decide whether the module has debug info or not. by Devang Patel · 16 years ago
- 4afe15b Add bt instructions that take immediate operands. by Dan Gohman · 16 years ago
- 0c89b7e Fix a few more JIT encoding issues in the BT instructions. by Dan Gohman · 16 years ago
- fd246e5 Use assertions to check for conditions that should never happen. by Dan Gohman · 16 years ago
- bc0b567 The list-td and list-tdrr schedulers don't yet support physreg by Dan Gohman · 16 years ago
- 6893cd7 Make instcombine ensure that all allocas are explicitly aligned at at by Dan Gohman · 16 years ago
- 1b04694 Checking in conditionals, function call, arrays and libcalls implementation. by Sanjiv Gupta · 16 years ago
- a1f50e2 Avoid referring to edge D after the Succs or Preds arrays have by Dan Gohman · 16 years ago
- 2ecf88d When replacing uses and the same node is reached by Duncan Sands · 16 years ago
- 87b8cce Mark this XFAIL for the moment. by Duncan Sands · 16 years ago
- 1bec3dd Fix some typos. Also, the WidenedVectors map by Duncan Sands · 16 years ago
- 042fb31 Correct a comment - this is not a sign extension. by Duncan Sands · 16 years ago
- b502440 Correct a comment. by Duncan Sands · 16 years ago
- 789558d Wind SCEV back in time, to Nov 18th. This 'fixes' PR3275, PR3294, PR3295, by Nick Lewycky · 16 years ago
- 3ff704f add a new insertAfter method, patch by Tom Jablin! by Chris Lattner · 16 years ago
- acca955 make -march=cpp handle the nocapture attribute, make it assert if it by Chris Lattner · 16 years ago
- 167650d Un-tabify. by Evan Cheng · 16 years ago
- 0c2e7b9 Fix fallout from r62144. Evan, please double check this. by Owen Anderson · 16 years ago