aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Enabling new condition code modeling scheme.Evan Cheng2007-09-291-5/+0
* If two instructions are both two-address code, favors (schedule closer toEvan Cheng2007-09-281-2/+2
* Trim some unneeded fields.Evan Cheng2007-09-281-23/+10
* Have PostDomTree use the newly templated DFSPass.Owen Anderson2007-09-283-7/+6
* Add sqrt and powi intrinsics for long double.Dale Johannesen2007-09-282-1/+15
* Convert DFSPass into a templated friend function, in preparation for making i...Owen Anderson2007-09-272-1/+91
* TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targetsDan Gohman2007-09-271-7/+0
* CollectorMetadata abstractly describes stack maps for a function.Gordon Henriksen2007-09-271-0/+195
* My previous Registry.h header, as well as Collectors.h, which is theGordon Henriksen2007-09-272-0/+279
* Oops. Forgot this.Evan Cheng2007-09-261-1/+7
* Whitespace cleanup.Neil Booth2007-09-261-9/+9
* - Added MRegisterInfo::getCrossCopyRegClass() hook. For register classes wher...Evan Cheng2007-09-261-0/+13
* Added C and Ocaml bindings for functions, basic blocks, and Gordon Henriksen2007-09-261-0/+10
* Allow copyRegToReg to emit cross register classes copies.Evan Cheng2007-09-261-1/+2
* Fix small bug in operator== for iteratorsDaniel Berlin2007-09-261-1/+1
* Fix spelling.Duncan Sands2007-09-251-1/+1
* Added major new capabilities to scheduler (only BURR for now) to support phys...Evan Cheng2007-09-251-28/+99
* New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme.Evan Cheng2007-09-251-0/+4
* Comment fixupsDaniel Berlin2007-09-241-0/+1
* Merge hasDotLoc and hasDotFile into hasDotLocAndDotFile since .loc and .fileDan Gohman2007-09-241-11/+5
* Add a routine for emitting .file directives, for setting upDan Gohman2007-09-241-0/+3
* Implement offline variable substitution in order to reduce memoryDaniel Berlin2007-09-242-14/+35
* explicit keywords.Dan Gohman2007-09-241-8/+8
* Remove an unnecessary static_cast.Dan Gohman2007-09-241-1/+1
* Fix typo.Owen Anderson2007-09-241-1/+1
* Merge significant portions of the DomTree and PostDomTree implementations.Owen Anderson2007-09-242-7/+5
* Factor the calculation details for PostDomTree out of PostDominators.cpp andOwen Anderson2007-09-231-5/+7
* Move DFSPass back down into DominatorTree. I need to figure out what the dif...Owen Anderson2007-09-231-1/+2
* Factor the dominator tree calculation details out into DominatorCalculation.h...Owen Anderson2007-09-232-16/+14
* Fix PR 1681. When X86 target uses +sse -sse2,Dale Johannesen2007-09-231-10/+0
* Adding support for __builtin_annotation with an intrinsic called llvm.annotat...Tanya Lattner2007-09-211-0/+4
* Change APFloat::convertFromInteger to take the incomingDale Johannesen2007-09-211-1/+1
* Fix CopyFrom for non-POD data types.Owen Anderson2007-09-211-1/+1
* There is no {rsqrt,rcp}{p,s}d.Dan Gohman2007-09-211-12/+0
* More long double fixes. x86_64 should build now.Dale Johannesen2007-09-191-0/+4
* Previously GraphWriter assumed operator*() for node_iterator alwaysTed Kremenek2007-09-191-1/+5
* Add a flag to mark a dirty cache entry. This is not yet used, but will event...Owen Anderson2007-09-191-0/+4
* Use struct SDep instead of std::pair for SUnit pred and succ lists. First stepEvan Cheng2007-09-191-18/+28
* Add CopyCost to TargetRegisterClass. This specifies the cost of copying a valueEvan Cheng2007-09-191-2/+8
* Don't pass back a reference to a temporary.Bill Wendling2007-09-181-1/+1
* The exception handling function info should be reset for each newBill Wendling2007-09-181-5/+0
* C bindings for libLLVMCore.a and libLLVMBitWriter.a.Gordon Henriksen2007-09-181-0/+94
* Fixing an comment in Module.h that refers to a nonexistent parameter.Gordon Henriksen2007-09-181-5/+3
* Objective-C was generating EH frame info like this:Bill Wendling2007-09-181-0/+10
* Add support for appending a suffix to the end of a mangled name.Bill Wendling2007-09-171-1/+1
* Do not hide APInt::dump() inside #ifndef NDEBUG.Devang Patel2007-09-171-2/+0
* Implement x86 long double in jit (not reallyDale Johannesen2007-09-171-1/+1
* Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfoChris Lattner2007-09-172-26/+22
* That's what i get for using carbon emacs in a terminalDaniel Berlin2007-09-171-2/+2
* Fix iterator so it doesn't sometimes report bits that aren't in the bitmapDaniel Berlin2007-09-171-0/+2