| Age | Commit message (Expand) | Author |
| 2006-10-13 | Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode. | Evan Cheng |
| 2006-10-11 | Typo | Jim Laskey |
| 2006-10-11 | Naming consistency. | Evan Cheng |
| 2006-10-11 | Jimptables working again on alpha. | Andrew Lenharth |
| 2006-10-10 | Fix another bug in extload promotion. | Chris Lattner |
| 2006-10-10 | Fix a bug introduced by my LOAD/LOADX changes. | Evan Cheng |
| 2006-10-09 | Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes. | Evan Cheng |
| 2006-10-07 | Fix a bug legalizing zero-extending i64 loads into 32-bit loads. The bottom | Chris Lattner |
| 2006-10-06 | Fix a miscompilation of: | Chris Lattner |
| 2006-10-05 | Make use of getStore(). | Evan Cheng |
| 2006-10-04 | Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an | Evan Cheng |
| 2006-10-03 | Fix an obvious typo. | Evan Cheng |
| 2006-09-24 | Add support for other relocation bases to jump tables, as well as custom asm ... | Andrew Lenharth |
| 2006-09-20 | Expand 64-bit shifts more optimally if we know that the high bit of the | Chris Lattner |
| 2006-09-18 | Fix a typo. | Evan Cheng |
| 2006-09-18 | Allow i32 UDIV, SDIV, UREM, SREM to be expanded into libcalls. | Evan Cheng |
| 2006-09-16 | Oh yeah, this is needed too | Chris Lattner |
| 2006-09-16 | simplify control flow, no functionality change | Chris Lattner |
| 2006-09-16 | Allow custom expand of mul | Chris Lattner |
| 2006-09-13 | Compile X << 1 (where X is a long-long) to: | Chris Lattner |
| 2006-09-09 | Implement the fpowi now by lowering to a libcall | Chris Lattner |
| 2006-09-09 | Allow targets to custom lower expanded BIT_CONVERT's | Chris Lattner |
| 2006-09-01 | Allow legalizer to expand ISD::MUL using only MULHS in the rare case that is | Evan Cheng |
| 2006-08-27 | s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| | Chris Lattner |
| 2006-08-21 | Fix PR861 | Chris Lattner |
| 2006-08-14 | eliminate use of getNode that takes vector of valuetypes. | Chris Lattner |
| 2006-08-08 | Start eliminating temporary vectors used to create DAG nodes. Instead, pass | Chris Lattner |
| 2006-08-08 | Eliminate some malloc traffic by allocating vectors on the stack. Change some | Chris Lattner |
| 2006-08-04 | Make SelectionDAG::RemoveDeadNodes iterative instead of recursive, which | Chris Lattner |
| 2006-07-26 | Fix a case where LegalizeAllNodesNotLeadingTo could take exponential time. | Chris Lattner |
| 2006-07-11 | Ensure that dump calls that are associated with asserts are removed from | Jim Laskey |
| 2006-07-11 | Fix CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll and PR818. | Chris Lattner |
| 2006-06-28 | Mark these two classes as hidden, shrinking libllbmgcc.dylib by 25K | Chris Lattner |
| 2006-05-26 | Change RET node to include signness information of the return values. e.g. | Evan Cheng |
| 2006-05-24 | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner |
| 2006-05-17 | When we legalize target nodes, do not use getNode to create a new node, | Chris Lattner |
| 2006-05-17 | Add an assertion, avoid some unneeded work for each call. No functionality | Chris Lattner |
| 2006-05-16 | Add a new ISD::CALL node, make the default impl of TargetLowering::LowerCallTo | Chris Lattner |
| 2006-05-16 | Legalize FORMAL_ARGUMENTS nodes correctly, we don't want to legalize them once | Chris Lattner |
| 2006-05-13 | Merge identical code. | Chris Lattner |
| 2006-05-09 | Fix PR773 | Nate Begeman |
| 2006-05-03 | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson |
| 2006-04-22 | JumpTable support! What this represents is working asm and jit support for | Nate Begeman |
| 2006-04-19 | Simplify some code | Chris Lattner |
| 2006-04-17 | Fix handling of calls in functions that use vectors. This fixes a crash on | Chris Lattner |
| 2006-04-17 | Codegen insertelement with constant insertion points as scalar_to_vector | Chris Lattner |
| 2006-04-16 | Add support for promoting stores from one legal type to another, allowing us | Chris Lattner |
| 2006-04-14 | Make this assertion better | Chris Lattner |
| 2006-04-12 | Promote vector AND, OR, and XOR | Evan Cheng |
| 2006-04-12 | Vector type promotion for ISD::LOAD and ISD::SELECT | Evan Cheng |