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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Many updates to Windows project files.
Steve Naroff
2009-01-26
5
-0
/
+28
*
Comment fix.
Daniel Dunbar
2009-01-26
1
-1
/
+1
*
ccc: -o should not be automatically forwarded to generic gcc tools.
Daniel Dunbar
2009-01-26
1
-1
/
+1
*
ccc: Recognize -emit-llvm [-S].
Daniel Dunbar
2009-01-26
6
-16
/
+50
*
start plumbing together the line table information. So far we just
Chris Lattner
2009-01-26
3
-22
/
+127
*
Lazily paging in file contents is a big win for PTH, strip out the old
Chris Lattner
2009-01-26
1
-20
/
+2
*
Bitmangle file characteristic bits into the low bits of
Chris Lattner
2009-01-26
1
-10
/
+12
*
add parsing and constraint enforcement for GNU line marker directives.
Chris Lattner
2009-01-26
4
-40
/
+173
*
Use tag classes instead of typedefs for GDM entries 'ConstNotEq' and 'ConstEq...
Ted Kremenek
2009-01-26
1
-29
/
+33
*
add another sanity test.
Chris Lattner
2009-01-26
1
-0
/
+4
*
a few minor cleanups
Chris Lattner
2009-01-26
1
-2
/
+6
*
parse and enforce required constraints on #line directives. Right now
Chris Lattner
2009-01-26
4
-14
/
+104
*
added to wrong directory
Chris Lattner
2009-01-26
1
-0
/
+0
*
an insane macro testcase.
Chris Lattner
2009-01-26
1
-0
/
+639
*
eagerly resolve the spelling locations of macro argument preexpansions.
Chris Lattner
2009-01-26
2
-3
/
+10
*
Eagerly resolve the spelling location of the tokens in a definition
Chris Lattner
2009-01-26
2
-0
/
+18
*
Only resolve a macro's instantiation loc once per macro, instead of once
Chris Lattner
2009-01-26
1
-0
/
+7
*
PR3269: create an empty InitListExpr as a child for the
Eli Friedman
2009-01-26
1
-3
/
+7
*
Check in the long promised SourceLocation rewrite. This lays the
Chris Lattner
2009-01-26
11
-429
/
+516
*
Update C++ status table with new member pointer conversion capabilities.
Sebastian Redl
2009-01-26
1
-7
/
+7
*
improve ASTContext::getDeclAlign comment, as suggested by Eli.
Chris Lattner
2009-01-25
1
-3
/
+3
*
use simpler method
Chris Lattner
2009-01-25
1
-1
/
+1
*
Implement implicit conversions for pointers-to-member.
Sebastian Redl
2009-01-25
7
-10
/
+147
*
Introduce an explicit case for member pointers in CodeGenTypes. However, it s...
Sebastian Redl
2009-01-25
1
-0
/
+7
*
Fix compile error from r62953.
Sebastian Redl
2009-01-25
1
-1
/
+2
*
One more case for Expr::isConstantInitializer; I think this covers
Eli Friedman
2009-01-25
1
-0
/
+2
*
Enhancements to Expr::isConstantInitializer to deal with a few
Eli Friedman
2009-01-25
1
-6
/
+25
*
Rename Expr::isConstantExpr to Expr::isConstantInitializer; this more
Eli Friedman
2009-01-25
5
-9
/
+9
*
Get rid of some code that should be unnecessary.
Eli Friedman
2009-01-25
1
-52
/
+0
*
Make the constant folder aware of
Eli Friedman
2009-01-25
4
-3
/
+21
*
Fix the address of a label to be properly considered and emitted as a
Eli Friedman
2009-01-25
3
-0
/
+12
*
Fix for PR2100: merge types for variables.
Eli Friedman
2009-01-24
2
-4
/
+20
*
Correct test; sorry for any inconvenience.
Eli Friedman
2009-01-24
1
-1
/
+1
*
Compute instaceStart/instanceSize fields of the class_ro_t meta-data
Fariborz Jahanian
2009-01-24
1
-2
/
+41
*
Make tentative parsing of pointer-to-member decls work, and fix other stuff p...
Sebastian Redl
2009-01-24
4
-5
/
+17
*
PR3062: statement expressions should be illegal at file scope. I don't
Eli Friedman
2009-01-24
3
-0
/
+9
*
Fix for PR2910: implement CodeGen for non-constant offsetof.
Eli Friedman
2009-01-24
2
-7
/
+54
*
Refactor sizeof handling to use constant folding logic for constant
Eli Friedman
2009-01-24
2
-41
/
+24
*
add initial support for the gcc "alignof(decl) is the alignment of the decl
Chris Lattner
2009-01-24
3
-5
/
+39
*
Undo accidental disabling of smart pointers.
Sebastian Redl
2009-01-24
1
-1
/
+1
*
Implement C99 6.5.3.4p1, rejecting sizeof(bitfield)
Chris Lattner
2009-01-24
3
-8
/
+15
*
Patch to build class meta-data for each implementation
Fariborz Jahanian
2009-01-24
1
-9
/
+44
*
Add support for declaring pointers to members.
Sebastian Redl
2009-01-24
12
-56
/
+378
*
remove a bunch of alignment handling code out of CGExprScalar, since
Chris Lattner
2009-01-24
1
-20
/
+18
*
Improve handling of alignof. alignof(VLA) now works properly for example.
Chris Lattner
2009-01-24
1
-13
/
+50
*
fix some const-correctness issues.
Chris Lattner
2009-01-24
1
-1
/
+5
*
remove dead code.
Chris Lattner
2009-01-24
1
-15
/
+0
*
This patch builds the meta-class object for each
Fariborz Jahanian
2009-01-24
1
-75
/
+171
*
Fix PR3386 by handling GCC's rules for alignof, which are substantially
Chris Lattner
2009-01-24
4
-1
/
+40
*
fix a fixme, don't leak the expr on error.
Chris Lattner
2009-01-24
1
-5
/
+10
[next]