- Dec 04, 2010
-
-
Michael J. Spencer authored
llvm-svn: 120867
-
Rafael Espindola authored
doing that if the target is darwin10 or newer. This fixes *) Direct object emission was producing objects without the workaround on darwin9. *) Assembly printing was producing objects with the workaround on linux. llvm-svn: 120866
-
Jim Grosbach authored
llvm-svn: 120865
-
Greg Clayton authored
llvm-svn: 120864
-
Greg Clayton authored
llvm-svn: 120863
-
Greg Clayton authored
was done as an settings variable in the process for now. We will eventually move all environment stuff over to the target, but we will leave it with the process for now. The default setting is for a process to inherit the host environment. This can be disabled by setting the "inherit-env" setting to false in the process. llvm-svn: 120862
-
Johnny Chen authored
llvm-svn: 120861
-
Devang Patel authored
llvm-svn: 120860
-
Johnny Chen authored
breakpoint, so that when the breakpoint hits, val = 1 instead of 3. llvm-svn: 120859
-
Jim Grosbach authored
tCMPzhir has undefined behavior when both source registers are low registers. rdar://8728577 llvm-svn: 120858
-
Bill Wendling authored
llvm-svn: 120857
-
Jakob Stoklund Olesen authored
llvm-svn: 120856
-
Fariborz Jahanian authored
no property accessor class method to be found, instead of crashing in IRGen. // rdar://8703553 llvm-svn: 120855
-
Rafael Espindola authored
darwin9 linker, what is needed to avoid it and where to get more information. Also make the workaround simpler. Just the regular end_sequence we normally create is more than 4 bytes. Tested by building cctools and ld64 from darwin9 on a darwin10 system and using those. I checked that I was able to reproduce the bootstrap failure when the the workaround was disabled. llvm-svn: 120854
-
Devang Patel authored
llvm-svn: 120853
-
Jim Grosbach authored
operand encoding ordering of the instruction. llvm-svn: 120852
-
Jim Ingham authored
llvm-svn: 120851
-
- Dec 03, 2010
-
-
Jim Ingham authored
last created breakpoint. llvm-svn: 120850
-
Jim Grosbach authored
ARM instruction). Add encoding of bits 13 and 11. llvm-svn: 120849
-
Jim Grosbach authored
halfword being emitted to the stream first. rdar://8728174 llvm-svn: 120848
-
Nate Begeman authored
I'm unclear if the tests are actually correct or not, but reverting for now. llvm-svn: 120847
-
Jakob Stoklund Olesen authored
llvm-svn: 120846
-
Jakob Stoklund Olesen authored
be emitted. llvm-svn: 120845
-
Nate Begeman authored
llvm-svn: 120844
-
Nate Begeman authored
it completely breaks scalar fp in xmm regs when AVX is enabled. llvm-svn: 120843
-
Jakob Stoklund Olesen authored
llvm-svn: 120842
-
Jakob Stoklund Olesen authored
llvm-svn: 120841
-
Greg Clayton authored
declarations when they haven't been found yet. llvm-svn: 120840
-
Abramo Bagnara authored
llvm-svn: 120839
-
Jim Grosbach authored
32-bit wide version by adding the .w suffix. llvm-svn: 120838
-
Johnny Chen authored
As soon as an error or a failure is encountered, it stops the test suite. llvm-svn: 120837
-
Benjamin Kramer authored
llvm-svn: 120836
-
Sean Callanan authored
llvm-svn: 120834
-
Jim Grosbach authored
immediate offset. llvm-svn: 120833
-
Jason W Kim authored
llvm-svn: 120832
-
Jim Grosbach authored
llvm-svn: 120831
-
Jakob Stoklund Olesen authored
The StrongPHIElimination pass did not work, and nobody has worked on it for two years. A rewrite is underway, so I am leaving this shell pass instead of deleting it completely. llvm-svn: 120830
-
Jakob Stoklund Olesen authored
editing of the current interval. These methods may cause coalescing, there are corresponding set*Unchecked methods for editing without coalescing. The non-coalescing methods are useful for applying monotonic transforms to all keys or values in a map without accidentally coalescing transformed and untransformed intervals. llvm-svn: 120829
-
Abramo Bagnara authored
llvm-svn: 120828
-
Michael J. Spencer authored
llvm-svn: 120827
-