- c464e51 Makefile rules for generating assembly matcher. - Unused, fear not cmakers. by Daniel Dunbar · 16 years ago
- beca689 Change printInstruction to not print a trailing newline. Value::dump by Dan Gohman · 16 years ago
- d6a2aab Add an optional optimization to FoldingSet to allow ID values to be by Dan Gohman · 16 years ago
- d2559bf Fix comment typos. by Bob Wilson · 16 years ago
- a2f55dd factor the 'optimized sort' code out into a static helper function by Chris Lattner · 16 years ago
- 6fbc196 Move the re-sort of invalidated NonLocalPointerDeps cache earlier by Chris Lattner · 16 years ago
- 191cf28 by David Greene · 16 years ago
- b134bc3 Added a fixme for platform specific GetDirSeparator(). by Sanjiv Gupta · 16 years ago
- f935dcc allow mcc16 users to specify --save-temps even though it is hidden by mcc16. by Sanjiv Gupta · 16 years ago
- 7a80f5f Match declaration to definition (missed a few). by Daniel Dunbar · 16 years ago
- ac27baa Tweak svn:ignore by Daniel Dunbar · 16 years ago
- 89e12a1 Match declaration to definition. by Daniel Dunbar · 16 years ago
- 56a96e7 Fix build on Linux. by Nick Lewycky · 16 years ago
- 4892cb7 Fix some non-sensical code. by Daniel Dunbar · 16 years ago
- a53902b Switch to raw_ostream. by Daniel Dunbar · 16 years ago
- fc1b75f Removed some junk code that snuck in to an earlier commit. by Lang Hames · 16 years ago
- 780905e Fix an error in ConstantRange::getSignedMax on wrapped ranges. Thanks once by Nick Lewycky · 16 years ago
- ff84de7 'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127). by Nick Lewycky · 16 years ago
- 0a5372e Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 16 years ago
- f1db120 Multiply was very wrong for wrapped ranges. This supplies a half-fix that will by Nick Lewycky · 16 years ago
- cf9e07d Fix a bug summing two full sets. The overflow checking doesn't handle sets as by Nick Lewycky · 16 years ago
- deb052a Match declaration to definition. by Daniel Dunbar · 16 years ago
- 460d16e Match declaration to definition. by Daniel Dunbar · 16 years ago
- 4cef7db remove tests for removed intrinsics. by Chris Lattner · 16 years ago
- eaff524 remove llvm.part.set.* and llvm.part.select.*. They have never been by Chris Lattner · 16 years ago
- cae9a3f Use llvm_report_error, not llvm_unreachable. by Daniel Dunbar · 16 years ago
- 3b30a2b Mention that llvm_report_error() does not return. by Torok Edwin · 16 years ago
- 02e7313 Add an LLVM API change. by Daniel Dunbar · 16 years ago
- a00e85c Improve sys::Path::makeAbsolute on Win32. - Patch by Viktor Kutuzov! by Daniel Dunbar · 16 years ago
- f368923 Fix assert(0) conversion, as suggested by Chris. by Torok Edwin · 16 years ago
- 614be08 Clarify a FIXME. by Daniel Dunbar · 16 years ago
- 0f55014 "UNIX paths can contain non-ASCII characters, so Path::isValid() should not reject paths with such characters in them. The attached patch removes the check from Path::isValid()." by Chris Lattner · 16 years ago
- c8ca3ae Implement support for promotion of AND/OR/XOR on integer types. by Jakob Stoklund Olesen · 16 years ago
- 9a4ba45 Fix types in PromoteNode handling of CTPOP and friends. by Jakob Stoklund Olesen · 16 years ago
- ee787ff Add CCIfSRet calling convention predicate. by Jakob Stoklund Olesen · 16 years ago
- 29fd056 Remove extra \n from LLVM_UNREACHABLE calls. by Torok Edwin · 16 years ago
- 7ab2eb4 Make this clearer for the mathematically inclined. Thanks to Duncan Sands for by Nick Lewycky · 16 years ago
- 956daf0 Implement udiv for ConstantRanges. by Nick Lewycky · 16 years ago
- 69600ca Temporarily revert r75408. It appears to break the Apple-style builds: by Bill Wendling · 16 years ago
- b2dcff4 This is not overly conservative. by Nick Lewycky · 16 years ago
- 2ff893f Implement ConstantRange::multiply based on the code in LoopVR. by Nick Lewycky · 16 years ago
- 6db1495 Remove check which is duplicated in InstCombiner::visitSelectInstWithICmp. by Eli Friedman · 16 years ago
- a6d16ae eliminate MOV64r0 in favor of a Pat<> pattern. This is only nontrivial because by Chris Lattner · 16 years ago
- 0df3b36 add nounwind by Chris Lattner · 16 years ago
- b927ca8 be explicit about making comments real sentences. by Chris Lattner · 16 years ago
- f5c21ec Darwin prepends an _ to internal globals, Linux doesn't. by Nick Lewycky · 16 years ago
- 65a7a6f fix x86-64 static codegen to materialize the address of a global with movl instead by Chris Lattner · 16 years ago
- 14f7511 fix a bug in my cleanup patch by Chris Lattner · 16 years ago
- 2514278 comment cleanup, reduce nesting. by Chris Lattner · 16 years ago
- a3c8d38 remove some dead patterns, WrapperRIP doesn't exist in -static mode by Chris Lattner · 16 years ago
- 3975025 silence vc++ warning. by Chris Lattner · 16 years ago
- 5e5050d silence a vc++ warning. by Chris Lattner · 16 years ago
- 8ddb998 this test was incorrect for x86-64 static. It passed on darwin, because darwin by Chris Lattner · 16 years ago
- e9e2733 Tweak comment. by Daniel Dunbar · 16 years ago
- 7cab893 Update CMakeLists.txt by Daniel Dunbar · 16 years ago
- d0443c3 Tweak svn:ignore by Daniel Dunbar · 16 years ago
- 84f9abe Fix unused function warning. by Daniel Dunbar · 16 years ago
- d0cca24 Revert r75252 which was causing some crashes at compile time. by Nick Lewycky · 16 years ago
- 4f06649 Fix PR4533, which is about buggy codegen in x86-64 -static mode. by Chris Lattner · 16 years ago
- 97c8c51 Fix comment. by Torok Edwin · 16 years ago
- c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
- d51ffcf Stub out assembly matcher (.s -> MCInst) tblgen backend. by Daniel Dunbar · 16 years ago
- 4429aaf Regenerate. by Mikhail Glushenkov · 16 years ago
- 09826e3 Update documentation. by Mikhail Glushenkov · 16 years ago
- 63bb60f Delete the temp dir even when '--temp-dir' is specified. by Mikhail Glushenkov · 16 years ago
- 646ca92 Fix handling of max and full set. by Nick Lewycky · 16 years ago
- d7073db improve filecheck's "scanning from here" caret position. by Chris Lattner · 16 years ago
- 88a7e9e make filecheck default to canonicalizing horizontal whitespace by Chris Lattner · 16 years ago
- 44b3e8d Break the world's largest unit test down a few logical lines. No semantic by Nick Lewycky · 16 years ago
- 4c3fa43 Erase the temp dir before starting. by Sanjiv Gupta · 16 years ago
- f067a23 Clarify and simplify. by Nick Lewycky · 16 years ago
- c6f40b6 Don't use a void return type with a function that returns a value. by Dan Gohman · 16 years ago
- 7d696d8 Convert more assert(0)+abort() -> LLVM_UNREACHABLE, by Torok Edwin · 16 years ago
- 238f510 We get the P modifier wrong in a lot of cases, just add some more rigorous testing. by Chris Lattner · 16 years ago
- ed338e8 Don't put IT instruction before conditional branches. by Evan Cheng · 16 years ago
- 2f297df Smarter isel of ldrsb / ldrsh. Only make use of these when [r,r] address is feasible. by Evan Cheng · 16 years ago
- 446c428 Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies CPSR when they are outside the IT blocks, or they can predicated when in Thumb2. Move the implicit def of CPSR to an optional def which defaults CPSR. This allows the 's' bit to be toggled dynamically. by Evan Cheng · 16 years ago
- dd6f632 80 col violation. by Evan Cheng · 16 years ago
- bf8c7f0 Move a method that creates constant ranges relative to another constant range by Nick Lewycky · 16 years ago
- 8955e93 Fix up support for OptionalDefOperand when it defaults to an actual register def. I need this to get ready for major Thumb1 surgery. by Evan Cheng · 16 years ago
- aad3460 Use CreateStackStoreLoad helper in more places. by Eli Friedman · 16 years ago
- ebfc177 Two-address pass should use findCommutedOpIndices to determine what registers are commuted. by Evan Cheng · 16 years ago
- 34c7509 Use findCommutedOpIndices to find the operands to commute. by Evan Cheng · 16 years ago
- 1e44ed8 Add superclasses of ARM Neon quad registers. The Q2PR class contains pairs of by Bob Wilson · 16 years ago
- 28eff96 Add new vector types for 192-bit, 348-bit and 512-bit sizes. by Bob Wilson · 16 years ago
- 226b608 remove the "debug" modifier, it is only used by one instruction which can by Chris Lattner · 16 years ago
- bbf1caa Refactor TableGen's llvm::getName to share code with llvm::getEnumName, by Bob Wilson · 16 years ago
- 9be3fee add support for .zerofill, patch by Kevin Enderby! by Chris Lattner · 16 years ago
- dd9f8bb Oops. s/#if defined(USE_OPROFILE)/#if USE_OPROFILE/. We #define by Jeffrey Yasskin · 16 years ago
- 7a4e464 make pcrel and non-pcrel global printing more similar. by Chris Lattner · 16 years ago
- 80becf1 Support remote execute for ARM. by David Goodwin · 16 years ago
- 19a2011 Undo my brain cramp. by Evan Cheng · 16 years ago
- 62fe47a by David Greene · 16 years ago
- a93e770 Regenerate configure after r75279. by Jeffrey Yasskin · 16 years ago
- 8f6d9a7 Add a --with-oprofile flag to configure, which uses OProfile's agent by Jeffrey Yasskin · 16 years ago
- f1d6bd5 code model is never set to default. by Chris Lattner · 16 years ago
- c782232 fix indentation by Chris Lattner · 16 years ago
- e2c9208 remove the now-dead TM argument to these methods. by Chris Lattner · 16 years ago
- 8097b65 make PIC vs DynamicNoPIC be explicit in PICStyles. by Chris Lattner · 16 years ago
- 84853a1 some minor simplifications. by Chris Lattner · 16 years ago