| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly document the second form of ConstArray::get() | Reid Spencer | 2006-05-30 | 1 | -0/+7 |
* | Adjust the interface to ConstantArray::get. The previous | Reid Spencer | 2006-05-30 | 1 | -1/+1 |
* | Since there was interest on the mailing list, this is a utility pass that | Andrew Lenharth | 2006-05-29 | 2 | -0/+56 |
* | Replace an old C-style cast with a C++ cast (squelch warning) | Reid Spencer | 2006-05-29 | 1 | -1/+1 |
* | Fix pastos in comments | Chris Lattner | 2006-05-27 | 1 | -3/+4 |
* | Implement a new method: CloneAndPruneFunctionInto, as documented. | Chris Lattner | 2006-05-27 | 1 | -0/+13 |
* | Add an interface to constant fold and instruction given it's opcode, type | Chris Lattner | 2006-05-27 | 1 | -0/+9 |
* | Add a new sentry node type, allowing assertions to catch trivial | Chris Lattner | 2006-05-27 | 1 | -0/+5 |
* | Change RET node to include signness information of the return values. e.g. | Evan Cheng | 2006-05-26 | 1 | -2/+3 |
* | Skeletal LCSSA pass. This is currently non-functional. Expect functionality | Owen Anderson | 2006-05-26 | 2 | -0/+6 |
* | Fix breakage on platforms where string/cassert don't pull in int64_t. | Chris Lattner | 2006-05-25 | 1 | -0/+1 |
* | CALL node change: now containing signness of each argument. | Evan Cheng | 2006-05-25 | 1 | -3/+3 |
* | For PR786: | Reid Spencer | 2006-05-24 | 7 | -10/+10 |
* | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner | 2006-05-24 | 2 | -2/+2 |
* | -enable-unsafe-fp-math implies -enable-finite-only-fp-math | Evan Cheng | 2006-05-23 | 1 | -5/+6 |
* | Make class comment visible in Doxygen. | Vladimir Prus | 2006-05-23 | 1 | -28/+31 |
* | Added option -enable-finite-only-fp-math. When on, the codegen can assume that | Evan Cheng | 2006-05-23 | 1 | -0/+7 |
* | Make TargetData strings less redundant. | Owen Anderson | 2006-05-20 | 1 | -1/+1 |
* | Add new calling convention, as documented in LangRef.html | Chris Lattner | 2006-05-19 | 1 | -0/+7 |
* | Fix some doxygen usage in these headers. | Reid Spencer | 2006-05-19 | 7 | -13/+17 |
* | Use class tags instead of struct tags. The coding standards specify this | Chris Lattner | 2006-05-19 | 1 | -9/+18 |
* | lib/Target/Target.td | Evan Cheng | 2006-05-18 | 1 | -1/+20 |
* | Change Module to use TargetData-compatible strings internally. | Owen Anderson | 2006-05-18 | 1 | -6/+5 |
* | Another typo. Pointed out by Nate Begeman. | Evan Cheng | 2006-05-17 | 1 | -1/+1 |
* | Fix a mis-leading comment. | Evan Cheng | 2006-05-17 | 1 | -1/+1 |
* | Add a CloneModule call that exposes the mapping of values from the old module | Chris Lattner | 2006-05-17 | 1 | -0/+1 |
* | Add a new CALL node. | Chris Lattner | 2006-05-16 | 1 | -0/+7 |
* | There is now a default impl of this method | Chris Lattner | 2006-05-16 | 1 | -1/+1 |
* | Move this code to a common place | Andrew Lenharth | 2006-05-16 | 1 | -0/+10 |
* | Add a chain to FORMAL_ARGUMENTS. | Chris Lattner | 2006-05-16 | 1 | -3/+4 |
* | For PR778: | Reid Spencer | 2006-05-16 | 1 | -91/+143 |
* | Improve comments, patch provided by Vladimir Prus! | Chris Lattner | 2006-05-15 | 1 | -1/+7 |
* | Doxygenify the comments, bringing the file level comments down to be attached | Reid Spencer | 2006-05-15 | 1 | -21/+22 |
* | improve comment. | Chris Lattner | 2006-05-14 | 1 | -0/+4 |
* | Improve documentation on throwing, it is not complete still though. :( | Chris Lattner | 2006-05-14 | 1 | -0/+3 |
* | This is a proper fix for the compiler warning. A termination condition is | Chris Lattner | 2006-05-14 | 1 | -3/+11 |
* | Fix an infinite loop bug that Vladimir Prus identified. | Reid Spencer | 2006-05-13 | 1 | -1/+2 |
* | Add a #include <cassert> for situations where Casting.h is used standalone. | Reid Spencer | 2006-05-13 | 1 | -0/+2 |
* | Revert an un-intended change | Evan Cheng | 2006-05-13 | 1 | -12/+0 |
* | Don't use old-style casts. This prevents compiler warnings when CommandLine.h | Reid Spencer | 2006-05-12 | 1 | -2/+2 |
* | Add a method to generate a string representation from a TargetData. | Owen Anderson | 2006-05-12 | 1 | -0/+5 |
* | Refactor a bunch of includes so that TargetMachine.h doesn't have to include | Owen Anderson | 2006-05-12 | 1 | -1/+3 |
* | Backing out fix for PR770. Need to re-apply it after live range splitting is ... | Evan Cheng | 2006-05-12 | 1 | -5/+4 |
* | Add a new constructor to TargetData that builds a TargetData from its | Owen Anderson | 2006-05-12 | 1 | -0/+7 |
* | Add capability to scheduler to commute nodes for profit. | Evan Cheng | 2006-05-12 | 2 | -4/+8 |
* | Refactor scheduler code. Move register-reduction list scheduler to a | Evan Cheng | 2006-05-11 | 1 | -0/+111 |
* | Also add super- register class info. | Evan Cheng | 2006-05-11 | 1 | -2/+26 |
* | Add alloca/malloc ctors that don't take array sizes. | Chris Lattner | 2006-05-10 | 1 | -8/+21 |
* | This method doesn't need to be virtual, thanks to Reid for pointing this out. | Chris Lattner | 2006-05-09 | 1 | -1/+1 |
* | PR 770 - permit coallescing of registers in subset register classes. | Evan Cheng | 2006-05-09 | 1 | -3/+5 |