aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Use iterative algorith to assign DFS number. This reducesDevang Patel2006-09-221-10/+1
* Use abstract class to facilitate dlopen() interface.Devang Patel2006-09-211-2/+20
* Fix findCaseDest to return null when BB is both the default dest and oneNick Lewycky2006-09-181-0/+2
* Add a new helper method to SwitchInst. Useful when you've got a BB fromNick Lewycky2006-09-181-0/+13
* Sort out mangled names for globalsJim Laskey2006-09-181-0/+3
* Add support for pattern matching cast operationsChris Lattner2006-09-181-0/+33
* fix typoChris Lattner2006-09-181-1/+1
* add a helper methodChris Lattner2006-09-181-0/+5
* Added some eye-candy for Subtarget type checkingAnton Korobeynikov2006-09-171-7/+18
* Add ShiftInst::isLogical/ArithmeticShift methods.Chris Lattner2006-09-172-7/+17
* Add new SetCondInst::isRelational/isEquality methods. RenameChris Lattner2006-09-172-4/+15
* Keep track of the start of MBB's in a separate map from instructions. ThisChris Lattner2006-09-151-2/+17
* Undo previous check-in.Devang Patel2006-09-141-1/+10
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-141-11/+17
* Add MachineConstantPoolEntry getOffset() accessor.Evan Cheng2006-09-141-2/+6
* The top bit is used to determine whether it's a MachineConstantPoolValue.Evan Cheng2006-09-141-2/+4
* revert accidentally committed fileChris Lattner2006-09-141-23/+3
* Remove dead methods, add getNumBlockIDs() methodChris Lattner2006-09-142-10/+25
* Add a HAVE_MACH_MACH_H #define to detect the presence of the mach/mach.hReid Spencer2006-09-141-0/+3
* Mirrors ConstantPoolSDNode.Evan Cheng2006-09-141-0/+2
* Avoid recursion in assignDFSNumber(). Move def from ET-Forest.hDevang Patel2006-09-141-10/+1
* Added support for machine specific constantpool values. These are useful forEvan Cheng2006-09-125-10/+123
* Add ability to remove nodes from DominatorTree, for when a BasicBlockNick Lewycky2006-09-121-0/+8
* Behold, more work on relocations. Things are looking pretty good now.Nate Begeman2006-09-101-11/+36
* Implement new fpowi nodeChris Lattner2006-09-091-3/+4
* First pass at supporting relocations. Relocations are written correctly toNate Begeman2006-09-081-54/+86
* add powi intrinsics.Chris Lattner2006-09-081-0/+3
* 1. Remove condition on delete.Jim Laskey2006-09-071-4/+4
* Make target asm info a property of the target machine.Jim Laskey2006-09-074-7/+28
* Add new option to leave asm names aloneChris Lattner2006-09-071-0/+8
* Add getTargetTriple() that linker can use to query target architecture.Devang Patel2006-09-061-0/+1
* Keep track of all modules crated using a name to module map.Devang Patel2006-09-061-0/+6
* Separate target specifc asm properties from asm printers.Jim Laskey2006-09-061-0/+427
* Separate target specific asm properties from the asm printers.Jim Laskey2006-09-062-237/+25
* Extract target triplet from optimized module.Devang Patel2006-09-061-6/+7
* IsDef can only be accessed / set if operand is a register.Evan Cheng2006-09-051-11/+16
* Initialize IsDef of all non-register MachineOperand to false.Evan Cheng2006-09-051-0/+7
* Completely eliminate def&use operands. Now a register operand is EITHER aChris Lattner2006-09-052-55/+17
* ADd getImm/setImm methodsChris Lattner2006-09-041-6/+15
* Add some short-hand accessorsChris Lattner2006-09-041-0/+4
* add setJumpBufSize() and setJumpBufAlignment() to target-lowering.Duraid Madina2006-09-042-2/+32
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-042-11/+96
* Add explicit doInitialization/doFinalization methods instead of makingChris Lattner2006-09-041-0/+8
* Eliminate target name.Chris Lattner2006-09-031-14/+3
* Avoid beating on the mi2i map when we know the answer already.Chris Lattner2006-09-031-4/+6
* Move two methods out of line, make them work when the record for a machineChris Lattner2006-09-031-28/+6
* Fix a typo pointed out by GaborChris Lattner2006-09-021-1/+1
* add a prototypeChris Lattner2006-09-021-1/+7
* Iteration is required for some cases, even if they don't occur in crafty.Chris Lattner2006-09-021-3/+15
* new methodChris Lattner2006-09-021-0/+7