summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Extend the getDependence query with support for PHI translation.Dan Gohman2010-09-09
* Add a getPointerOperand() helper function to VAArgInst, for consistencyDan Gohman2010-09-09
* For each instruction itinerary class, specify the number of micro-ops eachEvan Cheng2010-09-09
* Fix this comment.Dan Gohman2010-09-09
* Make ELF OS ABI dependent on the OS from target triple.Roman Divacky2010-09-09
* Refactor code-size reduction estimation methods out of InlineCostAnalyzer and...Owen Anderson2010-09-09