| Age | Commit message (Expand) | Author |
| 2009-11-12 | Add a bool flag to StackObjects telling whether they reference spill | David Greene |
| 2009-10-05 | strength reduce a ton of type equality tests to check the typeid (Through | Chris Lattner |
| 2009-09-02 | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel |
| 2009-08-27 | X86FastISel support for loading and storing values of type i1. | Dan Gohman |
| 2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
| 2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
| 2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
| 2009-08-05 | Teach X86FastISel how to handle CCValAssign::BCvt, which is used for | Dan Gohman |
| 2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson |
| 2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
| 2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
| 2009-07-13 | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 2009-07-10 | code model is never set to default. | Chris Lattner |
| 2009-07-10 | remove the now-dead TM argument to these methods. | Chris Lattner |
| 2009-07-10 | add a couple of predicates to test for "stub style pic in PIC mode" and "stub... | Chris Lattner |
| 2009-07-10 | simplify fast isel by using ClassifyGlobalReference. This | Chris Lattner |
| 2009-07-10 | GVRequiresExtraLoad is now never used for calls, simplify it based on this. | Chris Lattner |
| 2009-07-10 | actually, just eliminate PCRelGVRequiresExtraLoad. It makes the code | Chris Lattner |
| 2009-07-10 | There is only one case where GVRequiresExtraLoad returns true for calls: | Chris Lattner |
| 2009-07-10 | split call handling out of X86SelectAddress into X86SelectCallAddress | Chris Lattner |
| 2009-07-09 | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson |
| 2009-07-09 | move reasoning about darwin $non_lazy_ptr stubs from asmprinter into | Chris Lattner |
| 2009-07-09 | rearrange some code, no functionality change. | Chris Lattner |
| 2009-07-09 | make direct calls set MO_PLT or MO_DARWIN_STUB as appropriate with fast isel. | Chris Lattner |
| 2009-07-09 | simplify some code based on the fact that picstyles != none are only valid | Chris Lattner |
| 2009-07-02 | @GOTPCREL is also rip-relative. Fix fast-isel to do the right thing. | Chris Lattner |
| 2009-07-02 | Fix yet-another bug I introduced into fastisel, this time handling | Chris Lattner |
| 2009-07-02 | Fix a bunch of other places that used operator[] to test whether | Dan Gohman |
| 2009-07-01 | Fix some fast-isel problems selecting global variable addressing in | Chris Lattner |
| 2009-06-27 | simplify some code and eliminate the symbolicAddressesAreRIPRel() predicate. | Chris Lattner |
| 2009-06-27 | fix clang/test/CodeGenObjC/try.m, a basereg doesn't mean no global anymore. | Chris Lattner |
| 2009-06-27 | Reimplement rip-relative addressing in the X86-64 backend. The new | Chris Lattner |
| 2009-06-27 | Fix PR4466 by making fastisel set operand flags correctly. | Chris Lattner |
| 2009-06-12 | Fix Bug 4278: X86-64 with -tailcallopt calling convention | Arnold Schwaighofer |
| 2009-06-03 | Avoid a warning "'U' might be used uninitialized in | Duncan Sands |
| 2009-05-09 | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands |
| 2009-05-04 | X86FastISel doesn't support the -tailcallopt ABI. | Dan Gohman |
| 2009-04-27 | Rename GR8_, GR16_, GR32_, and GR64_ to GR8_ABCD, GR16_ABCD, | Dan Gohman |
| 2009-04-13 | Implement x86 h-register extract support. | Dan Gohman |
| 2009-04-12 | fix a cross-block fastisel crash handling overflow intrinsics. | Chris Lattner |
| 2009-04-12 | simplify code by using IntrinsicInst. | Chris Lattner |
| 2009-04-12 | Add new TargetInstrDesc::hasImplicitUseOfPhysReg and | Chris Lattner |
| 2009-04-08 | Re-apply 68552. | Rafael Espindola |
| 2009-04-07 | Temporarily revert r68552. This was causing a failure in the self-hosting LLVM | Bill Wendling |
| 2009-04-07 | Reduce code duplication on the TLS implementation. | Rafael Espindola |
| 2009-03-13 | Improve FastISel's handling of truncates to i1, and implement | Dan Gohman |
| 2009-03-13 | Fix FastISel's assumption that i1 values are always zero-extended | Dan Gohman |
| 2009-03-13 | generalize this code so that fast isel handles integer truncates to i1, which | Chris Lattner |
| 2009-03-13 | Fix some significant problems with constant pools that resulted in unnecessar... | Evan Cheng |