- a235d13 SJLJ pass needs to punt if there's no personality function available. by Jim Grosbach · 16 years ago
- ca17934 clean up #includes. by Chris Lattner · 16 years ago
- 46ff969 Fix PR4753. by Jakob Stoklund Olesen · 16 years ago
- 072a56e Remove Streams.h from the targets. by Benjamin Kramer · 16 years ago
- cfa6ec9 Kill off more cerr/cout uses and prune includes a bit. by Benjamin Kramer · 16 years ago
- e317bcc Fix -Asserts warnings. by Daniel Dunbar · 16 years ago
- d227a3f Remove uses of Streams.h from CommandLine.cpp, fix some whitespace and other minor tweaks. by Benjamin Kramer · 16 years ago
- ae60324 Fix windows build. by Benjamin Kramer · 16 years ago
- 43ed267 Fix some refactos for iostream changes (in -Asserts mode). by Daniel Dunbar · 16 years ago
- d9ea85a remove some uses of llvm/Support/Streams.h by Chris Lattner · 16 years ago
- b515d75 eliminate the std::ostream forms of the bitcode writing APIs. by Chris Lattner · 16 years ago
- a81d29b remove uses of llvm/Support/Streams.h. by Chris Lattner · 16 years ago
- 103289e convert LoopInfo.h and GraphWriter.h to use raw_ostream by Chris Lattner · 16 years ago
- a36b81d eliminate DOUT and make Debug.h not include Streams.h anymore, woo! by Chris Lattner · 16 years ago
- 4437ae2 eliminate uses of cerr() by Chris Lattner · 16 years ago
- 893e1c9 eliminate the last DOUTs from the targets. by Chris Lattner · 16 years ago
- bbbfa99 remove a few DOUTs here and there. by Chris Lattner · 16 years ago
- 45cfe54 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 16 years ago
- 791102f eliminate the std::ostream form of WriteAsOperand and update clients. by Chris Lattner · 16 years ago
- 79c5d3f remove the std::ostream version of module and type printing. by Chris Lattner · 16 years ago
- 569f121 remove some DOUTs by Chris Lattner · 16 years ago
- bdff548 eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 16 years ago
- b1352e9 Use standard LLVM-style headers. by Owen Anderson · 16 years ago
- 37f077a switch a couple things off std::ostream by Chris Lattner · 16 years ago
- b93a9a6 switch from std::ostream to raw ostream, fix file header. by Chris Lattner · 16 years ago
- c02497f shoot a few more std::ostream print methods in the head. by Chris Lattner · 16 years ago
- 705e07f remove various std::ostream version of printing methods from by Chris Lattner · 16 years ago
- 6456d38 remove some DOUTs by Chris Lattner · 16 years ago
- cf143a4 remove std::ostream versions of printing stuff for MBB and MF, by Chris Lattner · 16 years ago
- 17e9edc Change raw_fd_ostream to take flags as an optional bitmask by Chris Lattner · 16 years ago
- d74c556 convert some stuff to work on raw_ostreams instead of std::ostream. by Chris Lattner · 16 years ago
- 19ef669 fix a gone file. by Chris Lattner · 16 years ago
- 372fefe remove some dead print method variants. by Chris Lattner · 16 years ago
- b01acfa convert the DIE printing stuff to use raw_ostream instead of std::ostream. by Chris Lattner · 16 years ago
- 623dd14 random code cleanups. by Chris Lattner · 16 years ago
- c281de1 remove some random indentation stuff, yay for efficiency. by Chris Lattner · 16 years ago
- 2d8e3d2 remove dead PrefixPrinter class. by Chris Lattner · 16 years ago
- 77942d4 remove a dead class. by Chris Lattner · 16 years ago
- 6371ed5 random cleanups. by Chris Lattner · 16 years ago
- 5aba5c0 Add check for completeness. Note that this doesn't actually have any by Eli Friedman · 16 years ago
- de51ded switch formattedstream to use raw_ostream::indent. This eliminates by Chris Lattner · 16 years ago
- c5a227d add a raw_ostream::indent method, to be used like: by Chris Lattner · 16 years ago
- f682f3d Forgot to update some CMakeLists. by Benjamin Kramer · 16 years ago
- ecf046b Update CMake build, unbreak linux build. by Benjamin Kramer · 16 years ago
- 33adcfb rename TAI -> MAI, being careful not to make MAILJMP instructions :) by Chris Lattner · 16 years ago
- 2807afa rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. by Chris Lattner · 16 years ago
- 82d748d move the MCAsmInfo .cpp/.h files into the right directories and rename them. by Chris Lattner · 16 years ago
- e4d110b revert 79764, my dependencies failed me again. by Chris Lattner · 16 years ago
- c75e7d2 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
- 70357db Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
- 5228348 remove dead member. by Chris Lattner · 16 years ago
- af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
- 9c52aff Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
- 960bb85 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
- cbac788 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
- fbb594f Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
- c3115a0 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
- 1e973aa Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
- b7a8992 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
- 0d6b1b1 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
- 8e6179f Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
- 44ff794 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
- fb98a43 Normalize how the 'namespace llvm {' is used in this file. by Bill Wendling · 16 years ago
- b22d8df Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
- 9311a22 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
- 3403bcd Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
- cda7f78 prune some redundant #includes. by Chris Lattner · 16 years ago
- bea2c95 tweak #includes by Chris Lattner · 16 years ago
- 24f20e0 Record variable debug info at ISel time directly. by Devang Patel · 16 years ago
- 310ed13 Some dummy cost model for s390x: by Anton Korobeynikov · 16 years ago
- 3edd9bb llvm-mc/Mach-O: Improve symbol table support: - Honor .globl. by Daniel Dunbar · 16 years ago
- f3d2ef0 llvm-mc/Mach-O: Sketch symbol table support. by Daniel Dunbar · 16 years ago
- 2ae58f2 llvm-mc/Mach-O: Move more logic for writing the Mach-O file into the writer by Daniel Dunbar · 16 years ago
- a5441fe llvm-mc: Rename / redefine MCFragment::FileOffset to MCFragment::Offset (the by Daniel Dunbar · 16 years ago
- 8906ff1 llvm-mc: Clean up some handling of symbol/section association to be more correct by Daniel Dunbar · 16 years ago
- 02b1034 Reapply r79708 with the appropriate fix for the case that still requires locking. by Owen Anderson · 16 years ago
- 895a55e revert r79708 + r79711 by Chris Lattner · 16 years ago
- ce392eb Make x86 test actually test x86 code generation. Fix the by Eli Friedman · 16 years ago
- 8dde7c0 Actually remove unused static. Previous commit removed trailing whitespace. by Eric Christopher · 16 years ago
- 4d7c18c Remove unused static. by Eric Christopher · 16 years ago
- 0b7401d Ease contention on this lock by noticing that all writes to the VTs array will by Owen Anderson · 16 years ago
- 3dfe610 Revert r79563 by Chris Lattner · 16 years ago
- 35a27c8 revert r79562 + r79563 by Chris Lattner · 16 years ago
- 4755e99 Fix typo. by Anton Korobeynikov · 16 years ago
- 5a35fe6 revert r79631 by Chris Lattner · 16 years ago
- ec3579f revert 79631 by Chris Lattner · 16 years ago
- d6f761e llvm-mc/Mach-O: Support .o emission for .org and .align. by Daniel Dunbar · 16 years ago
- 7e844f1 Implement APInt <-> APFloat conversion for IEEE 128-bit floats. by Anton Korobeynikov · 16 years ago
- 4f38b38 Rename ARM "lane_cst" operands to "nohash_imm" since they are used for by Bob Wilson · 16 years ago
- 01248e6 Fix a bug where the DWARF emitter in the JIT was not initializing alignment by Reid Kleckner · 16 years ago
- c692cb7 Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations, by Bob Wilson · 16 years ago
- 162da3c Add fcopysign instructions by Anton Korobeynikov · 16 years ago
- 9085750 Try again at privatizing the layout info map, with a rewritten patch. by Owen Anderson · 16 years ago
- fc9489a Expand few nodes until someone will be crazy enough to implement them natively :) by Anton Korobeynikov · 16 years ago
- 2a5b155 Typo :( by Anton Korobeynikov · 16 years ago
- 324a99f Correct instruction names for subtract-with-borrow by Anton Korobeynikov · 16 years ago
- 0705fbf llvm-mc/Mach-O: Support byte and fill value emission. by Daniel Dunbar · 16 years ago
- 7178010 Don't assume that the operand of an inttoptr is an pointer-sized integer. by Dan Gohman · 16 years ago
- 636e258 Fix typo. Should check both values of RangeUse for 0. Patch by Marius Wachtler. by Bill Wendling · 16 years ago
- 3c2734c Handle 'r' inline asm constraint by Anton Korobeynikov · 16 years ago