| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Try to silence a overeager GCC warning. | Benjamin Kramer | 2010-08-17 | 1 | -0/+2 |
| | | | | | llvm-svn: 111214 | ||||
| * | A round of minor cleanups for ELFObjectWriter. | Benjamin Kramer | 2010-08-17 | 1 | -29/+12 |
| | | | | | llvm-svn: 111213 | ||||
| * | Fix another iterator invalidation that caused a *really* nasty ↵ | Owen Anderson | 2010-08-16 | 1 | -6/+7 |
| | | | | | | | miscompilation in 403.gcc. llvm-svn: 111210 | ||||
| * | Ignore undef shuffle indices when checking for a VTRN shuffle. Radar 8290937. | Bob Wilson | 2010-08-16 | 1 | -0/+1 |
| | | | | | llvm-svn: 111208 | ||||
| * | tidy up. remove unused local. | Jim Grosbach | 2010-08-16 | 2 | -2/+2 |
| | | | | | llvm-svn: 111206 | ||||
| * | Silence warnings and simplify code. Eliminate a 32/64 bit portability issue. | Benjamin Kramer | 2010-08-16 | 1 | -4/+3 |
| | | | | | llvm-svn: 111201 | ||||
| * | The plural of analysis is analyses. | Dan Gohman | 2010-08-16 | 1 | -2/+2 |
| | | | | | llvm-svn: 111200 | ||||
| * | Make dumpPassStructure be a PMDataManager abstraction, rather than | Dan Gohman | 2010-08-16 | 4 | -14/+22 |
| | | | | | | | | | | | a Pass abstraction, since that's the level it's actually used at. Rename Pass' dumpPassStructure to dumpPass. This eliminates an awkward use of getAsPass() to convert a PMDataManager* into a Pass* just to permit a dumpPassStructure call. llvm-svn: 111199 | ||||
| * | Better handle alignment requirements for local objects in pre-regalloc frame | Jim Grosbach | 2010-08-16 | 2 | -35/+15 |
| | | | | | | | | | | | mapping. Have the local block track its alignment requirement, and then apply that when the block itself is allocated. Previously, offsets could get adjusted in PEI to be different, relative to one another, than the block allocation thought they would be, which defeats the point of doing the allocation this way. Continuing rdar://8277890 llvm-svn: 111197 | ||||
| * | Generalize a pattern for PKHTB: an SRL of 16-31 bits will guarantee | Bob Wilson | 2010-08-16 | 2 | -4/+8 |
| | | | | | | | that the high halfword is zero. The shift need not be exactly 16 bits. llvm-svn: 111196 | ||||
| * | Remove redundant inline keywords. | Dan Gohman | 2010-08-16 | 2 | -3/+3 |
| | | | | | llvm-svn: 111192 | ||||
| * | Eliminate the TopLevelManagerType enum; instead, just make | Dan Gohman | 2010-08-16 | 1 | -14/+6 |
| | | | | | | | | PMTopLevelManager's constructor take a PMDataManager *, which already provides the needed abstraction support. llvm-svn: 111189 | ||||
| * | Comment out some broken/unused/useless instructions which mess up disassembly. | Eli Friedman | 2010-08-16 | 1 | -0/+6 |
| | | | | | llvm-svn: 111185 | ||||
| * | Fixes for generation of ELF relocations. Patch by Roman Divacky. | Eli Friedman | 2010-08-16 | 1 | -6/+18 |
| | | | | | llvm-svn: 111183 | ||||
| * | Don't attempt to SimplifyShortMoveForm in 64-bit mode. | Eli Friedman | 2010-08-16 | 1 | -9/+13 |
| | | | | | llvm-svn: 111182 | ||||
| * | Until uleb/sleb are MC-ized, add a hack to make them work with ELF object | Eli Friedman | 2010-08-16 | 1 | -2/+2 |
| | | | | | | | emission. llvm-svn: 111177 | ||||
| * | Fix a few warnings in and detabify MCELFStreamer and ELFObjectWriter. | Eli Friedman | 2010-08-16 | 2 | -17/+18 |
| | | | | | llvm-svn: 111175 | ||||
| * | Add ELF ObjectWriter and Streamer support. | Matt Fleming | 2010-08-16 | 2 | -0/+1433 |
| | | | | | | | I forgot to add these files in commit 111172. llvm-svn: 111174 | ||||
| * | Hookup ELF support for X86. | Matt Fleming | 2010-08-16 | 2 | -6/+14 |
| | | | | | llvm-svn: 111173 | ||||
| * | Add ELF ObjectWriter and Streamer support. | Matt Fleming | 2010-08-16 | 2 | -2/+4 |
| | | | | | llvm-svn: 111172 | ||||
| * | Layout helper function. | Matt Fleming | 2010-08-16 | 1 | -0/+34 |
| | | | | | | | | | Introduce a helper method to add a section to the end of a layout. This will be used by the ELF ObjectWriter code to add the metadata sections (symbol table, etc) to the end of an object file. llvm-svn: 111171 | ||||
| * | Record a symbol's size which is needed for ELF symbol tables. | Matt Fleming | 2010-08-16 | 1 | -1/+2 |
| | | | | | llvm-svn: 111170 | ||||
| * | Rename sat_shift operand to shift_imm, in preparation for using it for other | Bob Wilson | 2010-08-16 | 5 | -14/+17 |
| | | | | | | | instructions besides saturate instructions. No functional changes. llvm-svn: 111168 | ||||
| * | Partially revert r111155. It looks like MSVC is calling an operator<() that | Jakob Stoklund Olesen | 2010-08-16 | 1 | -0/+3 |
| | | | | | | | clang says is unused. llvm-svn: 111167 | ||||
| * | track local frame size in MFI, not local to the pass, since PEI needs it. | Jim Grosbach | 2010-08-16 | 1 | -4/+1 |
| | | | | | llvm-svn: 111164 | ||||
| * | Remove unused functions. | Jakob Stoklund Olesen | 2010-08-16 | 2 | -35/+0 |
| | | | | | llvm-svn: 111156 | ||||
| * | Remove unused functions. | Jakob Stoklund Olesen | 2010-08-16 | 1 | -8/+0 |
| | | | | | llvm-svn: 111155 | ||||
| * | Remove unused code. | Bob Wilson | 2010-08-16 | 1 | -5/+0 |
| | | | | | llvm-svn: 111154 | ||||
| * | To create a copy of a SmallVector with an element removed from the | Dan Gohman | 2010-08-16 | 1 | -6/+7 |
| | | | | | | | | | | middle, copy the elements in two groups, rather than copying all the elements and then doing an erase on the middle of the result. These are SmallVectors, so we shouldn't expect to hit dynamic allocation in the common case. llvm-svn: 111151 | ||||
| * | silence a vc2010 warning: " result of 32-bit shift implicitly converted to | Chris Lattner | 2010-08-16 | 1 | -1/+1 |
| | | | | | | | 64 bits (was 64-bit shift intended?)", pointed out by 'nobled' on llvmdev llvm-svn: 111148 | ||||
| * | Tidy whitespace. | Dan Gohman | 2010-08-16 | 1 | -5/+4 |
| | | | | | llvm-svn: 111147 | ||||
| * | Add a comment. | Dan Gohman | 2010-08-16 | 1 | -0/+5 |
| | | | | | llvm-svn: 111145 | ||||
| * | Use const_iterator in a few places. | Dan Gohman | 2010-08-16 | 1 | -3/+3 |
| | | | | | llvm-svn: 111144 | ||||
| * | Use iterators instead of indices in a few more places. | Dan Gohman | 2010-08-16 | 1 | -6/+9 |
| | | | | | llvm-svn: 111143 | ||||
| * | Micro-optimize SCEVConstant comparison. | Dan Gohman | 2010-08-16 | 1 | -4/+4 |
| | | | | | llvm-svn: 111142 | ||||
| * | Move SCEVNAryExpr's virtual member functions out of line, and convert | Dan Gohman | 2010-08-16 | 1 | -0/+33 |
| | | | | | | | them to iterators. llvm-svn: 111140 | ||||
| * | Use iterators instead of indices in simple cases. | Dan Gohman | 2010-08-16 | 1 | -6/+4 |
| | | | | | llvm-svn: 111138 | ||||
| * | Avoid gratuitous inefficiency in ifndef NDEBUG code. | Dan Gohman | 2010-08-16 | 1 | -8/+8 |
| | | | | | llvm-svn: 111137 | ||||
| * | Make one getAddExpr call when analyzing a+b+c+d+e+... instead of one | Dan Gohman | 2010-08-16 | 1 | -6/+31 |
| | | | | | | | for each add instruction. Ditto for Mul. llvm-svn: 111136 | ||||
| * | Delete an unused function. | Dan Gohman | 2010-08-16 | 1 | -35/+0 |
| | | | | | llvm-svn: 111135 | ||||
| * | Instead of having CollectSubexpr's categorize operands as interesting or | Dan Gohman | 2010-08-16 | 1 | -19/+14 |
| | | | | | | | | | uninteresting, just put all the operands on one list and make GenerateReassociations make the decision about what's interesting. This is simpler, and it avoids an extra ScalarEvolution::getAddExpr call. llvm-svn: 111133 | ||||
| * | Put add operands in ScalarEvolution-canonical order, when convenient. | Dan Gohman | 2010-08-16 | 1 | -2/+2 |
| | | | | | | | | This isn't necessary, because ScalarEvolution sorts them anyway, but it's tidier this way. llvm-svn: 111132 | ||||
| * | Add hooks to FoldingSetTrait to allow specializations to provide | Dan Gohman | 2010-08-16 | 1 | -35/+52 |
| | | | | | | | | | implementations of equality comparison and hash computation. This can be used to optimize node lookup by avoiding creating lots of temporary ID values just for hashing and comparison purposes. llvm-svn: 111130 | ||||
| * | Reverse the order of GetNodeProfile's arguments, for consistency | Dan Gohman | 2010-08-16 | 1 | -4/+4 |
| | | | | | | | with FoldingSetTrait::Profile. llvm-svn: 111127 | ||||
| * | Avoid #include <ScalarEvolution.h> in LoopSimplify.cpp, which doesn't | Dan Gohman | 2010-08-16 | 1 | -2/+1 |
| | | | | | | | actually use ScalarEvolution. llvm-svn: 111124 | ||||
| * | Instead, teach SimplifyCFG to trim non-address-taken blocks from | Dan Gohman | 2010-08-16 | 1 | -2/+3 |
| | | | | | | | indirectbr destination lists. llvm-svn: 111122 | ||||
| * | Revert r111058, the lint check for indirectbr successors that aren't | Dan Gohman | 2010-08-16 | 1 | -6/+0 |
| | | | | | | | | address-taken. This can occur normally, if the code which took the address got DCEd. llvm-svn: 111121 | ||||
| * | Revert r111082. No warnings for this common pattern. | Argyrios Kyrtzidis | 2010-08-15 | 5 | -10/+9 |
| | | | | | llvm-svn: 111102 | ||||
| * | llvmc: remove dynamic plugins. | Mikhail Glushenkov | 2010-08-15 | 3 | -118/+9 |
| | | | | | llvm-svn: 111094 | ||||
| * | Rework how the non-sse2 memory barrier is lowered so that the | Eric Christopher | 2010-08-14 | 2 | -11/+22 |
| | | | | | | | | | encoding is correct for the built-in assembler. Based on a patch from Chris. llvm-svn: 111083 | ||||

