- b3056fa Rename getConstantInt{True|False} to get{True|False} at Chris' behest. by Owen Anderson · 16 years ago
- d06c598 Add freed memory poisoning in !NDEBUG mode for DenseMap. by Torok Edwin · 16 years ago
- e4d8408 reduce indentation by using an early exit. by Chris Lattner · 16 years ago
- c55db82 Update CMake files. by Ted Kremenek · 16 years ago
- a2701b4 Use string comparison instead of numeric comparison when comparing digests. by Ted Kremenek · 16 years ago
- b34e3a9 whitespace cleanups, make the MipsAsmPrinter::doInitialization by Chris Lattner · 16 years ago
- d3ffc06 fix Sparc, SystemZ, and MSP430 to not override AsmPrinter::doInitialization. by Chris Lattner · 16 years ago
- 7462502 convert this test to filecheck format, which is faster and avoids false matches of "st" -> "stdin" by Chris Lattner · 16 years ago
- 90f8b70 Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match the by Chris Lattner · 16 years ago
- 7cb6860 Move StringRef comparison operators out of class. by Daniel Dunbar · 16 years ago
- 1010c21 fix indentation by Chris Lattner · 16 years ago
- da6c240 remove an unneeded override. by Chris Lattner · 16 years ago
- a46cb52 more random whitespace cleanup, eliminate #define, avoid copying by Chris Lattner · 16 years ago
- 99bd8bf add a testcase for the pic16 section handling stuff. by Chris Lattner · 16 years ago
- dc47146 some simple whitespace cleanup, avoid copying vectors for no reason by Chris Lattner · 16 years ago
- f5fdf73 Add StringRef::{substr, startswith}. by Daniel Dunbar · 16 years ago
- 5d88502 Another rewriter bug exposed by recent coalescer changes. ReuseInfo::GetRegForReload() should make sure the "switched" register is in the desired register class. I'm surprised this hasn't caused more failures in the past. by Evan Cheng · 16 years ago
- 92645ac Add missing include. by Daniel Dunbar · 16 years ago
- bda9653 Switch this API to StringRef. by Daniel Dunbar · 16 years ago
- fbee579 Simplify / normalize some uses of Value::getName. by Daniel Dunbar · 16 years ago
- 4cf95d7 Add StringRef class, with fixes. by Daniel Dunbar · 16 years ago
- 05717f9 unbreak unit-tests on gcc-4.4. by Torok Edwin · 16 years ago
- a8f0af5 Remove some unused code. by Daniel Dunbar · 16 years ago
- 68491c1 Support adding relocations for data sections, handling the cases where by Bruno Cardoso Lopes · 16 years ago
- 634d61b remove a very large testcase for now. by Chris Lattner · 16 years ago
- 77159e3 Add jumps with 8-bit relocation for assembler / disassembler. Patch by Sean Callanan. by Evan Cheng · 16 years ago
- d101a72 Fix a dagga combiner bug: avoid creating illegal constant. by Evan Cheng · 16 years ago
- f53c371 Move a bit more state over to the LLVMContext. by Owen Anderson · 16 years ago
- 7239b51 Add the following functions: by Bill Wendling · 16 years ago
- 126b566 Add a testcase for PR2831. by Dan Gohman · 16 years ago
- 19211b4 Add a testcase for PR4569, which is now fixed. by Dan Gohman · 16 years ago
- 0b106d9 Add an svn:ignore. by Dan Gohman · 16 years ago
- a16b576 Make the range calculations for addrecs to be more conservative, by Dan Gohman · 16 years ago
- c2b015e Whitespace cleanups. by Dan Gohman · 16 years ago
- c268e7c Minor code simplification. by Dan Gohman · 16 years ago
- af9e7a7 Fix ARM isle code that optimize multiply by constants which are power-of-2 +/- 1. by Evan Cheng · 16 years ago
- c95be59 Cross RC coalescing is now on by default. by Evan Cheng · 16 years ago
- 60b3ba0 revert 76503 while I figure out what's going on by Dale Johannesen · 16 years ago
- f117ed4 Add a comment to clarify why there isn't any code in this spot. by Dan Gohman · 16 years ago
- 4500e9e Remove the code that tried to evaluate whether (A pred B) is known by Dan Gohman · 16 years ago
- 71bbebd Make sure a global matching asm 'i' constraint gets its by Dale Johannesen · 16 years ago
- 5339c55 Move stripping of bitcasts in inline asm arguments by Dale Johannesen · 16 years ago
- 0d5bae4 Minor code simplification. by Dan Gohman · 16 years ago
- cbb38f2 Documentation for the new non-overflow and exact keywords. by Dan Gohman · 16 years ago
- 746f3b1 The upper argument of ConstantRange is exclusive, not inclusive. by Dan Gohman · 16 years ago
- b3e7189 clean up some formatting, indent by 2 instead of 4. by Chris Lattner · 16 years ago
- c27a454 CMP and TST define CPSR, not use it. by David Goodwin · 16 years ago
- 76081c4 by David Greene · 16 years ago
- 87faa1f Forgot this test earlier. by Evan Cheng · 16 years ago
- ecc2da8 Simplify the code in DarwinTargetAsmInfo::emitUsedDirectiveFor so that humans can understand it. by Bill Wendling · 16 years ago
- 4cef584 Pass in the unfortunately named "LessPrivatePrefix" for the by Bill Wendling · 16 years ago
- 1224c38 Assembly and Bitcode support for unsigned/signed overflow flags and by Dan Gohman · 16 years ago
- 33d0474 Use TII->findCommutedOpIndices to find the commute operands (rather than guessing). by Evan Cheng · 16 years ago
- 4aebcb4 Change the casting of linkage types into a map. This makes this much more robust by Bill Wendling · 16 years ago
- 344df5e Clarify that OverflowingBinaryOperator is not used for SDiv, even though by Dan Gohman · 16 years ago
- 5026ae4 Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as by Kevin Enderby · 16 years ago
- dbd692a Add MCAsmLexer interface. by Daniel Dunbar · 16 years ago
- 753480a Fix some sub-reg coalescing bugs where the coalescer wasn't updating the resulting interval's register class. by Evan Cheng · 16 years ago
- 2f70f1a Remove FIXME that was already fixed. by Eli Friedman · 16 years ago
- 5c0ba80 Rename Mangler linkage enums to something less gross. by Bill Wendling · 16 years ago
- 256be96 Refactor metadata parsing routines into separate functions. by Devang Patel · 16 years ago
- a3af370 Add MCAsmParser interface. by Daniel Dunbar · 16 years ago
- 4d20c24 Build FileCheck from with CMake by Douglas Gregor · 16 years ago
- 39a499b Put new enum at end of list to avoid changing ABI. by Bill Wendling · 16 years ago
- 1902fd9 remove TargetAsmInfo::ExpandInlineAsm by Chris Lattner · 16 years ago
- 8850b36 use ExpandInlineAsm on TargetLowering instead of TargetAsmInfo. by Chris Lattner · 16 years ago
- b810565 Copy ExpandInlineAsm to TargetLowering from TargetAsmInfo. by Chris Lattner · 16 years ago
- 7a965b0 Drop UDivOperator and introduce SDivOperator. Thanks to Chris for noticing this. by Dan Gohman · 16 years ago
- ff3d3ad add some fixme's and cleanups. TargetAsmInfo shouldn't depend on VMCore eventually. by Chris Lattner · 16 years ago
- 13c5e35 Update this comment. by Dan Gohman · 16 years ago
- f241174 Revert the addition of hasNoPointerOverflow to GEPOperator. by Dan Gohman · 16 years ago
- 8f4e22f remove dead forward decl by Chris Lattner · 16 years ago
- 91cf361 For remote execution, must cd to the executable directory since the exe expects to find a dylib in the CWD ('.'). by David Goodwin · 16 years ago
- 83757c7 rename TargetAsmInfo::getASDirective -> getDataASDirective by Chris Lattner · 16 years ago
- d3eb106 Fix comment. by Daniel Dunbar · 16 years ago
- 3c9509f by David Greene · 16 years ago
- 31e7eba Use t2LDRri12 for frame index loads. by David Goodwin · 16 years ago
- 6aadc4d xfail for now. by Evan Cheng · 16 years ago
- 8e9b171 PR4591: Make sure to initialize the pass manager before using it. by Eli Friedman · 16 years ago
- 0a38dc5 For PC relative relocations where symbols are defined in the same section they by Bruno Cardoso Lopes · 16 years ago
- 1488670 Add -std-{compile,link}-opts to bugpoint. - Sheesh. by Daniel Dunbar · 16 years ago
- f6fe957 Fix PR4567. Thumb1 target was using the wrong instruction to handle sp = sub fp, #c. by Evan Cheng · 16 years ago
- 401e10c implement a new magic global "llvm.compiler.used" which is like llvm.used, but by Chris Lattner · 16 years ago
- ba8dc03 Restore AsmWriterEmitter.cpp back to 74742. The recent changes broke Thumb. by Evan Cheng · 16 years ago
- 1d5c493 use stripPointerCasts to simplify some code. by Chris Lattner · 16 years ago
- 857755c document llvm.used and llvm.metadata. Stub out llvm.global_[cd]tors by Chris Lattner · 16 years ago
- 987e7eb Rename the index to linkage types. by Bill Wendling · 16 years ago
- c39e3e0 More reformatting. by Bill Wendling · 16 years ago
- d9fe298 Fix HTML violations. by Bill Wendling · 16 years ago
- e910b4c Obsessivly reformat. by Bill Wendling · 16 years ago
- 91449a8 Model fpscr to prevent fcmped / fcmpezs etc from being deleted. by Evan Cheng · 16 years ago
- 3d10a5a Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 16 years ago
- 3f189a3 CMake support for SystemZ. by Daniel Dunbar · 16 years ago
- fbb47ee Tweak svn:ignore by Daniel Dunbar · 16 years ago
- cc17183 This test should be run with -m32. by Daniel Dunbar · 16 years ago
- e0d5c17 fix test by Chris Lattner · 16 years ago
- 4285d15 DisambiguateGlobalSymbols should not mangle intrinsics. by Chris Lattner · 16 years ago
- a786c7b Don't override LowerArguments in the SPARC backend. In addition to by Eli Friedman · 16 years ago
- b46aaa3 Fix a regression from 76124. Thumb1 instructions default to S bit being true. by Evan Cheng · 16 years ago
- 45d34fe Fix http://llvm.org/bugs/show_bug.cgi?id=4583 by Jakob Stoklund Olesen · 16 years ago