aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for PR1023 by Dan Gohman.Evan Cheng2006-11-291-1/+1
* Add test cases for PR1022, 1023.Evan Cheng2006-11-291-0/+34
* Upgrade the ugly darwin 64-bit bswap idiom (bswap %eax / bswap %edx /Chris Lattner2006-11-291-1/+23
* Fix for PR1022 (folding loads of static initializers) by Dan Gohman.Evan Cheng2006-11-291-1/+1
* Trivially lower 'bswap $0' into llvm.bswap. This fixes hexxagon with theChris Lattner2006-11-292-1/+75
* WTF? These weird newlines got in there...Bill Wendling2006-11-292-52/+0
* add a hook to allow targets to hack on inline asms to lower them to llvmChris Lattner2006-11-292-4/+22
* Join a split line.Reid Spencer2006-11-291-2/+1
* Converted to using llvm streams instead of <iostream>sBill Wendling2006-11-296-90/+103
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-2925-179/+217
* Convert to using llvm streams instead of iostreams.Bill Wendling2006-11-289-61/+64
* Support for llvm_ostreams.Bill Wendling2006-11-286-16/+22
* gcc doesn't like an empty colbber listAndrew Lenharth2006-11-282-2/+6
* Use ostream instead of iostreamBill Wendling2006-11-282-4/+2
* Use llvm streams instead of <iostream>Bill Wendling2006-11-283-20/+18
* Removed #include <iostream> and used llvm streamsBill Wendling2006-11-281-3/+3
* Removed some of the iostream #includes. Moved towards converting to usingBill Wendling2006-11-2812-89/+143
* Support for llvm streams.Bill Wendling2006-11-282-2/+8
* Add a helper functionChris Lattner2006-11-282-0/+22
* Identities are default nowAndrew Lenharth2006-11-281-4/+0
* Make identity default, and fix PR1020Andrew Lenharth2006-11-282-14/+6
* Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling2006-11-2814-7/+114
* Undo the last patch until 253.perlbmk passes with these changes.Reid Spencer2006-11-281-3/+46
* New entries.Evan Cheng2006-11-281-0/+20
* update commentsAndrew Lenharth2006-11-282-4/+8
* Get the asminfo for the target most closely matching the module and use that ...Andrew Lenharth2006-11-282-56/+52
* X86 asm -> gcc asm translation table (incomplete)Andrew Lenharth2006-11-281-1/+18
* Add per-target support for asm translation in the cbeAndrew Lenharth2006-11-282-1/+9
* Remove debug code.Jim Laskey2006-11-281-2/+0
* Prime text sections to improve branch locality in large object files.Jim Laskey2006-11-281-0/+13
* 32-bit int space was not accounted for properly in lowerCall.Jim Laskey2006-11-281-3/+8
* Regenerate.Reid Spencer2006-11-283-586/+678
* Implement signedness caching for values, value lists, constants andReid Spencer2006-11-283-205/+253
* Remove 4 FIXME's from the CAST patch now that the back end is correctlyReid Spencer2006-11-281-46/+3
* Add an -append-exit-code option to bugpoint. This will cause bugpoint toReid Spencer2006-11-281-0/+11
* Fix a typo.Reid Spencer2006-11-281-1/+1
* Put the #include for a module first.Bill Wendling2006-11-281-1/+1
* Clean up.Evan Cheng2006-11-281-2/+2
* Fix indentation.Evan Cheng2006-11-281-2/+2
* Changed to using LLVM streams.Bill Wendling2006-11-286-35/+34
* Changed to using llvm streams.Bill Wendling2006-11-282-15/+14
* Added helper function to transition to using llvm streams.Bill Wendling2006-11-281-2/+13
* Fix JIT encoding bugs for shift / rotate by one ops.Evan Cheng2006-11-281-5/+5
* testcase for pr1016Chris Lattner2006-11-281-0/+8
* Fix PR1016Chris Lattner2006-11-281-5/+4
* Removed #include <iostream> and replaced streams with llvm streams.Bill Wendling2006-11-273-47/+47
* Preliminary support for inline asm in the cbe. The target specific uglinessAndrew Lenharth2006-11-272-4/+328
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-2736-356/+400
* remove dead tagChris Lattner2006-11-271-1/+0
* Fix the dag combiner bug corresponding to PR1014.Chris Lattner2006-11-271-8/+8