Age | Commit message (Expand) | Author |
2009-08-23 | Add check for completeness. Note that this doesn't actually have any | Eli Friedman |
2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |
2009-08-22 | Record variable debug info at ISel time directly. | Devang Patel |
2009-08-22 | Reapply r79708 with the appropriate fix for the case that still requires lock... | Owen Anderson |
2009-08-22 | revert r79708 + r79711 | Chris Lattner |
2009-08-22 | Actually remove unused static. Previous commit removed trailing | Eric Christopher |
2009-08-22 | Remove unused static. | Eric Christopher |
2009-08-22 | Ease contention on this lock by noticing that all writes to the VTs array will | Owen Anderson |
2009-08-21 | Fix typo. Should check both values of RangeUse for 0. Patch by Marius Wachtler. | Bill Wendling |
2009-08-19 | Add an x86 peep that narrows TEST instructions to forms that use | Dan Gohman |
2009-08-19 | Use the schedule itinerary operand use/def cycle information to adjust depend... | David Goodwin |
2009-08-19 | PR4737: Fix a nasty bug in load narrowing with non-power-of-two types. | Eli Friedman |
2009-08-18 | Be tidy and use a break to exit from a switch block rather than | Dan Gohman |
2009-08-18 | Legalize the shift amount operand of SRL_PARTS, SHL_PARTS, and | Dan Gohman |
2009-08-17 | Remove a bit more cruft from the sjlj moving to a backend pass. | Jim Grosbach |
2009-08-16 | Be more clever about regclasses in ScheduleDAGSDNodes::EmitCopyFromReg. | Jakob Stoklund Olesen |
2009-08-15 | Needs to check whether unaligned load / store of i64 is legal here. | Evan Cheng |
2009-08-15 | Unbreak build. Evan, please make sure my changes are correct. | Benjamin Kramer |
2009-08-15 | 80 col violations. | Evan Cheng |
2009-08-15 | Simplify this code to not depend as much on CurMBB. | Dan Gohman |
2009-08-14 | Allow targets to specify their choice of calling conventions per | Anton Korobeynikov |
2009-08-14 | Indentation change. | Evan Cheng |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-08-13 | Add callback to allow target to adjust latency of schedule dependency edge. | David Goodwin |
2009-08-12 | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson |
2009-08-11 | Fix warnings. | Owen Anderson |
2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
2009-08-11 | Tidy #includes. | Dan Gohman |
2009-08-11 | SjLj based exception handling unwinding support. This patch is nasty, brutish | Jim Grosbach |
2009-08-10 | Fix a bug in the DAGCombiner's handling of multiple linked | Dan Gohman |
2009-08-10 | Fix a bug where DAGCombine was producing an illegal ConstantFP | Dan Gohman |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-08-10 | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson |
2009-08-10 | Make this comment more closely reflect the code. | Dan Gohman |
2009-08-08 | Don't build illegal ops in DAGCombiner::SimplifyBinOpWithSameOpcodeHands(). | Jakob Stoklund Olesen |
2009-08-06 | Use stripPointerCasts instead of partially rewriting it. | Dale Johannesen |
2009-08-06 | Add assertion checks after the calls to LowerFormalArguments, LowerCall, | Dan Gohman |
2009-08-06 | Remove an over-aggressive assert. Functions with empty struct return | Dan Gohman |
2009-08-06 | Fix a few places in DAGCombiner that were creating all-ones-bits | Dan Gohman |
2009-08-05 | Major calling convention code refactoring. | Dan Gohman |
2009-08-04 | Propogate the Depth argument when calling | Dan Gohman |
2009-08-03 | Revert 77974. It breaks 3 of the ARM tests. | Bob Wilson |
2009-08-03 | Allow targets to custom handle softening of results or operands before trying... | Sanjiv Gupta |
2009-08-03 | llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like... | Benjamin Kramer |
2009-08-02 | Avoid forming a SELECT_CC in a type that the target doesn't | Dan Gohman |
2009-08-01 | Print the target flags as an int instead of a char, as they aren't | Dan Gohman |
2009-08-01 | Delete a redundant variable. | Dan Gohman |
2009-08-01 | Minor code simplifications. | Dan Gohman |
2009-08-01 | SelectionDAGISel no longer needs to check hasAvailableExternallyLinkage, | Dan Gohman |
2009-07-31 | SelectionDAGISel does not "preserve all", since it makes lots of changes | Dan Gohman |