| Age | Commit message (Expand) | Author |
| 2005-08-05 | Fix a latent bug in the libcall inserter that was exposed by Nate's patch | Chris Lattner |
| 2005-08-04 | Fix a fixme in LegalizeDAG | Nate Begeman |
| 2005-08-04 | * Unbreak release build | Misha Brukman |
| 2005-08-03 | Fix PR611, codegen'ing SREM of FP operands to fmod or fmodf instead of | Chris Lattner |
| 2005-08-02 | Update to use the new MathExtras.h support for log2 computation. | Chris Lattner |
| 2005-08-01 | Fix casts from long to sbyte on ppc | Chris Lattner |
| 2005-07-30 | Keep tabs and trailing spaces out. | Jeff Cohen |
| 2005-07-30 | fix float->long conversions on x86 | Chris Lattner |
| 2005-07-30 | Allow targets to have custom expanders for FP_TO_*INT conversions where | Chris Lattner |
| 2005-07-29 | Allow targets to define custom expanders for FP_TO_*INT | Chris Lattner |
| 2005-07-29 | allow a target to request that unknown FP_TO_*INT conversion be promoted to | Chris Lattner |
| 2005-07-28 | instead of having all conversions be handled by one case value, and then have | Chris Lattner |
| 2005-07-27 | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen |
| 2005-07-19 | Remove unnecessary FP_EXTEND. This causes worse codegen for SSE. | Nate Begeman |
| 2005-07-19 | For: memory operations -> stores | Reid Spencer |
| 2005-07-18 | The assertion was wrong: the code only worked for i64. While we're at it, | Chris Lattner |
| 2005-07-16 | Teach the legalizer how to promote SINT_TO_FP to a wider SINT_TO_FP that | Nate Begeman |
| 2005-07-16 | Break the code for expanding UINT_TO_FP operations out into its own | Chris Lattner |
| 2005-07-15 | You can't use config options without config.h | Chris Lattner |
| 2005-07-14 | Make this use the new autoconf support for finding the executables for | Chris Lattner |
| 2005-07-14 | As discussed on IRC, this stuff is just for debugging. | Chris Lattner |
| 2005-07-14 | If the Graphviz program is available, use it to visualize dot graphs. | Chris Lattner |
| 2005-07-13 | Fix Alpha/2005-07-12-TwoMallocCalls.ll and PR593. | Chris Lattner |
| 2005-07-13 | Fix test/Regression/CodeGen/Generic/2005-07-12-memcpy-i64-length.ll | Chris Lattner |
| 2005-07-10 | Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. | Chris Lattner |
| 2005-07-10 | Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNode | Chris Lattner |
| 2005-07-10 | Introduce a new VTSDNode class with the ultimate goal of eliminating the | Chris Lattner |
| 2005-07-05 | Make several cleanups to Andrews varargs change: | Chris Lattner |
| 2005-07-05 | 2 fixes: | Andrew Lenharth |
| 2005-07-02 | I really didn't think this was necessary. But, Legalize wasn't running again | Andrew Lenharth |
| 2005-06-30 | oops | Andrew Lenharth |
| 2005-06-30 | FP EXTLOAD is not support on all archs, expand to LOAD and FP_EXTEND | Andrew Lenharth |
| 2005-06-29 | restore old srcValueNode behavior and try to to work around it | Andrew Lenharth |
| 2005-06-29 | tracking the instructions causing loads and stores provides more information ... | Andrew Lenharth |
| 2005-06-27 | Adapt the code for handling uint -> fp conversion for the 32 bit case to | Andrew Lenharth |
| 2005-06-22 | If we support structs as va_list, we must pass pointers to them to va_copy | Andrew Lenharth |
| 2005-06-18 | core changes for varargs | Andrew Lenharth |
| 2005-06-16 | Fix bug 537 test 2, which checks to make sure that we fold A+(B-A) -> B for | Nate Begeman |
| 2005-05-15 | Add some simplifications for MULH[SU]. This allows us to compile this: | Chris Lattner |
| 2005-05-14 | Fix construction of ioport intrinsics, fixing X86/io.llx and io-port.llx | Chris Lattner |
| 2005-05-14 | allow token chain at start or end of node | Chris Lattner |
| 2005-05-14 | remove special case hacks for readport/readio from the binary operator | Chris Lattner |
| 2005-05-14 | Implement fixme's by memoizing nodes. | Chris Lattner |
| 2005-05-14 | Turn this into a wrapper for a simpler version of getNode. | Chris Lattner |
| 2005-05-14 | Eliminate special purpose hacks for dynamic_stack_alloc. | Chris Lattner |
| 2005-05-14 | Use the general mechanism for creating multi-value nodes instead of using | Chris Lattner |
| 2005-05-14 | Wrap long line, actually add node to the graph. | Chris Lattner |
| 2005-05-14 | legalize target-specific operations | Chris Lattner |
| 2005-05-14 | add a getNode() version that allows construction of any node type. | Chris Lattner |
| 2005-05-14 | LowerOperation takes a dag | Chris Lattner |