- Jul 20, 2010
-
-
Lang Hames authored
Updated renderer to use allocation information from VirtRegMap (if available) to render spilled intervals differently. llvm-svn: 108815
-
Eric Christopher authored
llvm-svn: 108814
-
Owen Anderson authored
llvm-svn: 108813
-
Eric Christopher authored
llvm-svn: 108812
-
Zhongxing Xu authored
llvm-svn: 108811
-
Zhongxing Xu authored
llvm-svn: 108810
-
Sebastian Redl authored
llvm-svn: 108807
-
Daniel Dunbar authored
llvm-svn: 108806
-
Daniel Dunbar authored
superclass (StaticPassInfo) and a constructor-ful subclass (PassInfo).", it is breaking teh everything. llvm-svn: 108805
-
Zhongxing Xu authored
llvm-svn: 108804
-
Zhongxing Xu authored
llvm-svn: 108803
-
Daniel Dunbar authored
accessing outside the range of the vector (which always asserts on Win32). llvm-svn: 108802
-
Zhongxing Xu authored
llvm-svn: 108801
-
Zhongxing Xu authored
llvm-svn: 108800
-
Zhongxing Xu authored
llvm-svn: 108795
-
Owen Anderson authored
Separate PassInfo into two classes: a constructor-free superclass (StaticPassInfo) and a constructor-ful subclass (PassInfo). llvm-svn: 108794
-
Dan Gohman authored
llvm-svn: 108793
-
Dale Johannesen authored
loop, for the reasons in the comments. This is a major win on 253.perlbmk on ARM Darwin. I expect it to be a good heuristic in general, but it's possible some things will regress; I'll be watching. 7940152. llvm-svn: 108792
-
Bruno Cardoso Lopes authored
llvm-svn: 108789
-
Bruno Cardoso Lopes authored
llvm-svn: 108788
-
Daniel Dunbar authored
llvm-svn: 108787
-
Stuart Hastings authored
llvm-svn: 108785
-
Stuart Hastings authored
llvm-svn: 108784
-
Chris Lattner authored
out of the AsmPrinter directory into libarm. Now the ARM InstPrinters depend jsut on the MC stuff, not on vmcore or codegen. llvm-svn: 108783
-
Chris Lattner authored
of AsmPrinter and InstLowering into libx86 and out of the asmprinter subdirectory. Now X86/AsmPrinter just depends on MC stuff, not all of codegen and LLVM IR. llvm-svn: 108782
-
Bruno Cardoso Lopes authored
llvm-svn: 108769
-
Devang Patel authored
Do not visit operands of old instruction. Visit all operands of new instruction. llvm-svn: 108767
-
Jim Grosbach authored
llvm-svn: 108766
-
Dan Gohman authored
update the current basic block in addition to the current insert position, so that they remain consistent. This fixes rdar://8204072. llvm-svn: 108765
-
Jim Grosbach authored
llvm-svn: 108764
-
Sebastian Redl authored
Remove PCHReader::getStream(), it was unused. Inline PCHReader::getDelsCursor() into its sole caller and remove it. This reduces the attack surface of multiple PCH files towards code outside the PCH implementation. llvm-svn: 108763
-
Sebastian Redl authored
llvm-svn: 108762
-
Evan Cheng authored
ARM has to provide its own TargetLowering::findRepresentativeClass because its scalar floating point registers alias its vector registers. llvm-svn: 108761
-
Sebastian Redl authored
llvm-svn: 108760
-
Jim Grosbach authored
llvm-svn: 108759
-
Fariborz Jahanian authored
protocols (Radar 8191774). llvm-svn: 108758
-
Ted Kremenek authored
these don't actually consume an argument. llvm-svn: 108757
-
- Jul 19, 2010
-
-
Douglas Gregor authored
reparses an already-parsed translation unit. At the moment it's just a convenience function, but we hope to use it for performance optimizations. llvm-svn: 108756
-
Owen Anderson authored
linked list. This is a little slower and involves more malloc'ing, but these lists are typically short, and it allows PassInfo to be entirely constant initializable. llvm-svn: 108755
-
Jim Grosbach authored
llvm-svn: 108754
-