aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Rewrite sqrt and powi to use anyfloat. By popular demand.Dale Johannesen2007-10-021-12/+2
* Remove simple scheduler.Evan Cheng2007-10-012-21/+0
* Add getABITypeSize, getABITypeSizeInBitsDale Johannesen2007-10-011-0/+13
* Add empty() member functions to a few container-like classes.Dan Gohman2007-10-013-0/+3
* Add a helper useful when mapping from a map element to its hash node.Chris Lattner2007-09-301-1/+12
* Template-ize more of the DomTree internal implementation details. Only the c...Owen Anderson2007-09-302-10/+138
* Add a new DenseSet abstraction.Chris Lattner2007-09-301-0/+61
* Add newline at end of file.Duncan Sands2007-09-291-1/+1
* Collector is the base class for garbage collection code generators.Gordon Henriksen2007-09-291-0/+133
* Demoting CHelpers.h to include/llvm/Support.Gordon Henriksen2007-09-291-0/+0
* 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-262-14/+218
* 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
* Tests of the ocaml (and thus C) bindings for constants.Gordon Henriksen2007-09-181-0/+2