aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add doInitialization and doFinalization support in FunctionManager_New.Devang Patel2006-11-151-1/+8
* A shim over other AA impls to catch incorrect usesAndrew Lenharth2006-11-142-0/+7
* Discard code that supported old bytecode formats. This makes the BytecodeReid Spencer2006-11-142-63/+22
* Matches MachineInstr changes.Evan Cheng2006-11-131-14/+15
* - Let MachineInstr ctors add implicit def and use operands. Other operandsEvan Cheng2006-11-131-10/+65
* Revert premature patch.Reid Spencer2006-11-111-49/+15
* Document new constant expr operators, rename bitconvert as bitcast.Reid Spencer2006-11-111-15/+49
* Minor style fixes from review.Reid Spencer2006-11-111-1/+3
* For PR998:Reid Spencer2006-11-111-2/+3
* Add methods to add implicit def use operands to a MI.Evan Cheng2006-11-112-0/+9
* Move CommonPassManagerImpl from PassManager.h to PassManager.cppDevang Patel2006-11-111-41/+2
* Keep track if analysis made available by the pass.Devang Patel2006-11-111-1/+8
* Keep track of analysis required by the passes. Force use of new passDevang Patel2006-11-111-2/+2
* s/PassManagerAnalysisHelper/CommonPassManagerImplDevang Patel2006-11-101-6/+4
* Shut up the warning.Jim Laskey2006-11-101-1/+1
* Add implicit def / use operands to MachineInstr.Evan Cheng2006-11-102-6/+20
* allow clients to indicate that they never want lazy compilation.Chris Lattner2006-11-091-0/+10
* Add a mechanism to specify whether a target supports a particular indexed loa...Evan Cheng2006-11-091-0/+63
* Rename ISD::MemOpAddrMode to ISD::MemIndexedModeEvan Cheng2006-11-093-16/+17
* math.h creates ambiguityJim Laskey2006-11-091-0/+4
* math.h for C's sake.Jim Laskey2006-11-091-1/+1
* getPostIndexedAddressParts change: passes in load/store instead of its loaded...Evan Cheng2006-11-091-1/+1
* Remove M_2_ADDR_FLAG.Evan Cheng2006-11-091-13/+7
* Make sure <cmath> comes firstJim Laskey2006-11-081-0/+2
* Add backup support for HUGH_VALF.Jim Laskey2006-11-081-0/+4