- Feb 10, 2010
-
-
David Greene authored
Only dump output in debug mode. llvm-svn: 95711
-
Daniel Dunbar authored
llvm-mc: Add --show-fixups option, for displaying the instruction fixup information in the asm comments. llvm-svn: 95710
-
Daniel Dunbar authored
llvm-svn: 95709
-
- Feb 09, 2010
-
-
Daniel Dunbar authored
llvm-svn: 95708
-
Bill Wendling authored
llvm-svn: 95707
-
Douglas Gregor authored
llvm-svn: 95706
-
Douglas Gregor authored
separate tests. Thanks, Daniel! llvm-svn: 95705
-
Douglas Gregor authored
that we get readable diagnostics such as: error: external variable 'x1' declared with incompatible types in different translation units ('double *' vs. 'float **') However, there is no translation of source locations, yet. llvm-svn: 95704
-
Johnny Chen authored
A8.6.335 & A8.6.336 llvm-svn: 95703
-
Sean Callanan authored
it builds OK on Visual Studio. llvm-svn: 95702
-
Douglas Gregor authored
it available within the AST library, of which Sema is one client. No functionality change. llvm-svn: 95701
-
Dale Johannesen authored
It fails with a release build only, for reasons as yet unknown. (If there's a better way to Xfail things here let me know, doesn't seem to be any prior art in unittests.) llvm-svn: 95700
-
Chris Lattner authored
llvm-svn: 95699
-
Sean Callanan authored
out of the AsmWriterEmitter. This patch does the physical code movement, but leaves the implementation unchanged. I'll make any changes necessary to generalize the code in a separate patch. llvm-svn: 95697
-
Ted Kremenek authored
llvm-svn: 95696
-
Fariborz Jahanian authored
(radar 7381956). llvm-svn: 95695
-
Ted Kremenek authored
llvm-svn: 95694
-
Chris Lattner authored
in X86-32 mode. This is still required in x86-64 mode to avoid forming [disp+rip] encoding. Rewrite the SIB byte decision logic to be actually understandable. llvm-svn: 95693
-
Ted Kremenek authored
llvm-svn: 95692
-
Eric Christopher authored
enable constant 0 offset lowering. llvm-svn: 95691
-
Chris Lattner authored
a confusing idiom to check for ESP or RSP. llvm-svn: 95690
-
Chris Lattner authored
llvm-svn: 95689
-
Dale Johannesen authored
llvm-svn: 95688
-
Chris Lattner authored
into TargetOpcodes.h. #include the new TargetOpcodes.h into MachineInstr. Add new inline accessors (like isPHI()) to MachineInstr, and start using them throughout the codebase. llvm-svn: 95687
-
Jim Grosbach authored
tMOVCCi pattern only valid for low registers, as the Thumb1 mov immediate to register instruction only works with low registers. Allowing high registers for the instruction resulted in the assembler choosing the wide (32-bit) encoding for the mov, but LLVM though the instruction was only 16 bits wide, so offset calculations for constant pools became incorrect, leading to out of range constant pool entries. llvm-svn: 95686
-
Fariborz Jahanian authored
This is a non-fragile-abi feature only. Since it breaks existing code, it is currently placed under -fobjc-nonfragile-abi2 option for test purposes only until further notice. WIP. llvm-svn: 95685
-
Benjamin Kramer authored
This maybe fixes some of the errors GCC 4.5 gives on this code. llvm-svn: 95684
-
Douglas Gregor authored
context with the AST importer. WIP, still useless but at least it has a test. llvm-svn: 95683
-
Ted Kremenek authored
NULL, not the store, to determine if a lookup succeeded. The store can be null if it contained no bindings. This fixes a false positive reported to me by a user of the analyzer. llvm-svn: 95679
-
Devang Patel authored
llvm-svn: 95678
-
Jeffrey Yasskin authored
Thanks to Jochen Wilhelmy for the suggestion! llvm-svn: 95677
-
Ted Kremenek authored
llvm-svn: 95676
-
Ted Kremenek authored
llvm-svn: 95675
-
Devang Patel authored
llvm-svn: 95673
-
Eric Christopher authored
consuming for a simple optimization. llvm-svn: 95671
-
Jakob Stoklund Olesen authored
llvm-svn: 95670
-
Johnny Chen authored
For disassembly only. A8.6.300 llvm-svn: 95669
-
Jakob Stoklund Olesen authored
Patch by M Wahab! llvm-svn: 95668
-
Jakob Stoklund Olesen authored
llvm-svn: 95667
-
Dan Gohman authored
is done for getTripCount. llvm-svn: 95666
-