aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove dup commentDale Johannesen2007-09-301-1/+0
* Constant fold int-to-long-double conversions;Dale Johannesen2007-09-304-21/+13
* Simplify and fix signed int -> FP conversions.Dale Johannesen2007-09-301-11/+3
* AsmPrinters overriding getAnalysisUsage should call super.Gordon Henriksen2007-09-302-1/+2
* 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-305-156/+145
* document DenseSet.Chris Lattner2007-09-301-0/+20
* Add a new DenseSet abstraction.Chris Lattner2007-09-302-4/+65
* Add newline at end of file.Duncan Sands2007-09-291-1/+1
* Check that the second parameter of init_trampolineDuncan Sands2007-09-291-2/+6
* This is done already.Gordon Henriksen2007-09-291-7/+0
* Collector is the base class for garbage collection code generators.Gordon Henriksen2007-09-293-0/+524
* Demoting CHelpers.h to include/llvm/Support.Gordon Henriksen2007-09-293-2/+2
* Switch to densemap rather than std::setDaniel Berlin2007-09-291-3/+26
* Regenerate.Gordon Henriksen2007-09-291-36/+25
* PR1601: etags not configured correctlyGordon Henriksen2007-09-294-17/+0
* Enabling new condition code modeling scheme.Evan Cheng2007-09-2911-1654/+308
* Do not ignore packed member size while selecting union type.Devang Patel2007-09-281-0/+37
* Teach SplitVectorOp how to split INSERT_VECTOR_ELT.Dan Gohman2007-09-282-0/+30
* Update how to release document.Tanya Lattner2007-09-282-210/+213
* If two instructions are both two-address code, favors (schedule closer toEvan Cheng2007-09-283-10/+27
* really fix PR1581, thanks to Daniel Dunbar for pointingChris Lattner2007-09-281-1/+1
* Make Value::getNameLen not crash on an empty name, fixing PR1712.Chris Lattner2007-09-281-1/+1
* Remove a poor scheduling heuristic.Evan Cheng2007-09-281-34/+5
* Trim some unneeded fields.Evan Cheng2007-09-284-49/+22
* Record latest work.Dale Johannesen2007-09-281-0/+2
* Fix long double -> uint64 conversion.Dale Johannesen2007-09-281-1/+5
* minor long double related changesDale Johannesen2007-09-286-172/+192
* Make the checks for DW_FORM_data4 consistent with the others, andDan Gohman2007-09-281-2/+6
* Use 32-bit data directives for DW_FORM_data4 format data, even onDan Gohman2007-09-281-8/+10
* Refactor the memcpy lowering for the x86 target.Rafael Espindola2007-09-283-56/+79
* Stop inventing new words. :-)Evan Cheng2007-09-281-1/+1
* Remove unneeded #include.Owen Anderson2007-09-281-1/+0
* Have PostDomTree use the newly templated DFSPass.Owen Anderson2007-09-286-58/+9
* Pessimisively assume ADJCALLSTACKDOWN / ADJCALLSTACKUP (which becomes sub / a...Evan Cheng2007-09-281-1/+3
* Add sqrt and powi intrinsics for long double.Dale Johannesen2007-09-289-7/+95
* Don't do SRA for unions with long double fields.Dale Johannesen2007-09-281-0/+6
* Convert DFSPass into a templated friend function, in preparation for making i...Owen Anderson2007-09-275-67/+96
* TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targetsDan Gohman2007-09-275-26/+18
* CollectorMetadata abstractly describes stack maps for a function.Gordon Henriksen2007-09-272-0/+380
* Use GR64 in 64-bit mode.Evan Cheng2007-09-271-1/+4
* My previous Registry.h header, as well as Collectors.h, which is theGordon Henriksen2007-09-273-0/+300
* GarbageCollection.html is expanded to encompass the comingGordon Henriksen2007-09-274-246/+1175
* Doh. Calls clobber EFLAGS.Evan Cheng2007-09-271-1/+1
* Avoid inserting a live register more than once.Evan Cheng2007-09-271-8/+18
* Couple of fixes to mention bunzip2 and make instructions more clear.Tanya Lattner2007-09-271-3/+3
* While searching for appropriate place for temporaries, do not over-incerement...Devang Patel2007-09-271-0/+26
* Mention Loop Index SplitDevang Patel2007-09-271-1/+1
* new testcase for PR1708Chris Lattner2007-09-271-0/+14
* Ignore redundant constraintsDaniel Berlin2007-09-271-2/+20