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
/
Basic
/
Builtins.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-20
1
-6
/
+6
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-6
/
+6
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
Allow the preprocessor to be constructed without performing target-
Douglas Gregor
2011-09-01
1
-2
/
+6
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-1
/
+1
*
Remove unused member of Builtin::Info.
Eli Friedman
2011-07-05
1
-15
/
+7
*
Test commit.
Richard Smith
2011-02-20
1
-1
/
+0
*
In C++, if the user redeclares a builtin function with a type that is
Douglas Gregor
2010-12-21
1
-0
/
+4
*
Such function decls,as objc's objc_msgSend, builtins in
Fariborz Jahanian
2010-11-30
1
-7
/
+12
*
Add builtin definition for scanf, including extending the builtin encoding to
Ted Kremenek
2010-07-16
1
-0
/
+20
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-9
/
+9
*
follow-on to my patch: some targets (like sparc) do not
Chris Lattner
2009-06-16
1
-0
/
+2
*
my refactoring of builtins changed target-specific builtins to only be
Chris Lattner
2009-06-16
1
-4
/
+5
*
Sink the BuiltinInfo object from ASTContext into the
Chris Lattner
2009-06-14
1
-6
/
+4
*
move the various builtins stuff from libast to libbasic. This
Chris Lattner
2009-06-14
1
-0
/
+94