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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement allocation and sizeof VLAs. This is very basic for now.
Anders Carlsson
2008-12-12
2
-6
/
+38
*
rdar://6060752 - don't warn about trigraphs in bcpl-style comments
Chris Lattner
2008-12-12
2
-1
/
+14
*
fix breakage I introduced in r60938
Chris Lattner
2008-12-12
1
-2
/
+2
*
Add test of enumerator types
Douglas Gregor
2008-12-12
1
-0
/
+14
*
Add map of VLA types and their sizes
Anders Carlsson
2008-12-12
2
-0
/
+36
*
silence warning in release-asserts mode about unused variable, also
Chris Lattner
2008-12-12
1
-3
/
+3
*
fix thought-o
Chris Lattner
2008-12-12
1
-1
/
+1
*
merge these testcases into one file.
Chris Lattner
2008-12-12
4
-35
/
+35
*
add a fixme.
Chris Lattner
2008-12-12
1
-0
/
+4
*
implement rdar://6091492 - ?: with __builtin_constant_p as the operand is an ...
Chris Lattner
2008-12-12
3
-3
/
+20
*
use smarter error recovery for do/while.
Chris Lattner
2008-12-12
2
-5
/
+9
*
apply the new error recovery smarts we have for if's to while's and switch's.
Chris Lattner
2008-12-12
2
-42
/
+51
*
rename recovery-3 to recovery.c
Chris Lattner
2008-12-12
1
-0
/
+0
*
merge recovery-1 into recovery-3.
Chris Lattner
2008-12-12
2
-16
/
+15
*
merge recovery-2.c into recovery-3.c.
Chris Lattner
2008-12-12
3
-17
/
+54
*
minor refactoring of ParseParenExpression
Chris Lattner
2008-12-12
1
-13
/
+16
*
add expected diag
Chris Lattner
2008-12-12
1
-1
/
+1
*
add ownership.h to xcode project
Chris Lattner
2008-12-12
1
-0
/
+2
*
Work in preparation for VLAs. Make sure to restore the stack if necessary (Sa...
Anders Carlsson
2008-12-12
2
-14
/
+34
*
Fix rdar://6095061 - gcc allows __builtin_choose_expr as an lvalue
Chris Lattner
2008-12-12
3
-3
/
+22
*
Testcase for something that already works. Clang agrees with Comeau,
Chris Lattner
2008-12-12
1
-0
/
+10
*
add codegen support for __func__ and friends, producing the same
Chris Lattner
2008-12-12
1
-0
/
+10
*
fix rdar://6097892 - gcc incompat: clang rejects __func__, __FUNCTION__, and ...
Chris Lattner
2008-12-12
3
-8
/
+17
*
Implement rdar://6138816 - [sema] named bitfields cannot have 0 width
Chris Lattner
2008-12-12
3
-11
/
+15
*
fix some incorrect links.
Chris Lattner
2008-12-12
1
-3
/
+3
*
Man page update.
Mikhail Glushenkov
2008-12-12
1
-0
/
+8
*
In C++, set the type of each of the enumerators in an enumeration to
Douglas Gregor
2008-12-12
3
-7
/
+27
*
Added support for SELECT v8i8 v4i16 for X86 (MMX)
Mon P Wang
2008-12-12
3
-0
/
+23
*
Redo the arithmetic with overflow architecture. I was changing the semantics of
Bill Wendling
2008-12-12
5
-205
/
+617
*
Fix W3C validator errors.
Mikhail Glushenkov
2008-12-11
3
-15
/
+21
*
PTH:
Ted Kremenek
2008-12-11
2
-18
/
+73
*
Use correct file for the llvmc tutorial.
Mikhail Glushenkov
2008-12-11
2
-547
/
+72
*
Update the auto-generated llvmc documentation.
Mikhail Glushenkov
2008-12-11
9
-253
/
+1161
*
add annotation
Chris Lattner
2008-12-11
1
-0
/
+3
*
Convert a big bunch of expression parsers to use smart pointers.
Sebastian Redl
2008-12-11
7
-107
/
+108
*
PTHLexer: Keep track of the location of the last '#' token and provide the me...
Ted Kremenek
2008-12-11
2
-6
/
+25
*
Convert some more expression parsers to use smart pointers.
Sebastian Redl
2008-12-11
5
-92
/
+93
*
Add a '-Wo,' option that passes options to opt.
Mikhail Glushenkov
2008-12-11
1
-1
/
+4
*
Fix a 80 col. violation.
Evan Cheng
2008-12-11
1
-1
/
+2
*
Convert selected expression parsers to use smart pointers.
Sebastian Redl
2008-12-11
8
-134
/
+133
*
Rename a local predicate to avoid confusion with Type::isBlockPointerType().
Steve Naroff
2008-12-11
1
-17
/
+17
*
Fixup generated code for imported block decl refs.
Steve Naroff
2008-12-11
1
-4
/
+4
*
Address some comments on the name lookup/DeclContext patch from Chris
Douglas Gregor
2008-12-11
10
-65
/
+67
*
Remove unused ivar CurTokenIdx.
Ted Kremenek
2008-12-11
2
-5
/
+2
*
Convert the remaining statement parsers to smart pointers.
Sebastian Redl
2008-12-11
3
-29
/
+30
*
Convert some more statement parsers to smart pointers.
Sebastian Redl
2008-12-11
2
-86
/
+89
*
* Removed stray </p> tag
Misha Brukman
2008-12-11
1
-7
/
+5
*
Fix <rdar://problem/6435842> clang ObjC rewriter: #include Block.h, Block_pri...
Steve Naroff
2008-12-11
1
-4
/
+0
*
* <div align=center> is not valid HTML 4.01 - removed alignment
Misha Brukman
2008-12-11
1
-15
/
+19
*
Convert a number of statement parsers to smart pointers.
Sebastian Redl
2008-12-11
5
-97
/
+112
[next]