summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* fix a bug I introduced back in the hayday of version #2.Chris Lattner2010-09-20
* restrict dyn_cast_or_null to pointer types, just like cast_or_null; re-commit...Gabor Greif2010-09-18
* back out r114279 as some darwin buildbots get errors compiling clang:Gabor Greif2010-09-18
* restrict dyn_cast_or_null to pointer types, just like cast_or_nullGabor Greif2010-09-18
* remove CallSite::get; it is still present (as protected) in the baseclass, us...Gabor Greif2010-09-18
* Added a separate class (PBQPBuilder) for PBQP Problem construction. This clas...Lang Hames2010-09-18
* trailing whitespaceJim Grosbach2010-09-17
* Attempt to support platforms which don't have fenv.h.Dan Gohman2010-09-17
* fix comments; patch by Edmund Grimley-Evans\!Gabor Greif2010-09-17
* Add "pointer to x86mmx" type to the intrinsics.Bill Wendling2010-09-17
* Do not expose the locking for the PassRegistry in the header. Be careful toOwen Anderson2010-09-16
* Add a pass which prints out all the memdep dependencies.Dan Gohman2010-09-16
* Revert r114097, adding back in the assertion against replacing an Instruction...Owen Anderson2010-09-16
* make this non brain dead... Jim Grosbach2010-09-16
* Remove unnecessary by-reference return.Jim Grosbach2010-09-16
* Add better support for environment portion of triple. Original patch byDuncan Sands2010-09-16
* store MC FP immediates as a double instead of as an APFloat, thus avoiding anJim Grosbach2010-09-16
* Since PassRegistry is currently a shared global object, it needs locking. Wh...Owen Anderson2010-09-15
* System/Path: Add isObjectFile().Michael J. Spencer2010-09-15
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-15
* Add support for floating point immediates to MC instruction printing. ARMJim Grosbach2010-09-15
* Spelling fix.Bob Wilson2010-09-15
* trailing whitespace and 80 column cleanupJim Grosbach2010-09-15
* trailing whitespaceJim Grosbach2010-09-15
* Remove LLVM_GLOBAL_VISIBILITY, which is unused, and was not working properly.Duncan Sands2010-09-15
* Add x86MMX a few more places.Dale Johannesen2010-09-15
* Add missing include.Benjamin Kramer2010-09-14
* Remove the experimental AliasAnalysis::getDependency interface, whichDan Gohman2010-09-14
* Prune includes.Benjamin Kramer2010-09-14
* After Dan's recent commit this is no longer true.Devang Patel2010-09-14
* Remove apparently unnecessary forward declaration.Eric Christopher2010-09-14
* Fix linux/msvc build, move include.Benjamin Kramer2010-09-13
* Attempt to fix the Linux build.Owen Anderson2010-09-13
* Minimize #includes in a top-level header.Owen Anderson2010-09-13
* Added skeleton for inline asm multiple alternative constraint support.John Thompson2010-09-13
* Fix comment typo.Dale Johannesen2010-09-12
* fix the asmparser so that the target is responsible for skipping toChris Lattner2010-09-11
* Rename ConvertToSetZeroFlag to something more general.Bill Wendling2010-09-11
* No need to recompute the SrcReg and CmpValue.Bill Wendling2010-09-10
* Move some of the decision logic for converting an instruction into one that setsBill Wendling2010-09-10
* typoesGabor Greif2010-09-10
* Add missing X86 MMX declarations. Hopefully fixes buildbot?Dale Johannesen2010-09-10
* Modify the comparison optimizations in the peephole optimizer to update theBill Wendling2010-09-10
* Add X86 MMX type to bitcode and Type.Dale Johannesen2010-09-10
* Auto-upgrade the magic ".llvm.eh.catch.all.value" global toBill Wendling2010-09-10
* x86mmx is 64 bits.Dale Johannesen2010-09-10
* add a comment explicitly calling out that allocation orders may includeJim Grosbach2010-09-10
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-10
* Discard metadata produced by LLVM 2.7. The value enumeration it usedDan Gohman2010-09-09
* What the loop unroller cares about, rather than just not unrolling loops with...Owen Anderson2010-09-09