aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix a circular dependency between the mips code generatorChris Lattner2009-06-163-4/+28
* Fix the EE bindings to use the proper EE interfaces for creating a JIT.Chris Lattner2009-06-161-1/+1
* CMake: Only include LLVM example executables in the build if requested by the...Douglas Gregor2009-06-161-1/+4
* Test for llvm-gcc patch 73564.Dale Johannesen2009-06-161-0/+10
* Accidentally broke this file.Owen Anderson2009-06-161-1/+1
* Add newline at end of file.Owen Anderson2009-06-161-1/+1
* Remove the Win32 implementation, since it doesn't compile pre-Vista.Owen Anderson2009-06-161-12/+7
* Fix #include guards.Owen Anderson2009-06-161-2/+2
* Make the test target-neutralAnton Korobeynikov2009-06-161-2/+2
* Fix/cleanup trailing newlines.Owen Anderson2009-06-162-2/+1
* Add a portable wrapper for reader-writer locks.Owen Anderson2009-06-165-1/+352
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-1631-30/+333
* Generalize a few more instcombines to be vector/scalar-independent.Dan Gohman2009-06-163-18/+32
* Instcombine's ShrinkDemandedConstant may strip bits out of constants,Dan Gohman2009-06-162-3/+32
* CALL64pcrel32 immediate field is 32-bit. Patch by Abhinav Duggal.Evan Cheng2009-06-161-1/+1
* Address review comments: add 3 ARM calling conventions.Anton Korobeynikov2009-06-168-39/+72
* GNU as refuses to assemble "pop {}" instruction. Do not emit suchAnton Korobeynikov2009-06-162-3/+7
* Add a configure check for pthread_rwlock_init.Owen Anderson2009-06-163-0/+109
* Update the threading section to reflect current plans/implementation.Owen Anderson2009-06-161-16/+36
* Add Threading.cpp to the CMake project filesDouglas Gregor2009-06-161-0/+1
* Fix validation errors.Owen Anderson2009-06-161-2/+3
* Split the thread-related APIs out into their own file, and add a few moreOwen Anderson2009-06-164-27/+113
* Testcase for r73506Chris Lattner2009-06-161-0/+15
* Generalize instcombine's isSafeToLoadUnconditionally() functionChris Lattner2009-06-163-39/+55
* Added missing libcalls for floating point to int conversions.Sanjiv Gupta2009-06-161-7/+59
* Remove the "llvm.umul.with.overflow is broken" warning; it should be Eli Friedman2009-06-161-3/+0
* Fixed names of libcalls checked in r73480.Sanjiv Gupta2009-06-162-12/+4
* Code Restructuring. No functionality change.Sanjiv Gupta2009-06-164-188/+352
* Added required libcalls for PIC16 (mostly floating points to integer casting ...Sanjiv Gupta2009-06-162-0/+24
* Rename RemoveCopiesFromValNo to TurnCopiesFromValNoToImpDefs.Evan Cheng2009-06-162-10/+10
* If a val# is defined by an implicit_def and it is being removed, all of the c...Evan Cheng2009-06-162-20/+371
* Add some generic expansion logic for SMULO and UMULO. Fixes UMULO Eli Friedman2009-06-164-0/+85
* Misc accumulated tweaks to legalization logic for various targets.Eli Friedman2009-06-164-2/+25
* another xform that is target-independent (should be done in instcombine).Chris Lattner2009-06-161-3/+23
* I think instcombine should unconditionally do this xform.Chris Lattner2009-06-161-2/+17
* Fix PR4336: Iterating over use-def chains doesn't seem to be deterministic.Chris Lattner2009-06-161-6/+5
* There doesn't seem to be a reason to move the save FP stuff.Bill Wendling2009-06-161-7/+7
* The DWARF to compact encoding converter assumes that the DW_CFA_def_cfa_offsetBill Wendling2009-06-161-20/+18
* Fix typos.Bill Wendling2009-06-161-2/+2
* Use MainCU if it is available.Devang Patel2009-06-162-2/+278
* Add initial stab at documenting the use of LLVM with threaded clients.Owen Anderson2009-06-161-2/+109
* Add comments to ConstantInt::get and ConstantFP::get to more fullyDan Gohman2009-06-161-7/+12
* Use Type::getScalarType.Dan Gohman2009-06-161-4/+2
* Regenerate.Mikhail Glushenkov2009-06-162-43/+74
* Documentation update.Mikhail Glushenkov2009-06-162-22/+52
* Remove extraneous propset.Owen Anderson2009-06-150-0/+0
* Owen Anderson 2009-06-15: Use a SmallPtrSet here, for speed and to match df_i...Owen Anderson2009-06-152-8/+18
* Add a CreateFNeg function to IRBuilder.Dan Gohman2009-06-151-0/+5
* Update this test to use fmul instead of mul.Dan Gohman2009-06-151-1/+1
* Change this from an assert to a cerr+exit, since it's diagnosing anDan Gohman2009-06-151-2/+6