- Jan 19, 2010
-
-
Dale Johannesen authored
llvm-svn: 93818
-
Daniel Dunbar authored
llvm-svn: 93817
-
Daniel Dunbar authored
llvm-svn: 93816
-
Daniel Dunbar authored
llvm-svn: 93815
-
Devang Patel authored
llvm-svn: 93814
-
Douglas Gregor authored
rather than the locations that refer to. llvm-svn: 93812
-
Dale Johannesen authored
comments (fast isel, X86). This doesn't seem to break any functionality, but will introduce cases where -g affects the generated code. I'll be fixing that. llvm-svn: 93811
-
Devang Patel authored
llvm::Function name is the linkage name. If it has a '01' as a prefix then probably there is a reason. llvm-svn: 93808
-
Ted Kremenek authored
llvm-svn: 93805
-
John McCall authored
inherent in, well, pretty much every use of AccessSpecifier. llvm-svn: 93804
-
- Jan 18, 2010
-
-
Fariborz Jahanian authored
a similar pointer. Fixes radar 7552179. llvm-svn: 93803
-
Victor Hernandez authored
Add comment that MDNode::getFunction() is not to be used by performance-critical code (currently only used by AsmWriter) llvm-svn: 93802
-
Douglas Gregor authored
clang_getCursorLine(), clang_getCursorColumn(), clang_getCursorSource(), and clang_getCursorSourceFile() outright. llvm-svn: 93801
-
Douglas Gregor authored
clang_getCursorLine(), clang_getCursorColumn(), clang_getCursorSource(), and clang_getCursorSourceFile(). Mark those 4 functions as deprecated and stop using them ourselves. llvm-svn: 93800
-
Ted Kremenek authored
llvm-svn: 93799
-
Eli Friedman authored
match. llvm-svn: 93798
-
Eli Friedman authored
llvm-svn: 93797
-
Bill Wendling authored
- Greatly improve the comments to the getLSDAEncoding method. llvm-svn: 93796
-
Chris Lattner authored
preprocessor. This could be used by an OpenMP implementation or something. Patch by Abramo Bagnara! llvm-svn: 93795
-
Chris Lattner authored
pointer is always non-null because the PTH case exits earlier in the method. llvm-svn: 93794
-
Chris Lattner authored
patch by Michael Beck! llvm-svn: 93793
-
Daniel Dunbar authored
Add a VISIBILITY_HIDDEN option, which can be used to make all compiler-rt function definitions hidden/private extern. llvm-svn: 93790
-
Daniel Dunbar authored
llvm-svn: 93789
-
Daniel Dunbar authored
Add DEFINE_COMPILERRT_PRIVATE_FUNCTION_UNMANGLED for use in .S files -- restFP and saveFP don't get USER_LABEL_PREFIX prepended for some reason. llvm-svn: 93788
-
Chris Lattner authored
aggressive changed the canonical form from sext(trunc(x)) to ashr(lshr(x)), make sure to transform a couple more things into that canonical form, and catch a case where we missed turning zext/shl/ashr into a single sext. llvm-svn: 93787
-
Sean Callanan authored
llvm-svn: 93784
-
Douglas Gregor authored
Renamed CXSourceFileLine to CXSourceLocation and added a CXFile, to better match Clang's SourceLocation. Teach clang_getDeclExtent to fill in the CXFile properly. Renamed CXSourceExtent to CXSourceRange, to better match Clang's SourceLocation. llvm-svn: 93783
-
Sean Callanan authored
to something more accurate. llvm-svn: 93782
-
Eric Christopher authored
llvm-svn: 93781
-
Sean Callanan authored
be used independently of SourceMgr. llvm-svn: 93780
-
Ted Kremenek authored
llvm-svn: 93779
-
Ted Kremenek authored
llvm-svn: 93778
-
Jim Grosbach authored
printing via <<. Otherwise we just print the pointer value. llvm-svn: 93777
-
Chris Lattner authored
llvm-svn: 93776
-
Chris Lattner authored
llvm-svn: 93775
-
Chris Lattner authored
llvm-svn: 93774
-
Evan Cheng authored
Instcombine does this but apparently there are situations where this pattern will escape the optimizer and / or created by isel. Here is a case that's seen in JavaScriptCore: %t1 = sub i32 0, %a %t2 = add i32 %t1, -1 The dag combiner pattern: ((c1-A)+c2) -> (c1+c2)-A will fold it to -1 - %a. llvm-svn: 93773
-
Chris Lattner authored
llvm-svn: 93771
-
Daniel Dunbar authored
llvm-svn: 93767
-
Victor Hernandez authored
llvm-svn: 93764
-