aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* trailing whitespaceJim Grosbach2010-09-171-4/+4
* Attempt to support platforms which don't have fenv.h.Dan Gohman2010-09-173-0/+56
* fix comments; patch by Edmund Grimley-Evans\!Gabor Greif2010-09-171-2/+2
* Add "pointer to x86mmx" type to the intrinsics.Bill Wendling2010-09-171-0/+1
* Do not expose the locking for the PassRegistry in the header. Be careful toOwen Anderson2010-09-161-2/+0
* Add a pass which prints out all the memdep dependencies.Dan Gohman2010-09-162-0/+8
* Revert r114097, adding back in the assertion against replacing an Instruction...Owen Anderson2010-09-162-0/+6
* make this non brain dead... Jim Grosbach2010-09-161-1/+1
* Remove unnecessary by-reference return.Jim Grosbach2010-09-161-1/+1
* Add better support for environment portion of triple. Original patch byDuncan Sands2010-09-161-1/+34
* store MC FP immediates as a double instead of as an APFloat, thus avoiding anJim Grosbach2010-09-161-7/+4
* Since PassRegistry is currently a shared global object, it needs locking. Wh...Owen Anderson2010-09-151-0/+2
* System/Path: Add isObjectFile().Michael J. Spencer2010-09-151-0/+11
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-151-0/+3
* Add support for floating point immediates to MC instruction printing. ARMJim Grosbach2010-09-151-1/+23
* Spelling fix.Bob Wilson2010-09-151-11/+11
* trailing whitespace and 80 column cleanupJim Grosbach2010-09-152-33/+33
* trailing whitespaceJim Grosbach2010-09-151-49/+49
* Remove LLVM_GLOBAL_VISIBILITY, which is unused, and was not working properly.Duncan Sands2010-09-151-11/+1
* Add x86MMX a few more places.Dale Johannesen2010-09-151-1/+2
* Add missing include.Benjamin Kramer2010-09-141-2/+1
* Remove the experimental AliasAnalysis::getDependency interface, whichDan Gohman2010-09-144-131/+113
* Prune includes.Benjamin Kramer2010-09-143-2/+3
* After Dan's recent commit this is no longer true.Devang Patel2010-09-141-3/+0
* Remove apparently unnecessary forward declaration.Eric Christopher2010-09-141-1/+0
* Fix linux/msvc build, move include.Benjamin Kramer2010-09-132-1/+1
* Attempt to fix the Linux build.Owen Anderson2010-09-131-0/+1
* Minimize #includes in a top-level header.Owen Anderson2010-09-131-2/+1
* Added skeleton for inline asm multiple alternative constraint support.John Thompson2010-09-132-0/+64
* Fix comment typo.Dale Johannesen2010-09-121-1/+1
* fix the asmparser so that the target is responsible for skipping toChris Lattner2010-09-111-0/+4
* Rename ConvertToSetZeroFlag to something more general.Bill Wendling2010-09-111-4/+5
* No need to recompute the SrcReg and CmpValue.Bill Wendling2010-09-101-0/+1
* Move some of the decision logic for converting an instruction into one that setsBill Wendling2010-09-101-5/+4
* typoesGabor Greif2010-09-102-3/+3
* Add missing X86 MMX declarations. Hopefully fixes buildbot?Dale Johannesen2010-09-101-0/+2
* Modify the comparison optimizations in the peephole optimizer to update theBill Wendling2010-09-101-3/+5
* Add X86 MMX type to bitcode and Type.Dale Johannesen2010-09-104-10/+25
* Auto-upgrade the magic ".llvm.eh.catch.all.value" global toBill Wendling2010-09-101-0/+5
* x86mmx is 64 bits.Dale Johannesen2010-09-101-1/+1
* add a comment explicitly calling out that allocation orders may includeJim Grosbach2010-09-101-3/+6
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-104-7/+15
* Discard metadata produced by LLVM 2.7. The value enumeration it usedDan Gohman2010-09-091-7/+21
* What the loop unroller cares about, rather than just not unrolling loops with...Owen Anderson2010-09-091-1/+7
* Extend the getDependence query with support for PHI translation.Dan Gohman2010-09-091-2/+7
* Add a getPointerOperand() helper function to VAArgInst, for consistencyDan Gohman2010-09-091-0/+4
* For each instruction itinerary class, specify the number of micro-ops eachEvan Cheng2010-09-093-1/+14
* Fix this comment.Dan Gohman2010-09-091-2/+3
* Make ELF OS ABI dependent on the OS from target triple.Roman Divacky2010-09-091-2/+3
* Refactor code-size reduction estimation methods out of InlineCostAnalyzer and...Owen Anderson2010-09-092-10/+12