| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Print*Pass to use raw_ostream. | Daniel Dunbar | 2008-10-22 | 5 | -20/+27 |
* | CMake: `make install' for libraries, executables and header files. | Oscar Fuentes | 2008-10-22 | 4 | -0/+27 |
* | CMake: use add_llvm_example for HowToUseJIT. | Oscar Fuentes | 2008-10-22 | 1 | -1/+1 |
* | 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 |
* | Fix comment to name "TokenFactor" instead of "Token factor". | Bill Wendling | 2008-10-21 | 1 | -1/+1 |
* | 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 | 7 | -68/+118 |
* | 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 | 2 | -8/+46 |
* | Clear raw_fd_ostream error string on success and explain behavior in | Daniel Dunbar | 2008-10-21 | 2 | -7/+11 |
* | Updated email address. | Dan Gohman | 2008-10-21 | 1 | -1/+1 |
* | Implement the optimized FCMP_OEQ/FCMP_UNE code for x86 fast-isel. | Dan Gohman | 2008-10-21 | 1 | -0/+12 |
* | Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as. | Torok Edwin | 2008-10-21 | 4 | -1/+10 |
* | 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 | 4 | -7/+44 |
* | constify some methods and variables in ImmutableList. | Ted Kremenek | 2008-10-21 | 1 | -9/+9 |
* | really fix run line | Chris Lattner | 2008-10-21 | 1 | -8/+8 |
* | fix run line | Chris Lattner | 2008-10-21 | 1 | -1/+1 |
* | remove some unneeded eh generation | Chris Lattner | 2008-10-21 | 1 | -1/+1 |
* | 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 | 3 | -2/+16 |
* | Optimized FCMP_OEQ and FCMP_UNE for x86. | Dan Gohman | 2008-10-21 | 5 | -101/+245 |
* | When the coalescer is doing rematerializing, have it remove | Dan Gohman | 2008-10-21 | 3 | -5/+16 |
* | 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 | 2 | -7/+41 |
* | Add skeleton for the pre-register allocation live interval splitting pass. | Evan Cheng | 2008-10-20 | 2 | -0/+83 |
* | Update the stub and callback code to handle lazy compilation. The stub | Jim Grosbach | 2008-10-20 | 4 | -64/+128 |
* | 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 | 2 | -7/+31 |
* | This forward declaration is unnecessary. | Evan Cheng | 2008-10-20 | 1 | -1/+0 |
* | Support operations like fp_to_uint with a vector | Duncan Sands | 2008-10-20 | 2 | -1/+53 |
* | Teach getTypeToTransformTo to return something | Duncan Sands | 2008-10-20 | 1 | -4/+5 |
* | 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 |
* | Fix a typo in a comment. | Dan Gohman | 2008-10-20 | 1 | -1/+1 |
* | Have X86 custom lowering for LegalizeTypes use | Duncan Sands | 2008-10-20 | 1 | -10/+12 |
* | Fix typo in a comment. | Matthijs Kooijman | 2008-10-20 | 1 | -1/+1 |
* | Remove another stale comment. | Matthijs Kooijman | 2008-10-20 | 1 | -3/+1 |
* | Remove an inappropriate (probably outdated) comment. | Matthijs Kooijman | 2008-10-20 | 1 | -3/+1 |
* | Fix spelling error. | Matthijs Kooijman | 2008-10-20 | 1 | -1/+1 |
* | 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 |