| Commit message (Expand) | Author | Age | Files | Lines |
* | Add APFloat -> hexadecimal string conversion, as per %a and %A in C99. | Neil Booth | 2007-10-03 | 1 | -3/+240 |
* | Completely merge the implementation details of DomTree and PostDomTree. | Owen Anderson | 2007-10-03 | 4 | -209/+7 |
* | Fix 80 col violation. | Devang Patel | 2007-10-03 | 1 | -3/+3 |
* | Refactor code in a separate method. | Devang Patel | 2007-10-03 | 1 | -33/+46 |
* | Add initial iterator support for folding set. | Chris Lattner | 2007-10-03 | 1 | -0/+32 |
* | Simplify implementation of the FoldingSet circular list, a necessary step | Chris Lattner | 2007-10-03 | 1 | -11/+20 |
* | Use empty() member functions when that's what's being tested for instead | Dan Gohman | 2007-10-03 | 17 | -38/+36 |
* | Fix a using namespace llvm; in a header file. | Dan Gohman | 2007-10-03 | 1 | -0/+1 |
* | Tone down an overzealous optimization. | Dale Johannesen | 2007-10-03 | 1 | -3/+21 |
* | add a note | Chris Lattner | 2007-10-03 | 1 | -0/+32 |
* | Fix PR1719, by not marking llvm.global.annotations internal. | Tanya Lattner | 2007-10-03 | 1 | -0/+1 |
* | Tweak RoundAwayFromZero the bit number below which is truncated, and make | Neil Booth | 2007-10-03 | 1 | -8/+13 |
* | add a note | Chris Lattner | 2007-10-03 | 1 | -0/+16 |
* | Fix PR1719, by not marking llvm.noinline internal. | Chris Lattner | 2007-10-03 | 1 | -0/+1 |
* | Bill's example is still not enough to repro this, but it has other issues that | Chris Lattner | 2007-10-03 | 1 | -0/+8 |
* | Factor some code from the DomTree and PostDomTree calculate methods up into | Owen Anderson | 2007-10-03 | 4 | -20/+29 |
* | Another micro-opt. | Bill Wendling | 2007-10-02 | 1 | -0/+16 |
* | Another missed optimization with LICM. | Bill Wendling | 2007-10-02 | 1 | -0/+23 |
* | Small label changes. | Bill Wendling | 2007-10-02 | 1 | -5/+2 |
* | Now with source code. | Bill Wendling | 2007-10-02 | 1 | -0/+16 |
* | Now with LL code! | Bill Wendling | 2007-10-02 | 1 | -1/+17 |
* | Another missed optimization. | Bill Wendling | 2007-10-02 | 1 | -0/+28 |
* | Micro-optimization -- missed LICM opportunity. | Bill Wendling | 2007-10-02 | 1 | -0/+24 |
* | Rewrite sqrt and powi to use anyfloat. By popular demand. | Dale Johannesen | 2007-10-02 | 4 | -55/+36 |
* | Refactor code to add load / store folded instructions -> register only | Evan Cheng | 2007-10-01 | 2 | -607/+599 |
* | Fix stride computations for long double arrays. | Dale Johannesen | 2007-10-01 | 3 | -4/+8 |
* | Move the code that emits the .file directives so that it runs after the | Dan Gohman | 2007-10-01 | 1 | -16/+17 |
* | Remove simple scheduler. | Evan Cheng | 2007-10-01 | 1 | -1165/+0 |
* | Relax unsafe use check. If there is one unconditional use inside the loop the... | Devang Patel | 2007-10-01 | 1 | -22/+22 |
* | Typo. X86comi doesn't read / write chain's. | Evan Cheng | 2007-10-01 | 1 | -2/+1 |
* | Add getABITypeSize, getABITypeSizeInBits | Dale Johannesen | 2007-10-01 | 1 | -1/+6 |
* | remove dup comment | Dale Johannesen | 2007-09-30 | 1 | -1/+0 |
* | Constant fold int-to-long-double conversions; | Dale Johannesen | 2007-09-30 | 4 | -21/+13 |
* | Simplify and fix signed int -> FP conversions. | Dale Johannesen | 2007-09-30 | 1 | -11/+3 |
* | AsmPrinters overriding getAnalysisUsage should call super. | Gordon Henriksen | 2007-09-30 | 2 | -1/+2 |
* | Template-ize more of the DomTree internal implementation details. Only the c... | Owen Anderson | 2007-09-30 | 3 | -146/+7 |
* | Add a new DenseSet abstraction. | Chris Lattner | 2007-09-30 | 1 | -4/+4 |
* | Check that the second parameter of init_trampoline | Duncan Sands | 2007-09-29 | 1 | -2/+6 |
* | This is done already. | Gordon Henriksen | 2007-09-29 | 1 | -7/+0 |
* | Collector is the base class for garbage collection code generators. | Gordon Henriksen | 2007-09-29 | 2 | -0/+391 |
* | Demoting CHelpers.h to include/llvm/Support. | Gordon Henriksen | 2007-09-29 | 2 | -2/+2 |
* | Switch to densemap rather than std::set | Daniel Berlin | 2007-09-29 | 1 | -3/+26 |
* | Enabling new condition code modeling scheme. | Evan Cheng | 2007-09-29 | 10 | -1649/+308 |
* | Teach SplitVectorOp how to split INSERT_VECTOR_ELT. | Dan Gohman | 2007-09-28 | 1 | -0/+12 |
* | If two instructions are both two-address code, favors (schedule closer to | Evan Cheng | 2007-09-28 | 2 | -8/+25 |
* | really fix PR1581, thanks to Daniel Dunbar for pointing | Chris Lattner | 2007-09-28 | 1 | -1/+1 |
* | Make Value::getNameLen not crash on an empty name, fixing PR1712. | Chris Lattner | 2007-09-28 | 1 | -1/+1 |
* | Remove a poor scheduling heuristic. | Evan Cheng | 2007-09-28 | 1 | -34/+5 |
* | Trim some unneeded fields. | Evan Cheng | 2007-09-28 | 3 | -26/+12 |
* | Fix long double -> uint64 conversion. | Dale Johannesen | 2007-09-28 | 1 | -1/+5 |