- 8902ecb ptx: fix parameter order that is reversed by Che-Liang Chiou · 14 years ago
- 88d3367 ptx: add unconditional and conditional branch by Che-Liang Chiou · 14 years ago
- d4f4e6e raw_ostream: [PR6745] Tweak formatting (double)%e for Windows hosts. by NAKAMURA Takumi · 14 years ago
- f09a8b5 Initialize the only-used-with-PPC-double-double parts of the APFloat class. This by Bill Wendling · 14 years ago
- 9a4584b Simplify the computation of undefined symbols. Instead of walking by Rafael Espindola · 14 years ago
- 2a72bfa Hoist spills when the same value is known to be in less loopy sibling registers. by Jakob Stoklund Olesen · 14 years ago
- a26f36c Some release notes. by Rafael Espindola · 14 years ago
- 289bdcc Tweak CrashRecoveryContextCleanup::createCleanup() to use the 'delete' cleanup as opposed to the 'destructor' cleanup (reclaims more memory). by Ted Kremenek · 14 years ago
- 0e8d588 tools/lto/LTOModule.cpp: Eliminate an unused variable. by NAKAMURA Takumi · 14 years ago
- 3bc729c llvm-bcanalyzer.cpp: Tweak format string to suppress warnings on mingw32-g++. by NAKAMURA Takumi · 14 years ago
- 9ef931e Accept instructions that read undefined values. by Jakob Stoklund Olesen · 14 years ago
- 7cec179 Be more accurate about the slot index reading a register when dealing with defs by Jakob Stoklund Olesen · 14 years ago
- 0597234 Add new CrashRecoveryContextCleanup subclass: CrashRecoveryContextDeleteCleanup. This deletes the object, not just calls its destructor. by Ted Kremenek · 14 years ago
- 49ab120 Check RequiresNullTerminator first, or we might read from an invalid address. by Rafael Espindola · 14 years ago
- b4b8b0c Add a target-specific branchless method for double-width relational by Eli Friedman · 14 years ago
- a4f9839 Augment CrashRecoveryContext to have registered "cleanup" objects that can be used to release resources during a crash. by Ted Kremenek · 14 years ago
- efdc115 Add some svn:ignore properties. by Eli Friedman · 14 years ago
- 06caf2a FileCheck-ize and update test. by Eli Friedman · 14 years ago
- 5e5a408 The disassembler for Thumb was wrongly adding 4 to the computed imm32 offset. by Johnny Chen · 14 years ago
- f3e6774 Remove TargetData and ValueTracking includes. I didn't mean for them to sneak in my last checkin. by Andrew Trick · 14 years ago
- 670350b There are two pseudos in this case that are Thumb mode, not one. by Owen Anderson · 14 years ago
- b12a754 Added isValidRewrite() to check the result of ScalarEvolutionExpander. by Andrew Trick · 14 years ago
- ead71d5 whitespace by Andrew Trick · 14 years ago
- 9916d2a Use RequiresNullTerminator to create buffers without a null terminator by Rafael Espindola · 14 years ago
- 813c9a0 Try to not lose variable's debug info during instcombine. by Devang Patel · 14 years ago
- e68d8ec2 It used to be that t_addrmode_s4 was used for both: by Johnny Chen · 14 years ago
- 5ee2068 Refactor into a separate utility function. by Devang Patel · 14 years ago
- 1c10b8d BuildUDIV: If the divisor is even we can simplify the fixup of the multiplied value by introducing an early shift. by Benjamin Kramer · 14 years ago
- d9103df Add an argument to APInt's magic udiv calculation to specify the number of bits that are known zero in the divided number. by Benjamin Kramer · 14 years ago
- 6a3dbd3 Dead code elimination may separate the live interval into multiple connected components. by Jakob Stoklund Olesen · 14 years ago
- c74513d Reapply: Add type output to llvm-dis annotations. Patch by Yuri! by Stuart Hastings · 14 years ago
- 11bd078 Add XCore intrinsic for setpsc. by Richard Osborne · 14 years ago
- 412bf05 Revert 127813 while fixing broken test. by Stuart Hastings · 14 years ago
- 98cc1ef Add type output to llvm-dis. Patch by Yuri! by Stuart Hastings · 14 years ago
- 8d06ffc MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't have by Daniel Dunbar · 14 years ago
- 7bbf0ee Move more logic into getTypeForExtArgOrReturn. by Cameron Zwarich · 14 years ago
- 9e69ff9 Change the signext language in LangRef to closer match zeroext. by Cameron Zwarich · 14 years ago
- 4457968 Rename getTypeForExtendedInteger() to getTypeForExtArgOrReturn(). by Cameron Zwarich · 14 years ago
- 1ace169 Add comments for the demanglings. Correct mangled form of operator delete! by Nick Lewycky · 14 years ago
- 1aa7f7a test/CodeGen/X86/h-registers-1.ll: Add explicit -mtriple=x86_64-linux. It does not need to be checked on x86_64-win32 (aka Win64). by NAKAMURA Takumi · 14 years ago
- e27fa74 Add "swi" which is an obsolete mnemonic for "svc". by Nick Lewycky · 14 years ago
- 3d83138 A couple new README entries. by Eli Friedman · 14 years ago
- f21b105 Add support in the LTO library for loading an object from the middle of an file. by Rafael Espindola · 14 years ago
- d02c8b6 Fix handling of @IDNTPOFF relocations, they need to get STT_TLS. by Joerg Sonnenberger · 14 years ago
- 2254227 Rewrite instructions as part of ConnectedVNInfoEqClasses::Distribute. by Jakob Stoklund Olesen · 14 years ago
- ede4e28 test/CodeGen/X86/constant-pool-remat-0.ll: FileCheck-ize and add explicit -mtriple=x86_64-linux. by NAKAMURA Takumi · 14 years ago
- 1d5b845 Add a LiveRangeEdit delegate callback before shrinking a live range. by Jakob Stoklund Olesen · 14 years ago
- cc5c429 Erase virtual registers that are unused after DCE. by Jakob Stoklund Olesen · 14 years ago
- 2926733 Tag cached interference with a user-provided tag instead of the virtual register number. by Jakob Stoklund Olesen · 14 years ago
- c46570d Clarify debugging output. by Jakob Stoklund Olesen · 14 years ago
- ebe8173 The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byte by Cameron Zwarich · 14 years ago
- 7be4b7e Rename a test to be more inclusive. by Cameron Zwarich · 14 years ago
- 8df6bf5 Don't recompute something that we already have in a local variable. by Cameron Zwarich · 14 years ago
- 83320a0 Revert r127757, "Patch to a fix dwarf relocation problem on ARM. One-line fix by Daniel Dunbar · 14 years ago
- e17139b Add XCore intrinsics for setclk, setrdy. by Richard Osborne · 14 years ago
- 2589d0a Patch to a fix dwarf relocation problem on ARM. One-line fix plus the test where it used to break. by Renato Golin · 14 years ago
- 0a00615 Add a test for i1 zeroext arguments on x86-64. We currently generate code that by Cameron Zwarich · 14 years ago
- bb05745 Add checkevent intrinsic to check if any resources owned by the current thread by Richard Osborne · 14 years ago
- bfc4c98 test/CodeGen/X86: FileCheck-ize and add actions for x86_64-linux and x86_64-win32. by NAKAMURA Takumi · 15 years ago
- 37947c6 test/CodeGen/X86: Add a pattern for Win64. by NAKAMURA Takumi · 15 years ago
- ddbfbcf test/CodeGen/X86: FileCheck-ize and add explicit -mtriple=x86_64-linux. They are useless to Win64 target. by NAKAMURA Takumi · 15 years ago
- 4491aa4 test/CodeGen/X86/byval*.ll: Win64 has not supported byval yet. by NAKAMURA Takumi · 15 years ago
- 67bf77e test/CodeGen/X86/dyn-stackalloc.ll: FileCheck-ize. by NAKAMURA Takumi · 15 years ago
- 1bcdb6f Fix a comment. by Cameron Zwarich · 15 years ago
- 7a7215b lib/Support/raw_ostream.cpp: On mingw, report_fatal_error() should not be called at dtor context. by NAKAMURA Takumi · 15 years ago
- bab2d49 Windows/PathV2.inc: [PR8520] Recognize "NUL" as special (character) file. by NAKAMURA Takumi · 15 years ago
- bfb25cd Windows/Path.inc: [PR6270] PathV1::makeUnique(): Give arbitrary initial seed for workaround. by NAKAMURA Takumi · 15 years ago
- 124d033 Tidy up. Whitespace and 80 column. by Jim Grosbach · 15 years ago
- ed4edf9 Do not accidently initialize NumDbgValueLost and NumDbgLineLost counts. by Devang Patel · 15 years ago
- 85b0f46 Only convert allocas to scalars if it is profitable. The profitability metric I by Cameron Zwarich · 15 years ago
- 0a0f6f3 Add native integer type TargetData to some existing tests. by Cameron Zwarich · 15 years ago
- deac268 Better use initializer lists. by Cameron Zwarich · 15 years ago
- d4c9c3e Add a clarifying comment. by Cameron Zwarich · 15 years ago
- 82bae7d Add TargetData::fitsInLegalInteger(). by Cameron Zwarich · 15 years ago
- 276f6f9 There were two issues fixed: by Johnny Chen · 15 years ago
- 6046cff Add scei vendor by John Thompson · 15 years ago
- 0d4c9d9 The VTBL (and VTBX) instructions are rather permissive concerning the masks they by Bill Wendling · 15 years ago
- 13ba252 Trace back through sibling copies to hoist spills and find rematerializable defs. by Jakob Stoklund Olesen · 15 years ago
- 29ef875 Preserve both isPHIDef and isDefByCopy bits when copying parent values. by Jakob Stoklund Olesen · 15 years ago
- 8ea2649 lit/ProgressBar.py: [PR7919] Improve line wrap for XN-incapable terminals. by NAKAMURA Takumi · 15 years ago
- a24cb40 Some minor cleanups based on feedback. by Bill Wendling · 15 years ago
- 4f9fc85 Trailing whitespae. by Jim Grosbach · 15 years ago
- 6e51c6a Clean up something noticed by Fritz. by Cameron Zwarich · 15 years ago
- 0191952 Do not form thumb2 ldrd / strd if the offset is by multiple of 4. rdar://9133587 by Evan Cheng · 15 years ago
- 59f727e Don't indent cases in a switch, no functionality change. by Richard Osborne · 15 years ago
- 8ae8cf4 On the XCore the scavenging slot should be closest to the SP. by Richard Osborne · 15 years ago
- 6704415 is_llvm_target_library: recognize libraries without the LLVM prefix. by Oscar Fuentes · 15 years ago
- 5aad8b3 Add XCore intrinsics for getps, setps, setsr and clrsr. by Richard Osborne · 15 years ago
- 625eec1 PTX: Set PTX 2.0 as the minimum supported version by Justin Holewinski · 15 years ago
- 36b8e43 Silence compiler warning about case values not being in the enumerated type by Duncan Sands · 15 years ago
- 75548de Avoid a compiler warning about reg possibly being used uninitialized by Duncan Sands · 15 years ago
- 838b97e Do not add PHIs with no users when creating LCSSA form. Patch by Andrew Clinton. by Cameron Zwarich · 15 years ago
- 42e72ca Add C++ global operator {new,new[],delete,delete[]}(unsigned {int,long}) to the by Nick Lewycky · 15 years ago
- d158fba Add a peephole optimization to optimize pairs of bitcasts. e.g. by Evan Cheng · 15 years ago
- 0f040a2 - Add "Bitcast" target instruction property for instructions which perform by Evan Cheng · 15 years ago
- b1a6eab PR9450: Make switch optimization in SimplifyCFG not dependent on the ordering by Eli Friedman · 15 years ago
- bf34a5e sext(undef) = 0, because the top bits will all be the same. by Evan Cheng · 15 years ago
- 49c69bb Testcase for r127630. by Bill Wendling · 15 years ago
- 9a9d8b9 Basic sanity checks to ensure that 2- and 3-byte by Sean Callanan · 15 years ago
- f88896b Enabled disassembler support for AVX instructions by Sean Callanan · 15 years ago