- 08219ea X86: Add patterns for X86ISD::VSEXT in registers. by Benjamin Kramer · 12 years ago
- b6db95f Fix PR14547. Handle induction variables of small sizes smaller than i32 (i8 and i16). by Nadav Rotem · 12 years ago
- 981308c [ObjCARC] Even more debug messages! by Michael Gottesman · 12 years ago
- cf14005 [ObjCARC] More debug messages. by Michael Gottesman · 12 years ago
- eab0ba0 Fix an editor goof in r171738 that Bill spotted. He may even have a test by Chandler Carruth · 12 years ago
- 4dc4783 When lowering an inreg sext first shift left, then right arithmetically. by Benjamin Kramer · 12 years ago
- edaf856 MipsDisassembler.cpp: Prune DecodeHWRegs64RegisterClass() to suppress a warning. [-Wunused-function] by NAKAMURA Takumi · 12 years ago
- 0813589 GlobalOpt: Avoid jump on uninitialized value. by Benjamin Kramer · 12 years ago
- a96a96c MipsAsmParser: Try to unbreak tests to add extra check. by NAKAMURA Takumi · 12 years ago
- e7a715f Fixed debug message in ObjCARC. by Michael Gottesman · 12 years ago
- 0d3582b Fixed a few debug messages in ObjCARC and added one. by Michael Gottesman · 12 years ago
- 0e38545 Fixed bug in ObjCARC where we were changing a call from objc_autoreleaseRV => objc_autorelease but were not updating the InstructionClass to IC_Autorelease. by Michael Gottesman · 12 years ago
- e8c161a Fixed a bug where we were tail calling objc_autorelease causing an object to not be placed into an autorelease pool. by Michael Gottesman · 12 years ago
- ec3199f This patch tackles the problem of parsing Mips by Jack Carter · 12 years ago
- 6d61329 Limit the search space in RAGreedy::tryEvict(). by Jakob Stoklund Olesen · 12 years ago
- c7a2752 Precompute some information about register costs. by Jakob Stoklund Olesen · 12 years ago
- b2f0b59 Stop hiding the interface-exposed EatToEndOfStatement (see r172276). by Eli Bendersky · 12 years ago
- bf706b3 Make ParseIdentifier a public method instead of private. by Eli Bendersky · 12 years ago
- dcf6695 Fixed whitespace. by Michael Gottesman · 12 years ago
- 66de2af PPC: Implement efficient lowering of sign_extend_inreg. by Nadav Rotem · 12 years ago
- 9b1bb05 Proof of concept moving of generic directive parsing from AsmParser to the by Eli Bendersky · 12 years ago
- 1452d46 Update patch for the pad short functions pass for Intel Atom (only). by Preston Gurd · 12 years ago
- 8ecd3be Remove some accidentaly duplicated code. This needs urgent cleanup :( by Benjamin Kramer · 12 years ago
- cddd8a6 Added debug messages to GlobalOpt. by Michael Gottesman · 12 years ago
- 69e42db Split TargetLowering into a CodeGen and a SelectionDAG part. by Benjamin Kramer · 12 years ago
- 3e40d92 ARM Cost Model: Modify the target independent cost model to ask by Nadav Rotem · 12 years ago
- fffe363 For inline asm: by Eric Christopher · 12 years ago
- eed4e01 Follow-up typo correction from building the wrong branch. by Andrew Trick · 12 years ago
- e9ccacd Fix typo from r170452. Affects -enable-misched heuristics. by Andrew Trick · 12 years ago
- 74c1be2 Update CMakeLists for CallPrinter.cpp. by Andrew Trick · 12 years ago
- a125cac Added -view-callgraph module pass. by Andrew Trick · 12 years ago
- dced3cd Fix bug in exception table allocation (PR13678) by Eli Bendersky · 12 years ago
- 5f2801b Simplify writing floating types to assembly. by Tim Northover · 12 years ago
- a675c74 ARM Cost Model: We need to detect the max bitwidth of types in the loop in order to select the max vectorization factor. by Nadav Rotem · 12 years ago
- b956ec1 Revert r172153, "llvm/lib/MC/MCParser/AsmParser.cpp: [ms-inline-asm] Fix a couple of undefined behaviors. Operand->needAddressOf() is not initialized at !Operand->isReg()." by NAKAMURA Takumi · 12 years ago
- 9b1e854 SMDiagnostic: don't emit ranges if there are /any/ multibyte characters. by Jordan Rose · 12 years ago
- 4d0b4a4 Support for half intrinsics. Pushes MMX into slower encoding path. by Michael Ilseman · 12 years ago
- b789b94 X86AsmParser.cpp: Fix up r172148, to add initializer in another CreateMem(). by NAKAMURA Takumi · 12 years ago
- 51873db llvm/lib/MC/MCParser/AsmParser.cpp: [ms-inline-asm] Fix a couple of undefined behaviors. Operand->needAddressOf() is not initialized at !Operand->isReg(). by NAKAMURA Takumi · 12 years ago
- 805141e Remove heavy and unused #inclues from X86TargetObjectFile.cpp. by Jakub Staszak · 12 years ago
- 7eef9c1 Rename enumerations s/VK/DK/ to conform to naming convention by Eli Bendersky · 12 years ago
- 7109fbe [ms-inline asm] Make sure we set a default value for AddressOf. Follow on to by Chad Rosier · 12 years ago
- 63e6f48 fix comments a bit by Eli Bendersky · 12 years ago
- 253449d PR14904: Segmentation fault running pass 'Recognize loop idioms' by Shuxin Yang · 12 years ago
- 582e4f2 CastInst::castIsValid should return true if the dest type is the same as by Evan Cheng · 12 years ago
- 5d0f061 Remove a couple of if-else chains in parsing directives, replacing them by a by Eli Bendersky · 12 years ago
- 03de2a6 [msan] Change va_start/va_copy shadow memset alignment to 8. by Peter Collingbourne · 12 years ago
- 4ff23d0 PR14896: Handle memcpy from constant string where the memcpy size is larger than the string size. by Evan Cheng · 12 years ago
- 81bfd71 Remove unneeded includes from FunctionLoweringInfo.h. by Jakub Staszak · 12 years ago
- c1ec207 [ms-inline asm] Add support for calling functions from inline assembly. by Chad Rosier · 12 years ago
- e9d4eba Teach InstCombine to hoist FABS and FNEG through FPTRUNC instructions. The application of these operations commutes with the truncation, so we should prefer to do them in the smallest size we can, to save register space, use smaller constant pool entries, etc. by Owen Anderson · 12 years ago
- 9b1f44b Add basic fix-its to SMDiagnostic. by Jordan Rose · 12 years ago
- b50df4a TableGen: Keep track of superclass reference ranges. by Jordan Rose · 12 years ago
- d122009 TableGen: record anonymous instantiations of classes. by Jordan Rose · 12 years ago
- 4aebce8 Allow hasProperty() to be called on bundle-internal instructions. by Jakob Stoklund Olesen · 12 years ago
- c560bf6 LoopVectorizer: Fix a bug in the vectorization of BinaryOperators. The BinaryOperator can be folded to an Undef, and we don't want to set NSW flags to undef vals. by Nadav Rotem · 12 years ago
- 2b8f6ae Fix a copy/paste error in the IR Linker, casting an ArrayType instead of a VectorType. by Joey Gouly · 12 years ago
- 1d505a3 Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard address spaces. by Joey Gouly · 12 years ago
- 5dc3001 [ObjCARC Debug Message] Added debug message when we convert an autorelease into an autoreleaseRV. by Michael Gottesman · 12 years ago
- 69a2d6f Fix a race condition in the lock-file manager: once the lock file is by Douglas Gregor · 12 years ago
- 06c7008 Fix a race condition in llvm::sys::path::unique_file: when we end up by Douglas Gregor · 12 years ago
- b11f050 Support headerless bundles in MachineInstr::hasProperty(). by Jakob Stoklund Olesen · 12 years ago
- 8644116 Stack Alignment: throw error if we can't satisfy the minimal alignment by Manman Ren · 12 years ago
- 7932c41 [Object][Archive] Fix name handling with bsd style long names. by Michael J. Spencer · 12 years ago
- bf82b07 [Object][Archive] Apparently StringRef::getAsInteger for APInt accepts spaces. by Michael J. Spencer · 12 years ago
- 1db9b69 Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hangings. by Bill Wendling · 12 years ago
- e92800d [Object][Archive] Use uint64_t instead of APInt. It is significantly faster. by Michael J. Spencer · 12 years ago
- 5573de8 Fix description of ARMOperand by Joel Jones · 12 years ago
- 14925e6 ARM Cost model: Use the size of vector registers and widest vectorizable instruction to determine the max vectorization factor. by Nadav Rotem · 12 years ago
- 78ec025 Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y). by Evan Cheng · 12 years ago
- f48acd5 Move the internal PrintStackTrace function that is used for llvm::sys::PrintStackTraceOnErrorSignal(), by Argyrios Kyrtzidis · 12 years ago
- 5581115 [ObjCARC Debug Messages] This is a squashed commit of 3x debug message commits ala echristo's suggestion. by Michael Gottesman · 12 years ago
- ebed123 Don't print bundle flags. by Jakob Stoklund Olesen · 12 years ago
- 25377c8 Don't require BUNDLE headers in MachineInstr::getBundleSize(). by Jakob Stoklund Olesen · 12 years ago
- d9cc865 LICM: Hoist insertvalue/extractvalue out of loops. by Benjamin Kramer · 12 years ago
- 12cd49a by Sergei Larin · 12 years ago
- a1db5de PowerPC: EH adjustments by Adhemerval Zanella · 12 years ago
- 2c8cf4b Refactor to expose RTLIB calls to targets. by Tim Northover · 12 years ago
- 53208a9 Alter the hasing computation when inserting into the folding set. by Bill Wendling · 12 years ago
- 699b870 tblgen: use an early return to reduce indentation. by Sean Silva · 12 years ago
- 13f8cf5 Efficient lowering of vector sdiv when the divisor is a splatted power of two constant. by Nadav Rotem · 12 years ago
- 9cceede tblgen: Factor out common code. by Sean Silva · 12 years ago
- 1ced208 Last in the series of removing unnecessary '0' arguments for by Eric Christopher · 12 years ago
- 47579cf MIsched: add an ILP window property to machine model. by Andrew Trick · 12 years ago
- 2af949d [Object, DebugInfo] Make DWARFContext BE-aware. by NAKAMURA Takumi · 12 years ago
- 7be9021 Inline this into its only caller. by Sean Silva · 12 years ago
- 9d4a661 tblgen: Reuse function that is 2 lines above. by Sean Silva · 12 years ago
- 36febfd fix copy-paste-o by Sean Silva · 12 years ago
- 9302dcc docs: Bring TableGen syntax a bit closer to reality. by Sean Silva · 12 years ago
- 68ca562 These functions have default arguments of 0 for the last arg. Use them. by Eric Christopher · 12 years ago
- ca1dd05 These functions have default arguments of 0 for the last arg. Use by Eric Christopher · 12 years ago
- 83be7b0 Cost Model: Move the 'max unroll factor' variable to the TTI and add initial Cost Model support on ARM. by Nadav Rotem · 12 years ago
- c3d6de2 Add comment to the definition of Constant::isZeroValue(). by Shuxin Yang · 12 years ago
- 8456efb Forgot the namespace identifier. by Bill Wendling · 12 years ago
- ff88716 Add the integer value of the ConstantInt instead of the Constant* value. by Bill Wendling · 12 years ago
- 935e35d Consider expression "0.0 - X" as the negation of X if by Shuxin Yang · 12 years ago
- b671422 Move the string pools down into the units. No functional change. by Eric Christopher · 12 years ago
- 0fdcef6 Simplify the code a bit: MCRelaxableFragment doesn't need a separate getInstSize by Eli Bendersky · 12 years ago
- 02fa383 Fix memory leak in YAML I/O. by Nick Kledzik · 12 years ago
- 4a50e53 This patch produces the correct addend value for an R_MIPS_GPREL16 relocation. by Jack Carter · 12 years ago