index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
TargetAttributesSema.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead.
NAKAMURA Takumi
2011-02-17
1
-2
/
+1
*
Fix whitespace.
NAKAMURA Takumi
2011-02-17
1
-1
/
+0
*
1. Add some ABI information for the Microblaze.
Wesley Peck
2010-12-19
1
-0
/
+51
*
Split out a header to hold APIs meant for the Sema implementation from Sema.h.
John McCall
2010-08-25
1
-1
/
+1
*
Remove Sema.h's dependency on DeclCXX.h.
John McCall
2010-08-25
1
-1
/
+2
*
Generate Attr subclasses with TableGen.
Alexis Hunt
2010-08-18
1
-7
/
+7
*
Move Sema's headers into include/clang/Sema, renaming a few along the way.
Douglas Gregor
2010-08-12
1
-1
/
+1
*
Don't emit a warning about a dllimport attribute being used in a typedef
Ted Kremenek
2010-02-21
1
-2
/
+6
*
Also don't warn about force_align_arg_pointer on function typedefs. (This will
Charles Davis
2010-02-18
1
-1
/
+2
*
Two fixes related to force_align_arg_pointer:
Charles Davis
2010-02-18
1
-2
/
+7
*
Revert r95939, as suggested by Alexandre Julliard from the Wine project (and
Charles Davis
2010-02-17
1
-6
/
+4
*
dllimport and dllexport are declspec attributes, too. They're also
Charles Davis
2010-02-16
1
-0
/
+88
*
Warn about using the new force_align_arg_pointer attribute on a function
Charles Davis
2010-02-11
1
-4
/
+6
*
Fix a potential null-pointer use, and fix the style of my new function.
Charles Davis
2010-02-10
1
-2
/
+2
*
Add support for the force_align_arg_pointer attribute. This is an x86-specific
Charles Davis
2010-02-10
1
-0
/
+42
*
Generalize target weirdness handling having proper layering in mind:
Anton Korobeynikov
2010-01-10
1
-0
/
+86