| Age | Commit message (Expand) | Author |
| 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 |
| 2009-07-31 | Use a range insert instead of an explicit loop. | Dan Gohman |
| 2009-07-31 | Allow target intrinsics that return multiple values, i.e., struct types, | Bob Wilson |
| 2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson |
| 2009-07-31 | Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage | Dan Gohman |
| 2009-07-31 | Move getTrue() and getFalse() to 2.5-like APIs. | Owen Anderson |
| 2009-07-31 | Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many | Daniel Dunbar |
| 2009-07-31 | Manage MachineFunctions with an analysis Pass instead of the Annotable | Dan Gohman |
| 2009-07-30 | Move more code back to 2.5 APIs. | Owen Anderson |
| 2009-07-30 | Allow targets to define libcall names for mem(cpy,set,move) intrinsics, rathe... | Sanjiv Gupta |
| 2009-07-30 | Optimize some common usage patterns of atomic built-ins __sync_add_and_fetch(... | Evan Cheng |
| 2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
| 2009-07-29 | inline the global 'getInstrOperandRegClass' function into its callers | Chris Lattner |
| 2009-07-29 | Remove now unused Context variables. | Benjamin Kramer |
| 2009-07-29 | Move ConstantExpr to 2.5 API. | Owen Anderson |
| 2009-07-28 | Return ConstantVector to 2.5 API. | Owen Anderson |
| 2009-07-28 | Change ConstantArray to 2.5 API. | Owen Anderson |
| 2009-07-28 | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner |
| 2009-07-27 | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson |