aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-09-14Be a bit more aggressive in bailing out of this routine. Spotted byChandler Carruth
2012-09-14Add some comments clarifying that the GEP analysis for vector GEPs isChandler Carruth
2012-09-14Move an instance variable to a local variable based on review by Duncan.Chandler Carruth
2012-09-14Add a comment about debug intrinsics that I *really* don't want toChandler Carruth
2012-09-14Add two asserts that Duncan thought would help ensure things don't rotChandler Carruth
2012-09-14Actually keep the flag default-off for now. =/ That's what I get forChandler Carruth
2012-09-14Remove some dead, commented out code Duncan spotted in review.Chandler Carruth
2012-09-14Wrap the dumping and printing routines in NDEBUG and LLVM_ENABLE_DUMP macros.Chandler Carruth
2012-09-14Lots of comment fixes and cleanups from Duncan's review.Chandler Carruth
2012-09-14SROA.cpp: Unbreak gcc, sorry!NAKAMURA Takumi
2012-09-14SROA.cpp: Appease msvc. LLVM_ATTRIBUTE(s) should come front of "const".NAKAMURA Takumi
2012-09-14Speculative change to try to fix older GCC versions that can't handleChandler Carruth
2012-09-14Introduce a new SROA implementation.Chandler Carruth
2012-09-14Remove silly dead store. Patch by Ettl Martin.Duncan Sands
2012-09-14mips16 fixes.Akira Hatanaka
2012-09-13Fix both the test for zero and what we do if we have a zero forEric Christopher
2012-09-13Reformat, remove a couple unused variables and move some variablesEric Christopher
2012-09-13Assembler: Darwin variables defined via .set are no-dead-strip.Jim Grosbach
2012-09-13MachO: Correctly mark symbol-difference variables as N_ABS.Jim Grosbach
2012-09-13Handle the new !tbaa.struct metadata tags when converting a memcpy into scalarDan Gohman
2012-09-13Better const handling for RuntimeDyld and MCJIT.Jim Grosbach
2012-09-13Fix commentMichael Liao
2012-09-13Add wider vector/integer support for PR12312Michael Liao
2012-09-13Enhance type legalization on bitcast from vector to integerMichael Liao
2012-09-13Fix the TCRETURNmi64 bug differently.Jakob Stoklund Olesen
2012-09-13Extract code for reducing a type to a single value type into a helper function.Dan Gohman
2012-09-13Define an official slot for the new !tbaa.struct metadata tag.Dan Gohman
2012-09-13mips16: When copying operands in a conditional branch instruction, allow forAkira Hatanaka
2012-09-13Revert r163761 "Don't fold indexed loads into TCRETURNmi64."Jakob Stoklund Olesen
2012-09-13MemCpyOpt: When forming a memset from stores also take GEP constexprs into ac...Benjamin Kramer
2012-09-13Fix an 80 char line limit.Nadav Rotem
2012-09-13Rename the flag which protects from escaped allocas, which may come from bugs...Nadav Rotem
2012-09-13Unify the emission of the calling conventions into a single function to reduc...Micah Villmow
2012-09-13This patch introduces A15 as a target in LLVM.Silviu Baranga
2012-09-13Fix a dagcombine optimization. The optimization attempts to optimize a bitcas...Nadav Rotem
2012-09-13Fix a typo.Nadav Rotem
2012-09-13Use Nick's suggestion of storing a large NULL into the GV instead of memset, ...Bill Wendling
2012-09-13Stack Coloring: We have code that checks that all of the uses of allocasNadav Rotem
2012-09-13Fix Doxygen issues:Dmitri Gribenko
2012-09-13Add a new compression type to ModRM table that detects when the memory modRM ...Craig Topper
2012-09-13MCJIT: relocation addends encoded in the target aren't quite so easy.Jim Grosbach
2012-09-13MCJIT: Make sure to mask off non-type-field bits.Jim Grosbach
2012-09-13MCJIT: Pass the i386 MachO relocation type properly.Jim Grosbach
2012-09-13Don't fold indexed loads into TCRETURNmi64.Jakob Stoklund Olesen
2012-09-13Introduce the __llvm_gcov_flush function.Bill Wendling
2012-09-12Recommit, with fixes:Eric Christopher
2012-09-12Misc.Akira Hatanaka
2012-09-12Fix PR11985Michael Liao
2012-09-12Detect overflow in the path count computation. rdar://12277446.Dan Gohman
2012-09-12Remove an overly-aggressive assertion. The code following this assertion alr...Owen Anderson