| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge with LLVM upstream r135568 (Jul 20th 2011) | Logan Chien | 2011-07-20 | 75 | -758/+1218 |
|\ |
|
| * | Add MCObjectFileInfo and sink the MCSections initialization code from | Evan Cheng | 2011-07-20 | 6 | -254/+294 |
| * | Distinguish between two copies of one inlined variable. | Devang Patel | 2011-07-19 | 1 | -0/+3 |
| * | Enhance the FixedLengthDecoder to be able to generate plausible-looking decod... | Owen Anderson | 2011-07-19 | 1 | -0/+4 |
| * | Reapply r135457. This needs llvm-gcc change, that I forgot to check-in yester... | Devang Patel | 2011-07-19 | 2 | -3/+13 |
| * | Revert "Make a provision to encode inline location in a variable. This will e... | Bob Wilson | 2011-07-19 | 2 | -13/+3 |
| * | Convert SimplifyGEPInst to use ArrayRef. | Jay Foad | 2011-07-19 | 1 | -1/+3 |
| * | Convert gep_type_begin and gep_type_end to use ArrayRef. | Jay Foad | 2011-07-19 | 1 | -8/+8 |
| * | Convert TargetData::getIndexedOffset to use ArrayRef. | Jay Foad | 2011-07-19 | 1 | -2/+3 |
| * | Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall. | Jay Foad | 2011-07-19 | 1 | -2/+4 |
| * | Add intrinsics for the zext / sext instructions. | Richard Osborne | 2011-07-19 | 1 | -0/+4 |
| * | Add intrinsics for the testct, testwct instructions. | Richard Osborne | 2011-07-19 | 1 | -0/+4 |
| * | Add intrinsics for the peek and endin instructions. | Richard Osborne | 2011-07-19 | 1 | -0/+4 |
| * | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng | 2011-07-19 | 10 | -27/+165 |
| * | Make isLoadExtLegal and isTruncStoreLegal check what the name says. :) This ... | Eli Friedman | 2011-07-19 | 1 | -5/+2 |
| * | Make a provision to encode inline location in a variable. This will enable dw... | Devang Patel | 2011-07-19 | 2 | -3/+13 |
| * | Revert r135423. | Devang Patel | 2011-07-19 | 1 | -4/+0 |
| * | Add a method to set compact unwind encoding information in a frame. | Bill Wendling | 2011-07-19 | 1 | -0/+1 |
| * | Rename CompactEncoding to CompactUnwindEncoding. | Bill Wendling | 2011-07-19 | 1 | -7/+7 |
| * | Add a field for the compact unwind encoding. | Bill Wendling | 2011-07-19 | 1 | -1/+2 |
| * | Move the compact encoding from the target-specific library to the code-gen | Bill Wendling | 2011-07-18 | 1 | -0/+9 |
| * | Eliminate TargetAsmInfo::getCompactUnwindEncoding. This get rid of the | Evan Cheng | 2011-07-18 | 1 | -8/+0 |
| * | Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for | Evan Cheng | 2011-07-18 | 6 | -23/+22 |
| * | Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a... | Jeffrey Yasskin | 2011-07-18 | 1 | -4/+16 |
| * | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng | 2011-07-18 | 7 | -48/+106 |
| * | During bottom up fast-isel, instructions emitted to materalize registers are ... | Devang Patel | 2011-07-18 | 1 | -0/+4 |
| * | various cleanups noticed by Frits | Chris Lattner | 2011-07-18 | 1 | -7/+7 |
| * | remove pasto | Chris Lattner | 2011-07-18 | 1 | -4/+0 |
| * | Hopefully fix some GCC-based buildbots. GCC apparently decays the array to a ... | Frits van Bommel | 2011-07-18 | 1 | -1/+1 |
| * | Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ... | Frits van Bommel | 2011-07-18 | 1 | -1/+1 |
| * | Introduce the 'makeArrayRef(...)' family of functions, which fills a similar ... | Frits van Bommel | 2011-07-18 | 1 | -1/+47 |
| * | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 45 | -374/+374 |
| * | add iteration support to TinyPtrVector for clang's use. | Chris Lattner | 2011-07-18 | 1 | -0/+22 |
| * | 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 |
* | | Merge upstream to r135360 at Sun. 17th July 2011. | Nowar Gu | 2011-07-17 | 4 | -7/+63 |
|\ \
| |/ |
|
| * | 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 |
* | | Merge upstream to r135343 at Sat. 16th July 2011. | Nowar Gu | 2011-07-16 | 81 | -1615/+1034 |
|\ \
| |/ |
|
| * | 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 |