Age | Commit message (Expand) | Author |
2008-07-08 | Do not CSE DEBUG_LOC, DBG_LABEL, DBG_STOPPOINT, DECLARE, and EH_LABEL SDNode'... | Evan Cheng |
2008-07-08 | Remove custom expansion from LegalizeTypes when doing | Duncan Sands |
2008-07-08 | Add missing select_cc libcall line, somehow omitted | Duncan Sands |
2008-07-08 | improve comment | Chris Lattner |
2008-07-08 | Add a new hidden option to the interpreter to cause it to print | Chris Lattner |
2008-07-08 | Fix PR2496, a really nasty bug which involved sinking volatile loads | Chris Lattner |
2008-07-08 | Unbreak C++ tests on x86 Darwin. | Evan Cheng |
2008-07-08 | LegalizeTypes support for FP_ROUND and FP_EXTEND | Duncan Sands |
2008-07-08 | Add some helpers for manipulating function | Duncan Sands |
2008-07-08 | Pacify gcc-4.3. | Duncan Sands |
2008-07-08 | Add some convenience methods for manipulating | Duncan Sands |
2008-07-08 | Fix three bugs: | Chris Lattner |
2008-07-08 | Expand SCEVUDiv of power of 2 to a lshr instruction. | Nick Lewycky |
2008-07-08 | Avoid unnecessary string construction during asm printing. | Evan Cheng |
2008-07-07 | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman |
2008-07-07 | Pool-allocation for SDNodes. The pool is allocated once for each function, | Dan Gohman |
2008-07-07 | Add some basic Pool-allocation infrastructure. This adds a Recycler class, | Dan Gohman |
2008-07-07 | Clean up PPC register specification. | Evan Cheng |
2008-07-07 | ATT asm printer just print register AsmName's instead of calling tolower on e... | Evan Cheng |
2008-07-07 | TargetRegisterDesc::Name field is the same as the abstract register name. The... | Evan Cheng |
2008-07-07 | Use the canonical way to get an empty structure. | Bill Wendling |
2008-07-07 | Use StringMap for greater justice! | Bill Wendling |
2008-07-07 | Fix SDNode::MorphNodeTo (a function used by by SelectNodeTo) to | Dan Gohman |
2008-07-07 | Move MachineMemOperand's constructor out of line, to avoid a | Dan Gohman |
2008-07-07 | Simplify this use of BuildMI. This is also in preparation for | Dan Gohman |
2008-07-07 | Use of operator* is redundant and confusing here. | Dan Gohman |
2008-07-07 | Minor const-correctness fixes. | Dan Gohman |
2008-07-07 | Assert that all MachineInstrs update PhysRegUseDefLists in | Dan Gohman |
2008-07-07 | Fix two serious LSR bugs. | Evan Cheng |
2008-07-07 | fixed 32-bit fp_to_sint pattern | Bruno Cardoso Lopes |
2008-07-07 | Remove most of the uses of SDOperandPtr, usually replacing it with a | Dan Gohman |
2008-07-07 | Add explicit keywords. | Dan Gohman |
2008-07-07 | Use empty() instead of size(). | Dan Gohman |
2008-07-07 | Make DenseMap's insert return a pair, to more closely resemble std::map. | Dan Gohman |
2008-07-07 | LegalizeSetCCOperands should legalize the result of ExpandLibCall. Patch by R... | Evan Cheng |
2008-07-07 | Handle 'lshr' instruction with SCEVUDiv object. | Nick Lewycky |
2008-07-07 | Prevent option name conflict. | Bill Wendling |
2008-07-07 | LegalizeTypes soft-float support for stores of a | Duncan Sands |
2008-07-05 | Add convenient helper for checking whether global is weak in linker sense | Anton Korobeynikov |
2008-07-05 | Override weak stuff during linking of aliases. This fixes PR2463. | Anton Korobeynikov |
2008-07-05 | Properly link alias and function decls. This fixes PR2146 | Anton Korobeynikov |
2008-07-05 | Fix missed optimization opportunity when analyzing cast of mul and select. | Nick Lewycky |
2008-07-05 | Fixed generating incorrect aligned stores that I backout of r53031 | Mon P Wang |
2008-07-05 | Several changes to Mips backend, experimental fp support being the most | Bruno Cardoso Lopes |
2008-07-04 | Rather than having a different custom legalization | Duncan Sands |
2008-07-04 | Linux also does not require exception handling | Duncan Sands |
2008-07-03 | Don't return std::vector by value, but pass it in by reference to be filled. | Bill Wendling |
2008-07-03 | Revert my previous check-in that split up MachineModuleInfo. It turns out to | Bill Wendling |
2008-07-03 | Backed out 53031. | Evan Cheng |
2008-07-03 | Back out 53091 for now. | Evan Cheng |