aboutsummaryrefslogtreecommitdiff
path: root/include/llvm
AgeCommit message (Expand)Author
2006-06-02Remove some flags backed out from earlier attempts at getting MING32WReid Spencer
2006-06-01Fix -pedantic warningChris Lattner
2006-06-01Provide support for detecting if the Win32 imaghlp and psapi librariesReid Spencer
2006-06-01Favor C++ casts over C casts in C++ code.Reid Spencer
2006-06-01Change from using a stub function to a stub variable for passing to theReid Spencer
2006-05-31Fix utostr once and for all, by making there only be one function namedChris Lattner
2006-05-314 billion names is enough for anyone. And really fix the build on alpha this...Andrew Lenharth
2006-05-31Fix build breakage on alpha, without causing it on x86. as a bonus, all plat...Andrew Lenharth
2006-05-31revert for nowAndrew Lenharth
2006-05-31make 64-bit safe and fix the build on alphaAndrew Lenharth
2006-05-31Make the getNamedFunction and getNamedGlobal methods be const. They don'tReid Spencer
2006-05-31Clarify type naming.Vladimir Prus
2006-05-31Improve InstVisitor docs.Vladimir Prus
2006-05-30Provide a simpler interface for getting a ConstantArray from a characterReid Spencer
2006-05-30Make doc comment visible in doxygen output. Clarify Type construction.Vladimir Prus
2006-05-30Properly document the second form of ConstArray::get()Reid Spencer
2006-05-30Adjust the interface to ConstantArray::get. The previousReid Spencer
2006-05-29Since there was interest on the mailing list, this is a utility pass thatAndrew Lenharth
2006-05-29Replace an old C-style cast with a C++ cast (squelch warning)Reid Spencer
2006-05-27Fix pastos in commentsChris Lattner
2006-05-27Implement a new method: CloneAndPruneFunctionInto, as documented.Chris Lattner
2006-05-27Add an interface to constant fold and instruction given it's opcode, typeChris Lattner
2006-05-27Add a new sentry node type, allowing assertions to catch trivialChris Lattner
2006-05-26Change RET node to include signness information of the return values. e.g.Evan Cheng
2006-05-26Skeletal LCSSA pass. This is currently non-functional. Expect functionalityOwen Anderson
2006-05-25Fix breakage on platforms where string/cassert don't pull in int64_t.Chris Lattner
2006-05-25CALL node change: now containing signness of each argument.Evan Cheng
2006-05-24For PR786:Reid Spencer
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner
2006-05-23-enable-unsafe-fp-math implies -enable-finite-only-fp-mathEvan Cheng
2006-05-23Make class comment visible in Doxygen.Vladimir Prus
2006-05-23Added option -enable-finite-only-fp-math. When on, the codegen can assume thatEvan Cheng
2006-05-20Make TargetData strings less redundant.Owen Anderson
2006-05-19Add new calling convention, as documented in LangRef.htmlChris Lattner
2006-05-19Fix some doxygen usage in these headers.Reid Spencer
2006-05-19Use class tags instead of struct tags. The coding standards specify thisChris Lattner
2006-05-18lib/Target/Target.tdEvan Cheng
2006-05-18Change Module to use TargetData-compatible strings internally.Owen Anderson
2006-05-17Another typo. Pointed out by Nate Begeman.Evan Cheng
2006-05-17Fix a mis-leading comment.Evan Cheng
2006-05-17Add a CloneModule call that exposes the mapping of values from the old moduleChris Lattner
2006-05-16Add a new CALL node.Chris Lattner
2006-05-16There is now a default impl of this methodChris Lattner
2006-05-16Move this code to a common placeAndrew Lenharth
2006-05-16Add a chain to FORMAL_ARGUMENTS.Chris Lattner
2006-05-16For PR778:Reid Spencer
2006-05-15Improve comments, patch provided by Vladimir Prus!Chris Lattner
2006-05-15Doxygenify the comments, bringing the file level comments down to be attachedReid Spencer
2006-05-14improve comment.Chris Lattner
2006-05-14Improve documentation on throwing, it is not complete still though. :(Chris Lattner