- 0941534 add attributes and module level asm to the ocaml bindings, by Chris Lattner · 15 years ago
- 16ddd885 Adding IPSCCP and Internalize passes to the C-bindings by Wesley Peck · 15 years ago
- 76e94e5 Move 'Optional' class from Clang to LLVM/ADT. by Ted Kremenek · 15 years ago
- 666f8cb Fix up header comments to match the comment fixups I made in r100849. by Bob Wilson · 15 years ago
- 094b1c8 Don't use reserved identifiers. by Dan Gohman · 15 years ago
- e056781 Add variants of ult, ule, etc. which take a uint64_t RHS, for convenience. by Dan Gohman · 15 years ago
- 287df1b delete a forwarding function. by Chris Lattner · 15 years ago
- 74aae47 move elf section uniquing to MCContext. Along the way by Chris Lattner · 15 years ago
- 2277221 remove the TargetLoweringObjectFileMachO::getMachoSection by Chris Lattner · 15 years ago
- f0559e4 move macho section uniquing from MCParser and TLOF to MCContext where by Chris Lattner · 15 years ago
- a57fabe Coalescer should not delete copy instructions whose defs are partially dead. e.g. by Evan Cheng · 15 years ago
- 113902e Add a -lint pass which checks for common sources of undefined or likely by Dan Gohman · 15 years ago
- 88ccf74 Fix a comment. by Dan Gohman · 15 years ago
- 180c3d4 Provide operator delete for BumpPtrAllocator and RecyclingAllocator. They will by Benjamin Kramer · 15 years ago
- c3b0c34 Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32 store of immediates. by Evan Cheng · 15 years ago
- 8f993b8 Added support for ARM disassembly to edis. by Sean Callanan · 15 years ago
- 2dbc8bd Fix typo. by Evan Cheng · 15 years ago
- 38686bd introduce a new recoverable error handling API to LLVMContext by Chris Lattner · 15 years ago
- b0094c2 rename llvm_install_error_handler -> install_fatal_error_handler and friends. by Chris Lattner · 15 years ago
- 71988f1 Add support for stpncpy_chk. by Eric Christopher · 15 years ago
- 75361b6 rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 15 years ago
- 1ca6531 remove some unneeded errorhandling stuff. by Chris Lattner · 15 years ago
- f88c856 minor tidying up by Chris Lattner · 15 years ago
- 448db1c Generalize IVUsers to track arbitrary expressions rather than expressions by Dan Gohman · 15 years ago
- 4b38deb Remove late ARM codegen optimization pass committed by accident. by Anton Korobeynikov · 15 years ago
- 9ad709b Since tblgen bug was fixed (thanks Jakob!) we don't need InstrStage2 hack anymore. by Anton Korobeynikov · 15 years ago
- 391b343 Make use of new reserved/required scheduling stuff: introduce VFP and NEON locks to model domain cross stalls precisly. by Anton Korobeynikov · 15 years ago
- 96085a3 Initial support for different kinds of FU reservation. by Anton Korobeynikov · 15 years ago
- 977dfce Add hook to insert late LLVM=>LLVM passes just before isel by Anton Korobeynikov · 15 years ago
- decc267 Three changes: by Chris Lattner · 15 years ago
- d94671a Post regalloc LICM. Work in progress. by Evan Cheng · 15 years ago
- aa59c88 Make this hack more specific to the Apple gcc 4.2 non-LLVM compiler. by Bill Wendling · 15 years ago
- 7798043 this accessor doesn't need to copy the string. by Chris Lattner · 15 years ago
- b019491 enhance SMDiagnostic to also maintain a pointer to the SourceMgr. by Chris Lattner · 15 years ago
- adc6e06 Avoid overflowing a signed integer which triggers undefined behaviour. by Jakob Stoklund Olesen · 15 years ago
- 885d941 propagate cookie management out one layer of function calls. by Chris Lattner · 15 years ago
- 421ccd9 Give MachineModuleInfo an actual Module*. by Chris Lattner · 15 years ago
- 42a4ee0 give LLVMContext an inline asm diagnostic hook member. by Chris Lattner · 15 years ago
- 214aa8a give the SourceMgr object a cookie. by Chris Lattner · 15 years ago
- 8f0f480 Give llvm::SourceMgr the ability to have a client-specified diagnostic handler. by Chris Lattner · 15 years ago
- a039486 Remove MaybeOwningPtr. We're going to use reference-counting instead. by Douglas Gregor · 15 years ago
- 79180e2 Give AsmParser an option to control whether it finalizes the stream. New demo: by Chris Lattner · 15 years ago
- e072ab8 add a comment. by Chris Lattner · 15 years ago
- 4c842dd stringref-ize the MemoryBuffer::get apis. This requires by Chris Lattner · 15 years ago
- 2ee3522 Introduce MaybeOwningPtr, a smart pointer that may (or may not) have by Douglas Gregor · 15 years ago
- 54ab2e9 Add an isReachableFromEntry to MachineDominators, following the one by Dan Gohman · 15 years ago
- b742b25 trim some prototypes. by Chris Lattner · 15 years ago
- 512063d remove the now-redundant MMI pointer in SelectionDAG. by Chris Lattner · 15 years ago
- de6e783 remove some redundant MMI arguments. by Chris Lattner · 15 years ago
- ed3a806 unthread MMI from FastISel by Chris Lattner · 15 years ago
- a267b00 remove the MMI pointer from MachineFrameInfo. by Chris Lattner · 15 years ago
- 820e55e enhance MachineFunction to have a MMI pointer. by Chris Lattner · 15 years ago
- 655d828 prune #includes. by Chris Lattner · 15 years ago
- 493c976 finally blast DwarfWriter away. by Chris Lattner · 15 years ago
- 49cd664 change AsmPrinter to use DwarfDebug/DwarfException directly by Chris Lattner · 15 years ago
- ea76186 trim some spurious references to DwarfWriter. SDIsel really doesn't by Chris Lattner · 15 years ago
- fddb766 Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field. by Jakob Stoklund Olesen · 15 years ago
- ba79d72 selection dag doesn't need DwarfWriter, remove some tendrils. by Chris Lattner · 15 years ago
- d850ac7 fastisel doesn't need DwarfWriter, remove some tendricles. by Chris Lattner · 15 years ago
- d38fee8 1) make DIE take AsmPrinter instead of DwarfPrinter. by Chris Lattner · 15 years ago
- 02b86b9 Move EmitFrameMoves into AsmPrinter. by Chris Lattner · 15 years ago
- 3c754aa missed a header :( by Chris Lattner · 15 years ago
- 3d22513 eliminate the magic AbsoluteDebugSectionOffsets MAI hook, by Chris Lattner · 15 years ago
- 0887fa0 isAbsoluteEHSectionOffsets always returns false, eliminate it by Chris Lattner · 15 years ago
- d2af785 move some more stuff to asmprinter. by Chris Lattner · 15 years ago
- 9be4913 simplify some code. by Chris Lattner · 15 years ago
- c021572 move gettemplabel and getdwlabel to AsmPrinter and rename them for consistency. by Chris Lattner · 15 years ago
- 7e1a8f8 move uleb/sleb printing into AsmPrinter from DwarfPrinter. by Chris Lattner · 15 years ago
- 17fedf2 more interface cleanup make some helpers static functions. by Chris Lattner · 15 years ago
- 3f53c83 clean up the asmprinter header and privatize some stuff. by Chris Lattner · 15 years ago
- 736e31d split inline asm support out to its own .cpp file. by Chris Lattner · 15 years ago
- 2851995 inline processDebugLoc and simplify it. by Chris Lattner · 15 years ago
- 300a4c5 clean up the asmprinter interface a bit, rename a few by Chris Lattner · 15 years ago
- 9d1c1ad remove TargetMachine.h #include, also, TRI isn't used frequently by Chris Lattner · 15 years ago
- bbef815 Switch SSEDomainFix to SpecificBumpPtrAllocator. by Jakob Stoklund Olesen · 15 years ago
- e00b59f lazily allocate the GCMetadataPrinters map and remove DenseMap by Chris Lattner · 15 years ago
- b23569a Momentous day: remove the "O" member from AsmPrinter. Now all by Chris Lattner · 15 years ago
- 75f5072 remove the raw_ostream from various dwarf printing things. by Chris Lattner · 15 years ago
- 7d73c7f mcize the gc metadata printing stuff. by Chris Lattner · 15 years ago
- c75c028 fix PrintAsmOperand and PrintAsmMemoryOperand to pass down by Chris Lattner · 15 years ago
- d374087 fix an ugly wart in the MCInstPrinter api where the by Chris Lattner · 15 years ago
- 35c33bd change a ton of code to not implicitly use the "O" raw_ostream by Chris Lattner · 15 years ago
- 20adc9d Reapply address space patch after fixing an issue in MemCopyOptimizer. by Mon P Wang · 15 years ago
- 0c08d09 asmstreamerize the .size directive for function bodies, force clients by Chris Lattner · 15 years ago
- 58bc4dd add a twine form of MCStreamer::EmitRawText, and mc'ize by Chris Lattner · 15 years ago
- f94f8dc start moving towards emitting inline asm statements with by Chris Lattner · 15 years ago
- 91bead7 add a new EmitInlineAsm function to asmprinter to handle inline asm. by Chris Lattner · 15 years ago
- 49c283f Revert all my SSAUpdater patches. The PHI placement algorithm is not correct by Bob Wilson · 15 years ago
- a624524 Add special case bitcode support for DebugLoc. This avoids by Chris Lattner · 15 years ago
- b3500fd Rewrite aesimc handling. It only takes a single input and has a single dest. by Eric Christopher · 15 years ago
- c85eacb Fix typo aeskeygenassist -> aeskeygenassist128. by Eric Christopher · 15 years ago
- 5c8aa95 by David Greene · 15 years ago
- b68a3ee Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen by Johnny Chen · 15 years ago
- 7249ef0 Skip debug info when looking for existing EH calls at the beginning of a block. by Dale Johannesen · 15 years ago
- f53fd37 remove compatibility typedef. by Chris Lattner · 15 years ago
- 84e679b rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h. by Chris Lattner · 15 years ago
- b494ccf remove uses of DebugLoc::getUnknownLoc. by Chris Lattner · 15 years ago
- dd0fbda include densemap.h explicitly and rearrange #includes. by Chris Lattner · 15 years ago
- de4845c Switch the code generator (except the JIT) onto the new DebugLoc by Chris Lattner · 15 years ago
- f28f8bc Correctly lower memset / memcpy of undef. It should be a nop. PR6767. by Evan Cheng · 15 years ago