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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use the Attributes::get method which takes an AttrVal value directly to simpl...
Bill Wendling
2012-10-16
4
-26
/
+12
*
Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.
Daniel Dunbar
2012-10-15
1
-7
/
+2
*
Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.
Nico Weber
2012-10-15
1
-2
/
+7
*
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
6
-14
/
+14
*
[asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. clan...
Kostya Serebryany
2012-10-15
1
-1
/
+1
*
Use enum values instead of magic numbers for indexing into the attribute list.
Bill Wendling
2012-10-15
4
-7
/
+14
*
Attributes Rewrite
Bill Wendling
2012-10-15
7
-16
/
+28
*
At -O0, emit an @llvm.trap() call at the end of a value-returning function which
Richard Smith
2012-10-15
1
-0
/
+2
*
Remove operator cast method in favor of querying with the correct method.
Bill Wendling
2012-10-14
1
-3
/
+5
*
Use the Builder to create the stack alignment attribute.
Bill Wendling
2012-10-14
1
-2
/
+3
*
"Implement" codegen support for __noop().
Nico Weber
2012-10-13
1
-0
/
+2
*
Simplify. Suggestion by Sean Silva.
Nico Weber
2012-10-13
1
-11
/
+3
*
Make -mms-bitfields behave consistently.
Eli Friedman
2012-10-12
3
-5
/
+5
*
-fcatch-undefined-behavior: Trap undefined behavior due to conversions to or
Richard Smith
2012-10-12
1
-0
/
+118
*
This patch addresses PR13948.
Bill Schmidt
2012-10-12
1
-7
/
+25
*
Add TargetTransformInfo to the clang driver.
Nadav Rotem
2012-10-11
1
-1
/
+5
*
Fix build failure from r165722
Derek Schuff
2012-10-11
1
-1
/
+1
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-1
/
+1
*
Properly factor Native Client defines to support NaCl as an OS
Derek Schuff
2012-10-11
1
-2
/
+8
*
Make X86_64ABIInfo clean for ABIs with 32 bit pointers, such as X32
Derek Schuff
2012-10-11
1
-6
/
+14
*
Add codegen support for __uuidof().
Nico Weber
2012-10-11
5
-2
/
+103
*
objective-C IRgen: When sending a method to 'super'
Fariborz Jahanian
2012-10-10
1
-9
/
+2
*
Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.
Jordan Rose
2012-10-10
1
-3
/
+3
*
Apply the same fundamental fix for PR14048 as was applied for PR11905.
Chandler Carruth
2012-10-10
1
-2
/
+19
*
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-10
6
-58
/
+82
*
Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...
Bill Wendling
2012-10-10
6
-21
/
+22
*
Tidy up formatting.
Richard Smith
2012-10-10
1
-2
/
+1
*
-fcatch-undefined-behavior: catch a VLA bound which evalutes to a non-positiv...
Richard Smith
2012-10-10
1
-1
/
+18
*
-fcatch-undefined-behavior: store the type name directly at the end of a type...
Richard Smith
2012-10-09
1
-5
/
+5
*
-fcatch-undefined-behavior: emit calls to the runtime library whenever one of...
Richard Smith
2012-10-09
8
-49
/
+265
*
We use the enums to query whether an Attributes object has that attribute. The
Bill Wendling
2012-10-09
1
-1
/
+1
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
24
-127
/
+127
*
Expose __builtin_bswap16.
Benjamin Kramer
2012-10-06
1
-0
/
+1
*
Propagate calling convention for aliases and weakrefs.
Alex Rosenberg
2012-10-05
1
-2
/
+3
*
Make sure to generate the right kind of MDNode for enum forward declarations.
Eli Friedman
2012-10-05
1
-9
/
+22
*
If we flow off the end of a value-returning function:
Richard Smith
2012-10-04
1
-0
/
+14
*
Fail early with a clear assert if an operation with multiple uses somehow ends
Lang Hames
2012-10-04
1
-0
/
+4
*
Always initialize FPContractable.
Benjamin Kramer
2012-10-03
1
-0
/
+3
*
This patch enables general varargs support for the 64-bit PPC SVR4 ABI.
Bill Schmidt
2012-10-03
1
-4
/
+102
*
Teach getCXXRecordDeclForPointerType about references.
Jordan Rose
2012-10-03
1
-8
/
+7
*
Add FP_CONTRACT support for clang.
Lang Hames
2012-10-02
2
-4
/
+86
*
CodeGen: Copy tail padding when we're not dealing with a trivial copy assign ...
Benjamin Kramer
2012-09-30
3
-7
/
+25
*
Add Clang support for iOS6.
Bob Wilson
2012-09-29
1
-7
/
+2
*
Add an FMA intrinsic for ARM Neon.
Bob Wilson
2012-09-29
1
-0
/
+8
*
PR13941: Mark all virtual functions as unnamed_addr. It's not possible to
Richard Smith
2012-09-28
1
-0
/
+4
*
Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls for
Dan Gohman
2012-09-28
5
-1
/
+86
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
9
-19
/
+19
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
9
-19
/
+19
*
Update to new function attribute querying syntax.
Bill Wendling
2012-09-26
1
-1
/
+1
*
Add codegen support for the __debugbreak intrinsic.
Nico Weber
2012-09-26
1
-0
/
+4
[prev]
[next]