| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | minor long double related changes | Dale Johannesen | 2007-09-28 | 3 | -4/+21 |
* | Make the checks for DW_FORM_data4 consistent with the others, and | Dan Gohman | 2007-09-28 | 1 | -2/+6 |
* | Use 32-bit data directives for DW_FORM_data4 format data, even on | Dan Gohman | 2007-09-28 | 1 | -8/+10 |
* | Refactor the memcpy lowering for the x86 target. | Rafael Espindola | 2007-09-28 | 2 | -56/+62 |
* | Stop inventing new words. :-) | Evan Cheng | 2007-09-28 | 1 | -1/+1 |
* | Remove unneeded #include. | Owen Anderson | 2007-09-28 | 1 | -1/+0 |
* | Have PostDomTree use the newly templated DFSPass. | Owen Anderson | 2007-09-28 | 3 | -51/+3 |
* | Pessimisively assume ADJCALLSTACKDOWN / ADJCALLSTACKUP (which becomes sub / a... | Evan Cheng | 2007-09-28 | 1 | -1/+3 |
* | Add sqrt and powi intrinsics for long double. | Dale Johannesen | 2007-09-28 | 4 | -6/+25 |
* | Don't do SRA for unions with long double fields. | Dale Johannesen | 2007-09-28 | 1 | -0/+6 |
* | Convert DFSPass into a templated friend function, in preparation for making i... | Owen Anderson | 2007-09-27 | 3 | -66/+5 |
* | TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targets | Dan Gohman | 2007-09-27 | 4 | -19/+18 |
* | CollectorMetadata abstractly describes stack maps for a function. | Gordon Henriksen | 2007-09-27 | 1 | -0/+185 |
* | Use GR64 in 64-bit mode. | Evan Cheng | 2007-09-27 | 1 | -1/+4 |
* | My previous Registry.h header, as well as Collectors.h, which is the | Gordon Henriksen | 2007-09-27 | 1 | -0/+21 |
* | Doh. Calls clobber EFLAGS. | Evan Cheng | 2007-09-27 | 1 | -1/+1 |
* | Avoid inserting a live register more than once. | Evan Cheng | 2007-09-27 | 1 | -8/+18 |
* | Ignore redundant constraints | Daniel Berlin | 2007-09-27 | 1 | -2/+20 |
* | Build the correct range for loops with unusual bounds. Fix from Jay Foad. | Nick Lewycky | 2007-09-27 | 1 | -1/+1 |
* | Silence a compiler warning. | Evan Cheng | 2007-09-27 | 1 | -1/+1 |
* | Boogs. | Evan Cheng | 2007-09-27 | 1 | -10/+10 |
* | Be smarter about which node to force schedule. Reduce # of duplications + cop... | Evan Cheng | 2007-09-27 | 1 | -84/+120 |
* | Backtracking only when it won't create a cycle. | Evan Cheng | 2007-09-27 | 1 | -23/+35 |
* | Make temporaries explicit to avoid premature | Dale Johannesen | 2007-09-26 | 4 | -5/+14 |
* | - Move getPhysicalRegisterRegClass() from ScheduleDAG to MRegisterInfo. | Evan Cheng | 2007-09-26 | 3 | -89/+206 |
* | Whitespace and compiler warning cleanup. | Neil Booth | 2007-09-26 | 1 | -76/+91 |
* | - Added MRegisterInfo::getCrossCopyRegClass() hook. For register classes wher... | Evan Cheng | 2007-09-26 | 2 | -0/+33 |
* | Some assemblers do not recognize aliases pushfd, pushfq, popfd, and popfq. Ju... | Evan Cheng | 2007-09-26 | 2 | -4/+4 |
* | Enable codegen for long double abs, sin, cos | Dale Johannesen | 2007-09-26 | 2 | -3/+10 |
* | Added C and Ocaml bindings for functions, basic blocks, and | Gordon Henriksen | 2007-09-26 | 1 | -9/+453 |
* | Fix f80 UNDEF. | Dale Johannesen | 2007-09-26 | 1 | -1/+2 |
* | Typos: POPQ -> POPFQ, POPD -> POPFD. | Evan Cheng | 2007-09-26 | 2 | -2/+2 |