aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* minor syntax cleanupChris Lattner2009-07-141-11/+5
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-1453-435/+422
* Fix path name.Daniel Dunbar2009-07-141-1/+1
* Use the right relocation type for X86::MOV64ri64i32Bruno Cardoso Lopes2009-07-141-0/+2
* Fix bad indentation and 80-col violation.Bob Wilson2009-07-141-1/+2
* Added llvm-mc support for parsing the .lsym directive.Kevin Enderby2009-07-145-0/+53
* Check for PRE_INC and POST_INC.David Goodwin2009-07-141-1/+1
* Fix the expansion of umax and smax in the case where one or more ofDan Gohman2009-07-142-6/+171
* fix a bug in my previous patch.Chris Lattner2009-07-141-1/+1
* Update CMake file.Ted Kremenek2009-07-141-0/+1
* allow default construction of formatted_raw_ostream.Chris Lattner2009-07-141-4/+11
* fix David's merge conflictChris Lattner2009-07-141-6/+2
* reapply r75408, which eliminates MOV64r0 in favor of usingChris Lattner2009-07-143-17/+28
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-1467-194/+265
* Helper script to use bugpoint with a remote target.Viktor Kutuzov2009-07-141-0/+108
* convert to filecheck style, simplify RUN line, and add comment.Chris Lattner2009-07-141-7/+7
* Update CMake file.Ted Kremenek2009-07-141-0/+1
* Fix for bugpoint -remote-clientViktor Kutuzov2009-07-141-7/+15
* Remove some dead functions, patch by Ryan Flynn!Chris Lattner2009-07-142-4/+0
* convert this test to filecheck styleChris Lattner2009-07-141-12/+20
* Fix a typo that Edwin spotted.Dan Gohman2009-07-141-1/+1
* hasThumb2() does not mean we are compiling for thumb, must also check isThumb().David Goodwin2009-07-141-3/+6
* Add a comment clarifying the role of getPrimitiveTypeSizeInBits.Dan Gohman2009-07-141-0/+5
* Remove an extra space.Bob Wilson2009-07-141-1/+1
* Introduce a pointertracking pass.Torok Edwin2009-07-145-0/+482
* Testcase for PR4556Chris Lattner2009-07-141-0/+6
* Mark as fall through.Bill Wendling2009-07-141-0/+1
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-1427-176/+174
* Added llvm-mc support for parsing the .desc directive.Kevin Enderby2009-07-145-0/+54
* Add a testcase for a bug fixed by r75634.Dan Gohman2009-07-141-0/+36
* LLVM doesn't use libelf. Remove libelf configurey.Dan Gohman2009-07-144-97/+0
* Revert 75571; I'm convinced this isn't the right thing to do.Dale Johannesen2009-07-142-28/+8
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14172-812/+813
* Revert r7561{9,8,7,6}, which depend on r75610. Daniel Dunbar2009-07-149-29/+26
* Revert r75615, which depended on 75610.Daniel Dunbar2009-07-1412-47/+55
* Revert r75610 (and r75620, which was blocking the revert), in the hopes ofDaniel Dunbar2009-07-144-89/+62
* Make SCEVCallbackVH::allUsesReplacedWith more thorough in removingDan Gohman2009-07-141-4/+8
* Require IVUsers after LCSSA, since LCSSA does not preserve IVUsers.Dan Gohman2009-07-141-3/+3
* Add a comment about why ScalarEvolution doesn't recognize non-loop PHIsDan Gohman2009-07-141-0/+4
* After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.Torok Edwin2009-07-143-4/+12
* eliminate extra space.Torok Edwin2009-07-149-25/+24
* Add extra sign extension to the same bit width before int signAnton Korobeynikov2009-07-142-3/+13
* Add missing break. Patch by Artur Pietrek!Anton Korobeynikov2009-07-141-0/+1
* Move main llvm-prof functionality into a ModulePass.Daniel Dunbar2009-07-141-110/+148
* ProfileInfo interface tweaks.Daniel Dunbar2009-07-142-10/+22
* Use http instead https for anonymous readonly check out.Evan Cheng2009-07-141-1/+1
* remove renamed method.Chris Lattner2009-07-141-4/+0
* rename getValueName -> getMangledName. These two files have veryChris Lattner2009-07-142-14/+17
* Rename getValueName -> getMangledNameChris Lattner2009-07-143-5/+5
* rename getValueName -> getMangledNameChris Lattner2009-07-141-1/+1