summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Xform bitconvert(build_pair(load a, load b)) to a single load if the load loc...Evan Cheng2008-05-12
* Constify the machine instruction passed into theBill Wendling2008-05-12
* Forgot this.Evan Cheng2008-05-12
* Add support for vicmp/vfcmp codegen, more legalize support coming.Nate Begeman2008-05-12
* Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman2008-05-12
* Add a new SparsePropagation analysis utility, which allows you to doChris Lattner2008-05-12
* Make constructors target-specific. This fixes problems where the path wouldNick Lewycky2008-05-11
* Remove warnings when using -Wshorten-64-to-32.Bill Wendling2008-05-10
* Prevent -W64-to-32-shortened warnings.Bill Wendling2008-05-10
* Prevent warnings from the -Wshorten-64-to-32 flag.Bill Wendling2008-05-10
* remove commented-out code, it is subsumed by DECLARE_TRANSPARENT_OPERAND_ACCE...Gabor Greif2008-05-10
* merge of use-diet branch to trunkGabor Greif2008-05-10
* Make OpActionsCapacity multiple of 4.Evan Cheng2008-05-09
* add support for pattern matching 'neg'Chris Lattner2008-05-09
* add a new Instruction::mayReadFromMemory predicate, makeChris Lattner2008-05-08
* Turn StripPointerCast() into a methodAnton Korobeynikov2008-05-07
* Make the interface of CStrInCStrNoCase be the same as strcasestr.Ted Kremenek2008-05-07
* Add a new LibCallAliasAnalysis pass, which is parameterizedChris Lattner2008-05-07
* Fix some serious logical errors in CStrInCStrNoCase pointed out by Bill.Ted Kremenek2008-05-07
* Output correct exception handling and frame infoDuncan Sands2008-05-07
* Guard for empty strings in CStrInCStrNoCase.Ted Kremenek2008-05-07
* Added CStrInCStrNoCase, a portable implementation of strcasestr.Ted Kremenek2008-05-07
* Add a new interface for describing the behavior of library calls. ThisChris Lattner2008-05-07
* Typo.Nick Lewycky2008-05-07
* Make the use of the "noinline" attribute conditional on using GCC.Bill Wendling2008-05-07
* Workaround for a compiler bug (see <rdar://problem/5852746>). Once that bug isBill Wendling2008-05-06
* Make StripPointerCast a common function (should we mak it method of Value ins...Anton Korobeynikov2008-05-06
* Improve documentation.Gordon Henriksen2008-05-06
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-06
* Fix a broken doxygen comment, and reword it for clarity.Dan Gohman2008-05-06
* Using "unsigned" was masking the "size_t" version of this method.Bill Wendling2008-05-05
* Remove unused function.Devang Patel2008-05-05
* Added addition atomic instrinsics and, or, xor, min, and max.Mon P Wang2008-05-05
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Fix 80 column violations.Evan Cheng2008-05-05
* Add AsmPrinter support for emitting a directive to declare thatDan Gohman2008-05-05
* Fix PR1098 by correcting the postdominators analysis.Owen Anderson2008-05-04
* remove obsolete method.Chris Lattner2008-05-04
* Use (void) instead of () in C code.Gordon Henriksen2008-05-04
* Implement destructor for PostDominatorTree to eliminate a memory leak.Torok Edwin2008-05-03
* Implement operator-> for ImmutableMap iterators.Ted Kremenek2008-05-03
* Add separate intrinsics for MMX / SSE shifts with i32 integer operands. This ...Evan Cheng2008-05-03
* Suppress -Wshorten-64-to-32 warnings for 64-bit hosts.Evan Cheng2008-05-02
* Initialize a local variable.Ted Kremenek2008-05-01
* Delete the IPO simplify-libcalls and completely reimplement it asChris Lattner2008-05-01
* Add CreateCall3/CreateCall4 at Eric's request.Chris Lattner2008-05-01
* Add a spiffy little "CreateCall2" method, which can be used to makeChris Lattner2008-05-01
* Tail call optimization improvements:Arnold Schwaighofer2008-04-30
* add missing #includeChris Lattner2008-04-30
* add a method for comparing to see if a value has a specified name.Chris Lattner2008-04-30