aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Build the correct range for loops with unusual bounds. Fix from Jay Foad.Nick Lewycky2007-09-272-1/+22
* No, really, it *is* SSSE3. ;-)Bill Wendling2007-09-271-1/+1
* SSSE3 -> SSE3. Reported by Alex Kellett.Duncan Sands2007-09-271-1/+1
* Grammer fix reported by Alex Kellett.Duncan Sands2007-09-271-1/+1
* Silence a compiler warning.Evan Cheng2007-09-271-1/+1
* Boogs.Evan Cheng2007-09-271-10/+10
* Be smarter about which node to force schedule. Reduce # of duplications + cop...Evan Cheng2007-09-271-84/+120
* Remove debugging.Gordon Henriksen2007-09-271-4/+0
* Backtracking only when it won't create a cycle.Evan Cheng2007-09-271-23/+35
* Make temporaries explicit to avoid prematureDale Johannesen2007-09-264-5/+14
* Updating LLVM.xcodeproj.Gordon Henriksen2007-09-261-3/+21
* Oops. Forgot this.Evan Cheng2007-09-261-1/+7
* - Move getPhysicalRegisterRegClass() from ScheduleDAG to MRegisterInfo.Evan Cheng2007-09-263-89/+206