summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-20
* Regenerate configure and friends for Chad.Eric Christopher2011-07-20
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-20
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-20
* Distinguish between two copies of one inlined variable.Devang Patel2011-07-19
* Enhance the FixedLengthDecoder to be able to generate plausible-looking decod...Owen Anderson2011-07-19
* Reapply r135457. This needs llvm-gcc change, that I forgot to check-in yester...Devang Patel2011-07-19
* Revert "Make a provision to encode inline location in a variable. This will e...Bob Wilson2011-07-19
* Convert SimplifyGEPInst to use ArrayRef.Jay Foad2011-07-19
* Convert gep_type_begin and gep_type_end to use ArrayRef.Jay Foad2011-07-19
* Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-19
* Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.Jay Foad2011-07-19
* Add intrinsics for the zext / sext instructions.Richard Osborne2011-07-19
* Add intrinsics for the testct, testwct instructions.Richard Osborne2011-07-19
* Add intrinsics for the peek and endin instructions.Richard Osborne2011-07-19
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Make isLoadExtLegal and isTruncStoreLegal check what the name says. :) This ...Eli Friedman2011-07-19
* Make a provision to encode inline location in a variable. This will enable dw...Devang Patel2011-07-19
* Revert r135423.Devang Patel2011-07-19
* Add a method to set compact unwind encoding information in a frame.Bill Wendling2011-07-19
* Rename CompactEncoding to CompactUnwindEncoding.Bill Wendling2011-07-19
* Add a field for the compact unwind encoding.Bill Wendling2011-07-19
* Move the compact encoding from the target-specific library to the code-genBill Wendling2011-07-18
* Eliminate TargetAsmInfo::getCompactUnwindEncoding. This get rid of theEvan Cheng2011-07-18
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...Jeffrey Yasskin2011-07-18
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* During bottom up fast-isel, instructions emitted to materalize registers are ...Devang Patel2011-07-18
* various cleanups noticed by FritsChris Lattner2011-07-18
* remove pastoChris Lattner2011-07-18
* Hopefully fix some GCC-based buildbots. GCC apparently decays the array to a ...Frits van Bommel2011-07-18
* Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...Frits van Bommel2011-07-18
* Introduce the 'makeArrayRef(...)' family of functions, which fills a similar ...Frits van Bommel2011-07-18
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* add iteration support to TinyPtrVector for clang's use.Chris Lattner2011-07-18
* fix a warning in TinyPtrVector, adopt it in SSAUpdater, saving someChris Lattner2011-07-18
* introduce a new TinyPtrVector class.Chris Lattner2011-07-18
* Remove "LoopInfo.h" include from BranchProbabilityInfo.h.Jakub Staszak2011-07-16
* Add MachineBlockFrequency analysis.Jakub Staszak2011-07-16
* Fix SCEVEXpander to handle arbitrary phi expansion. Includes twoAndrew Trick2011-07-16
* deconstify getType()'s.Chris Lattner2011-07-15
* Extract parts of RAGreedy::splitAroundRegion as SplitKit methods.Jakob Stoklund Olesen2011-07-15
* Teach llvm-objdump to disassemble sections symbol by symbol.Benjamin Kramer2011-07-15
* ObjectFile: Add a method to check whether a section contains a symbol.Benjamin Kramer2011-07-15
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-15
* Add an APFloat::convertToInt(APSInt) function that automatically manages theJeffrey Yasskin2011-07-15
* remove the old and dangerous uncheckedReplaceAllUsesWith method,Chris Lattner2011-07-15
* devirtualize Constant::isNullValue:Chris Lattner2011-07-15
* add CFP::isNegative() and ConstnatInt::isNegative() methods.Chris Lattner2011-07-15
* remove the InvalidateStructLayoutInfo API, which is dead and unnecessary nowChris Lattner2011-07-15