aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid splitting an interval multiple times; avoid splitting re-materializable...Evan Cheng2008-10-246-51/+195
* Fix constant-offset emission for x86-64 absolute addresses. ThisDan Gohman2008-10-243-11/+58
* Add file to VC++ project.Steve Naroff2008-10-241-13/+17
* Initialize uninitialized variable.Dale Johannesen2008-10-241-1/+1
* Added raw_fd_ostream::close().Ted Kremenek2008-10-232-3/+17
* Changes to make the Windows build work...Steve Naroff2008-10-233-116/+131
* Committing a good chunk of the pre-register allocation live interval splittin...Evan Cheng2008-10-233-12/+611
* Mark defs and uses of CTR and LR correctly.Dale Johannesen2008-10-232-11/+30
* Make sure to set stdout to binary when writing bitcode files viaDaniel Dunbar2008-10-231-0/+3
* Fix thinko - the operand number has nothing to doDuncan Sands2008-10-232-3/+3
* Introduce INT64_C macro and unbreak LLVM on MSVC.Argyrios Kyrtzidis2008-10-231-0/+3
* make this test not depend on how the system header defines memset.Chris Lattner2008-10-231-1/+2
* Change create*Pass factory functions to return Pass* instead ofDaniel Dunbar2008-10-2210-19/+18
* Fix incorrect testing for the end of the both strings in CStrInCStrNoCase. T...Ted Kremenek2008-10-221-1/+1
* remove extraneous #ifdef'sJim Grosbach2008-10-221-4/+0
* Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass.Daniel Dunbar2008-10-223-5/+35
* Remove allocation of unused stack slot.Dale Johannesen2008-10-221-6/+0
* Fix for PR2881: fix a small leak exposed by valgrind, using a ManagedStatic.Julien Lerouge2008-10-221-6/+5
* [PR2886] Ignore stderr from ocamlc since it prints unresolvable warnings on s...Gordon Henriksen2008-10-227-7/+7
* Regenerate.Gordon Henriksen2008-10-221-1032/+3309
* [PR2886] Don't look for ocaml's .opt executables; something in the autoconf/t...Gordon Henriksen2008-10-221-4/+4
* LegalizeTypes soft-float support for fpow.Duncan Sands2008-10-222-1/+15
* Get this working with LegalizeTypes: (1) don'tDuncan Sands2008-10-221-5/+9
* Regenerate configureTorok Edwin2008-10-221-3305/+1075
* Unbreak LLVM on the MSVC compiler:Argyrios Kyrtzidis2008-10-223-2/+5
* Use spaces rather than tab.Duncan Sands2008-10-221-1/+1
* Be nice to CellSPU: for this target getSetCCResultTypeDuncan Sands2008-10-221-2/+8
* Port from LegalizeDAG the logic to only generateDuncan Sands2008-10-221-8/+44
* Add some comments explaining the meaning of a booleanDuncan Sands2008-10-222-11/+11
* Temporarily allow the operands of a BUILD_VECTORDuncan Sands2008-10-221-4/+8
* Fix PR2907 by digging through constant expressions to find FP constants thatChris Lattner2008-10-222-42/+92
* 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