summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-05-31Fix utostr once and for all, by making there only be one function namedChris Lattner1-17/+14
2006-05-314 billion names is enough for anyone. And really fix the build on alpha this...Andrew Lenharth3-3/+4
2006-05-31Fix build breakage on alpha, without causing it on x86. as a bonus, all plat...Andrew Lenharth4-16/+5
2006-05-31revert for nowAndrew Lenharth1-2/+13
2006-05-31make 64-bit safe and fix the build on alphaAndrew Lenharth1-13/+2
2006-05-31Make the getNamedFunction and getNamedGlobal methods be const. They don'tReid Spencer1-2/+2
2006-05-31Clarify type naming.Vladimir Prus1-0/+5
2006-05-31Improve InstVisitor docs.Vladimir Prus1-40/+46
2006-05-30Provide a simpler interface for getting a ConstantArray from a characterReid Spencer1-6/+6
2006-05-30Make doc comment visible in doxygen output. Clarify Type construction.Vladimir Prus1-24/+26
2006-05-30Properly document the second form of ConstArray::get()Reid Spencer1-0/+7
2006-05-30Adjust the interface to ConstantArray::get. The previousReid Spencer1-1/+1
2006-05-29Since there was interest on the mailing list, this is a utility pass thatAndrew Lenharth2-0/+56
2006-05-29Replace an old C-style cast with a C++ cast (squelch warning)Reid Spencer1-1/+1
2006-05-27Fix pastos in commentsChris Lattner1-3/+4
2006-05-27Implement a new method: CloneAndPruneFunctionInto, as documented.Chris Lattner1-0/+13
2006-05-27Add an interface to constant fold and instruction given it's opcode, typeChris Lattner1-0/+9
2006-05-27Add a new sentry node type, allowing assertions to catch trivialChris Lattner1-0/+5
2006-05-26Change RET node to include signness information of the return values. e.g.Evan Cheng1-2/+3
2006-05-26Skeletal LCSSA pass. This is currently non-functional. Expect functionalityOwen Anderson2-0/+6
2006-05-25Fix breakage on platforms where string/cassert don't pull in int64_t.Chris Lattner1-0/+1
2006-05-25CALL node change: now containing signness of each argument.Evan Cheng1-3/+3
2006-05-24For PR786:Reid Spencer7-10/+10
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2-2/+2
2006-05-23-enable-unsafe-fp-math implies -enable-finite-only-fp-mathEvan Cheng1-5/+6
2006-05-23Make class comment visible in Doxygen.Vladimir Prus1-28/+31
2006-05-23Added option -enable-finite-only-fp-math. When on, the codegen can assume thatEvan Cheng1-0/+7
2006-05-20Make TargetData strings less redundant.Owen Anderson1-1/+1
2006-05-19Add new calling convention, as documented in LangRef.htmlChris Lattner1-0/+7
2006-05-19Fix some doxygen usage in these headers.Reid Spencer7-13/+17
2006-05-19Use class tags instead of struct tags. The coding standards specify thisChris Lattner1-9/+18
2006-05-18lib/Target/Target.tdEvan Cheng1-1/+20
2006-05-18Change Module to use TargetData-compatible strings internally.Owen Anderson1-6/+5
2006-05-17Another typo. Pointed out by Nate Begeman.Evan Cheng1-1/+1
2006-05-17Fix a mis-leading comment.Evan Cheng1-1/+1
2006-05-17Add a CloneModule call that exposes the mapping of values from the old moduleChris Lattner1-0/+1
2006-05-16Add a new CALL node.Chris Lattner1-0/+7
2006-05-16There is now a default impl of this methodChris Lattner1-1/+1
2006-05-16Move this code to a common placeAndrew Lenharth1-0/+10
2006-05-16Add a chain to FORMAL_ARGUMENTS.Chris Lattner1-3/+4
2006-05-16For PR778:Reid Spencer1-91/+143
2006-05-15Improve comments, patch provided by Vladimir Prus!Chris Lattner1-1/+7
2006-05-15Doxygenify the comments, bringing the file level comments down to be attachedReid Spencer1-21/+22
2006-05-14improve comment.Chris Lattner1-0/+4
2006-05-14Improve documentation on throwing, it is not complete still though. :(Chris Lattner1-0/+3
2006-05-14This is a proper fix for the compiler warning. A termination condition isChris Lattner1-3/+11
2006-05-13Fix an infinite loop bug that Vladimir Prus identified.Reid Spencer1-1/+2
2006-05-13Add a #include <cassert> for situations where Casting.h is used standalone.Reid Spencer1-0/+2
2006-05-13Revert an un-intended changeEvan Cheng1-12/+0
2006-05-12Don't use old-style casts. This prevents compiler warnings when CommandLine.hReid Spencer1-2/+2