summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix comment.Devang Patel2009-07-131-1/+1
* Added a fixme for platform specific GetDirSeparator().Sanjiv Gupta2009-07-131-0/+2
* allow mcc16 users to specify --save-temps even though it is hidden by mcc16.Sanjiv Gupta2009-07-132-2/+1
* Match declaration to definition (missed a few).Daniel Dunbar2009-07-131-3/+3
* Tweak svn:ignoreDaniel Dunbar2009-07-130-0/+0
* Match declaration to definition.Daniel Dunbar2009-07-132-2/+2
* Fix build on Linux.Nick Lewycky2009-07-131-0/+1
* Fix some non-sensical code.Daniel Dunbar2009-07-131-1/+4
* Switch to raw_ostream.Daniel Dunbar2009-07-131-35/+35
* Removed some junk code that snuck in to an earlier commit.Lang Hames2009-07-131-5/+0
* Fix an error in ConstantRange::getSignedMax on wrapped ranges. Thanks onceNick Lewycky2009-07-132-7/+7
* 'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127).Nick Lewycky2009-07-132-2/+2
* Update for LLVM API change.Owen Anderson2009-07-1315-82/+97
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-1343-480/+547
* Multiply was very wrong for wrapped ranges. This supplies a half-fix that willNick Lewycky2009-07-132-6/+11
* Fix a bug summing two full sets. The overflow checking doesn't handle sets asNick Lewycky2009-07-132-0/+3
* minor cleanups, reduce nesting of if's with early return.Chris Lattner2009-07-131-88/+110
* Match declaration to definition.Daniel Dunbar2009-07-122-2/+2
* Match declaration to definition.Daniel Dunbar2009-07-127-7/+7
* Match declaration to definition.Daniel Dunbar2009-07-123-3/+3
* Match declaration to definition.Daniel Dunbar2009-07-121-1/+1
* fix file headers.Chris Lattner2009-07-124-4/+4
* fix typo in file headers.Chris Lattner2009-07-122-3/+3
* improve comments.Chris Lattner2009-07-121-3/+4
* remove tests for removed intrinsics.Chris Lattner2009-07-122-49/+0
* document the diagnostics pragmas, patch by Louis Gerbarg!Chris Lattner2009-07-121-6/+58
* add push/pop semantics for diagnostics. Patch by Louis Gerbarg!Chris Lattner2009-07-125-14/+96
* remove llvm.part.set.* and llvm.part.select.*. They have never been Chris Lattner2009-07-124-459/+0
* Use llvm_report_error, not llvm_unreachable.Daniel Dunbar2009-07-121-2/+2
* Mention that llvm_report_error() does not return.Torok Edwin2009-07-121-0/+2
* Add an LLVM API change.Daniel Dunbar2009-07-121-0/+2
* Improve sys::Path::makeAbsolute on Win32.Daniel Dunbar2009-07-124-13/+38
* Fix assert(0) conversion, as suggested by Chris.Torok Edwin2009-07-124-20/+19
* Clarify a FIXME.Daniel Dunbar2009-07-121-4/+5
* "UNIX paths can contain non-ASCII characters, so Path::isValid() should not r...Chris Lattner2009-07-121-9/+1
* Revert to using shell to find files instead of 'find', that wasn't portable. Daniel Dunbar2009-07-121-3/+2
* Implement support for promotion of AND/OR/XOR on integer types.Jakob Stoklund Olesen2009-07-121-8/+19
* Fix types in PromoteNode handling of CTPOP and friends.Jakob Stoklund Olesen2009-07-121-3/+3
* Add CCIfSRet calling convention predicate.Jakob Stoklund Olesen2009-07-121-0/+4
* Remove extra \n from LLVM_UNREACHABLE calls.Torok Edwin2009-07-129-17/+16
* Make this clearer for the mathematically inclined. Thanks to Duncan Sands forNick Lewycky2009-07-121-0/+4
* Implement udiv for ConstantRanges.Nick Lewycky2009-07-122-17/+35
* Temporarily revert r75408. It appears to break the Apple-style builds:Bill Wendling2009-07-123-28/+17
* This is not overly conservative.Nick Lewycky2009-07-121-1/+0
* Implement ConstantRange::multiply based on the code in LoopVR.Nick Lewycky2009-07-122-13/+19
* Remove check which is duplicated in Eli Friedman2009-07-121-20/+0
* eliminate MOV64r0 in favor of a Pat<> pattern. This is only nontrivial becauseChris Lattner2009-07-123-17/+28
* add nounwindChris Lattner2009-07-121-1/+1
* be explicit about making comments real sentences.Chris Lattner2009-07-121-1/+3
* Darwin prepends an _ to internal globals, Linux doesn't.Nick Lewycky2009-07-111-1/+1
OpenPOWER on IntegriCloud