aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correct documentation to reflect the change in location of the CFE runtimeReid Spencer2004-12-144-11/+11
* Constant exprs are not efficiently negatable in practice. This disablesChris Lattner2004-12-141-4/+3
* Add the getMagicNumber method.Reid Spencer2004-12-142-0/+38
* The mystery of Olden/tsp solved, and more opportunities for speedup.Brian Gaeke2004-12-142-0/+12
* Get rid of shifts by zero in most cases.Brian Gaeke2004-12-144-24/+12
* Implement Win32 Path::getStatusInfo(), TimeValue::toString()Jeff Cohen2004-12-147-18/+108
* For PR351:Reid Spencer2004-12-144-141/+84
* For PR351:Reid Spencer2004-12-144-10/+24
* For PR351:Reid Spencer2004-12-141-78/+3
* For PR351:Reid Spencer2004-12-141-10/+15
* Revert the last patch as it causes a static destruction ordering problem.Reid Spencer2004-12-141-3/+5
* For PR351:Reid Spencer2004-12-132-15/+17
* For PR351:Reid Spencer2004-12-132-10/+10
* For PR351:Reid Spencer2004-12-131-64/+13
* For PR351:Reid Spencer2004-12-131-7/+2
* For PR351:Reid Spencer2004-12-138-451/+1
* When generating code for X86 targets, make sure the fp control word is setChris Lattner2004-12-132-0/+26
* Minor cleanupsMisha Brukman2004-12-131-2/+2
* Fix link error in PPC optimized build of 'opt'.Brian Gaeke2004-12-131-0/+1
* For PR351:Reid Spencer2004-12-132-68/+0
* Add some notesChris Lattner2004-12-132-2/+42
* For PR351:Reid Spencer2004-12-132-51/+0
* For PR351:Reid Spencer2004-12-132-6/+6
* Get rid of getSizeOf, using ConstantExpr::getSizeOf instead.Chris Lattner2004-12-131-20/+33
* For PR351:Reid Spencer2004-12-135-0/+106
* Change this method to return ulong, not uint, for 64-bit targets.Chris Lattner2004-12-132-6/+5
* New testcase that crashes the V9 backend.Chris Lattner2004-12-131-0/+6
* Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXTReid Spencer2004-12-1310-45/+6
* For PR351:Reid Spencer2004-12-132-57/+0
* For PR351:Reid Spencer2004-12-131-20/+6
* Fix typo.Alkis Evlogimenos2004-12-131-1/+1
* Fix this testChris Lattner2004-12-131-1/+1
* Add llvm tool variables.Alkis Evlogimenos2004-12-131-0/+9
* For PR351:Reid Spencer2004-12-131-59/+58
* Set the rounding mode for the X86 FPU to 64-bits instead of 80-bits. WeChris Lattner2004-12-131-0/+22
* Make the loop termination condition clear when building the set of items toReid Spencer2004-12-132-6/+3
* For PR351: libLLVMSupport now depends on libLLVMSystemReid Spencer2004-12-131-1/+1
* For PR351: \Reid Spencer2004-12-136-39/+27
* Added a size_type typedef to LLVM containers to make Visual Studio shut upReid Spencer2004-12-133-3/+5
* Add a convenience function for clearing the two global areas.Reid Spencer2004-12-131-0/+7
* Get rid of some leaks found by VC leak detector.Reid Spencer2004-12-132-5/+8
* Minor syntactical change to make this a little easier to comprehend.Reid Spencer2004-12-131-5/+2
* Make use of the new Path inserter function.Reid Spencer2004-12-131-3/+3
* Fix a bug where "." or any single character file name doesn't get theReid Spencer2004-12-132-2/+2
* Remove an always false clause from an if statement.Reid Spencer2004-12-132-2/+2
* Fix a bug where directory names of length one or less where not setAlkis Evlogimenos2004-12-132-2/+2
* Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer2004-12-1316-1/+17
* More properly name bytecode_libdir cferuntime_libdir. This is only theReid Spencer2004-12-131-1/+1
* Finish the implementation of the BYTECODE_DESTINATION feature for modulesReid Spencer2004-12-131-5/+11
* Implement a new feature, BYTECODE_DESTINATION, to allow a user makefile toReid Spencer2004-12-131-2/+8