| Age | Commit message (Expand) | Author |
| 2009-03-20 | Added option to enable generating less precise mad (multiply addition) | Mon P Wang |
| 2009-03-11 | Add a -no-implicit-float flag. This acts like -soft-float, but may generate | Bill Wendling |
| 2009-03-03 | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman |
| 2009-02-27 | Refactor TLS code and add some tests. The tests and expected results are: | Rafael Espindola |
| 2009-02-24 | Added support to have TableGen provide information if an intrinsic (core | Mon P Wang |
| 2009-02-19 | Describe tail merging's use of InsertBranch. | Dale Johannesen |
| 2009-02-18 | Add support to the JIT for true non-lazy operation. When a call to a function | Nate Begeman |
| 2009-02-18 | Eliminate several more unnecessary intptr_t casts. | Dan Gohman |
| 2009-02-09 | Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nasty | Evan Cheng |
| 2009-02-07 | Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing | Dan Gohman |
| 2009-02-06 | We don't really need the abort here. This unbreak x86_64 linux build. | Evan Cheng |
| 2009-02-06 | Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo. | Evan Cheng |
| 2009-02-06 | Add TargetInstrInfo::isSafeToMoveRegisterClassDefs. It returns true if it's s... | Evan Cheng |
| 2009-02-06 | Change -1 => negative number. | Evan Cheng |
| 2009-02-06 | Document the meaning of -1 for getCopyCost. | Evan Cheng |
| 2009-02-05 | Clarify comments. | Evan Cheng |
| 2009-02-05 | Reapply 63765. Patches for clang and llvm-gcc to follow. | Dale Johannesen |
| 2009-02-04 | Reverting 63765. This broke the build of both clang | Dale Johannesen |
| 2009-02-04 | New feature: add support for target intrinsics being defined in the | Nate Begeman |
| 2009-02-04 | add a friend needed by a stringmap change. | Chris Lattner |
| 2009-02-03 | Add some DL propagation to places that didn't | Dale Johannesen |
| 2009-02-03 | Propagation in TargetLowering. Includes passing a DL | Dale Johannesen |
| 2009-02-02 | Made the common case of default address space directive as non-virtual for pe... | Sanjiv Gupta |
| 2009-01-30 | Fix build on case-sensitive filesystems (i.e. everybody else) | Dale Johannesen |
| 2009-01-30 | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen |
| 2009-01-30 | Enable emitting of constant values in non-default address space as well. The ... | Sanjiv Gupta |
| 2009-01-29 | Make x86's BT instruction matching more thorough, and add some | Dan Gohman |
| 2009-01-28 | Make isOperationLegal do what its name suggests, and introduce a | Dan Gohman |
| 2009-01-26 | Make the Dwarf macro information section optional; CellSPU's assembler | Scott Michel |
| 2009-01-26 | Implement Red Zone utilization on x86-64. This is currently | Dan Gohman |
| 2009-01-23 | Cross register class coalescing. Not yet enabled. | Evan Cheng |
| 2009-01-22 | Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe... | Evan Cheng |
| 2009-01-21 | Cleanup whitespace and comments, and tweak some | Duncan Sands |
| 2009-01-21 | Allow targets to legalize operations (with illegal operands) that produces mu... | Sanjiv Gupta |
| 2009-01-20 | Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi... | Evan Cheng |
| 2009-01-16 | Registry.h should not depend on CommandLine.h. | Mikhail Glushenkov |
| 2009-01-16 | Delete trailing whitespace. | Mikhail Glushenkov |
| 2009-01-15 | Make getWidenVectorType const. | Dan Gohman |
| 2009-01-15 | Const-qualify getPreIndexedAddressParts and friends. | Dan Gohman |
| 2009-01-13 | Use DebugInfo interface to lower dbg_* intrinsics. | Devang Patel |
| 2009-01-12 | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands |
| 2009-01-09 | fit in 80 cols | Chris Lattner |
| 2009-01-05 | Revert r61415 and r61484. Duncan was correct that these weren't needed. | Bill Wendling |
| 2009-01-05 | Add a note about passing MVT::Other to getSetCCResultType. | Duncan Sands |
| 2009-01-05 | Add <climits>, to get the definition of CHAR_BIT. This should fix | Dan Gohman |
| 2009-01-05 | TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need its | Dan Gohman |
| 2009-01-05 | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman |
| 2009-01-01 | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands |
| 2008-12-29 | Linux wants the FDE initial location and address range to be forced to 32-bit. | Bill Wendling |
| 2008-12-24 | Darwin likes for the EH frame to be non-local. | Bill Wendling |