aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
...
* Implement creation of ICmp and FCmp constant expressions.Reid Spencer2006-12-031-2/+7
* Switch analysis groups to be unregistered when llvm_shutdown is called.Chris Lattner2006-12-011-2/+0
* Start moving pass registration over to using the ManagedStatic mechanism.Chris Lattner2006-12-012-9/+0
* pass cfgonly up the ctor instead of calling an explicit method.Chris Lattner2006-12-011-22/+6
* move 'cfgonly' pass tracking into PassInfo, instead of handling it withChris Lattner2006-12-011-3/+11
* remove 'target constructor' support.Chris Lattner2006-12-012-17/+6
* TypoEvan Cheng2006-12-011-1/+1
* - Add getOperandConstraint() to TargetInstrDescriptor.Evan Cheng2006-12-011-17/+28
* Add weak reference directive.Evan Cheng2006-12-011-0/+7
* Remove dead methodsChris Lattner2006-12-011-22/+0
* add a new ConstantIntegral::get method. Simplify the implementation ofChris Lattner2006-12-011-0/+4
* Define the HAVE_PTHREAD symbol.Reid Spencer2006-12-011-3/+0
* Change global descriptor names to provide name, full name and linkage name.Jim Laskey2006-11-301-7/+8
* - MachineInstr now keeps a ptr to TargetInstrDescriptor instead of Opcode.Evan Cheng2006-11-301-6/+11
* Get the delegation right for InstVisitor.Reid Spencer2006-11-292-13/+25
* Oops! didn't mean to put this in there yet.Bill Wendling2006-11-291-5/+0
* add a hook to allow targets to hack on inline asms to lower them to llvmChris Lattner2006-11-291-3/+9
* Converted to using llvm streams instead of <iostream>sBill Wendling2006-11-291-3/+2
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-295-7/+19
* Support for llvm_ostreams.Bill Wendling2006-11-286-16/+22
* Support for llvm streams.Bill Wendling2006-11-282-2/+8
* Add a helper functionChris Lattner2006-11-281-0/+7
* Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling2006-11-2814-7/+114
* Add per-target support for asm translation in the cbeAndrew Lenharth2006-11-281-0/+7
* Fix indentation.Evan Cheng2006-11-281-2/+2
* Added helper function to transition to using llvm streams.Bill Wendling2006-11-281-2/+13
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-272-37/+29
* Protect against null streams.Bill Wendling2006-11-271-1/+1
* For PR950:Reid Spencer2006-11-279-99/+732
* Add method that will take a function pointer so that it can handle thingsBill Wendling2006-11-261-0/+7
* setOperand should not zap the operand list or add implicit operands to anChris Lattner2006-11-201-1/+1
* For PR950:Reid Spencer2006-11-204-14/+337
* MachineInstr includes thisChris Lattner2006-11-181-1/+0
* Implement operator<< for machine basic blocks to make it easier to dump them.Chris Lattner2006-11-182-0/+2
* Hopefully a good crack at making debugging work on intel -disable-fp-elim.Jim Laskey2006-11-171-1/+17
* Used llvm_ostream instead of std::ostream objects. This will reduce useBill Wendling2006-11-174-31/+13
* Added wrappers for the std::cerr/std::cout objects. The wrappers willBill Wendling2006-11-171-0/+47
* #ifndef NDEBUG the "if (Stream) ..." stuff.Bill Wendling2006-11-171-0/+2
* Add opcode to TargetInstrDescriptor.Evan Cheng2006-11-171-1/+2
* Adjusted the // comments so that doxygen picks them up.Bill Wendling2006-11-171-7/+7
* Added "DOUT" macro. This is used as a replacement for the std::cerrBill Wendling2006-11-171-0/+30
* Allow target to specify alignment for function stub.Evan Cheng2006-11-161-1/+1
* Added "removeRange", which takes and removes an entire LiveRange.Bill Wendling2006-11-161-0/+4
* Added a new method "CreateNewLiveInterval" which, given a list ofBill Wendling2006-11-161-0/+5
* ChangeToRegister should clear IsImp bit.Evan Cheng2006-11-151-4/+4
* Do away with kill / dead maps. Move kill / dead info onto MI's.Evan Cheng2006-11-151-95/+36
* Add copyKillDeadInfo to copy kill / dead info; other minor updates.Evan Cheng2006-11-151-8/+28
* Add run(Function &F) support in FunctionPassManager_NewDevang Patel2006-11-151-0/+6
* Simplify IntrinsicLowering and clarify that it is only for use by theChris Lattner2006-11-151-30/+3
* Add a method to get the bit width of a packed type.Reid Spencer2006-11-151-0/+6