| Commit message (Expand) | Author | Age | Files | Lines |
* | CMake: Turned some libraries into partially linked objects. Corrected | Oscar Fuentes | 2008-10-22 | 5 | -5/+5 |
* | Adjust comments for pedantic satisfaction. | Dale Johannesen | 2008-10-22 | 1 | -9/+9 |
* | CMake: updated lib/VMCore/CMakeLists.txt | Oscar Fuentes | 2008-10-21 | 1 | -0/+1 |
* | Privatize PrintModulePass and PrintFunctionPass and add | Daniel Dunbar | 2008-10-21 | 3 | -11/+100 |
* | Add comments to explain uint64->f64 algorithm, | Dale Johannesen | 2008-10-21 | 1 | -0/+35 |
* | Add an SSE2 algorithm for uint64->f64 conversion. | Dale Johannesen | 2008-10-21 | 3 | -2/+86 |
* | Fix SelectionDAGBuild lowering of Select instructions to | Dan Gohman | 2008-10-21 | 1 | -8/+22 |
* | Clear raw_fd_ostream error string on success and explain behavior in | Daniel Dunbar | 2008-10-21 | 1 | -3/+6 |
* | Implement the optimized FCMP_OEQ/FCMP_UNE code for x86 fast-isel. | Dan Gohman | 2008-10-21 | 1 | -0/+12 |
* | use pre-UAL mnemonics for push/pop for compilaton callback function | Jim Grosbach | 2008-10-21 | 1 | -2/+2 |
* | fix a tricky bug in the JIT global variable emitter, that was triggered when ... | Nuno Lopes | 2008-10-21 | 2 | -6/+40 |
* | Disable constant-offset folding for PowerPC, as the PowerPC target | Dan Gohman | 2008-10-21 | 2 | -0/+8 |
* | Don't create TargetGlobalAddress nodes with offsets that don't fit | Dan Gohman | 2008-10-21 | 2 | -2/+2 |
* | Optimized FCMP_OEQ and FCMP_UNE for x86. | Dan Gohman | 2008-10-21 | 4 | -101/+214 |
* | When the coalescer is doing rematerializing, have it remove | Dan Gohman | 2008-10-21 | 2 | -5/+11 |
* | Make the NaN test come second, heuristically assuming | Dan Gohman | 2008-10-21 | 1 | -12/+12 |
* | Use Function::getEntryBlock() instead of Function::front(), for clarity. | Dan Gohman | 2008-10-21 | 1 | -1/+1 |
* | CMake: updated lib/CodeGen/CMakeLists.txt | Oscar Fuentes | 2008-10-21 | 1 | -0/+1 |
* | Fix a bug that prevented llvm-extract -delete from working. | Dan Gohman | 2008-10-21 | 1 | -1/+1 |
* | Fix gcc.c-torture/compile/920520-1.c by inserting bitconverts | Chris Lattner | 2008-10-21 | 1 | -7/+30 |
* | Add skeleton for the pre-register allocation live interval splitting pass. | Evan Cheng | 2008-10-20 | 1 | -0/+81 |
* | Update the stub and callback code to handle lazy compilation. The stub | Jim Grosbach | 2008-10-20 | 3 | -64/+120 |
* | Fast-isel no longer an experiment. | Dan Gohman | 2008-10-20 | 1 | -1/+1 |
* | Add a register class -> virtual registers map. | Evan Cheng | 2008-10-20 | 1 | -0/+1 |
* | Support operations like fp_to_uint with a vector | Duncan Sands | 2008-10-20 | 2 | -1/+53 |
* | LegalizeTypes support for atomic operation promotion. | Duncan Sands | 2008-10-20 | 2 | -3/+78 |
* | Use DAG.getIntPtrConstant rather than DAG.getConstant | Duncan Sands | 2008-10-20 | 2 | -6/+4 |
* | Always use either MVT::i1 or getSetCCResultType for | Duncan Sands | 2008-10-20 | 1 | -15/+51 |
* | Formatting - no functional change. | Duncan Sands | 2008-10-20 | 2 | -7/+6 |
* | Don't use a random type for the select condition, | Duncan Sands | 2008-10-20 | 1 | -2/+1 |
* | Have X86 custom lowering for LegalizeTypes use | Duncan Sands | 2008-10-20 | 1 | -10/+12 |
* | Set N->OperandList to 0 after deletion. Otherwise, it's possible that it will | Bill Wendling | 2008-10-19 | 1 | -15/+26 |
* | Fix comment. Other formatting changes. No functionality changes. | Bill Wendling | 2008-10-19 | 1 | -5/+6 |
* | Vector shuffle mask elements may be "undef". Handle | Duncan Sands | 2008-10-19 | 1 | -13/+24 |
* | Use a legal integer type for vector shuffle mask | Duncan Sands | 2008-10-19 | 1 | -4/+4 |
* | Reapply r57699 with a fix to not crash on asms with multiple results. Unlike | Chris Lattner | 2008-10-18 | 1 | -16/+48 |
* | Don't truncate GlobalAddress offsets to int in debug output. | Dan Gohman | 2008-10-18 | 2 | -2/+2 |
* | By min, I mean max. | Evan Cheng | 2008-10-18 | 1 | -1/+1 |
* | When creating intervals, leave min(1, numdefs) holes after each instruction. | Evan Cheng | 2008-10-18 | 1 | -5/+13 |
* | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman | 2008-10-18 | 15 | -72/+141 |
* | Revert r57699. It's causing regressions in | Dan Gohman | 2008-10-18 | 1 | -43/+15 |
* | This is now partly done. | Dan Gohman | 2008-10-17 | 1 | -1/+1 |
* | This is done. | Dan Gohman | 2008-10-17 | 1 | -10/+0 |
* | Factor out the code for mapping LLVM IR condition opcodes to | Dan Gohman | 2008-10-17 | 2 | -34/+47 |
* | Add implicit defs of XMM8 to XMM15 on 32-bit call instructions. While this is... | Evan Cheng | 2008-10-17 | 1 | -1/+2 |
* | Fix PR2898. Spiller delete a store for reuse before it knows for sure the reu... | Evan Cheng | 2008-10-17 | 1 | -11/+26 |
* | add support for 128 bit aggregates. | Chris Lattner | 2008-10-17 | 1 | -0/+1 |
* | The Dwarf writer was comparing mangled and unmangled names for C++ code when we | Bill Wendling | 2008-10-17 | 1 | -1/+4 |
* | Added MemIntrinsicNode which is useful to represent target intrinsics that | Mon P Wang | 2008-10-17 | 1 | -2/+59 |
* | Factor out the code for mapping LLVM IR condition opcodes to | Dan Gohman | 2008-10-17 | 1 | -126/+61 |