aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass as...Owen Anderson2006-06-092-1/+19
* Comments to appease sabre.Evan Cheng2006-06-091-1/+7
* Minor compilation speed improvement.Evan Cheng2006-06-091-2/+2
* RewriteExpr, either the new PHI node of induction variable or theEvan Cheng2006-06-091-0/+3
* Update some comments, and expose LCSSAID in preparation for having other passesOwen Anderson2006-06-081-1/+8
* Fix X86/inline-asm.ll:test2, a case where an input value was implicitlyChris Lattner2006-06-081-3/+6
* Fix Regression/CodeGen/X86/inline-asm.ll, a case where inline asm causesChris Lattner2006-06-081-6/+13
* Squelch a warning about signed/unsigned.Reid Spencer2006-06-081-1/+1
* Add support for "m" inline asm constraints.Chris Lattner2006-06-081-1/+29
* Fix an assert-on-inline-inline-asm bug.Chris Lattner2006-06-081-12/+18
* For PR804:Reid Spencer2006-06-081-1/+1
* Remove dead code.Vladimir Prus2006-06-081-1/+1
* New method BasicBlock::getFirstNonPHI.Vladimir Prus2006-06-081-0/+11
* For PR787:Reid Spencer2006-06-074-0/+30
* For PR780:Reid Spencer2006-06-072-0/+5
* Add a virtual dtor to the InlineAsm class so that the principle method ofChris Lattner2006-06-071-0/+6
* Fix a bug where the types for inlineasm nodes were not properly entered intoChris Lattner2006-06-071-2/+2
* For PR780:Reid Spencer2006-06-079-29/+21
* Fix a spello in a comment.Reid Spencer2006-06-071-1/+1
* For PR780:Reid Spencer2006-06-075-3/+45
* Added X86FunctionInfo subclass of MachineFunction to record whether theEvan Cheng2006-06-063-7/+41
* Move toolrunner out of libsupport into the bugpoint toolChris Lattner2006-06-061-514/+0
* Fix a bug in a recent patch. This fixes UnitTests/Vector/Altivec/casts.c onChris Lattner2006-06-061-1/+1
* Now that PR633 is implemented, the CBE can know to emit _setjmp/_longjmpChris Lattner2006-06-062-0/+12
* Add PowerPC intrinsics to support dcbz[l]Chris Lattner2006-06-062-0/+25
* Fix some formatting, and use inLoop() when appropriate.Owen Anderson2006-06-061-3/+3
* Stop a memory leak, and update some comments.Owen Anderson2006-06-061-10/+10
* Add the -Xlinker option to bugpoint which allows an option to be passedReid Spencer2006-06-061-9/+31
* add R0 to liveoutRafael Espindola2006-06-051-3/+13
* For PR798:Reid Spencer2006-06-051-13/+56
* Make it possible to override the standard version printer. Not all toolsReid Spencer2006-06-051-18/+29
* For PR798:Reid Spencer2006-06-054-41/+221
* A few new entries.Evan Cheng2006-06-041-0/+19
* Be consistent with gcc.Evan Cheng2006-06-041-1/+1
* Some more clean-up, and squash an IDF-Phi related bug.Owen Anderson2006-06-041-16/+13
* ignore ordered/unordered for nowAndrew Lenharth2006-06-042-0/+153
* Various clean-ups suggested by Chris.Owen Anderson2006-06-041-30/+32
* Fix a bug in Phi-noded insertion. Also, update some comments to reflect what'sOwen Anderson2006-06-031-12/+21
* Cygwin support. Patch by Anton Korobeynikov!Evan Cheng2006-06-022-4/+28
* Use xor to clear a register.Evan Cheng2006-06-021-6/+4
* Incorrect AT&T opcode.Evan Cheng2006-06-021-1/+1
* Remove unneeded hook. Patch by Anton K. Thanks!Chris Lattner2006-06-021-2/+0
* Add mingw support, patch contributed by AntonChris Lattner2006-06-022-2/+2
* Force anything that #includes llvm/Transforms/Utils/UnifyFunctionExitNodes.hChris Lattner2006-06-021-0/+2
* Fix build on systems with bad bison'sChris Lattner2006-06-021-0/+5
* Remove dead #includeChris Lattner2006-06-011-2/+0
* Make the "pruning cloner" smarter. As it propagates constants through theChris Lattner2006-06-011-23/+146
* Fix linking of inline asm objects.Chris Lattner2006-06-011-5/+9
* Provide configuration support and usage for MINGW32 platformReid Spencer2006-06-013-8/+26
* Fix -pedantic warnings.Chris Lattner2006-06-012-14/+14