- May 27, 2010
-
-
Daniel Dunbar authored
llvm-svn: 104795
-
Eric Christopher authored
llvm-svn: 104794
-
Eric Christopher authored
llvm-svn: 104793
-
Daniel Dunbar authored
llvm-svn: 104789
-
Ted Kremenek authored
in the symbol store. We may wish to push this down into the StoreManager itself. llvm-svn: 104788
-
Anders Carlsson authored
llvm-svn: 104787
-
Daniel Dunbar authored
shares the stack with '#pragma pack', who knew!? llvm-svn: 104786
-
Devang Patel authored
llvm-svn: 104785
-
Daniel Dunbar authored
Also, fix a source location bug with the rparen in #pragma pack. llvm-svn: 104784
-
Jakob Stoklund Olesen authored
PR7026 Patch by Pekka Jääskeläinen! llvm-svn: 104780
-
John McCall authored
llvm-svn: 104778
-
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
llvm-svn: 104755
-
Jakob Stoklund Olesen authored
TableGen shortly. llvm-svn: 104754
-
Dan Gohman authored
llvm-svn: 104752
-
Douglas Gregor authored
llvm-svn: 104751
-
- May 26, 2010
-
-
Dan Gohman authored
llvm-svn: 104750
-
Bill Wendling authored
llvm-svn: 104749
-
Dan Gohman authored
llvm-svn: 104748
-
Daniel Dunbar authored
-filetype=obj. llvm-svn: 104747
-
Nick Lewycky authored
"it's spelling location and it's instantiation location" llvm-svn: 104746
-
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
-
Fariborz Jahanian authored
variable in a local function. Fixes pr7101. llvm-svn: 104743
-
Ted Kremenek authored
llvm-svn: 104742
-
Jakob Stoklund Olesen authored
llvm-svn: 104741
-
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
-
Fariborz Jahanian authored
llvm-svn: 104739
-
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
-
Fariborz Jahanian authored
llvm-svn: 104733
-
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
-
Anders Carlsson authored
llvm-svn: 104721
-
Devang Patel authored
Identify instructions, that needs a label to mark debug info entity, in advance. This simplifies beginScope(). llvm-svn: 104720
-