- 219bd29 remove Bill from the author list: his contribution (describing llvm::Ostream by Chris Lattner · 16 years ago
- d283cb1 add some more topics to the coding standards doc: by Chris Lattner · 16 years ago
- 1126038 Attempt to fix BuildBot breakage with MSVC. by Eli Friedman · 16 years ago
- d8afc46 fix some formatting stuff, patch by Edward O'Callaghan! by Chris Lattner · 16 years ago
- be9408e Remove intrinsic support for __builtin_ia32_vec_set_v16qi and by Eric Christopher · 16 years ago
- 3dae284 Add support for MMX VSETCC. by Eli Friedman · 16 years ago
- 5292588 Added the unconditional JMP with an 8-bit relocation for the by Sean Callanan · 16 years ago
- 064a6ea Add an entry. by Evan Cheng · 16 years ago
- f158156 inline the two MergeableConstSection implementations into their only caller. by Chris Lattner · 16 years ago
- 828f704 set the ELF "small" flag on objects that end up in .rodata.cst4 consistently, by Chris Lattner · 16 years ago
- 2804616 don't set the small flag yet. by Chris Lattner · 16 years ago
- 298414e remove the SelectSectionForMachineConst hook, replacing it with by Chris Lattner · 16 years ago
- fc6ad40 Let each target determines whether a machine instruction is dead. If true, that allows late codeine passes to delete it. by Evan Cheng · 16 years ago
- e922c02 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
- 7cf12c7 reimplement Constant::ContainsRelocations as by Chris Lattner · 16 years ago
- 9c5beed Misc. doc fixes following suggestions from Eli. by Dan Gohman · 16 years ago
- 5d8f1ca Fixing cp island pass. Step 1: Determine whether the constant pool offset can be by Evan Cheng · 16 years ago
- 7fdf962 Fix comment. by Evan Cheng · 16 years ago
- b2fb9cc simplify code now that it is inlined. by Chris Lattner · 16 years ago
- fae02a2 Exposed PHIElimination pass within CodeGen. by Lang Hames · 16 years ago
- 97d2cae Now that RelocBehaviour() is never overloaded, it doesn't need to be by Chris Lattner · 16 years ago
- 248f80d Add intrinsic for __builtin_ia32_vec_set_v4si which turns out to be by Eric Christopher · 16 years ago
- 1a1b323 this doesn't break any of the 4 ia64 tests. by Chris Lattner · 16 years ago
- 9d8052f alpha doesn't need to redefine this: it only supports PIC codegen anyway. by Chris Lattner · 16 years ago
- 80607c9 by David Greene · 16 years ago
- 354c016 no really, I can spell! by Chris Lattner · 16 years ago
- cb45963 add an API so target-independent codegen can determine if a constant by Chris Lattner · 16 years ago
- ce9fe9f Convert instcombine from using using getAnalysis<TargetData> to by Dan Gohman · 16 years ago
- 295643b Permit the IntPtrTy argument to isEliminableCastPair to be null, by Dan Gohman · 16 years ago
- aedb59a fix typo by Chris Lattner · 16 years ago
- 82a70cc Change ELFCodeEmitter logic to emit the constant pool and jump tables to by Bruno Cardoso Lopes · 16 years ago
- 0f4b285 Replace the original ad-hoc code for determining whether (v pred w) implies by Dan Gohman · 16 years ago
- 47b1e2a Remove a big test case. by Evan Cheng · 16 years ago
- 3e7b5ca Various doc updates from Edward O'Callaghan! by Chris Lattner · 16 years ago
- 117c7e2 remove the last bits of SectionFlagsForGlobal. There is some flag here that by Chris Lattner · 16 years ago
- 1ab78b0 don't mask out the small flag and then reapply it later. by Chris Lattner · 16 years ago
- 2739179 if Xcore doesn't support TLS, it doesn't have to worry about thread local LLVM IR, it should be rejected by a front-end. by Chris Lattner · 16 years ago
- 97ee127 remove the Xcore implementation of SelectSectionForGlobal. While you have by Chris Lattner · 16 years ago
- 449e379 simplify based on the fact that darwin always uses L/l. by Chris Lattner · 16 years ago
- 939a890 make some stuff private. by Chris Lattner · 16 years ago
- bdf7a3a improve comments. by Chris Lattner · 16 years ago
- e1abeb4 Remove the XCore custom implementation of MergeableConstSection, relying on by Chris Lattner · 16 years ago
- b2f8806 Fix ocaml tests for 64-bit MacOS systems. LLVM is currently built by Bob Wilson · 16 years ago
- 32eaeca Reorder the "Metadata" entry to match the C bindings. by Bob Wilson · 16 years ago
- 85f4983 Add missing include by Daniel Dunbar · 16 years ago
- 7886ae9 inline a trivial method into its only call site and fix indentation of cases by Chris Lattner · 16 years ago
- 42b6418 Remove some overridden functions in XCoreTargetAsmInfo that are by Chris Lattner · 16 years ago
- 3380d5c revert r76602, 76603, and r76615, pending design discussions. by Chris Lattner · 16 years ago
- 7558f11 minor cleanups. by Chris Lattner · 16 years ago
- 822ccd9 Privatize the ConstantArray table. by Owen Anderson · 16 years ago
- f6fa8ae Add a few fairly obvious API changes I noticed while porting some old code. by Torok Edwin · 16 years ago
- e748285 Missed a piece of the commit to remove the shift flavor. by Eli Friedman · 16 years ago
- 16e298f Privatize the first of the value maps. by Owen Anderson · 16 years ago
- b3e7171 Remove shift amount flavor. It isn't actually complete enough to by Eli Friedman · 16 years ago
- 58bb61a Remove a couple of already-implemented notes. by Eli Friedman · 16 years ago
- 49419e2 80 col violation. by Evan Cheng · 16 years ago
- a358c1d by David Greene · 16 years ago
- 6762d91 Add fake v7 itineraries for now. by Evan Cheng · 16 years ago
- 40bbebd make AsmPrinter::doFinalization iterate over the global variables by Chris Lattner · 16 years ago
- 4b93895 by David Greene · 16 years ago
- 20574a9 by David Greene · 16 years ago
- 8f6353f by David Greene · 16 years ago
- 3ecadc8 Do not select tSXTB / tSXTH in thumb2 mode. by Evan Cheng · 16 years ago
- b3056fa Rename getConstantInt{True|False} to get{True|False} at Chris' behest. by Owen Anderson · 16 years ago
- d06c598 Add freed memory poisoning in !NDEBUG mode for DenseMap. by Torok Edwin · 16 years ago
- e4d8408 reduce indentation by using an early exit. by Chris Lattner · 16 years ago
- c55db82 Update CMake files. by Ted Kremenek · 16 years ago
- a2701b4 Use string comparison instead of numeric comparison when comparing digests. by Ted Kremenek · 16 years ago
- b34e3a9 whitespace cleanups, make the MipsAsmPrinter::doInitialization by Chris Lattner · 16 years ago
- d3ffc06 fix Sparc, SystemZ, and MSP430 to not override AsmPrinter::doInitialization. by Chris Lattner · 16 years ago
- 7462502 convert this test to filecheck format, which is faster and avoids false matches of "st" -> "stdin" by Chris Lattner · 16 years ago
- 90f8b70 Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match the by Chris Lattner · 16 years ago
- 7cb6860 Move StringRef comparison operators out of class. by Daniel Dunbar · 16 years ago
- 1010c21 fix indentation by Chris Lattner · 16 years ago
- da6c240 remove an unneeded override. by Chris Lattner · 16 years ago
- a46cb52 more random whitespace cleanup, eliminate #define, avoid copying by Chris Lattner · 16 years ago
- 99bd8bf add a testcase for the pic16 section handling stuff. by Chris Lattner · 16 years ago
- dc47146 some simple whitespace cleanup, avoid copying vectors for no reason by Chris Lattner · 16 years ago
- f5fdf73 Add StringRef::{substr, startswith}. by Daniel Dunbar · 16 years ago
- 5d88502 Another rewriter bug exposed by recent coalescer changes. ReuseInfo::GetRegForReload() should make sure the "switched" register is in the desired register class. I'm surprised this hasn't caused more failures in the past. by Evan Cheng · 16 years ago
- 92645ac Add missing include. by Daniel Dunbar · 16 years ago
- bda9653 Switch this API to StringRef. by Daniel Dunbar · 16 years ago
- fbee579 Simplify / normalize some uses of Value::getName. by Daniel Dunbar · 16 years ago
- 4cf95d7 Add StringRef class, with fixes. by Daniel Dunbar · 16 years ago
- 05717f9 unbreak unit-tests on gcc-4.4. by Torok Edwin · 16 years ago
- a8f0af5 Remove some unused code. by Daniel Dunbar · 16 years ago
- 68491c1 Support adding relocations for data sections, handling the cases where by Bruno Cardoso Lopes · 16 years ago
- 634d61b remove a very large testcase for now. by Chris Lattner · 16 years ago
- 77159e3 Add jumps with 8-bit relocation for assembler / disassembler. Patch by Sean Callanan. by Evan Cheng · 16 years ago
- d101a72 Fix a dagga combiner bug: avoid creating illegal constant. by Evan Cheng · 16 years ago
- f53c371 Move a bit more state over to the LLVMContext. by Owen Anderson · 16 years ago
- 7239b51 Add the following functions: by Bill Wendling · 16 years ago
- 126b566 Add a testcase for PR2831. by Dan Gohman · 16 years ago
- 19211b4 Add a testcase for PR4569, which is now fixed. by Dan Gohman · 16 years ago
- 0b106d9 Add an svn:ignore. by Dan Gohman · 16 years ago
- a16b576 Make the range calculations for addrecs to be more conservative, by Dan Gohman · 16 years ago
- c2b015e Whitespace cleanups. by Dan Gohman · 16 years ago
- c268e7c Minor code simplification. by Dan Gohman · 16 years ago
- af9e7a7 Fix ARM isle code that optimize multiply by constants which are power-of-2 +/- 1. by Evan Cheng · 16 years ago
- c95be59 Cross RC coalescing is now on by default. by Evan Cheng · 16 years ago