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