| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fix the asmparser so that the target is responsible for skipping to | Chris Lattner | 2010-09-11 | 1 | -0/+4 |
* | Rename ConvertToSetZeroFlag to something more general. | Bill Wendling | 2010-09-11 | 1 | -4/+5 |
* | No need to recompute the SrcReg and CmpValue. | Bill Wendling | 2010-09-10 | 1 | -0/+1 |
* | Move some of the decision logic for converting an instruction into one that sets | Bill Wendling | 2010-09-10 | 1 | -5/+4 |
* | typoes | Gabor Greif | 2010-09-10 | 2 | -3/+3 |
* | Add missing X86 MMX declarations. Hopefully fixes buildbot? | Dale Johannesen | 2010-09-10 | 1 | -0/+2 |
* | Modify the comparison optimizations in the peephole optimizer to update the | Bill Wendling | 2010-09-10 | 1 | -3/+5 |
* | Add X86 MMX type to bitcode and Type. | Dale Johannesen | 2010-09-10 | 4 | -10/+25 |
* | Auto-upgrade the magic ".llvm.eh.catch.all.value" global to | Bill Wendling | 2010-09-10 | 1 | -0/+5 |
* | x86mmx is 64 bits. | Dale Johannesen | 2010-09-10 | 1 | -1/+1 |
* | add a comment explicitly calling out that allocation orders may include | Jim Grosbach | 2010-09-10 | 1 | -3/+6 |
* | Teach if-converter to be more careful with predicating instructions that would | Evan Cheng | 2010-09-10 | 4 | -7/+15 |
* | Discard metadata produced by LLVM 2.7. The value enumeration it used | Dan Gohman | 2010-09-09 | 1 | -7/+21 |
* | What the loop unroller cares about, rather than just not unrolling loops with... | Owen Anderson | 2010-09-09 | 1 | -1/+7 |
* | Extend the getDependence query with support for PHI translation. | Dan Gohman | 2010-09-09 | 1 | -2/+7 |