- 551754c Revert 101465, it broke internal OpenGL testing. by Eric Christopher · 15 years ago
- 4ec2258 reapply r101434 with a fix for self-hosting by Gabor Greif · 15 years ago
- 607a7ab back out r101423 and r101397, they break llvm-gcc self-host on darwin10 by Gabor Greif · 15 years ago
- 2ff961f reapply r101364, which has been backed out in r101368 with a fix by Gabor Greif · 15 years ago
- 9ee1720 back out r101364, as it trips the linux nightlybot on some clang C++ tests by Gabor Greif · 15 years ago
- 165dac0 rotate CallInst operands, i.e. move callee to the back of the operand array by Gabor Greif · 15 years ago
- 46510a7 Add const qualifiers to CodeGen's use of LLVM IR constructs. by Dan Gohman · 15 years ago
- 2520864 Factor out EH landing pad code into a separate function, and constify by Dan Gohman · 15 years ago
- 795ee9d Fix a number of clang -Wsign-compare warnings that didn't have an obvious by John McCall · 15 years ago
- ed3a806 unthread MMI from FastISel by Chris Lattner · 15 years ago
- d850ac7 fastisel doesn't need DwarfWriter, remove some tendricles. by Chris Lattner · 15 years ago
- 34247a0 Make isInt?? and isUint?? template specializations of the generic versions. This by Benjamin Kramer · 15 years ago
- 88dee30 Couple of changes that Dan mentioned for llvm.stackprotector fast-isel. by Eric Christopher · 15 years ago
- 07754c2 Make fast-isel understand llvm.stackprotector. by Eric Christopher · 15 years ago
- f27805b Have fast-isel understand llvm.objectsize. Update testcase for slightly by Eric Christopher · 15 years ago
- 2968943 add support, testcases, and dox for the new GHC calling by Chris Lattner · 15 years ago
- bfcc8e0 not committing what you test = bad. by Chris Lattner · 15 years ago
- 225d4ca make gep matching in fastisel match the base of the gep as a by Chris Lattner · 15 years ago
- 45df761 Move dbg_value generation to target-independent FastISel, by Dale Johannesen · 15 years ago
- 116b799 Generate DBG_VALUE from dbg.value intrinsics. These currently by Dale Johannesen · 15 years ago
- b0bc6c3 Uniformize the names of type predicates: rather than having isFloatTy and by Duncan Sands · 15 years ago
- bd13fb6 refactor the conditional jump instructions in the .td file to by Chris Lattner · 16 years ago
- 518bb53 move target-independent opcodes out of TargetInstrInfo by Chris Lattner · 16 years ago
- 1797ed5 Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflect by Dan Gohman · 16 years ago
- 973f467 Add assertion to humor the paranoid. by Dale Johannesen · 16 years ago
- 381993f Restore to pre-94570 state. by Evan Cheng · 16 years ago
- bbba00c Ignore 'forced' tailcall opt in fastisel mode. by Evan Cheng · 16 years ago
- ddc419c Code refactoring, no functionality change. by Evan Cheng · 16 years ago
- 5ed17ae Generate DEBUG_VALUE comments on x86. The (limited) by Dale Johannesen · 16 years ago
- f082d7a Revert 93811 per request. by Dale Johannesen · 16 years ago
- 1b346b7 Enable code to emit dbg.declare as DEBUG_VALUE by Dale Johannesen · 16 years ago
- 77f7989 Have FastISel handle llvm.trap(). by Eric Christopher · 16 years ago
- 796248f Revert commit 93204, since it causes the assembler to barf by Duncan Sands · 16 years ago
- b85071c Add manual ISD::OR fastisel selection routines. TableGen is no longer autogen them after 93152 and 93191. by Evan Cheng · 16 years ago
- 9e83467 Reword this comment to reference a more fundamental issue. by Dan Gohman · 16 years ago
- 968b35f After further thought revert the patch to make fast-isel avoid by Eric Christopher · 16 years ago
- d74a7d4 Remove extraneous include. by Eric Christopher · 16 years ago
- e6c74c9 If the data requires a relocation then don't attempt to by Eric Christopher · 16 years ago
- 11acaa3 Convert a ton of simple integer type equality tests to the new predicate. by Benjamin Kramer · 16 years ago
- 3f2bf85 by David Greene · 16 years ago
- cf0fe8d strength reduce a ton of type equality tests to check the typeid (Through by Chris Lattner · 16 years ago
- 65c3c8f Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. by Sandeep Patel · 16 years ago
- 7e7f06e X86FastISel support for loading and storing values of type i1. by Dan Gohman · 16 years ago
- 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
- 825b72b Split EVT into MVT and EVT, the former representing _just_ a primitive type, while by Owen Anderson · 16 years ago
- e50ed30 Rename MVT to EVT, in preparation for splitting SimpleValueType out into its own struct type. by Owen Anderson · 16 years ago
- c3c9c48 Teach X86FastISel how to handle CCValAssign::BCvt, which is used for by Dan Gohman · 16 years ago
- a7235ea Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 16 years ago
- e922c02 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
- c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
- 0a5372e Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 16 years ago
- c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
- f1d6bd5 code model is never set to default. by Chris Lattner · 16 years ago
- e2c9208 remove the now-dead TM argument to these methods. by Chris Lattner · 16 years ago
- 3b67e9b add a couple of predicates to test for "stub style pic in PIC mode" and "stub style pic in dynamic-no-pic" mode. by Chris Lattner · 16 years ago
- 0d786dd simplify fast isel by using ClassifyGlobalReference. This by Chris Lattner · 16 years ago
- ed0dca6 GVRequiresExtraLoad is now never used for calls, simplify it based on this. by Chris Lattner · 16 years ago
- 754b765 actually, just eliminate PCRelGVRequiresExtraLoad. It makes the code by Chris Lattner · 16 years ago
- e6c07b5 There is only one case where GVRequiresExtraLoad returns true for calls: by Chris Lattner · 16 years ago
- 0aa43de split call handling out of X86SelectAddress into X86SelectCallAddress by Chris Lattner · 16 years ago
- d1474d0 Thread LLVMContext through MVT and related parts of SDISel. by Owen Anderson · 16 years ago
- 75cdf27 move reasoning about darwin $non_lazy_ptr stubs from asmprinter into isel. by Chris Lattner · 16 years ago
- ff7727f rearrange some code, no functionality change. by Chris Lattner · 16 years ago
- 51e8eab make direct calls set MO_PLT or MO_DARWIN_STUB as appropriate with fast isel. by Chris Lattner · 16 years ago
- 15a380a simplify some code based on the fact that picstyles != none are only valid by Chris Lattner · 16 years ago
- cd714b1 @GOTPCREL is also rip-relative. Fix fast-isel to do the right thing. by Chris Lattner · 16 years ago
- 27598ec Fix yet-another bug I introduced into fastisel, this time handling by Chris Lattner · 16 years ago
- f530c92 Fix a bunch of other places that used operator[] to test whether by Dan Gohman · 16 years ago
- 35c28ec Fix some fast-isel problems selecting global variable addressing in pic mode. by Chris Lattner · 16 years ago
- 4c1b606 simplify some code and eliminate the symbolicAddressesAreRIPRel() predicate. by Chris Lattner · 16 years ago
- 553e571 fix clang/test/CodeGenObjC/try.m, a basereg doesn't mean no global anymore. by Chris Lattner · 16 years ago
- 18c5987 Reimplement rip-relative addressing in the X86-64 backend. The new by Chris Lattner · 16 years ago
- 89da699 Fix PR4466 by making fastisel set operand flags correctly. by Chris Lattner · 16 years ago
- bbd8c33 Fix Bug 4278: X86-64 with -tailcallopt calling convention by Arnold Schwaighofer · 16 years ago
- 1251388 Avoid a warning "'U' might be used uninitialized in by Duncan Sands · 16 years ago
- 777d230 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 16 years ago
- 7d04e4a X86FastISel doesn't support the -tailcallopt ABI. by Dan Gohman · 16 years ago
- 6241762 Rename GR8_, GR16_, GR32_, and GR64_ to GR8_ABCD, GR16_ABCD, by Dan Gohman · 16 years ago
- 21e3dfb Implement x86 h-register extract support. by Dan Gohman · 16 years ago
- 8d57b77 fix a cross-block fastisel crash handling overflow intrinsics. by Chris Lattner · 16 years ago
- a9a4225 simplify code by using IntrinsicInst. by Chris Lattner · 16 years ago
- 0461c0a Add new TargetInstrDesc::hasImplicitUseOfPhysReg and by Chris Lattner · 16 years ago
- 094fad3 Re-apply 68552. Tested by bootstrapping llvm-gcc and using that to build llvm. by Rafael Espindola · 16 years ago
- 044b534 Temporarily revert r68552. This was causing a failure in the self-hosting LLVM by Bill Wendling · 16 years ago
- 2a6411b Reduce code duplication on the TLS implementation. by Rafael Espindola · 16 years ago
- 474d3b3 Improve FastISel's handling of truncates to i1, and implement by Dan Gohman · 16 years ago
- 14ea1ec Fix FastISel's assumption that i1 values are always zero-extended by Dan Gohman · 16 years ago
- 44ceb8a generalize this code so that fast isel handles integer truncates to i1, which by Chris Lattner · 16 years ago
- 1606e8e Fix some significant problems with constant pools that resulted in unnecessary paddings between constant pool entries, larger than necessary alignments (e.g. 8 byte alignment for .literal4 sections), and potentially other issues. by Evan Cheng · 16 years ago
- 087fcf3 do not export all the X86FastISel symbols, ever. by Chris Lattner · 16 years ago
- e986594 Fast-isel can't do TLS yet, so it should fall back to SDISel by Dan Gohman · 16 years ago
- 8d13f8f Remove non-DebugLoc versions of BuildMI from X86. by Dale Johannesen · 17 years ago
- 536ab13 Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and SuperRegClasses. These are not necessary. Also eliminate getSubRegisterRegClass and getSuperRegisterRegClass. These are slow and their results can change if register file names change. Just use TargetLowering::getRegClassFor() to get the right TargetRegisterClass instead. by Evan Cheng · 17 years ago
- 04ee5a1 Change TargetInstrInfo::isMoveInstr to return source and destination sub-register indices as well. by Evan Cheng · 17 years ago
- 83489bb by Devang Patel · 17 years ago
- ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 17 years ago
- 653456c X86_COND_C and X86_COND_NC are alternate mnemonics for by Dan Gohman · 17 years ago
- fd1c6c3 Silence unused variable warnings. by Devang Patel · 17 years ago
- b12b1a2 Fix fast-isel to not emit invalid assembly when presented with a by Dan Gohman · 17 years ago
- a33649e Fix some release-assert warnings by Chris Lattner · 17 years ago