aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make instcombine promote inline asm calls to 'nounwind'Duncan Sands2007-12-167-4/+35
* Remove spurious warnings from GCC:Bill Wendling2007-12-161-75/+79
* Break local interferences in StrongPHIElimination. One step closer...Owen Anderson2007-12-161-0/+135
* A few more comments.Owen Anderson2007-12-161-1/+6
* Define addString() and lookup() out-of-line to dissuade the C++ compiler from...Anton Korobeynikov2007-12-161-65/+71
* Provide GraphTraits and DOTGraphTraits interface for Trie.Anton Korobeynikov2007-12-161-54/+109
* Constify graph argumentsAnton Korobeynikov2007-12-161-6/+7
* Use references in DF iterators. This eliminates copy-ctor calls on huge objec...Anton Korobeynikov2007-12-152-18/+22
* These are more correctly called signaling NaNs.Duncan Sands2007-12-151-1/+1
* Make better use of instructions that clear high bits; fix various 2-wide shuf...Evan Cheng2007-12-157-47/+245
* __builtin_ia32_movqv4si is now expanded to a shuffle.Evan Cheng2007-12-151-2/+0
* Start committing working test cases for CellSPU.Scott Michel2007-12-155-4/+322
* Actually, MOVPQIto64mr is a dup of MOVPQI2QImr, MOV64toPQIrm is a dup of MOVQ...Evan Cheng2007-12-142-11/+2
* Fix (mem) <-> low 64-bits of xmm bugs pointed out by David Greene. Mac OS X L...Evan Cheng2007-12-141-8/+8
* Teach the interpreter to read and write memory in theDuncan Sands2007-12-143-59/+256
* x86-32 long doubles are 4-byte aligned on the stackDale Johannesen2007-12-141-1/+1
* Fix bsf / bsr jit encoding.Evan Cheng2007-12-142-6/+6
* Oops. Forgot these.Evan Cheng2007-12-141-4/+6
* Add explicit keywords, and fix a minor typo that they uncovered.Dan Gohman2007-12-148-10/+11
* Don't redirect stderr when it isn't needed.Dan Gohman2007-12-141-5/+5
* Fix a typo in a comment.Dan Gohman2007-12-141-1/+1
* Fix a typo in a comment.Dan Gohman2007-12-141-1/+1
* Fix Intel asm syntax for the bsr and bsf instructions.Dan Gohman2007-12-142-12/+12
* Fix ctlz and cttz. llvm definition requires them to return number of bits in ...Evan Cheng2007-12-143-15/+53
* Bug fix. Must also match ResNo when matching an operand with a user.Evan Cheng2007-12-141-1/+1
* All MMX shift instructions took a <2 x i32> vector as the shift amount parame...Anders Carlsson2007-12-143-8/+105
* Implement ctlz and cttz with bsr and bsf.Evan Cheng2007-12-145-9/+119
* Add flags to indicate that there are "never" side effects or that there "may be"Bill Wendling2007-12-145-3/+29
* Make it more clear that some things that can't be done in .td files canDan Gohman2007-12-131-7/+7
* Make these loops follow GetGEPOperands() behavior.Wojciech Matyjewicz2007-12-131-11/+13
* Fix typo.Evan Cheng2007-12-131-1/+1
* Add register pairs to the list to check for local interferences.Owen Anderson2007-12-131-4/+10
* Remove ugly and horrible code. It's not necessary for correctness, and can b...Owen Anderson2007-12-131-47/+7
* Be extra careful with extension use optimation. Now turned on by default.Evan Cheng2007-12-132-4/+11
* Apply CBE/MSIL patch to autoconfNate Begeman2007-12-131-2/+3
* Add install-libs target which only installs libraries, not toolsNate Begeman2007-12-131-0/+6
* Remove this testcase as it will always fail onZhou Sheng2007-12-131-54/+0
* Do not build CBackend and MSIL regardless of configured targetsNate Begeman2007-12-131-2/+3
* Fold some and + shift in x86 addressing mode.Evan Cheng2007-12-133-6/+69
* Oops. Forgot these.Evan Cheng2007-12-133-0/+3
* Fix for edge profiling, patch by 'Marc' for PR1857Chris Lattner2007-12-131-1/+1
* Cosmetic change.Evan Cheng2007-12-121-4/+3
* Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materia...Evan Cheng2007-12-1215-12/+724
* Remove host endianness info from TargetData andDuncan Sands2007-12-127-61/+66
* Remove a forward-declaration for a non-existant class.Dan Gohman2007-12-121-1/+0
* Allow vector integer constants to be created withDan Gohman2007-12-123-9/+46
* Use vector for child storage instead of map. This will also makeAnton Korobeynikov2007-12-121-19/+61
* Revert r44626, which turned off the use of readonlyDuncan Sands2007-12-122-15/+4
* 1. "Upgrage" comments.Wojciech Matyjewicz2007-12-122-15/+26
* Regenerate.Christopher Lamb2007-12-122-1215/+1197