- c303463 Fix a case where SROA did not correctly detect dead PHI or selects due by Chandler Carruth · 12 years ago
- 00edf4c Change the way the lint sanity checking pass detects misaligned memory accesses. by Duncan Sands · 12 years ago
- b1cacc7 Fix an illegal tailcall opt where the callee returns a double via xmm while caller returns x86_fp80 via st0. rdar://12229511 by Evan Cheng · 12 years ago
- d0a553e Fix a -Wparentheses warning in the mingw build by Nico Weber · 12 years ago
- 72bf29f Fix a crash in SROA. This was reported independently by Takumi and by Chandler Carruth · 12 years ago
- 24ab21c Don't forget that strcpy and friends return a pointer to the destination, so by Nick Lewycky · 12 years ago
- e5510db Unit tests for IntegerDivision. Currently, just a basic sanity check to ensure that the code was generated properly. Future work would be finding some way to test the actual result that would be computed. by Michael Ilseman · 12 years ago
- fbc21fa ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'. by Jim Grosbach · 12 years ago
- 1afd6bb Remove unused name of variable to quiet a warning. Also canonicalize a by Nick Lewycky · 12 years ago
- e9525d8 Mark jump tables in code sections with DataRegion directives. by Jim Grosbach · 12 years ago
- 7f8f3f7 Typo. by Chad Rosier · 12 years ago
- 2590c2e Rather then have a wrapper function, have tblgen instantiate the implementation. by Chad Rosier · 12 years ago
- c9d0c70 Clear UNIVERSAL_SDK_PATH setting when building host tools. <rdar://12360497> by Bob Wilson · 12 years ago
- 3dbefbd Teach DSE that strcpy, strncpy, strcat and strncat are all stores which may be by Nick Lewycky · 12 years ago
- 97a1a61 Move all the calls to AA.getTargetLibraryInfo() to using a TLI member variable. by Nick Lewycky · 12 years ago
- 5236ab3 Specify MachinePointerInfo as refering to the argument value and offset of the by Roman Divacky · 12 years ago
- 00796a1 Rather then have a wrapper function, have tblgen instantiate the implementation. by Chad Rosier · 12 years ago
- 47bd469 Add missing : in CHECK line. by Richard Osborne · 12 years ago
- bdc76fc Add missing check for presence of target data. by Richard Osborne · 12 years ago
- 84d882e Enable the new SROA pass by default. by Chandler Carruth · 12 years ago
- bc4021f Address one of the original FIXMEs for the new SROA pass by implementing by Chandler Carruth · 12 years ago
- 371e17c Emit dtors into proper section while compiling in vcpp-compatible mode. by Anton Korobeynikov · 12 years ago
- 02e92a0 Switch to a signed representation for the dynamic offsets while walking by Chandler Carruth · 12 years ago
- 85aa4f6 Don't do actual work inside an assert statement. Fixes PR11760! by Nick Lewycky · 12 years ago
- 90d9e94 Revise test to avoid using of 'grep' by Michael Liao · 12 years ago
- a96a182 Add LLVM_OVERRIDE to methods that override their base classes. by Craig Topper · 12 years ago
- 4d6b840 Enhance test case of atomic16 to verify inst encoding fixed in r164453. by Michael Liao · 12 years ago
- d15e2a0 ARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
- 2d67eac Whitespace. by NAKAMURA Takumi · 12 years ago
- bb51742 Fix edge cases of ARM shift operands in arith instructions. by Tim Northover · 12 years ago
- 93c7c44 Fix the handling of edge cases in ARM shifted operands. by Tim Northover · 12 years ago
- 23bd47c Fix 16-bit atomic inst encoding and keep pseudo-inst starting with '#' by Michael Liao · 12 years ago
- 730b9dd Fix typo in r164357 by Michael Liao · 12 years ago
- 9264988 Machine Model (-schedmodel only). Added SchedAliases. by Andrew Trick · 12 years ago
- a2df2ba Add llvm::getOrdinalSuffix to get the appropriate -st, -nd, -rd, -th suffix. by Jordan Rose · 12 years ago
- f5091b4 Casting: assert that pointer arguments to isa<> are non-null. by Jordan Rose · 12 years ago
- 3bbdddf DenseMap: assert that we have found a bucket before we try to insert into it. by Jordan Rose · 12 years ago
- ef5fc95 MIPS DSP: Add immediate leaves. by Akira Hatanaka · 12 years ago
- 67032b2 MIPS DSP: Add predicates and instruction template. by Akira Hatanaka · 12 years ago
- b430cec Add MIPS DSP register classes. Set actions of DSP vector operations and override by Akira Hatanaka · 12 years ago
- 6fad5e7 SelectionDAG node enums for MIPS DSP nodes. by Akira Hatanaka · 12 years ago
- 1024f29 Add MIPS accumulator and DSP control registers. by Akira Hatanaka · 12 years ago
- a9adbf6 Add flags and feature bits for mips dsp. by Akira Hatanaka · 12 years ago
- d54a6b5 Fix a case where the new SROA pass failed to zap dead operands to by Chandler Carruth · 12 years ago
- c69bdad Add an --enable-backtraces option to configure to determine by Eric Christopher · 12 years ago
- c912494 Add an MDBuilder utility for creating !tbaa.struct nodes. by Dan Gohman · 12 years ago
- 0543c14 [CMake] Respect LLVM_BUILD_RUNTIME. by Michael J. Spencer · 12 years ago
- d717a06 [ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser. by Chad Rosier · 12 years ago
- 7b451cf Have the DbgVariable "isArtificial" and "isObjectPointer" not by Eric Christopher · 12 years ago
- 7d4e989 Add comment. by Chad Rosier · 12 years ago
- 4a6203a Add comment. by Chad Rosier · 12 years ago
- bb36a43 Fix a significant recent(?) regression. StackSlotColoring no longer did anything by Evan Cheng · 12 years ago
- fdb6ec3 docs: Fix long-standing typo in yaml2obj.rst. by Sean Silva · 12 years ago
- 6018944 Whitespace. by Chad Rosier · 12 years ago
- ee9f726 Say "bytes" instead of "address units", since that's what the by Dan Gohman · 12 years ago
- 273a92e Document the new !tbaa.struct metadata. by Dan Gohman · 12 years ago
- b890e9f Add missing 'to' and rephrase an explanation of GCC's assumptions. by David Blaikie · 12 years ago
- 67bf429 Document "do not use defaults in covered switch-over-enum" coding standard. by David Blaikie · 12 years ago
- 28aff84 LoopIdiom: Give up when the loop is not in canonical form. by Benjamin Kramer · 12 years ago
- e5e674b [fast-isel] Fallback to SelectionDAG isel if we require strict alignment for by Chad Rosier · 12 years ago
- e5bd3cf InstCombine: Make sure we use the pre-zext type when creating a constant of a value that is zext'd. by Benjamin Kramer · 12 years ago
- 30b483c Encapsulate the "construct*AlignmentFromInt" functions. by Bill Wendling · 12 years ago
- ba43886 Fix a typo in r164357 by Michael Liao · 12 years ago
- 9d227af Clarify comment. by Dmitri Gribenko · 12 years ago
- ef99fe8 Make the 'get*AlignmentFromAttr' functions into member functions within the Attributes class. Now with fix. by Bill Wendling · 12 years ago
- 122f5e5 BitcodeReader: Correctly insert blockaddress constant referring to a already parsed function. by Benjamin Kramer · 12 years ago
- 01fa41a Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol table entry should be treated differently for relocatable and relocated files. This patch fixes symbol addresses printed by llvm-nm for executables and shared objects. by Alexey Samsonov · 12 years ago
- f174221 llvm/test/CodeGen/X86/pr5145.ll: Tweak expressions to match for darwin target. by NAKAMURA Takumi · 12 years ago
- 2f1d5d4 Cortex-A9 latency fixes (w/ -schedmodel only). by Andrew Trick · 12 years ago
- fe87c30 Add missing i8 max/min/umax/umin support by Michael Liao · 12 years ago
- 0838249 Revise td of X86 atomic instructions by Michael Liao · 12 years ago
- 258aeb5 docs: Fix Sphinx warning over Atomics.rst. by Sean Silva · 12 years ago
- 5cc1e23 docs: Fix Sphinx warning over yaml2obj.rst. by Sean Silva · 12 years ago
- b377635 Mips16FrameLowering.cpp: Remove unused TII introduced in r164349. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
- df03a28 llvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos, s/@unaligned_i16_store/@unaligned_i16_load/g. by NAKAMURA Takumi · 12 years ago
- 0fdf3b0 Properly save and restore RA and Mips16 callee save registers S0,S1 by Akira Hatanaka · 12 years ago
- 3ca380d Testcase does not need to be this strict. by Chad Rosier · 12 years ago
- ba6aec2 Add newline. by Chad Rosier · 12 years ago
- d70c98e [fast-isel] Fallback to SelectionDAG isel if we require strict alignment for by Chad Rosier · 12 years ago
- d314ab5 Tidy up. Whitespace. by Jim Grosbach · 12 years ago
- 1f9f599 Tidy up. Formatting. by Jim Grosbach · 12 years ago
- ced674e ARM: Use a dedicated intrinsic for vector bitwise select. by Jim Grosbach · 12 years ago
- e6e2d8c Ignore PHI-defs for -new-coalescer interference checks. by Jakob Stoklund Olesen · 12 years ago
- 2df8ac8 Extend -new-coalescer SSA update to handle mapped values as well. by Jakob Stoklund Olesen · 12 years ago
- d57ae39 Only emit DW_AT_object_pointer if this is a definition. by Eric Christopher · 12 years ago
- 554da1a SimplifyCFG: sink common codes from IF, ELSE blocks down to END block. by Manman Ren · 12 years ago
- 2dad6b5 Try to make these tests more portable. by Evan Cheng · 12 years ago
- 902ba57 Fix broken check lines. by Benjamin Kramer · 12 years ago
- e9f5988 Fix function names in coding style examples by Andrew Trick · 12 years ago
- 4aa1899 Revert r164308 to fix buildbots. by Bill Wendling · 12 years ago
- f2e89e0 Make the 'get*AlignmentFromAttr' functions into member functions within the Attributes class. by Bill Wendling · 12 years ago
- 342cea9 Remove more bare uses of the different Attribute enums. by Bill Wendling · 12 years ago
- c1611d8 Specify cpu to get the correct instruction ordering. Remove XFAIL. by Roman Divacky · 12 years ago
- 8ce1e43 Make the 'getAsString' function a method of the Attributes class. by Bill Wendling · 12 years ago
- 6dfabb6 Fix 80-col violations. by Nadav Rotem · 12 years ago
- a668b46 Make sure lli compiles all code before invalidating instruction caches. by Tim Northover · 12 years ago
- aa25844 Change enum type in a static table to uint8_t instead. Saves about 700 hundred bytes of static data. Change unsigned char in same table to uint8_t for explicitness. by Craig Topper · 12 years ago
- 85fb261 Specify CPu to prevent failure on ATOM due to different code scheduling by Michael Liao · 12 years ago
- f5b69f6 Fix Sphinx warnings. by Sean Silva · 12 years ago
- b118a07 Re-work X86 code generation of atomic ops with spin-loop by Michael Liao · 12 years ago