aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify test.Evan Cheng2008-05-091-3/+2
* Rename Example.td to Graph.td.Mikhail Glushenkov2008-05-092-1/+1
* use doxygen comments for makeBuffer()Nick Kledzik2008-05-091-4/+4
* don't sink invokes, even if they are readonly. This fixes aChris Lattner2008-05-091-1/+2
* Fix a type and formatting.Duncan Sands2008-05-091-2/+2
* ignore Output dirsGabor Greif2008-05-090-0/+0
* ignore AutoGenerated.inc, it is created by TableGenGabor Greif2008-05-090-0/+0
* ignore Output dirGabor Greif2008-05-090-0/+0
* Reapply 50867: A small refactoring (extract method) + some comment fixes.Mikhail Glushenkov2008-05-092-55/+66
* add support for pattern matching 'neg'Chris Lattner2008-05-092-4/+31
* Implement PR2298. This transforms:Chris Lattner2008-05-093-0/+33
* restore doxygen comment.Chris Lattner2008-05-091-17/+16
* <rdar://problem/5917641> use getMemBufferCopy if supplied buffer is not alrea...Nick Kledzik2008-05-092-4/+20
* Check for validity of aliasee pointer before dereference.Anton Korobeynikov2008-05-081-1/+3
* Use movq to move low half of XMM register and zero-extend the rest.Evan Cheng2008-05-082-1/+12
* conservatively say that volatile stores read memory.Chris Lattner2008-05-081-2/+3
* Revertin 50867 since it was breaking the build.Tanya Lattner2008-05-082-64/+53
* store can't read from memory.Chris Lattner2008-05-081-1/+0
* Add -E and -S optionsMikhail Glushenkov2008-05-081-0/+5
* A small refactoring (extract method) + some comment fixes.Mikhail Glushenkov2008-05-082-53/+64
* Remove dead return. Thanks to Bill for the review!Chris Lattner2008-05-081-2/+0
* Improve pass documentation and comments.Gordon Henriksen2008-05-086-102/+136
* More than just loads can read from memory: readonly calls like strlenChris Lattner2008-05-082-4/+32
* Make instcombine's DSE respect loads as well as stores. It is not safe toChris Lattner2008-05-082-1/+26
* add a new Instruction::mayReadFromMemory predicate, makeChris Lattner2008-05-082-2/+23
* Check linkage.Devang Patel2008-05-081-1/+1
* Get exception handling working again on 64 bitDuncan Sands2008-05-081-1/+2
* new testcase.Chris Lattner2008-05-081-0/+8
* Add support for constant folding the 'offsetof' pattern even if theChris Lattner2008-05-081-16/+23
* Handle vector move / load which zero the destination register top bits (i.e. ...Evan Cheng2008-05-089-147/+175
* Add nounwind.Evan Cheng2008-05-0725-58/+39
* Turn StripPointerCast() into a methodAnton Korobeynikov2008-05-079-45/+42
* Use Doxygen-style comments.Mikhail Glushenkov2008-05-078-110/+145
* Make the interface of CStrInCStrNoCase be the same as strcasestr.Ted Kremenek2008-05-071-6/+5
* Add a new LibCallAliasAnalysis pass, which is parameterizedChris Lattner2008-05-073-0/+179
* Fix some serious logical errors in CStrInCStrNoCase pointed out by Bill.Ted Kremenek2008-05-071-5/+8
* Output correct exception handling and frame infoDuncan Sands2008-05-074-61/+49
* Guard for empty strings in CStrInCStrNoCase.Ted Kremenek2008-05-071-2/+2
* Added CStrInCStrNoCase, a portable implementation of strcasestr.Ted Kremenek2008-05-071-0/+24
* Add a new interface for describing the behavior of library calls. ThisChris Lattner2008-05-072-0/+231
* Typo.Nick Lewycky2008-05-071-1/+1
* Yet another nasty spiller bug.Evan Cheng2008-05-072-14/+56
* Fix a bug in the ComputeMaskedBits logic for multiply.Dan Gohman2008-05-073-4/+14
* Make the use of the "noinline" attribute conditional on using GCC.Bill Wendling2008-05-071-0/+4
* Disable loop deletion until the release branch.Owen Anderson2008-05-061-1/+0
* Removing.Bill Wendling2008-05-061-25/+0
* Workaround for a compiler bug (see <rdar://problem/5852746>). Once that bug isBill Wendling2008-05-061-1/+3
* Update a couple VC++ project files.Steve Naroff2008-05-062-1/+31
* Use target triple in tests, not 'realign-stack=0' option. Per request.Anton Korobeynikov2008-05-064-5/+5
* If weak GlobalVariable was bitcast'ed to different type during linkingAnton Korobeynikov2008-05-061-1/+1