| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix a warning in TinyPtrVector, adopt it in SSAUpdater, saving some | Chris Lattner | 2011-07-18 | 1 | -1/+1 |
* | introduce a new TinyPtrVector class. | Chris Lattner | 2011-07-18 | 1 | -0/+115 |
* | Remove "LoopInfo.h" include from BranchProbabilityInfo.h. | Jakub Staszak | 2011-07-16 | 1 | -5/+3 |
* | Add MachineBlockFrequency analysis. | Jakub Staszak | 2011-07-16 | 3 | -2/+60 |
* | Fix SCEVEXpander to handle arbitrary phi expansion. Includes two | Andrew Trick | 2011-07-16 | 1 | -2/+2 |
* | deconstify getType()'s. | Chris Lattner | 2011-07-15 | 1 | -3/+3 |
* | Extract parts of RAGreedy::splitAroundRegion as SplitKit methods. | Jakob Stoklund Olesen | 2011-07-15 | 1 | -0/+3 |
* | Teach llvm-objdump to disassemble sections symbol by symbol. | Benjamin Kramer | 2011-07-15 | 1 | -0/+4 |
* | ObjectFile: Add a method to check whether a section contains a symbol. | Benjamin Kramer | 2011-07-15 | 2 | -0/+13 |
* | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad | 2011-07-15 | 2 | -153/+51 |
* | Add an APFloat::convertToInt(APSInt) function that automatically manages the | Jeffrey Yasskin | 2011-07-15 | 1 | -0/+2 |
* | remove the old and dangerous uncheckedReplaceAllUsesWith method, | Chris Lattner | 2011-07-15 | 1 | -4/+0 |
* | devirtualize Constant::isNullValue: | Chris Lattner | 2011-07-15 | 3 | -55/+1 |
* | add CFP::isNegative() and ConstnatInt::isNegative() methods. | Chris Lattner | 2011-07-15 | 2 | -8/+7 |
* | remove the InvalidateStructLayoutInfo API, which is dead and unnecessary now | Chris Lattner | 2011-07-15 | 2 | -12/+0 |
* | Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest | Evan Cheng | 2011-07-15 | 2 | -17/+27 |
* | Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge... | Evan Cheng | 2011-07-14 | 7 | -22/+56 |
* | Add dump() | Devang Patel | 2011-07-14 | 1 | -0/+2 |
* | Add a new field to MCOperandInfo that contains information about the type of ... | Benjamin Kramer | 2011-07-14 | 2 | -0/+15 |
* | Add LLVMConstNamedStruct to the C api to let its users create constants | Rafael Espindola | 2011-07-14 | 1 | -0/+3 |
* | The key of a StringMap can contain nul's in it, so having first() return | Chris Lattner | 2011-07-14 | 1 | -1/+1 |
* | consolidate GlobalValue::isDeclaration into one | Chris Lattner | 2011-07-14 | 4 | -18/+2 |
* | Change Intrinsic::getDeclaration and friends to take an ArrayRef. | Benjamin Kramer | 2011-07-14 | 1 | -4/+5 |
* | add a couple more missing C api, patch by Vitaly Lugovskiy! | Chris Lattner | 2011-07-14 | 1 | -0/+3 |
* | add C api for hte new type system rewrite API. Patch by Vitaly Lugovskiy! | Chris Lattner | 2011-07-14 | 1 | -1/+4 |
* | Unfortunately several files in MC are badly violating layering rule by using | Evan Cheng | 2011-07-14 | 2 | -2/+4 |
* | Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much... | Devang Patel | 2011-07-14 | 1 | -1/+4 |
* | Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ... | Owen Anderson | 2011-07-13 | 2 | -1/+13 |
* | Fix up TargetLoweringObjectFile ctors to properly initialize fields. | Evan Cheng | 2011-07-13 | 1 | -3/+3 |
* | Update MCParsedAsmOperand debug methods. | Jim Grosbach | 2011-07-13 | 1 | -2/+12 |
* | Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. | Jay Foad | 2011-07-13 | 8 | -229/+70 |
* | Add some bits that I found useful when converting InsertValueInst and | Jay Foad | 2011-07-13 | 1 | -1/+30 |
* | Add to RuntimeDyld support different object formats | Danil Malyshev | 2011-07-13 | 1 | -0/+1 |
* | There is a cyclic dependency between MC and Target if this method is out-of-l... | Bill Wendling | 2011-07-12 | 1 | -1/+4 |
* | Delete StructType bodies when destroying a StructType. | Benjamin Kramer | 2011-07-12 | 1 | -0/+4 |
* | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad | 2011-07-12 | 3 | -48/+41 |
* | Remove IntegerType constness from TargetData | Tobias Grosser | 2011-07-12 | 1 | -1/+1 |
* | make the IRBuilder type methods return non-const types. | Chris Lattner | 2011-07-12 | 1 | -12/+12 |
* | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling | 2011-07-12 | 4 | -42/+49 |
* | De-constify Types in StructType::get() and TargetData::getIntPtrType(). | Jay Foad | 2011-07-11 | 2 | -7/+2 |
* | De-constify Types in FunctionType::get(). | Jay Foad | 2011-07-11 | 3 | -42/+40 |
* | - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo | Evan Cheng | 2011-07-11 | 3 | -9/+33 |
* | Make the destructor virtual to silence GCC's -Wnon-virtual-dtor. Let me | Chandler Carruth | 2011-07-10 | 1 | -1/+1 |
* | Use BranchProbability instead of floating points in IfConverter. | Jakub Staszak | 2011-07-10 | 1 | -3/+4 |
* | - Make BranchProbability constructor public. | Jakub Staszak | 2011-07-10 | 2 | -12/+7 |
* | finish a thought. | Chris Lattner | 2011-07-10 | 1 | -0/+1 |
* | the various ConstantExpr::get*Ty methods existed to work with issues around | Chris Lattner | 2011-07-09 | 1 | -33/+4 |
* | Eliminate the WriteTypeSymbolic function. Now that types know | Chris Lattner | 2011-07-09 | 1 | -6/+0 |
* | remove the DerivedType which isn't adding value anymore. | Chris Lattner | 2011-07-09 | 2 | -20/+6 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 20 | -886/+339 |