| Commit message (Expand) | Author | Age | Files | Lines |
* | Xform bitconvert(build_pair(load a, load b)) to a single load if the load loc... | Evan Cheng | 2008-05-12 | 1 | -1/+1 |
* | Constify the machine instruction passed into the | Bill Wendling | 2008-05-12 | 1 | -2/+2 |
* | Forgot this. | Evan Cheng | 2008-05-12 | 1 | -7/+19 |
* | Add support for vicmp/vfcmp codegen, more legalize support coming. | Nate Begeman | 2008-05-12 | 2 | -0/+16 |
* | Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef | Nate Begeman | 2008-05-12 | 6 | -59/+209 |
* | Add a new SparsePropagation analysis utility, which allows you to do | Chris Lattner | 2008-05-12 | 1 | -0/+178 |
* | Make constructors target-specific. This fixes problems where the path would | Nick Lewycky | 2008-05-11 | 1 | -3/+2 |
* | Remove warnings when using -Wshorten-64-to-32. | Bill Wendling | 2008-05-10 | 1 | -3/+3 |
* | Prevent -W64-to-32-shortened warnings. | Bill Wendling | 2008-05-10 | 1 | -2/+2 |
* | Prevent warnings from the -Wshorten-64-to-32 flag. | Bill Wendling | 2008-05-10 | 1 | -5/+2 |
* | remove commented-out code, it is subsumed by DECLARE_TRANSPARENT_OPERAND_ACCE... | Gabor Greif | 2008-05-10 | 1 | -9/+0 |
* | merge of use-diet branch to trunk | Gabor Greif | 2008-05-10 | 10 | -322/+926 |
* | Make OpActionsCapacity multiple of 4. | Evan Cheng | 2008-05-09 | 1 | -2/+3 |
* | add support for pattern matching 'neg' | Chris Lattner | 2008-05-09 | 2 | -4/+31 |
* | add a new Instruction::mayReadFromMemory predicate, make | Chris Lattner | 2008-05-08 | 1 | -0/+4 |
* | Turn StripPointerCast() into a method | Anton Korobeynikov | 2008-05-07 | 2 | -8/+8 |
* | Make the interface of CStrInCStrNoCase be the same as strcasestr. | Ted Kremenek | 2008-05-07 | 1 | -6/+5 |
* | Add a new LibCallAliasAnalysis pass, which is parameterized | Chris Lattner | 2008-05-07 | 2 | -0/+10 |
* | Fix some serious logical errors in CStrInCStrNoCase pointed out by Bill. | Ted Kremenek | 2008-05-07 | 1 | -5/+8 |
* | Output correct exception handling and frame info | Duncan Sands | 2008-05-07 | 1 | -7/+0 |
* | Guard for empty strings in CStrInCStrNoCase. | Ted Kremenek | 2008-05-07 | 1 | -2/+2 |
* | Added CStrInCStrNoCase, a portable implementation of strcasestr. | Ted Kremenek | 2008-05-07 | 1 | -0/+24 |
* | Add a new interface for describing the behavior of library calls. This | Chris Lattner | 2008-05-07 | 1 | -0/+166 |
* | Typo. | Nick Lewycky | 2008-05-07 | 1 | -1/+1 |
* | Make the use of the "noinline" attribute conditional on using GCC. | Bill Wendling | 2008-05-07 | 1 | -0/+4 |
* | Workaround for a compiler bug (see <rdar://problem/5852746>). Once that bug is | Bill Wendling | 2008-05-06 | 1 | -1/+3 |
* | Make StripPointerCast a common function (should we mak it method of Value ins... | Anton Korobeynikov | 2008-05-06 | 2 | -6/+5 |
* | Improve documentation. | Gordon Henriksen | 2008-05-06 | 1 | -1/+2 |
* | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman | 2008-05-06 | 17 | -54/+2 |
* | Fix a broken doxygen comment, and reword it for clarity. | Dan Gohman | 2008-05-06 | 1 | -4/+3 |
* | Using "unsigned" was masking the "size_t" version of this method. | Bill Wendling | 2008-05-05 | 1 | -1/+1 |
* | Remove unused function. | Devang Patel | 2008-05-05 | 1 | -3/+0 |
* | Added addition atomic instrinsics and, or, xor, min, and max. | Mon P Wang | 2008-05-05 | 4 | -17/+83 |
* | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng | 2008-05-05 | 43 | -138/+173 |
* | Fix 80 column violations. | Evan Cheng | 2008-05-05 | 1 | -25/+46 |
* | Add AsmPrinter support for emitting a directive to declare that | Dan Gohman | 2008-05-05 | 1 | -0/+9 |
* | Fix PR1098 by correcting the postdominators analysis. | Owen Anderson | 2008-05-04 | 2 | -29/+13 |
* | remove obsolete method. | Chris Lattner | 2008-05-04 | 1 | -3/+0 |
* | Use (void) instead of () in C code. | Gordon Henriksen | 2008-05-04 | 2 | -18/+18 |
* | Implement destructor for PostDominatorTree to eliminate a memory leak. | Torok Edwin | 2008-05-03 | 1 | -0/+2 |
* | Implement operator-> for ImmutableMap iterators. | Ted Kremenek | 2008-05-03 | 1 | -9/+12 |
* | Add separate intrinsics for MMX / SSE shifts with i32 integer operands. This ... | Evan Cheng | 2008-05-03 | 1 | -6/+59 |
* | Suppress -Wshorten-64-to-32 warnings for 64-bit hosts. | Evan Cheng | 2008-05-02 | 1 | -3/+6 |
* | Initialize a local variable. | Ted Kremenek | 2008-05-01 | 1 | -1/+1 |
* | Delete the IPO simplify-libcalls and completely reimplement it as | Chris Lattner | 2008-05-01 | 2 | -5/+6 |
* | Add CreateCall3/CreateCall4 at Eric's request. | Chris Lattner | 2008-05-01 | 1 | -0/+10 |
* | Add a spiffy little "CreateCall2" method, which can be used to make | Chris Lattner | 2008-05-01 | 1 | -3/+8 |
* | Tail call optimization improvements: | Arnold Schwaighofer | 2008-04-30 | 1 | -0/+30 |
* | add missing #include | Chris Lattner | 2008-04-30 | 1 | -0/+2 |
* | add a method for comparing to see if a value has a specified name. | Chris Lattner | 2008-04-30 | 1 | -0/+4 |