- 511dce0 CBackend: Fix MSVC build. by Michael J. Spencer · 15 years ago
- e7d173a CBackend: Cleanup whitespace before I do this next commit. by Michael J. Spencer · 15 years ago
- baa5d04 Add X86 MMX type to bitcode and Type. by Dale Johannesen · 15 years ago
- 2d482bb remove dead proto by Chris Lattner · 15 years ago
- a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
- bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
- 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
- 94ab490 by Alexander Herz: by Gabor Greif · 15 years ago
- c2ac8c4 use ArgOperand API by Gabor Greif · 15 years ago
- 58c09b28 fix a -Wbool-conversions warning from clang. by Chris Lattner · 15 years ago
- 8f35fab Add support for thiscall calling convention. by Anton Korobeynikov · 15 years ago
- 4cfccb8 Remove the "WantsWholeFile" concept, as it's no longer needed. CBE by Dan Gohman · 15 years ago
- 7258dcd Revert 101465, it broke internal OpenGL testing. by Eric Christopher · 16 years ago
- f375520 reapply r101434 with a fix for self-hosting by Gabor Greif · 16 years ago
- 403e969 back out r101423 and r101397, they break llvm-gcc self-host on darwin10 by Gabor Greif · 16 years ago
- 33ae80b reapply r101364, which has been backed out in r101368 with a fix by Gabor Greif · 16 years ago
- 9fd00c7 back out r101364, as it trips the linux nightlybot on some clang C++ tests by Gabor Greif · 16 years ago
- aafd209 rotate CallInst operands, i.e. move callee to the back of the operand array by Gabor Greif · 16 years ago
- 4568ed7 Implement support for varargs functions without any fixed by Chris Lattner · 16 years ago
- c6a6d39 use abstract interface in two more places by Gabor Greif · 16 years ago
- 1c73242 fix compile by Gabor Greif · 16 years ago
- 11e7b32 use abstract interface by Gabor Greif · 16 years ago
- 2104b8d rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 16 years ago
- 22a411f Remove a memory leak from the CBackend. by Jeffrey Yasskin · 16 years ago
- c7b46f9 give Mangler access to TargetData. by Chris Lattner · 16 years ago
- 2eff505 make the mangler take an MCContext instead of an MAI. No functionality change. by Chris Lattner · 16 years ago
- 0d8a9af Add a flag to addPassesToEmit* to disable the Verifier pass run by Dan Gohman · 16 years ago
- 455201b Remove a bunch of duplicated code, where there was one version taking a std::ostream by Duncan Sands · 16 years ago
- cbd43f8 Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move some by Duncan Sands · 16 years ago
- 19d0b47 There are two ways of checking for a given type, for example isa<PointerType>(T) by Duncan Sands · 16 years ago
- 9dff9be Uniformize the names of type predicates: rather than having isFloatTy and by Duncan Sands · 16 years ago
- 4a61882 Fix "the the" and similar typos. by Dan Gohman · 16 years ago
- f0cb12a eliminate FileModel::Model, just use CodeGenFileType. The client by Chris Lattner · 16 years ago
- e5f7214 use both the Mangler and the CBE's mangler for identifiers, by Chris Lattner · 16 years ago
- 2b4364f revert 93934, removing the MCAsmInfo endianness bit. I can't by Chris Lattner · 16 years ago
- 003b5c8 give MCAsmInfo a 'has little endian' bit. This is unfortunate, but by Chris Lattner · 16 years ago
- 8c2ab10 stop the CBE from using Mangler::appendMangledName, which is a private function, it is mangling types, which don't matter how they are done. by Chris Lattner · 16 years ago
- 83e872e Get MCSymbol out of the mangling business, and move all the logic by Chris Lattner · 16 years ago
- b4ffc89 now that mangler is in libtarget, it can use MCAsmInfo instead of clients by Chris Lattner · 16 years ago
- f62e3ee move the mangler into libtarget from vmcore. by Chris Lattner · 16 years ago
- 51d6cc4 reduce duplicate mangling logic by using MCSymbol::printMangledName. by Chris Lattner · 16 years ago
- c5b7dcf stop the CBE from using deprecated Mangler stuff. by Chris Lattner · 16 years ago
- 209aeca change Mangler::makeNameProper to return its result in a SmallVector by Chris Lattner · 16 years ago
- be94f23 Remove dead debug info intrinsics. by Devang Patel · 16 years ago
- 18f28cb Remove dead variable. by Bill Wendling · 16 years ago
- a48f44d improve portability to avoid conflicting with std::next in c++'0x. by Chris Lattner · 16 years ago
- d04cb6d rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 16 years ago
- 42c979e CBE support for indbr. by Chris Lattner · 16 years ago
- de5ad42 Remove FreeInst. by Victor Hernandez · 16 years ago
- 54d7179 Remove ICmpInst::isSignedPredicate which was a reimplementation by Nick Lewycky · 16 years ago
- a3aaf85 Remove MallocInst from LLVM Instructions. by Victor Hernandez · 16 years ago
- 68c5f47 Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. by Sandeep Patel · 16 years ago
- 5f6fc97 Unbreak FP128 stuff in cbe by Anton Korobeynikov · 16 years ago
- b25de3f eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 16 years ago
- 7b26fce Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
- 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
- 957d058 change CBE to just get TAI now, instead of TM to get TAI. by Chris Lattner · 16 years ago
- de8b1b2 Cleanup in dbg_stoppoint handling in CBE. Patch by Sandeep Patel. by Anton Korobeynikov · 16 years ago
- 68d86348 Minor arm CBE fixes. Patch by Sandeep. by Anton Korobeynikov · 16 years ago
- fe4ce2a Emit module-level inline asm for CBE. Patch by Sandeep Patel by Anton Korobeynikov · 16 years ago
- ad9a6c4 No really, it's unused. by Daniel Dunbar · 16 years ago
- 09c1d00 Remove now unused Module argument to createTargetMachine. by Daniel Dunbar · 16 years ago
- 719d235 Remove now unused arguments from TargetRegistry::lookupTarget. by Daniel Dunbar · 16 years ago
- 0f16ea5 Pass target triple string in to TargetMachine constructor. by Daniel Dunbar · 16 years ago
- c3719c3 Move most targets TargetMachine constructor to only taking a target triple. by Daniel Dunbar · 16 years ago
- 5a1acd9 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
- 47d6791 Add TargetRegistry::lookupTarget. by Daniel Dunbar · 16 years ago
- 5680b4f Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 16 years ago
- edb4a70 Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 16 years ago
- 99abb47 Simplify some uses of Value::getName() by Daniel Dunbar · 16 years ago
- 47db941 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
- 67038c1 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
- d0ed53e Make sure CWriter's Context get's initialized. by Daniel Dunbar · 16 years ago
- c151c51 Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink by Daniel Dunbar · 16 years ago
- e833810 Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
- 338191c Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
- a8d7399 Switch some obvious clients to using the new TargetRegistry. by Daniel Dunbar · 16 years ago
- b22f50e Register Target's TargetMachine and AsmPrinter in the new registry. by Daniel Dunbar · 16 years ago
- b6b2530 Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 16 years ago
- a31f96c by David Greene · 16 years ago
- 8c9a96b Reapply my previous asmprinter changes now with more testing and two by Chris Lattner · 16 years ago
- fbcc663 llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
- eb3e427 Revert r7561{9,8,7,6}, which depend on r75610. by Daniel Dunbar · 16 years ago
- 6ec9f40 rename getValueName -> getMangledName by Chris Lattner · 16 years ago
- 874727f fix CBE & MSIL backends to not use the mangler for non-global symbols. by Chris Lattner · 16 years ago
- bb2501b These don't really need contexts either. by Owen Anderson · 16 years ago
- 53a5221 Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 16 years ago
- 56d0659 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
- fb8d6d5 Implement changes from Chris's feedback. Finish converting lib/Target. by Torok Edwin · 16 years ago
- 304d85b Privatize some variables. by Owen Anderson · 16 years ago
- 5a495fe Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 16 years ago
- 9d9acb0 It looks like nobody is working on PR 4158, so I'm by Dale Johannesen · 16 years ago
- 1b731d5 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 16 years ago
- 5c36f4f Fix an erroneous check for isFNeg; the FNeg case is handled by Dan Gohman · 16 years ago
- a5b9645 Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 16 years ago
- 5668077 Spacing fix. by Dale Johannesen · 16 years ago
- af9eaa8 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 16 years ago
- 026e5d7 Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 17 years ago
- 084669a Second attempt: by Bill Wendling · 17 years ago
- 56f2987 r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 17 years ago