summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Used llvm_ostream instead of std::ostream objects. This will reduce useBill Wendling2006-11-17
* Added wrappers for the std::cerr/std::cout objects. The wrappers willBill Wendling2006-11-17
* #ifndef NDEBUG the "if (Stream) ..." stuff.Bill Wendling2006-11-17
* Add opcode to TargetInstrDescriptor.Evan Cheng2006-11-17
* Adjusted the // comments so that doxygen picks them up.Bill Wendling2006-11-17
* Added "DOUT" macro. This is used as a replacement for the std::cerrBill Wendling2006-11-17
* Allow target to specify alignment for function stub.Evan Cheng2006-11-16
* Added "removeRange", which takes and removes an entire LiveRange.Bill Wendling2006-11-16
* Added a new method "CreateNewLiveInterval" which, given a list ofBill Wendling2006-11-16
* ChangeToRegister should clear IsImp bit.Evan Cheng2006-11-15
* Do away with kill / dead maps. Move kill / dead info onto MI's.Evan Cheng2006-11-15
* Add copyKillDeadInfo to copy kill / dead info; other minor updates.Evan Cheng2006-11-15
* Add run(Function &F) support in FunctionPassManager_NewDevang Patel2006-11-15
* Simplify IntrinsicLowering and clarify that it is only for use by theChris Lattner2006-11-15
* Add a method to get the bit width of a packed type.Reid Spencer2006-11-15
* Add doInitialization and doFinalization support in FunctionManager_New.Devang Patel2006-11-15
* A shim over other AA impls to catch incorrect usesAndrew Lenharth2006-11-14
* Discard code that supported old bytecode formats. This makes the BytecodeReid Spencer2006-11-14
* Matches MachineInstr changes.Evan Cheng2006-11-13
* - Let MachineInstr ctors add implicit def and use operands. Other operandsEvan Cheng2006-11-13
* Revert premature patch.Reid Spencer2006-11-11
* Document new constant expr operators, rename bitconvert as bitcast.Reid Spencer2006-11-11
* Minor style fixes from review.Reid Spencer2006-11-11
* For PR998:Reid Spencer2006-11-11
* Add methods to add implicit def use operands to a MI.Evan Cheng2006-11-11
* Move CommonPassManagerImpl from PassManager.h to PassManager.cppDevang Patel2006-11-11
* Keep track if analysis made available by the pass.Devang Patel2006-11-11
* Keep track of analysis required by the passes. Force use of new passDevang Patel2006-11-11
* s/PassManagerAnalysisHelper/CommonPassManagerImplDevang Patel2006-11-10
* Shut up the warning.Jim Laskey2006-11-10
* Add implicit def / use operands to MachineInstr.Evan Cheng2006-11-10
* allow clients to indicate that they never want lazy compilation.Chris Lattner2006-11-09
* Add a mechanism to specify whether a target supports a particular indexed loa...Evan Cheng2006-11-09
* Rename ISD::MemOpAddrMode to ISD::MemIndexedModeEvan Cheng2006-11-09
* math.h creates ambiguityJim Laskey2006-11-09
* math.h for C's sake.Jim Laskey2006-11-09
* getPostIndexedAddressParts change: passes in load/store instead of its loaded...Evan Cheng2006-11-09
* Remove M_2_ADDR_FLAG.Evan Cheng2006-11-09
* Make sure <cmath> comes firstJim Laskey2006-11-08
* Add backup support for HUGH_VALF.Jim Laskey2006-11-08
* Wasn't handling case of when machine move labels were undefined.Jim Laskey2006-11-08
* Split FunctionPassManager_New into FunctionPassManager_New and FunctionPassMa...Devang Patel2006-11-08
* Split PassManager_New into PassManager_New and PassManagerImpl_New.Devang Patel2006-11-08
* Move BasicBlockPassManager_New, FunctionPassManager_New andDevang Patel2006-11-08
* For PR950:Reid Spencer2006-11-08
* Beautify.Devang Patel2006-11-08
* Derive new pass managers from PassManagerAnalysisHelper.Devang Patel2006-11-07
* Introduce PassManagerAnalysisHelper.Devang Patel2006-11-07
* Add PassManager_New.Devang Patel2006-11-07
* Fix comment.Devang Patel2006-11-07