| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a helper useful when mapping from a map element to its hash node. | Chris Lattner | 2007-09-30 | 1 | -1/+12 |
* | Template-ize more of the DomTree internal implementation details. Only the c... | Owen Anderson | 2007-09-30 | 2 | -10/+138 |
* | Add a new DenseSet abstraction. | Chris Lattner | 2007-09-30 | 1 | -0/+61 |
* | Add newline at end of file. | Duncan Sands | 2007-09-29 | 1 | -1/+1 |
* | Collector is the base class for garbage collection code generators. | Gordon Henriksen | 2007-09-29 | 1 | -0/+133 |
* | Demoting CHelpers.h to include/llvm/Support. | Gordon Henriksen | 2007-09-29 | 1 | -0/+0 |
* | Enabling new condition code modeling scheme. | Evan Cheng | 2007-09-29 | 1 | -5/+0 |
* | If two instructions are both two-address code, favors (schedule closer to | Evan Cheng | 2007-09-28 | 1 | -2/+2 |
* | Trim some unneeded fields. | Evan Cheng | 2007-09-28 | 1 | -23/+10 |
* | Have PostDomTree use the newly templated DFSPass. | Owen Anderson | 2007-09-28 | 3 | -7/+6 |
* | Add sqrt and powi intrinsics for long double. | Dale Johannesen | 2007-09-28 | 2 | -1/+15 |
* | Convert DFSPass into a templated friend function, in preparation for making i... | Owen Anderson | 2007-09-27 | 2 | -1/+91 |
* | TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targets | Dan Gohman | 2007-09-27 | 1 | -7/+0 |
* | CollectorMetadata abstractly describes stack maps for a function. | Gordon Henriksen | 2007-09-27 | 1 | -0/+195 |
* | My previous Registry.h header, as well as Collectors.h, which is the | Gordon Henriksen | 2007-09-27 | 2 | -0/+279 |
* | Oops. Forgot this. | Evan Cheng | 2007-09-26 | 1 | -1/+7 |
* | Whitespace cleanup. | Neil Booth | 2007-09-26 | 1 | -9/+9 |
* | - Added MRegisterInfo::getCrossCopyRegClass() hook. For register classes wher... | Evan Cheng | 2007-09-26 | 1 | -0/+13 |
* | Added C and Ocaml bindings for functions, basic blocks, and | Gordon Henriksen | 2007-09-26 | 2 | -14/+218 |
* | Allow copyRegToReg to emit cross register classes copies. | Evan Cheng | 2007-09-26 | 1 | -1/+2 |
* | Fix small bug in operator== for iterators | Daniel Berlin | 2007-09-26 | 1 | -1/+1 |
* | Fix spelling. | Duncan Sands | 2007-09-25 | 1 | -1/+1 |
* | Added major new capabilities to scheduler (only BURR for now) to support phys... | Evan Cheng | 2007-09-25 | 1 | -28/+99 |
* | New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme. | Evan Cheng | 2007-09-25 | 1 | -0/+4 |
* | Comment fixups | Daniel Berlin | 2007-09-24 | 1 | -0/+1 |
* | Merge hasDotLoc and hasDotFile into hasDotLocAndDotFile since .loc and .file | Dan Gohman | 2007-09-24 | 1 | -11/+5 |
* | Add a routine for emitting .file directives, for setting up | Dan Gohman | 2007-09-24 | 1 | -0/+3 |
* | Implement offline variable substitution in order to reduce memory | Daniel Berlin | 2007-09-24 | 2 | -14/+35 |
* | explicit keywords. | Dan Gohman | 2007-09-24 | 1 | -8/+8 |
* | Remove an unnecessary static_cast. | Dan Gohman | 2007-09-24 | 1 | -1/+1 |
* | Fix typo. | Owen Anderson | 2007-09-24 | 1 | -1/+1 |
* | Merge significant portions of the DomTree and PostDomTree implementations. | Owen Anderson | 2007-09-24 | 2 | -7/+5 |
* | Factor the calculation details for PostDomTree out of PostDominators.cpp and | Owen Anderson | 2007-09-23 | 1 | -5/+7 |
* | Move DFSPass back down into DominatorTree. I need to figure out what the dif... | Owen Anderson | 2007-09-23 | 1 | -1/+2 |
* | Factor the dominator tree calculation details out into DominatorCalculation.h... | Owen Anderson | 2007-09-23 | 2 | -16/+14 |
* | Fix PR 1681. When X86 target uses +sse -sse2, | Dale Johannesen | 2007-09-23 | 1 | -10/+0 |
* | Adding support for __builtin_annotation with an intrinsic called llvm.annotat... | Tanya Lattner | 2007-09-21 | 1 | -0/+4 |
* | Change APFloat::convertFromInteger to take the incoming | Dale Johannesen | 2007-09-21 | 1 | -1/+1 |
* | Fix CopyFrom for non-POD data types. | Owen Anderson | 2007-09-21 | 1 | -1/+1 |
* | There is no {rsqrt,rcp}{p,s}d. | Dan Gohman | 2007-09-21 | 1 | -12/+0 |
* | More long double fixes. x86_64 should build now. | Dale Johannesen | 2007-09-19 | 1 | -0/+4 |
* | Previously GraphWriter assumed operator*() for node_iterator always | Ted Kremenek | 2007-09-19 | 1 | -1/+5 |
* | Add a flag to mark a dirty cache entry. This is not yet used, but will event... | Owen Anderson | 2007-09-19 | 1 | -0/+4 |
* | Use struct SDep instead of std::pair for SUnit pred and succ lists. First step | Evan Cheng | 2007-09-19 | 1 | -18/+28 |
* | Add CopyCost to TargetRegisterClass. This specifies the cost of copying a value | Evan Cheng | 2007-09-19 | 1 | -2/+8 |
* | Tests of the ocaml (and thus C) bindings for constants. | Gordon Henriksen | 2007-09-18 | 1 | -0/+2 |
* | Don't pass back a reference to a temporary. | Bill Wendling | 2007-09-18 | 1 | -1/+1 |
* | The exception handling function info should be reset for each new | Bill Wendling | 2007-09-18 | 1 | -5/+0 |
* | C bindings for libLLVMCore.a and libLLVMBitWriter.a. | Gordon Henriksen | 2007-09-18 | 3 | -0/+357 |
* | Fixing an comment in Module.h that refers to a nonexistent parameter. | Gordon Henriksen | 2007-09-18 | 1 | -5/+3 |