| Age | Commit message (Expand) | Author |
| 2009-04-02 | Fixed build warnings. | Sanjiv Gupta |
| 2009-04-02 | To convert the StopPoint insn into an assembler directive by ISel, we need to... | Sanjiv Gupta |
| 2009-04-02 | Params are not being generated as static globals now. The caller passes them ... | Sanjiv Gupta |
| 2009-04-02 | Fix build on Linux. | Mikhail Glushenkov |
| 2009-04-01 | Reapply r68211, with the miscompilations it caused fixed. | Owen Anderson |
| 2009-04-01 | Clean up pass manager cache after each run. | Devang Patel |
| 2009-04-01 | silence warning in release-asserts build. | Chris Lattner |
| 2009-04-01 | Add llvm::Triple class for abstracting access to target triples. | Daniel Dunbar |
| 2009-04-01 | Use CHAR_BIT instead of hard-coding 8 in several places where it | Dan Gohman |
| 2009-04-01 | Use LLVM type names instead of C type names in comments, to be | Dan Gohman |
| 2009-04-01 | Fix PR3862: Recognize some ARM-specific constraints for immediates in inline | Bob Wilson |
| 2009-04-01 | Revert r68172. It caused regressions in | Dan Gohman |
| 2009-04-01 | hopefully fix an apparent build error on windows. | Chris Lattner |
| 2009-04-01 | fix a serious regression I introduced in my previous patch. | Chris Lattner |
| 2009-04-01 | Enhance GVN to propagate simple conditionals. This fixes PR3921. | Owen Anderson |
| 2009-04-01 | * Fixed spelling of `invertible' | Misha Brukman |
| 2009-03-31 | reimplement BitcodeReaderValueList in terms of WeakVH instead of making | Chris Lattner |
| 2009-03-31 | Make the key of ValueRankMap an AssertingVH, so that we die violently | Chris Lattner |
| 2009-03-31 | Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles", | Chris Lattner |
| 2009-03-31 | Throttle back "fold select into operand" transformation. InstCombine should n... | Evan Cheng |
| 2009-03-31 | Fully general expansion of integer shift of any size. | Evan Cheng |
| 2009-03-31 | i128 shift libcalls are not available on x86. | Evan Cheng |
| 2009-03-31 | Reapply 68073, with fixes. EH Landing-pad basic blocks are not | Dan Gohman |
| 2009-03-31 | Update call graph after inlining invoke. | Devang Patel |
| 2009-03-31 | Add llvm::sys::getHostTriple and remove | Daniel Dunbar |
| 2009-03-31 | Minor top-level comment fix. | Dan Gohman |
| 2009-03-31 | remove unused arguments. | Rafael Espindola |
| 2009-03-31 | Really temporarily revert r68073. | Bill Wendling |
| 2009-03-31 | Oy! When reverting r68073, I added in experimental code. Sorry... | Bill Wendling |
| 2009-03-31 | Remove the "fast" cases for spill and restore point determination, as these w... | Owen Anderson |
| 2009-03-31 | Revert r68073. It's causing a failure in the Apple-style builds. | Bill Wendling |
| 2009-03-31 | Fix live-out reg logic to not insert over-aggressive AssertZExt | Dan Gohman |
| 2009-03-31 | X86 address mode isel tweak. If the base of the address is also used by a Cop... | Evan Cheng |
| 2009-03-30 | Except in asm-verbose mode, avoid printing labels for blocks that are | Dan Gohman |
| 2009-03-30 | Loop Index Split can eliminate a loop if it can determin if loop body is exec... | Devang Patel |
| 2009-03-30 | When optimzing a mul by immediate into two, the resulting mul's should get a ... | Evan Cheng |
| 2009-03-30 | Turn a 2-address instruction into a 3-address one when it's profitable even i... | Evan Cheng |
| 2009-03-30 | Balance out quote in debug output. | Bill Wendling |
| 2009-03-30 | Fix grammar-o in comment. | Bill Wendling |
| 2009-03-30 | Constify arguments in isSuccessor and isLayoutSuccessor. | Dan Gohman |
| 2009-03-30 | Fix comment to match function name. | Bob Wilson |
| 2009-03-30 | getEntryFor() may invalidate DenseMap iterator. | Devang Patel |
| 2009-03-30 | Fix thinko: put stuff with both global and local relocations into data.rel{.r... | Anton Korobeynikov |
| 2009-03-30 | Fix infinite looping | Anton Korobeynikov |
| 2009-03-30 | Properly propagate Kind. | Anton Korobeynikov |
| 2009-03-30 | Do not propagate ELF-specific stuff (data.rel) into other targets. This simpl... | Anton Korobeynikov |
| 2009-03-30 | Add data.rel stuff | Anton Korobeynikov |
| 2009-03-29 | IA64 is as weird as Alpha wrt r/o relocs :) | Anton Korobeynikov |
| 2009-03-29 | Alpha always requires global relocations to be r/w regardless of PIC. | Anton Korobeynikov |
| 2009-03-29 | Honour relocation behaviour stuff for ro objects | Anton Korobeynikov |