aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Match declaration to definition.Daniel Dunbar2009-07-127-7/+7
* Match declaration to definition.Daniel Dunbar2009-07-121-1/+1
* remove tests for removed intrinsics.Chris Lattner2009-07-122-49/+0
* 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.Edwin Török2009-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.Edwin Török2009-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
* 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.Edwin Török2009-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
* fix x86-64 static codegen to materialize the address of a global with movl in...Chris Lattner2009-07-112-40/+52
* fix a bug in my cleanup patchChris Lattner2009-07-111-1/+1
* comment cleanup, reduce nesting.Chris Lattner2009-07-112-8/+11
* remove some dead patterns, WrapperRIP doesn't exist in -static modeChris Lattner2009-07-111-17/+0
* silence vc++ warning.Chris Lattner2009-07-111-1/+1
* silence a vc++ warning.Chris Lattner2009-07-111-1/+1
* this test was incorrect for x86-64 static. It passed on darwin, because darwinChris Lattner2009-07-111-1/+5
* Tweak comment.Daniel Dunbar2009-07-111-2/+2
* Update CMakeLists.txtDaniel Dunbar2009-07-111-0/+1
* Tweak svn:ignoreDaniel Dunbar2009-07-110-0/+0
* Fix unused function warning.Daniel Dunbar2009-07-111-0/+2
* Revert r75252 which was causing some crashes at compile time.Nick Lewycky2009-07-114-580/+121
* Fix PR4533, which is about buggy codegen in x86-64 -static mode.Chris Lattner2009-07-112-24/+561
* Fix comment.Edwin Török2009-07-111-3/+4
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-07-11153-610/+695
* Stub out assembly matcher (.s -> MCInst) tblgen backend.Daniel Dunbar2009-07-113-1/+64
* Regenerate.Mikhail Glushenkov2009-07-111-2/+4
* Update documentation.Mikhail Glushenkov2009-07-112-4/+7
* Delete the temp dir even when '--temp-dir' is specified.Mikhail Glushenkov2009-07-111-2/+1
* Fix handling of max and full set.Nick Lewycky2009-07-112-11/+8
* improve filecheck's "scanning from here" caret position.Chris Lattner2009-07-111-0/+11
* make filecheck default to canonicalizing horizontal whitespaceChris Lattner2009-07-111-0/+66