aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix comments.Evan Cheng2006-11-031-3/+8
* RenameEvan Cheng2006-11-031-5/+5
* Added a target specific hook to check whether / how a node can be transformedEvan Cheng2006-11-031-0/+10
* Add isPredecessor to check whether a node is another's predecessor.Evan Cheng2006-11-031-0/+3
* silence warningChris Lattner2006-11-031-1/+0
* Allow FoldingSet clients to pump up the initial hash size.Jim Laskey2006-11-021-1/+5
* For PR950:Reid Spencer2006-11-023-42/+58
* generalize this apiChris Lattner2006-11-021-2/+8
* RenameEvan Cheng2006-11-011-2/+2
* Added getTiedToSrcOperand() to check for two-address'ness.Evan Cheng2006-11-011-1/+5
* Add a printSetLabel that takes two id's.Evan Cheng2006-11-011-0/+2
* Add operand constraints to TargetInstrInfo.Evan Cheng2006-11-011-0/+21
* Change the prototype for TargetLowering::isOperandValidForConstraintChris Lattner2006-10-311-3/+6
* Unbreaking static ctors patch.Anton Korobeynikov2006-10-311-2/+2
* Don't mislead readers by claiming a variable is defaulted to false whenReid Spencer2006-10-301-1/+1
* Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4Reid Spencer2006-10-301-0/+7
* Simplify DwarfWriter header.Jim Laskey2006-10-301-357/+6
* Added a new SDNode type: BR_JT for jumptable branch.Evan Cheng2006-10-301-0/+4
* add a new form of insert.Chris Lattner2006-10-301-1/+48
* Add SmallString a (currently) minimal class that adapts SmallVector to beChris Lattner2006-10-302-0/+58
* add a methodChris Lattner2006-10-302-0/+16
* add newline at end of fileChris Lattner2006-10-292-2/+4
* add a highly efficient hash table that is specialized for mapping C stringsChris Lattner2006-10-292-0/+288
* Add a new llvm::Allocator abstraction, which will be used by a containerChris Lattner2006-10-291-0/+48
* add an assertionChris Lattner2006-10-281-0/+1
* remove dead methodChris Lattner2006-10-281-1/+0
* add a method for hacking on JTIdx'sChris Lattner2006-10-281-0/+4
* const'ify jump table stuffChris Lattner2006-10-281-2/+2
* add a method for deleting dead jump tables.Chris Lattner2006-10-281-0/+6
* determine whether a change was madeChris Lattner2006-10-281-2/+6
* add another target hook for branch folding.Chris Lattner2006-10-281-0/+8
* add option to isCriticalEdgeChris Lattner2006-10-281-1/+2
* Expose a smarter way to break critical edges.Chris Lattner2006-10-281-4/+11
* Editorial clean up.Jim Laskey2006-10-282-2/+0
* add a methodChris Lattner2006-10-281-0/+6
* Switch over from SelectionNodeCSEMap to FoldingSet.Jim Laskey2006-10-274-149/+13
* Clean upJim Laskey2006-10-271-2/+2
* Turn conditions like x<Y|z==q into multiple blocks.Chris Lattner2006-10-271-4/+1
* Apply editorials.Jim Laskey2006-10-271-87/+58
* Breakout folding hash set from SelectionDAGCSEMap.Jim Laskey2006-10-271-0/+281
* Indexed load / store changes.Evan Cheng2006-10-262-18/+18
* Save temp. bc files when saveTemps flag is true. Use final output fileDevang Patel2006-10-261-4/+7
* Added CStringSection.Evan Cheng2006-10-261-0/+9
* Add isCString() - returns true if a ConstantArray is a CString.Evan Cheng2006-10-261-0/+5
* Add isFPOrFPVector() method, which indicates if a type is either FP or aChris Lattner2006-10-261-0/+4
* For PR950:Reid Spencer2006-10-265-35/+47
* Supply alignment info to linker through LLVMSymbol.Devang Patel2006-10-251-2/+4
* TargetData is not subclassed. So no need to have virtual method.Devang Patel2006-10-241-1/+1
* Move getPreferredAlignmentLog from AsmPrinter to TargetDataDevang Patel2006-10-242-5/+6
* Instead of hard coding global prefix, use TargetAsmInfo.Devang Patel2006-10-241-0/+12