- May 27, 2010
-
-
Stuart Hastings authored
llvm-svn: 104841
-
Eric Christopher authored
llvm-svn: 104793
-
Devang Patel authored
llvm-svn: 104785
-
Jakob Stoklund Olesen authored
PR7026 Patch by Pekka Jääskeläinen! llvm-svn: 104780
-
Dan Gohman authored
option from lintModule, which was an artifact from being based on Verifier code. llvm-svn: 104765
-
Daniel Dunbar authored
to be matched. llvm-svn: 104757
-
Dan Gohman authored
and Write, and add a comment explaining this. llvm-svn: 104756
-
Jakob Stoklund Olesen authored
TableGen shortly. llvm-svn: 104754
-
Dan Gohman authored
llvm-svn: 104752
-
- May 26, 2010
-
-
Bill Wendling authored
llvm-svn: 104749
-
Dan Gohman authored
llvm-svn: 104748
-
Daniel Dunbar authored
-filetype=obj. llvm-svn: 104747
-
Jakob Stoklund Olesen authored
This means that our Registers are now ordered R7, R8, R9, R10, R12, ... Not R1, R10, R11, R12, R2, R3, ... llvm-svn: 104745
-
Dan Gohman authored
llvm-svn: 104744
-
Devang Patel authored
There is no need to force an line number entry (using previous location) for a temp label at unknown location. llvm-svn: 104740
-
Bill Wendling authored
usual suspects that could "return twice". llvm-svn: 104737
-
Daniel Dunbar authored
MC: When running with -mc-relax-all, we can eagerly relax instructions and avoid creating unnecessary MCInstFragments. llvm-svn: 104736
-
Daniel Dunbar authored
MC/Mach-O: Factor out EmitInstTo{Fragment,Data} for emitting MCInst's as MCInstFragments or appending onto an MCDataFragment. llvm-svn: 104735
-
Jim Grosbach authored
ISD::. No functional change. llvm-svn: 104734
-
Devang Patel authored
llvm-svn: 104732
-
Kevin Enderby authored
llvm-svn: 104731
-
Bill Wendling authored
more than just the stack slot coloring algorithm. llvm-svn: 104722
-
Devang Patel authored
Identify instructions, that needs a label to mark debug info entity, in advance. This simplifies beginScope(). llvm-svn: 104720
-
Dan Gohman authored
implementing pop with a linear search for a "best" element. The priority queue was a neat idea, but in practice the comparison functions depend on dynamic information. llvm-svn: 104718
-
Dan Gohman authored
llvm-svn: 104716
-
Daniel Dunbar authored
llvm-svn: 104713
-
Dan Gohman authored
llvm-svn: 104711
-
Daniel Dunbar authored
llvm-svn: 104709
-
Daniel Dunbar authored
before encoding. llvm-svn: 104707
-
Devang Patel authored
llvm-svn: 104706
-
Devang Patel authored
llvm-svn: 104705
-
Jakob Stoklund Olesen authored
A Register with subregisters must also provide SubRegIndices for adressing the subregisters. TableGen automatically inherits indices for sub-subregisters to minimize typing. CompositeIndices may be specified for the weirder cases such as the XMM sub_sd index that returns the same register, and ARM NEON Q registers where both D subregs have ssub_0 and ssub_1 sub-subregs. It is now required that all subregisters are named by an index, and a future patch will also require inherited subregisters to be named. This is necessary to allow composite subregister indices to be reduced to a single index. llvm-svn: 104704
-
Daniel Dunbar authored
llvm-svn: 104699
-
Daniel Dunbar authored
llvm-svn: 104697
-
Daniel Dunbar authored
llvm-svn: 104696
-
Benjamin Kramer authored
llvm-svn: 104692
-
Zhongxing Xu authored
llvm-svn: 104691
-
Daniel Dunbar authored
llvm-svn: 104689
-
Shih-wei Liao authored
llvm-svn: 104670
-
Shih-wei Liao authored
Fixing http://llvm.org/bugs/show_bug.cgi?id=7225. llvm-svn: 104667
-