summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* As Chris pointed out, this doesn't actually need an LLVMContext to operate.Owen Anderson2009-07-137-12/+12
* revert rev. 75503 for now.Devang Patel2009-07-132-19/+4
* Use Mangler to remove leading '1' from linkage names.Devang Patel2009-07-132-4/+19
* add llvm-mc support for parsing the .subsections_via_symbols directive.Kevin Enderby2009-07-135-0/+36
* Fix comment.Eli Friedman2009-07-131-3/+2
* Move more functionality over to LLVMContext.Owen Anderson2009-07-1317-112/+80
* 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-133-110/+78
* Delete a spurious const.Dan Gohman2009-07-131-1/+1
* 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-135-9/+59
* Add NetBSD to the Triple class, patch by Krister Walfridsson!Chris Lattner2009-07-132-0/+4
* 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
* Makefile rules for generating assembly matcher.Daniel Dunbar2009-07-131-0/+5
* Change printInstruction to not print a trailing newline. Value::dumpDan Gohman2009-07-131-2/+3
* Add an optional optimization to FoldingSet to allow ID values to beDan Gohman2009-07-131-0/+14
* 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-132-14/+81
* Make some more changes suggested by Chris. Manipulators go away.David Greene2009-07-133-162/+51
* 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
* 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.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
* 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