- 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
- ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
- ee5984d Remove the dependent libraries feature. by Bill Wendling · 13 years ago
- cbe34b4 Extend the IL for selecting TLS models (PR9788) by Hans Wennborg · 13 years ago
- 4d05198 Fix llvm::CloneModule to correctly clone globals. Patch per bug report by Simon Moll on llvmdev. by Eli Friedman · 14 years ago
- b1ed91f Land the long talked about "type system rewrite" patch. This by Chris Lattner · 14 years ago
- 43f8d16 Revamp the ValueMapper interfaces in a couple ways: by Chris Lattner · 15 years ago
- ca26f79 Reapply r112091 and r111922, support for metadata linking, with a by Dan Gohman · 15 years ago
- 95fe13c Revert r112091, "Remap metadata attached to instructions when remapping by Daniel Dunbar · 15 years ago
- fd82448 Remap metadata attached to instructions when remapping individual by Dan Gohman · 15 years ago
- a209503 Use MapValue in the Linker instead of having a private function by Dan Gohman · 15 years ago
- 2637cc1 Make NamedMDNode not be a subclass of Value, and simplify the interface by Dan Gohman · 15 years ago
- d8dedee Use available typedef for " DenseMap<const Value*, Value*>". by Devang Patel · 15 years ago
- b8f11de Cosmetic change. by Devang Patel · 15 years ago
- e43c648 While cloning a module, clone metadata attached with instructions. by Devang Patel · 15 years ago
- e3fbbd1 Clone named metadata while cloning a module. Reapply Bob's patch. by Devang Patel · 15 years ago
- 6c1fc79 Revert my change to clone named metadata. Buildbots are complaining. by Bob Wilson · 15 years ago
- 5f9575c1 Include named metadata when cloning a module. by Bob Wilson · 15 years ago
- 382b969 There is no need to install ValueMapper.h header. by Devang Patel · 16 years ago
- ef41a1c MapValue doesn't needs its LLVMContext argument. by Dan Gohman · 16 years ago
- d84dbb3 smallvectorize the list of returns built by CloneAndPruneFunctionInto. by Chris Lattner · 16 years ago
- 47db941 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
- b17f329 Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 16 years ago
- 5948fdf Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 16 years ago
- e70b637 More LLVMContext-ification. by Owen Anderson · 16 years ago
- 6773d38 Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
- 03c5fa1 Don't drop alignment on globals when cloning. by Nick Lewycky · 17 years ago
- dd7daee Factor code to copy global value attributes like by Duncan Sands · 17 years ago
- e9ecc68 API changes for class Use size reduction, wave 1. by Gabor Greif · 18 years ago
- f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- 71183b6 Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 18 years ago
- ad0ea2d Fix PR1146: parameter attributes are longer part of by Duncan Sands · 18 years ago
- 98638ae Forget to commit users part of value mapper interface by Anton Korobeynikov · 18 years ago
- 7654734 During module cloning copy aliases too. This fixes PR1544 by Anton Korobeynikov · 18 years ago
- 749e466 Implement the "thread_local" keyword. by Lauro Ramos Venancio · 19 years ago
- 3aaaa0b For PR411: by Reid Spencer · 19 years ago
- 1bfc7ab Switch inliner over to use DenseMap instead of std::map for ValueMap. This by Chris Lattner · 19 years ago
- 5301e7c For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 19 years ago
- 3ac38e9 For PR761: by Reid Spencer · 19 years ago
- 32af9e8 For PR411: by Reid Spencer · 19 years ago
- 2e26680 Add a CloneModule call that exposes the mapping of values from the old module by Chris Lattner · 19 years ago
- 00fcdfe rename method by Chris Lattner · 20 years ago
- 37992b3 When cloning a module, clone the inline asm. by Chris Lattner · 20 years ago
- b98282d Make sure that cloning a module clones its target triple and dependent by Chris Lattner · 20 years ago
- 5f4ef3c Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
- 21d1dde wrap long lines, preserve calling conventions when cloning functions and by Chris Lattner · 20 years ago
- b1c9317 Remove trailing whitespace by Misha Brukman · 21 years ago
- 531f9e9 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 21 years ago
- e7e9671 Convert to SymbolTable's new iteration interface. by Reid Spencer · 21 years ago
- df3c342 Finegrainify namespacification by Chris Lattner · 22 years ago
- 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
- 8b2bd4e Fix spelling. by Misha Brukman · 22 years ago
- b57ed83 Make sure that the cloned module retains the type symbol table entries! by Chris Lattner · 22 years ago
- 0aebf8f Make sure to preserve endiannes and pointer size when cloning modules! by Chris Lattner · 22 years ago
- d36ad92 Preserve the new moduleID field by Chris Lattner · 23 years ago
- 379a8d2 Add new linkage types to support a real frontend by Chris Lattner · 23 years ago
- e4dbb1a Initial checkin of Module cloning support stuff by Chris Lattner · 23 years ago