aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move Print*Pass to use raw_ostream.Daniel Dunbar2008-10-225-20/+27
* CMake: `make install' for libraries, executables and header files.Oscar Fuentes2008-10-224-0/+27
* CMake: use add_llvm_example for HowToUseJIT.Oscar Fuentes2008-10-221-1/+1
* CMake: Turned some libraries into partially linked objects. CorrectedOscar Fuentes2008-10-225-5/+5
* Adjust comments for pedantic satisfaction.Dale Johannesen2008-10-221-9/+9
* Fix comment to name "TokenFactor" instead of "Token factor".Bill Wendling2008-10-211-1/+1
* CMake: updated lib/VMCore/CMakeLists.txtOscar Fuentes2008-10-211-0/+1
* Privatize PrintModulePass and PrintFunctionPass and addDaniel Dunbar2008-10-217-68/+118
* Add comments to explain uint64->f64 algorithm,Dale Johannesen2008-10-211-0/+35
* Add an SSE2 algorithm for uint64->f64 conversion.Dale Johannesen2008-10-213-2/+86
* Fix SelectionDAGBuild lowering of Select instructions toDan Gohman2008-10-212-8/+46
* Clear raw_fd_ostream error string on success and explain behavior inDaniel Dunbar2008-10-212-7/+11
* Updated email address.Dan Gohman2008-10-211-1/+1
* Implement the optimized FCMP_OEQ/FCMP_UNE code for x86 fast-isel.Dan Gohman2008-10-211-0/+12
* Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as.Torok Edwin2008-10-214-1/+10
* use pre-UAL mnemonics for push/pop for compilaton callback functionJim Grosbach2008-10-211-2/+2
* fix a tricky bug in the JIT global variable emitter, that was triggered when ...Nuno Lopes2008-10-214-7/+44
* constify some methods and variables in ImmutableList.Ted Kremenek2008-10-211-9/+9
* really fix run lineChris Lattner2008-10-211-8/+8
* fix run lineChris Lattner2008-10-211-1/+1
* remove some unneeded eh generationChris Lattner2008-10-211-1/+1
* Disable constant-offset folding for PowerPC, as the PowerPC targetDan Gohman2008-10-212-0/+8
* Don't create TargetGlobalAddress nodes with offsets that don't fitDan Gohman2008-10-213-2/+16
* Optimized FCMP_OEQ and FCMP_UNE for x86.Dan Gohman2008-10-215-101/+245
* When the coalescer is doing rematerializing, have it removeDan Gohman2008-10-213-5/+16
* Make the NaN test come second, heuristically assumingDan Gohman2008-10-211-12/+12
* Use Function::getEntryBlock() instead of Function::front(), for clarity.Dan Gohman2008-10-211-1/+1
* CMake: updated lib/CodeGen/CMakeLists.txtOscar Fuentes2008-10-211-0/+1
* Fix a bug that prevented llvm-extract -delete from working.Dan Gohman2008-10-211-1/+1
* Fix gcc.c-torture/compile/920520-1.c by inserting bitconvertsChris Lattner2008-10-212-7/+41
* Add skeleton for the pre-register allocation live interval splitting pass.Evan Cheng2008-10-202-0/+83
* Update the stub and callback code to handle lazy compilation. The stubJim Grosbach2008-10-204-64/+128
* Fast-isel no longer an experiment.Dan Gohman2008-10-201-1/+1
* Add a register class -> virtual registers map.Evan Cheng2008-10-202-7/+31
* This forward declaration is unnecessary.Evan Cheng2008-10-201-1/+0
* Support operations like fp_to_uint with a vectorDuncan Sands2008-10-202-1/+53
* Teach getTypeToTransformTo to return somethingDuncan Sands2008-10-201-4/+5
* LegalizeTypes support for atomic operation promotion.Duncan Sands2008-10-202-3/+78
* Use DAG.getIntPtrConstant rather than DAG.getConstantDuncan Sands2008-10-202-6/+4
* Always use either MVT::i1 or getSetCCResultType forDuncan Sands2008-10-201-15/+51
* Formatting - no functional change.Duncan Sands2008-10-202-7/+6
* Don't use a random type for the select condition,Duncan Sands2008-10-201-2/+1
* Fix a typo in a comment.Dan Gohman2008-10-201-1/+1
* Have X86 custom lowering for LegalizeTypes useDuncan Sands2008-10-201-10/+12
* Fix typo in a comment.Matthijs Kooijman2008-10-201-1/+1
* Remove another stale comment.Matthijs Kooijman2008-10-201-3/+1
* Remove an inappropriate (probably outdated) comment.Matthijs Kooijman2008-10-201-3/+1
* Fix spelling error.Matthijs Kooijman2008-10-201-1/+1
* Set N->OperandList to 0 after deletion. Otherwise, it's possible that it willBill Wendling2008-10-191-15/+26
* Fix comment. Other formatting changes. No functionality changes.Bill Wendling2008-10-191-5/+6