- Dec 16, 2010
-
-
Michael J. Spencer authored
llvm-svn: 121958
-
Michael J. Spencer authored
llvm-svn: 121957
-
Michael J. Spencer authored
llvm-svn: 121956
-
Michael J. Spencer authored
of the entries there are useless for out of source builds. llvm-svn: 121955
-
Jason Molenda authored
(from Sean's commit a minute ago) llvm-svn: 121954
-
Daniel Dunbar authored
the MCCodeEmitter, which seems like a better organization. - Also, cleaned up some magic constants while in the area. llvm-svn: 121953
-
Sean Callanan authored
can avoid running the code in the target if the expression's result is known and the expression has no side effects. Right now this feature is quite conservative in its guess about side effects, and it only computes integer results, but the machinery to make it more sophisticated is there. llvm-svn: 121952
-
Jason W Kim authored
2. Fixed EmitLocalCommonSymbol for ELF (Yes, they exist. :) Test added. llvm-svn: 121951
-
Daniel Dunbar authored
llvm-svn: 121950
-
Daniel Dunbar authored
- Treaty talks on the non-proliferation of MC objects broke down. llvm-svn: 121949
-
Daniel Dunbar authored
llvm-svn: 121948
-
Daniel Dunbar authored
llvm-svn: 121947
-
Dan Gohman authored
llvm-svn: 121946
-
Dan Gohman authored
llvm-svn: 121945
-
Dan Gohman authored
llvm-svn: 121944
-
Johnny Chen authored
Extend Swig's include search path. Cover both /usr/include and /usr/local/include. This should allow Swig to find system headers such as stdint.h on all platforms we currently support. llvm-svn: 121943
-
NAKAMURA Takumi authored
On LLP64 Win64, 'states1' (for small version) was expanded to 'char *' for large version. Thus small version would be mischosen when nstates > 32 regardless of sizeof(long) on Win64. llvm-svn: 121942
-
Johnny Chen authored
on a frame and to exercise the methods of SBSymbolContext. llvm-svn: 121941
-
Douglas Gregor authored
DeclarationNameInfo instances don't always have a non-NULL TypeSourceInfo? llvm-svn: 121940
-
Matt Beaumont-Gay authored
(see PR4579). llvm-svn: 121939
-
Douglas Gregor authored
llvm-svn: 121938
-
Jakob Stoklund Olesen authored
IntervalMaps. The IntervalMaps can have different template parameters, but the KeyT and Traits types must be the same. Tests are forthcoming. llvm-svn: 121935
-
Douglas Gregor authored
llvm-svn: 121934
-
Fariborz Jahanian authored
in a forward @class object. // rdar://8774513 llvm-svn: 121933
-
Bill Wendling authored
it. I.e., it was always an immediate value. llvm-svn: 121932
-
Bill Wendling authored
respectively. It may be a bug that these opcodes are getting this far into machine code generation. llvm-svn: 121931
-
Douglas Gregor authored
drive-by, make sure to check for unexpanded parameter packs within the name of a declaration. llvm-svn: 121930
-
Bill Wendling authored
llvm-svn: 121929
-
Douglas Gregor authored
llvm-svn: 121928
-
Jason W Kim authored
llvm-svn: 121927
-
Johnny Chen authored
Pass the test suite on Mac OS X Snow Leopard. llvm-svn: 121924
-
Dan Gohman authored
llvm-svn: 121923
-
Douglas Gregor authored
llvm-svn: 121922
-
Dan Gohman authored
llvm-svn: 121921
-
Jim Grosbach authored
Canonicalize on tLDRpci and remove tLDRcp. llvm-svn: 121920
-
Eric Christopher authored
llvm-svn: 121919
-
Jakob Stoklund Olesen authored
live range splitting around loops guided by register pressure. So far, trySplit() simply prints a lot of debug output. llvm-svn: 121918
-
Jakob Stoklund Olesen authored
A MachineLoopRange contains the intervals of slot indexes covered by the blocks in a loop. This representation of the loop blocks is more efficient to compare against interfering registers during register coalescing. llvm-svn: 121917
-
Bob Wilson authored
Also tweak the VCVT_F32_F16 entry in arm_neon.td to be more consistent with the other floating-point conversion builtins. Radar 8068427. llvm-svn: 121916
-
Bill Wendling authored
need to use tLDRi and tSTRi instead of tLDRspi and tSTRspi respectively. llvm-svn: 121915
-