aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-27Remove duplicate copy of Object/ELF.h that somehow managed to get in.Michael J. Spencer
2012-02-27Fix for PR12090: clear def maps of aliases when visiting a copy. e.g.Evan Cheng
2012-02-27ARM BL/BLX instruction fixups should use relocations.Jim Grosbach
2012-02-27Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h"Argyrios Kyrtzidis
2012-02-27Teach BasicAA about the LLVM IR rules that allow reading past the end of an o...Eli Friedman
2012-02-27Test the section specification.Roman Divacky
2012-02-27Fix PR12089Derek Schuff
2012-02-27Reapply r151278 with fixes.Roman Divacky
2012-02-27Add q suffix aliases for the fistp and fisttp mnemonics.Chad Rosier
2012-02-27Remove unnecessary template parameters.Akira Hatanaka
2012-02-27Fix instruction predicates that were not set correctly.Akira Hatanaka
2012-02-27Update machine code verifier.Jakob Stoklund Olesen
2012-02-27Fix the symbolic operand added for the C disassmbler API for the ARM blKevin Enderby
2012-02-27Add a MachineOperand iterator class.Jakob Stoklund Olesen
2012-02-27Plog a memleak in GlobalOpt.Benjamin Kramer
2012-02-27Micro-optimization, no functionality change.Duncan Sands
2012-02-27Help the compiler to eliminate some dead code when hashing an array of TJay Foad
2012-02-27The value numbering function is recursive, so it is possible for multiple newDuncan Sands
2012-02-27When performing a conditional branch depending on the value of a comparisonDuncan Sands
2012-02-27Remove HexagonGenIntrinsics.inc from Hexagon cmake file. It does not appear i...Craig Topper
2012-02-27Update tblgen command guide. Remove unused tblgen InstrEnumEmitter files.Craig Topper
2012-02-27delete useless comment&blankJia Liu
2012-02-27Fix this assert. IP can point to an instruction with strange dominanceRafael Espindola
2012-02-27X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by ...Craig Topper
2012-02-26Remove more GCC FE build stuff.Chad Rosier
2012-02-26Installing the GCC front end is no longer supported.Chad Rosier
2012-02-26Cleanup the LLVM Getting Started page.Chad Rosier
2012-02-26Add href to clang in overview.Chad Rosier
2012-02-26Remove references to llvm-gcc from overview and tutorial.Chad Rosier
2012-02-26Add support for random constant vectors.Nadav Rotem
2012-02-26Style fix: Remove unneeded parentheses.Nadav Rotem
2012-02-26Fix a bug in the code that checks if a store value is a vector of i1sNadav Rotem
2012-02-26Fix compilation on MSVC. Rename "_BB" to "Block"Nadav Rotem
2012-02-26fix a copy-and-paste error in the docsNadav Rotem
2012-02-26Add a random .LL file generator to stress-test different llvm components.Nadav Rotem
2012-02-26Add testcase for the previous commit.Rafael Espindola
2012-02-26Don't call dominates on unreachable instructions. Should fix the dragoneggRafael Espindola
2012-02-26Default TargetData alignment information for 128-bit floating-point types.Hal Finkel
2012-02-26And update the comment...Rafael Espindola
2012-02-26Enable the assert that got all this dominator work started.Rafael Espindola
2012-02-26Use the DT dominates function in the verifier.Rafael Espindola
2012-02-26Change the implementation of dominates(inst, inst) to one based on what theRafael Espindola
2012-02-26Don't call dominates on unreachable instructions.Rafael Espindola
2012-02-26Reinstate the optimization from r151449 with a fix to not turn 'gep %x' intoNick Lewycky
2012-02-26Don't call dominates on unreachable instructions.Rafael Espindola
2012-02-25Roll these back to r151448 until I figure out how they're breakingNick Lewycky
2012-02-25An argument and a local identified object (eg. a noalias call) could turn outNick Lewycky
2012-02-25Fix five-letter typo in comment.Nick Lewycky
2012-02-25Teach instsimplify to be more aggressive when analyzing comparisons of pointersNick Lewycky
2012-02-25Move isKnownNonNull from private implementation detail of BasicAA to a publicNick Lewycky