- 9be4913 simplify some code. by Chris Lattner · 15 years ago
- ca6190b move EmitEncodingByte to AsmPrinter. by Chris Lattner · 15 years ago
- 7a101f4 move EmitCFAByte to AsmPrinter. by Chris Lattner · 15 years ago
- a643718 inline EmitDifference away. by Chris Lattner · 15 years ago
- af8df26 resolve a fixme. 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
- 65eeaad use stringref instead of strtol to avoid errno gymnastics. 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
- dfa107e minor tidying. 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
- 9041ae2 CurFn is only used for relocations. Use EmissionDetails.MF->getFunction() instead. by Nicolas Geoffray · 15 years ago
- b23569a Momentous day: remove the "O" member from AsmPrinter. Now all by Chris Lattner · 15 years ago
- de0f339 now that all operand printing happens to specified streams, we can 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
- 0b9bdb4 use EmitRawText instead of O in DwarfPrinter. by Chris Lattner · 15 years ago
- 73ce0a6 mc'ize the remaining uses of O. by Chris Lattner · 15 years ago
- 1841b34 finish eliminating uses of O. by Chris Lattner · 15 years ago
- 2dc6fa6 mcize more of ppc stub printing. by Chris Lattner · 15 years ago
- 9d7efd3 mcize a bunch more stuff, using EmitRawText for things we by Chris Lattner · 15 years ago
- 7ad07c4 convert the non-MCInstPrinter'ized EmitInstruction by Chris Lattner · 15 years ago
- f2777d7 streamerize the rest of PIC16 asm printer. by Chris Lattner · 15 years ago
- 1ce3f56 streamerize printing of dbg_value, the x86 backend is now fully by Chris Lattner · 15 years ago
- bfbab35 split DEBUG_VALUE printing stuff out to its own method. by Chris Lattner · 15 years ago
- c82d9c4 mc'ize elf stub printing, convert cygwin stuff to EmitRawText, by Chris Lattner · 15 years ago
- c75c028 fix PrintAsmOperand and PrintAsmMemoryOperand to pass down by Chris Lattner · 15 years ago
- e812d4c use predicates in DBG_VALUE printing code to simplify it. by Chris Lattner · 15 years ago
- 88db786 remove more implicit uses of "O". by Chris Lattner · 15 years ago
- d32c8a5 change this back too by Chris Lattner · 15 years ago
- e1783ca check in what I tested. :( by Chris Lattner · 15 years ago
- c1e0b76 MMI is always available, rename O -> OS in printInlineAsm. 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
- fd60b8b emit the cygwin stub thing through mcstreamer. by Chris Lattner · 15 years ago
- 58bc4dd add a twine form of MCStreamer::EmitRawText, and mc'ize by Chris Lattner · 15 years ago
- d5928dc allow attaching comments to raw text. by Chris Lattner · 15 years ago
- f94f8dc start moving towards emitting inline asm statements with by Chris Lattner · 15 years ago
- 3580dea add <cstdlib> header for abort() on linux builders. by Chris Lattner · 15 years ago
- 91bead7 add a new EmitInlineAsm function to asmprinter to handle inline asm. by Chris Lattner · 15 years ago
- 47b7e5d mc'ize comment printing around file scope inline asm. by Chris Lattner · 15 years ago
- d52c072 require that the branch being controlled by the IV by Chris Lattner · 15 years ago
- 96fd766 add integer overflow check for the fp induction variable by Chris Lattner · 15 years ago
- bbb9149 add a comment and fix some consistency issues, converting by Chris Lattner · 15 years ago
- 43b8527 fix PR6761, a miscompilation due to the fp->int IV conversion by Chris Lattner · 15 years ago
- a40e4a0 just eliminate the uitofp checks. This code isn't doing by Chris Lattner · 15 years ago
- c91961e rename PH -> PN to be consistent with WeakPN and the rest of llvm. by Chris Lattner · 15 years ago
- 70c0d4f improve comment and drop a dead check. If PH had by Chris Lattner · 15 years ago
- 9698c19 strength reduce a ridiculous use of APInt. by Chris Lattner · 15 years ago
- ca703bd rename stuff improve comment grammar. by Chris Lattner · 15 years ago
- fa405af simplify some code and resolve a fixme. by Chris Lattner · 15 years ago
- c4f7e80 There is no guarantee that the increment and the branch by Chris Lattner · 15 years ago
- 07aa76a first half of a pass through IndVarSimplify::HandleFloatingPointIV, by Chris Lattner · 15 years ago
- 8e9c48a don't internalize available_externally functions, they are by Chris Lattner · 15 years ago
- 7fed809 Get rid of the middleman (ARMAlgorithm), which causes more trouble than the by Johnny Chen · 15 years ago
- 49c283f Revert all my SSAUpdater patches. The PHI placement algorithm is not correct by Bob Wilson · 15 years ago
- 4cc3c26 Add a DEBUG_TYPE for the SSAUpdater. by Bob Wilson · 15 years ago
- 0272024 Code refactoring. by Evan Cheng · 15 years ago
- a624524 Add special case bitcode support for DebugLoc. This avoids by Chris Lattner · 15 years ago
- b7aaed8 Fix comment. by Johnny Chen · 15 years ago
- b35ae7f Register ARMAlgorithm::DoCleanup() to be called on exit to free the memory by Johnny Chen · 15 years ago
- b3500fd Rewrite aesimc handling. It only takes a single input and has a single dest. by Eric Christopher · 15 years ago
- a702615 Fix another build warning. by Johnny Chen · 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
- 7626476 Added support for reporting operand token ranges to the ARM AsmParser. by Sean Callanan · 15 years ago
- 6d1cd1c Separate out the AES-NI instructions from the SSE4.2 instructions. Add by Eric Christopher · 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
- a144c3f Fixes to the X86 disassembler. The disassembler will now by Sean Callanan · 15 years ago
- fd91920 Fix anachronism. by Benjamin Kramer · 15 years ago
- 28a9bf6 DebugInfoFinder::processModule was foiling my plot by by Chris Lattner · 15 years ago
- 42f95ca fix the llvm-x86_64-linux buildbot. by Chris Lattner · 15 years ago
- 457c6c5 remove empty file. by Chris Lattner · 15 years ago
- 84e679b rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h. by Chris Lattner · 15 years ago
- a4f2bb0 stop using DebugLoc::getUnknownLoc() by Chris Lattner · 15 years ago
- c7f3ace use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() 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
- cf5862d Revert 100204. It broke a bunch of tests and apparently changed what passes are run during codegen. by Evan Cheng · 15 years ago
- d0327f8 Update CMake. by Benjamin Kramer · 15 years ago
- 434bd85 by David Greene · 15 years ago
- e754d3f Revert r100191 since it breaks objc in clang by Mon P Wang · 15 years ago
- e33c848 Reapply address space patch after fixing an issue in MemCopyOptimizer. by Mon P Wang · 15 years ago
- d7bfd00 Manually notify ScalarEvolution before making an operand replacement, since by Dan Gohman · 15 years ago
- 6682048 Recommit 100158 now that the buildbots are happy again. by Bob Wilson · 15 years ago
- 906af6f Remove FIXME - if there's a better way to do this it isn't here. by Eric Christopher · 15 years ago
- f860db2 Revert the recent alignment changes. They're broken for -Os because, by Dan Gohman · 15 years ago
- db8771a After trivial coalescing, the MI being visited may have become a copy. Avoid adding it to CSE hash table since copies aren't being considered for CSE and they may be deleted. by Evan Cheng · 15 years ago
- 93d6a7e Teach AnalyzeBranch, RemoveBranch and the branch by Dale Johannesen · 15 years ago
- ae1d41c Disambiguate conditional expression for newer GCCs. by Chandler Carruth · 15 years ago
- 5ea6352 Revert 100158 in case it is causing some of the buildbot problems. by Bob Wilson · 15 years ago
- 04d52f8 Change variables which are exactly 16 bytes to be 16-byte-aligned too. by Dan Gohman · 15 years ago