| Commit message (Expand) | Author | Age | Files | Lines |
* | Added an additional PBQP problem builder which adds coalescing costs (both be... | Lang Hames | 2010-09-21 | 2 | -3/+31 |
* | Move the search for the appropriate AND instruction | Gabor Greif | 2010-09-21 | 1 | -3/+3 |
* | add some accessors | Chris Lattner | 2010-09-21 | 1 | -0/+8 |
* | it's more elegant to put the "getConstantPool" and | Chris Lattner | 2010-09-21 | 1 | -0/+8 |
* | ugh, missed a file. | Chris Lattner | 2010-09-21 | 1 | -1/+1 |
* | reimplement memcpy/memmove/memset lowering to use MachinePointerInfo | Chris Lattner | 2010-09-21 | 2 | -10/+17 |
* | add some helpful accessors. | Chris Lattner | 2010-09-21 | 2 | -0/+13 |
* | add overloads for SelectionDAG::getLoad, getStore, getTruncStore that take a | Chris Lattner | 2010-09-21 | 1 | -1/+13 |
* | simplify interface to SelectionDAG::getMemIntrinsicNode, making it take a Mac... | Chris Lattner | 2010-09-21 | 1 | -2/+2 |
* | chagne interface to SelectionDAG::getAtomic to take a MachinePointerInfo, | Chris Lattner | 2010-09-21 | 1 | -2/+2 |
* | force clients of MachineFunction::getMachineMemOperand to provide a | Chris Lattner | 2010-09-21 | 2 | -8/+4 |
* | start pushing MachinePointerInfo out through the MachineMemOperand interface | Chris Lattner | 2010-09-21 | 2 | -3/+17 |
* | refactor the Value*/offset pair from MachineMemOperand out to a new | Chris Lattner | 2010-09-21 | 1 | -6/+17 |
* | Relax this check to silently swallow FE_INEXACT, following directions | Dan Gohman | 2010-09-20 | 1 | -1/+1 |
* | fix a bug I introduced back in the hayday of version #2. | Chris Lattner | 2010-09-20 | 1 | -1/+1 |
* | restrict dyn_cast_or_null to pointer types, just like cast_or_null; re-commit... | Gabor Greif | 2010-09-18 | 1 | -2/+2 |
* | back out r114279 as some darwin buildbots get errors compiling clang: | Gabor Greif | 2010-09-18 | 1 | -2/+2 |
* | restrict dyn_cast_or_null to pointer types, just like cast_or_null | Gabor Greif | 2010-09-18 | 1 | -2/+2 |
* | remove CallSite::get; it is still present (as protected) in the baseclass, us... | Gabor Greif | 2010-09-18 | 1 | -12/+2 |
* | Added a separate class (PBQPBuilder) for PBQP Problem construction. This clas... | Lang Hames | 2010-09-18 | 7 | -0/+2389 |
* | trailing whitespace | Jim Grosbach | 2010-09-17 | 1 | -4/+4 |
* | Attempt to support platforms which don't have fenv.h. | Dan Gohman | 2010-09-17 | 3 | -0/+56 |
* | fix comments; patch by Edmund Grimley-Evans\! | Gabor Greif | 2010-09-17 | 1 | -2/+2 |
* | Add "pointer to x86mmx" type to the intrinsics. | Bill Wendling | 2010-09-17 | 1 | -0/+1 |
* | Do not expose the locking for the PassRegistry in the header. Be careful to | Owen Anderson | 2010-09-16 | 1 | -2/+0 |
* | Add a pass which prints out all the memdep dependencies. | Dan Gohman | 2010-09-16 | 2 | -0/+8 |
* | Revert r114097, adding back in the assertion against replacing an Instruction... | Owen Anderson | 2010-09-16 | 2 | -0/+6 |
* | make this non brain dead... | Jim Grosbach | 2010-09-16 | 1 | -1/+1 |
* | Remove unnecessary by-reference return. | Jim Grosbach | 2010-09-16 | 1 | -1/+1 |
* | Add better support for environment portion of triple. Original patch by | Duncan Sands | 2010-09-16 | 1 | -1/+34 |
* | store MC FP immediates as a double instead of as an APFloat, thus avoiding an | Jim Grosbach | 2010-09-16 | 1 | -7/+4 |
* | Since PassRegistry is currently a shared global object, it needs locking. Wh... | Owen Anderson | 2010-09-15 | 1 | -0/+2 |
* | System/Path: Add isObjectFile(). | Michael J. Spencer | 2010-09-15 | 1 | -0/+11 |
* | Add a InitSections method to the streamer interface. | Rafael Espindola | 2010-09-15 | 1 | -0/+3 |
* | Add support for floating point immediates to MC instruction printing. ARM | Jim Grosbach | 2010-09-15 | 1 | -1/+23 |
* | Spelling fix. | Bob Wilson | 2010-09-15 | 1 | -11/+11 |
* | trailing whitespace and 80 column cleanup | Jim Grosbach | 2010-09-15 | 2 | -33/+33 |
* | trailing whitespace | Jim Grosbach | 2010-09-15 | 1 | -49/+49 |
* | Remove LLVM_GLOBAL_VISIBILITY, which is unused, and was not working properly. | Duncan Sands | 2010-09-15 | 1 | -11/+1 |
* | Add x86MMX a few more places. | Dale Johannesen | 2010-09-15 | 1 | -1/+2 |
* | Add missing include. | Benjamin Kramer | 2010-09-14 | 1 | -2/+1 |
* | Remove the experimental AliasAnalysis::getDependency interface, which | Dan Gohman | 2010-09-14 | 4 | -131/+113 |
* | Prune includes. | Benjamin Kramer | 2010-09-14 | 3 | -2/+3 |
* | After Dan's recent commit this is no longer true. | Devang Patel | 2010-09-14 | 1 | -3/+0 |
* | Remove apparently unnecessary forward declaration. | Eric Christopher | 2010-09-14 | 1 | -1/+0 |
* | Fix linux/msvc build, move include. | Benjamin Kramer | 2010-09-13 | 2 | -1/+1 |
* | Attempt to fix the Linux build. | Owen Anderson | 2010-09-13 | 1 | -0/+1 |
* | Minimize #includes in a top-level header. | Owen Anderson | 2010-09-13 | 1 | -2/+1 |
* | Added skeleton for inline asm multiple alternative constraint support. | John Thompson | 2010-09-13 | 2 | -0/+64 |
* | Fix comment typo. | Dale Johannesen | 2010-09-12 | 1 | -1/+1 |