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