- d850ac7 fastisel doesn't need DwarfWriter, remove some tendricles. by Chris Lattner · 15 years ago
- cb86609 Temporarily remove to disable building of ARM disassembler. by Evan Cheng · 15 years ago
- f6232cf Re-apply 100265 but instead disable building of ARM disassembly for now. by Evan Cheng · 15 years ago
- 1b0194d Reverting 100265 to try to get buildbots green again. Lots of self-hosting buildbots started complaining since this commit. Also xfail ARM disassembly tests. by Evan Cheng · 15 years ago
- 90429c4 just have all targets create the DwarfWriter. by Chris Lattner · 15 years ago
- 8e68048 simplify various getAnalysisUsage implementations. by Chris Lattner · 15 years ago
- 3d22513 eliminate the magic AbsoluteDebugSectionOffsets MAI hook, by Chris Lattner · 15 years ago
- 1d20473 revert my patch, need to reconsider this and figure out what is really going on. by Chris Lattner · 15 years ago
- 4166047 fix pasto, this is the wrong setting for arm elf. by Chris Lattner · 15 years ago
- e0103f0 Clean up SSEDomainFix pass. by Jakob Stoklund Olesen · 15 years ago
- d290505 don't reset the default. by Chris Lattner · 15 years ago
- 3f53c83 clean up the asmprinter header and privatize some stuff. 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
- b23569a Momentous day: remove the "O" member from AsmPrinter. Now all 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
- 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
- 7fed809 Get rid of the middleman (ARMAlgorithm), which causes more trouble than the by Johnny Chen · 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
- 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
- a144c3f Fixes to the X86 disassembler. The disassembler will now by Sean Callanan · 15 years ago
- 84e679b rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h. 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
- 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
- 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
- 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
- 04d52f8 Change variables which are exactly 16 bytes to be 16-byte-aligned too. by Dan Gohman · 15 years ago
- 1d8f83d Revert r100143. by Eric Christopher · 15 years ago
- 3ea9755 In 64-bit mode, use i64 to lower memcpy / memset instead of f64. by Evan Cheng · 15 years ago
- 42642d0 Add comments about DstAlign and SrcAlign. by Evan Cheng · 15 years ago
- 94107ba - Avoid using floating point stores to implement memset unless the value is zero. by Evan Cheng · 15 years ago
- 255f20f Fix sdisel memcpy, memset, memmove lowering: by Evan Cheng · 15 years ago
- 48c58bb Nehalem unaligned memory access is fast. by Evan Cheng · 15 years ago
- ec306a9 Add aeskeygenassist intrinsic and rename all of the aes intrinsics to by Eric Christopher · 15 years ago
- 1118b5e vml[as] are slow on 1136jf-s also. by Jim Grosbach · 15 years ago
- 563d83f reduce indentation, minor cleanups. by Chris Lattner · 15 years ago
- 85ffee2 Use spaces, not tabs by Jakob Stoklund Olesen · 15 years ago
- d93bf04 Comment the changes for r98218 and friends inside the source code. by Bill Wendling · 15 years ago
- 5e1b55d Comment the changes for r98218 and friends inside the source code. by Bill Wendling · 15 years ago
- 5f282b5 Fix PR6750. Don't try to merge a DomainValue with itself. by Jakob Stoklund Olesen · 15 years ago
- d363b4e Replace V_SET0 with variants for each SSE execution domain. by Jakob Stoklund Olesen · 15 years ago
- b16df90 Fix typo. Thank you, valgrind. by Jakob Stoklund Olesen · 15 years ago
- bfcd61b Enable -sse-domain-fix by default. Now with tests! by Jakob Stoklund Olesen · 15 years ago
- 428e152 V_SETALLONES is an integer instruction. by Jakob Stoklund Olesen · 15 years ago
- 357be7f Renumber SSE execution domains for better code size. by Jakob Stoklund Olesen · 15 years ago
- 100f090 Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. by Bob Wilson · 15 years ago
- adffc9d Revert "Enable -sse-domain-fix by default. What could possibly go wrong?" by Jakob Stoklund Olesen · 15 years ago
- 90b9df4 Enable -sse-domain-fix by default. What could possibly go wrong? by Jakob Stoklund Olesen · 15 years ago
- 808bab0 Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset, by Mon P Wang · 15 years ago
- 1a5d2a8 Add cross-block inference to SSEDomainFix. by Jakob Stoklund Olesen · 15 years ago
- 8258d0b Remove the pmulld intrinsic and autoupdate it as a vector multiply. by Eric Christopher · 15 years ago
- 9b97a73 Rip out the 'is temporary' nonsense from the MCContext interface to by Chris Lattner · 15 years ago
- 32e6518 XFAIL some PIC16 tests when running under valgrind-leaks. I don't expect these by Benjamin Kramer · 15 years ago
- 91b1d8f PIC16: Plug a leak in PIC16Section by allocating name & address strings in the by Benjamin Kramer · 15 years ago
- 4bd24c2 Add FIXME for operand promotion. by Eric Christopher · 15 years ago
- d77f818 Be gentle to MSVC. C++ is hard, after all. by Jakob Stoklund Olesen · 15 years ago
- e4b94b4 Basic implementation of SSEDomainFix pass. by Jakob Stoklund Olesen · 15 years ago
- 34247a0 Make isInt?? and isUint?? template specializations of the generic versions. This by Benjamin Kramer · 15 years ago
- 545d3b1 We'll never match these as instructions, just as intrinsics so remove by Eric Christopher · 15 years ago
- 7e09deb Remove a bunch of integer width predicate functions in favor of MathExtras. by Benjamin Kramer · 15 years ago
- e27e02b From Kalle Raiskila: by Chris Lattner · 15 years ago
- f283e40 add a note. by Chris Lattner · 15 years ago
- 79c4d82 Add NVTBLFrm to represent A8.6.406 VTBL, VTBX Vector Table Lookup Instructions. by Johnny Chen · 15 years ago
- dc7500b zap an extra line that Eli noticed! by Chris Lattner · 15 years ago
- 263bd9a fix a type contradition: XCoreISD::RETSP has one argument, not zero. by Chris Lattner · 15 years ago
- 6269b6c remove a pattern with no testcase that doesn't appear to be by Chris Lattner · 15 years ago
- 0a00ed9 fix integer negates to use the proper type for the zero vectors, by Chris Lattner · 15 years ago
- e82f336 fix a typo, bitconvert from node to itself isn't valid. by Chris Lattner · 15 years ago
- b26fdcb fix vnot matching to explicitly specify the type of the by Chris Lattner · 15 years ago
- e4c868f fix up vnot matching, eliminating a dead pattern, correcting a couple of by Chris Lattner · 15 years ago
- 918472a stop using vnot_conv by Chris Lattner · 15 years ago
- ed52c8f revert r99743, this is saying that the repmovs instructinos have an by Chris Lattner · 15 years ago
- b616c6a remove a bunch of dead patterns. by Chris Lattner · 15 years ago
- 0b5d490 claiming to return other is pointless. by Chris Lattner · 15 years ago
- a591ff5 Improve systemz to model cmp and ucmp nodes as returning their flags correctly. by Chris Lattner · 15 years ago
- af8752e the FPCmp node returns an i32. by Chris Lattner · 15 years ago