aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Removing the silly CHelpers header by rolling wrap and unwrap into the CGordon Henriksen2007-10-052-106/+101
* First round of ppc long double. call/return andDale Johannesen2007-10-051-9/+18
* Mark count method const.Chris Lattner2007-10-051-1/+1
* SMUL_LOHI and UMUL_LOHI are commutative.Dan Gohman2007-10-051-0/+2
* Define target-indepenent SDNode types for multiply and divide thatDan Gohman2007-10-051-0/+9
* Fix typo in comment.Duncan Sands2007-10-051-1/+1
* Fix intersectWithComplement bug noticed by Curtis DunhamDaniel Berlin2007-10-051-4/+2
* If a node that defines a physical register that is expensive to copy. TheEvan Cheng2007-10-051-1/+5
* - Added a few target hooks to generate load / store instructions from / to anyEvan Cheng2007-10-051-0/+28
* Add a variant of getTargetNode() that takes a vector of MVT::ValueType.Evan Cheng2007-10-051-0/+2
* Fix the previous bug a slightly different way (by modifying how find_next works)Daniel Berlin2007-10-041-9/+8
* Fix off by one error in iteratorDaniel Berlin2007-10-041-1/+1
* It helps a lot when you check for the end of your list before randomlyDaniel Berlin2007-10-041-1/+2
* Make SparseBitVector::set actually work properly when sets are not in ascendi...Daniel Berlin2007-10-041-4/+10
* Add APFloat -> hexadecimal string conversion, as per %a and %A in C99.Neil Booth2007-10-031-13/+27
* Completely merge the implementation details of DomTree and PostDomTree.Owen Anderson2007-10-033-5/+90
* Add a GraphTraits partial specialization to make the inverse of an inverse be...Owen Anderson2007-10-031-0/+20
* Add initial iterator support for folding set.Chris Lattner2007-10-031-0/+51
* Fix a using namespace llvm; in a header file.Dan Gohman2007-10-031-3/+2
* Tweak RoundAwayFromZero the bit number below which is truncated, and makeNeil Booth2007-10-031-1/+1
* Regenerate.Gordon Henriksen2007-10-031-1/+4
* Factor some code from the DomTree and PostDomTree calculate methods up into Owen Anderson2007-10-031-5/+1
* 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