- Jul 23, 2013
-
-
Eric Christopher authored
llvm-svn: 186886
-
Eric Christopher authored
llvm-svn: 186885
-
Rui Ueyama authored
llvm-svn: 186884
-
Nadav Rotem authored
When we vectorize across multiple basic blocks we may vectorize PHINodes that create a cycle. We already break the cycle on phi-nodes, but arithmetic operations are still uplicated. This patch adds code that checks if the operation that we are vectorizing was vectorized during the visit of the operands and uses this value if it can. llvm-svn: 186883
-
Rui Ueyama authored
llvm-svn: 186882
-
Jason Molenda authored
thumb mode. <rdar://problem/14107444>, <rdar://problem/14107405> llvm-svn: 186881
-
Jakub Staszak authored
llvm-svn: 186880
-
- Jul 22, 2013
-
-
Richard Trieu authored
llvm-svn: 186879
-
Kevin Enderby authored
absolute address encoded in the instruction. rdar://8612627 and rdar://14299221 llvm-svn: 186878
-
Jakub Staszak authored
llvm-svn: 186877
-
Jakub Staszak authored
llvm-svn: 186876
-
Anders Carlsson authored
Reviewed by Howard. llvm-svn: 186875
-
Michael Gottesman authored
[stackprotector] Changed isNoopBitcast/sameNoopInput to take TargetLoweringBase instead of TargetLowering. Both functions only use functionality from TargetLoweringBase. rdar://13935163 llvm-svn: 186874
-
Michael Gottesman authored
This reverts commit r186866. This breaks the build and the original author Guillaume Papin <guillaume.papin@epitech.eu> asked me to revert so he could look at it more with revane. llvm-svn: 186873
-
Enea Zaffanella authored
llvm-svn: 186872
-
Ed Maste authored
llvm-svn: 186871
-
Douglas Gregor authored
The headers in the compiler's own resource include directory are system headers, which means we don't stat() them eagerly when loading a module. Use module.map as a proxy for these headers and the compiler itself. Fixes <rdar://problem/13856838>. llvm-svn: 186870
-
Craig Topper authored
Recommit r186813: More Intel syntax alias fixes. With the addition of suppressing some of the aliases from being emitted by the asm printer. llvm-svn: 186869
-
Michael Gottesman authored
No functionality change. rdar://13935163 llvm-svn: 186868
-
Manman Ren authored
Instead of just adding the scope to the list, we actually handle the scope. llvm-svn: 186867
-
Edwin Vane authored
Adding a feature to optionally reformat code changed by the migrator. Like LibFormat, can choose between built-in styles (LLVM, Mozilla, Google, Chromium) or use a YAML-format config file. Author: Guillaume Papin <guillaume.papin@epitech.eu> llvm-svn: 186866
-
Ed Maste authored
Instantiate RegisterContextCore... based on getOS() instead of with compile-time #ifdef-ery. The assert()s here are unfortunate, but better than crashing with no explanation. (This would previously happen for an unsupported architecture, anyhow.) We should add an equivalent OS and architecture test to ProcessElfCore::DoLoadCore() and cleanly report the error to the user. llvm-svn: 186865
-
Bill Wendling authored
llvm-svn: 186864
-
Bill Wendling authored
Use the function attributes to pass along the stack protector buffer size. Now that we have robust function attributes, don't use a command line option to specify the stack protecto buffer size. llvm-svn: 186863
-
Ed Maste authored
On FreeBSD I see that Arch, Vendor, OS, and Environment are unchanged after this call (for x86_64, at least), and core debugging works without it. If we need to restore it we should be able to switch on arch.GetTriple.getOS() instead of a compile-time #ifdef. Thanks to Daniel Malea for testing on Linux. llvm-svn: 186862
-
Akira Hatanaka authored
Enable parsing all 32 floating point control registers $0-31 and stop trying to parse floating point condition code register $fcc0. Also, return ParseFail if the operand being parsed is not in the expected format. llvm-svn: 186861
-
Rafael Espindola authored
llvm-svn: 186860
-
Enea Zaffanella authored
Warning should be emitted only for InitListExpr nodes. llvm-svn: 186859
-
Matt Arsenault authored
llvm-svn: 186858
-
Matt Arsenault authored
llvm-svn: 186857
-
Fariborz Jahanian authored
have shift/bitwise operators or are power of 2. llvm-svn: 186856
-
Akira Hatanaka authored
the InstAlias pattern which maps "move" to OR to resolve ambiguity in MatchTable. llvm-svn: 186855
-
Andrew Kaylor authored
llvm-svn: 186854
-
Shuxin Yang authored
There already have two "dead" functions, initialize{IPO|IPA}, defined for similar purpose. I decide not to call these two functions for two reasons: o. they don't cover all LTO passes (which will soon be separated into IPO and post-IPO passes) o. We have not yet figured out the right passes and the ordering for IPO and post-IPO stages, meaning this change is only for the time being. Since LTO passes are registered, we are now able to print IR before and after particular point. For OSX users: -------------- "...-Wl,-mllvm -Wl,-print-after=<pass-name>" will print IR after the specified pass. For Other UNIX with GNU gold linker: ------------------------------------ "-Wl,-plugin-opt=-print-after=<pass-name>" should work. (NOTE: no need for "-Wl,-mllvm") Strip "-Wl," if flags are fed directly to linker instead of clang/clang++. llvm-svn: 186853
-
Eric Christopher authored
llvm-svn: 186852
-
Eric Christopher authored
llvm-svn: 186851
-
Argyrios Kyrtzidis authored
[arcmt] Only disable ARC in the second compilation if there were actually ARC errors in the checking phase. rdar://14490204 llvm-svn: 186850
-
Richard Smith authored
llvm-svn: 186849
-
Richard Smith authored
llvm-svn: 186848
-
Aaron Ballman authored
llvm-svn: 186847
-