aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-186-23/+22
* Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...Jeffrey Yasskin2011-07-181-4/+16
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-187-48/+106
* During bottom up fast-isel, instructions emitted to materalize registers are ...Devang Patel2011-07-181-0/+4
* various cleanups noticed by FritsChris Lattner2011-07-181-7/+7
* remove pastoChris Lattner2011-07-181-4/+0
* Hopefully fix some GCC-based buildbots. GCC apparently decays the array to a ...Frits van Bommel2011-07-181-1/+1
* Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...Frits van Bommel2011-07-181-1/+1
* Introduce the 'makeArrayRef(...)' family of functions, which fills a similar ...Frits van Bommel2011-07-181-1/+47
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-1844-373/+373
* add iteration support to TinyPtrVector for clang's use.Chris Lattner2011-07-181-0/+22
* fix a warning in TinyPtrVector, adopt it in SSAUpdater, saving someChris Lattner2011-07-181-1/+1
* introduce a new TinyPtrVector class.Chris Lattner2011-07-181-0/+115
* Remove "LoopInfo.h" include from BranchProbabilityInfo.h.Jakub Staszak2011-07-161-5/+3
* Add MachineBlockFrequency analysis.Jakub Staszak2011-07-163-2/+60
* Fix SCEVEXpander to handle arbitrary phi expansion. Includes twoAndrew Trick2011-07-161-2/+2
* deconstify getType()'s.Chris Lattner2011-07-151-3/+3
* Extract parts of RAGreedy::splitAroundRegion as SplitKit methods.Jakob Stoklund Olesen2011-07-151-0/+3
* Teach llvm-objdump to disassemble sections symbol by symbol.Benjamin Kramer2011-07-151-0/+4
* ObjectFile: Add a method to check whether a section contains a symbol.Benjamin Kramer2011-07-152-0/+13
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-152-153/+51
* Add an APFloat::convertToInt(APSInt) function that automatically manages theJeffrey Yasskin2011-07-151-0/+2
* remove the old and dangerous uncheckedReplaceAllUsesWith method,Chris Lattner2011-07-151-4/+0
* devirtualize Constant::isNullValue:Chris Lattner2011-07-153-55/+1
* add CFP::isNegative() and ConstnatInt::isNegative() methods.Chris Lattner2011-07-152-8/+7
* remove the InvalidateStructLayoutInfo API, which is dead and unnecessary nowChris Lattner2011-07-151-6/+0
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-152-17/+27
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-146-22/+50
* Add dump()Devang Patel2011-07-141-0/+2
* Add a new field to MCOperandInfo that contains information about the type of ...Benjamin Kramer2011-07-142-0/+15
* The key of a StringMap can contain nul's in it, so having first() returnChris Lattner2011-07-141-1/+1
* consolidate GlobalValue::isDeclaration into one Chris Lattner2011-07-144-18/+2
* Change Intrinsic::getDeclaration and friends to take an ArrayRef.Benjamin Kramer2011-07-141-4/+5
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-142-2/+4
* Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much...Devang Patel2011-07-141-1/+4
* Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ...Owen Anderson2011-07-132-1/+13
* Fix up TargetLoweringObjectFile ctors to properly initialize fields.Evan Cheng2011-07-131-3/+3
* Update MCParsedAsmOperand debug methods.Jim Grosbach2011-07-131-2/+12
* Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.Jay Foad2011-07-138-229/+70
* Add some bits that I found useful when converting InsertValueInst andJay Foad2011-07-131-1/+30
* Add to RuntimeDyld support different object formatsDanil Malyshev2011-07-131-0/+1
* There is a cyclic dependency between MC and Target if this method is out-of-l...Bill Wendling2011-07-121-1/+4
* Delete StructType bodies when destroying a StructType.Benjamin Kramer2011-07-121-0/+4
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-123-48/+41
* Remove IntegerType constness from TargetDataTobias Grosser2011-07-121-1/+1
* make the IRBuilder type methods return non-const types.Chris Lattner2011-07-121-12/+12
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-124-42/+49
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-112-7/+2
* De-constify Types in FunctionType::get().Jay Foad2011-07-113-42/+40
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-113-9/+33