aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Move more functionality over to LLVMContext.Owen Anderson2009-07-1312-89/+69
* Move the memoization check for SCEVSignExtendExpr andDan Gohman2009-07-131-10/+22
* Don't bother to call commonIntCastTransforms for bitcasts; int->int Eli Friedman2009-07-131-7/+3
* Convert SCEV from FoldingSetNode to FastFoldingSetNode. This eliminatesDan Gohman2009-07-131-67/+33
* Reverted r75484. It was causing a failure with Apple-style builds.Bill Wendling2009-07-131-7/+1
* Add infrastructure to allow post instruction printing action triggers.David Greene2009-07-132-0/+14
* Add NetBSD to the Triple class, patch by Krister Walfridsson!Chris Lattner2009-07-131-0/+3
* More standard way of specifying greater than Leopard.Bill Wendling2009-07-131-3/+3
* On greater than Leopard systems, place exception tables in the __TEXT section.Bill Wendling2009-07-131-3/+11
* Change printInstruction to not print a trailing newline. Value::dumpDan Gohman2009-07-131-2/+3
* Fix comment typos.Bob Wilson2009-07-132-2/+2
* factor the 'optimized sort' code out into a static helper functionChris Lattner2009-07-131-28/+38
* Move the re-sort of invalidated NonLocalPointerDeps cache earlierChris Lattner2009-07-131-14/+14
* Make some more changes suggested by Chris. Manipulators go away.David Greene2009-07-131-58/+41
* Match declaration to definition (missed a few).Daniel Dunbar2009-07-131-3/+3
* 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-131-7/+3
* 'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127).Nick Lewycky2009-07-131-1/+1
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-1325-428/+492
* Multiply was very wrong for wrapped ranges. This supplies a half-fix that willNick Lewycky2009-07-131-6/+6
* Fix a bug summing two full sets. The overflow checking doesn't handle sets asNick Lewycky2009-07-131-0/+2
* Match declaration to definition.Daniel Dunbar2009-07-122-2/+2
* remove llvm.part.set.* and llvm.part.select.*. They have never been Chris Lattner2009-07-122-348/+0
* Use llvm_report_error, not llvm_unreachable.Daniel Dunbar2009-07-121-2/+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
* "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
* Remove extra \n from LLVM_UNREACHABLE calls.Edwin Török2009-07-129-17/+16
* Implement udiv for ConstantRanges.Nick Lewycky2009-07-121-4/+26
* Temporarily revert r75408. It appears to break the Apple-style builds:Bill Wendling2009-07-123-28/+17
* Implement ConstantRange::multiply based on the code in LoopVR.Nick Lewycky2009-07-121-3/+13
* 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
* fix x86-64 static codegen to materialize the address of a global with movl in...Chris Lattner2009-07-111-3/+15
* 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 a vc++ warning.Chris Lattner2009-07-111-1/+1
* Revert r75252 which was causing some crashes at compile time.Nick Lewycky2009-07-111-521/+111
* Fix PR4533, which is about buggy codegen in x86-64 -static mode.Chris Lattner2009-07-111-4/+4
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-07-11146-594/+679
* 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-111-4/+0
* Clarify and simplify.Nick Lewycky2009-07-111-1/+1