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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[COFF, ARM64] Implement InterlockedXor*_* builtins"
Mandeep Singh Grang
2018-11-06
2
-14288
/
+0
*
[COFF, ARM64] Implement InterlockedXor*_* builtins
Mandeep Singh Grang
2018-11-06
2
-0
/
+14288
*
Remove duplicated file and directory.
Rafael Espindola
2013-06-18
1
-34
/
+0
*
Add support for -fpcc-struct-return. Patch by Arthur O'Dwyer!
John McCall
2013-06-18
1
-0
/
+34
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
19
-7078
/
+0
*
add initial support for generating an llvm.globalctors list. Patch by David ...
Chris Lattner
2008-03-14
2
-0
/
+58
*
Update to reflect changes in parameter attribute api.
Chris Lattner
2008-03-12
1
-4
/
+3
*
Propagate calling convention information to function declarations and CallInst
Nate Begeman
2008-03-09
2
-7
/
+15
*
Fix a fixme by allowing pointers in different address spaces to have
Chris Lattner
2008-03-08
1
-6
/
+2
*
Add fastcall/stdcall attribute support
Nate Begeman
2008-03-07
1
-0
/
+4
*
remove the source location arguments to various target query methods.
Chris Lattner
2008-03-05
6
-31
/
+24
*
fix codegen support for functions that are nothrow and noreturn.
Chris Lattner
2008-03-03
1
-9
/
+8
*
Add a bunch of attributes, patch by Nuno Lopes.
Chris Lattner
2008-03-03
2
-21
/
+57
*
Add codegen support for ObjC message expressions with the GNU runtime.
Chris Lattner
2008-03-01
2
-0
/
+144
*
Add codegen support for ObjC message expressions with the GNU runtime.
Chris Lattner
2008-03-01
4
-2
/
+63
*
make include guards more unique.
Chris Lattner
2008-02-29
3
-6
/
+6
*
Implement codegen for the following static var init.
Lauro Ramos Venancio
2008-02-26
5
-8
/
+21
*
Fix a bug in ConvertAsmString function.
Lauro Ramos Venancio
2008-02-26
1
-2
/
+2
*
Convert x86 target specific inline asm constraints to LLVM.
Lauro Ramos Venancio
2008-02-26
1
-5
/
+5
*
Clean up constant implicit cast emission; fixes a few edge cases
Eli Friedman
2008-02-21
1
-24
/
+24
*
Fix brace-enclosed string initializers for char arrays. From pr2079,
Eli Friedman
2008-02-21
1
-3
/
+6
*
implement codegen support for sizeof(void), fixing PR2080.
Chris Lattner
2008-02-21
1
-4
/
+9
*
Tabs are the enemy
Nate Begeman
2008-02-20
1
-1
/
+1
*
Alternate address spaces work:
Chris Lattner
2008-02-20
1
-1
/
+1
*
Improve non-const initializer implementation.
Lauro Ramos Venancio
2008-02-19
1
-31
/
+51
*
Implement CodeGenModule::getMemSetFn method.
Lauro Ramos Venancio
2008-02-19
2
-1
/
+15
*
Simplify aggregate initilizer implementation. Use the CodeGenModule::EmitCons...
Lauro Ramos Venancio
2008-02-19
1
-43
/
+14
*
A global without initializer must be emitted as weak.
Lauro Ramos Venancio
2008-02-19
1
-0
/
+3
*
Implement multi-dimension array initalizer.
Lauro Ramos Venancio
2008-02-18
1
-60
/
+85
*
implement codegen support for aggregates casted to void.
Chris Lattner
2008-02-16
1
-4
/
+12
*
Implement extern block var.
Lauro Ramos Venancio
2008-02-16
2
-4
/
+10
*
Split out incomplete arrays from VariableArrayType into
Eli Friedman
2008-02-15
1
-8
/
+11
*
Remove useless parameter from isConstantSizeType.
Eli Friedman
2008-02-15
2
-4
/
+4
*
Adjust for the API change to APInt::getBitsSet.
Dan Gohman
2008-02-12
1
-1
/
+1
*
strings are arrays too
Chris Lattner
2008-02-11
1
-2
/
+0
*
A couple of minor fixes to aggregate codegen, to stop asserting on some
Eli Friedman
2008-02-11
1
-7
/
+14
*
Make unsupported constant exprs fail with a warning instead of crashing
Eli Friedman
2008-02-11
1
-12
/
+11
*
Fix PR1992 by computing the right type for string literals, which
Chris Lattner
2008-02-11
3
-17
/
+11
*
Implement __builtin_va_copy
Anders Carlsson
2008-02-09
1
-0
/
+19
*
Expose the logic for field address codegen; it is needed for aggregate
Eli Friedman
2008-02-09
2
-3
/
+13
*
Fix a bitfield regression. Reported by Anders Carlsson.
Lauro Ramos Venancio
2008-02-08
1
-1
/
+2
*
Put back the top-level asm code; all tests pass now.
Anders Carlsson
2008-02-08
1
-0
/
+9
*
Back out 46855 for now, it causes test failures on Darwin.
Anders Carlsson
2008-02-08
1
-9
/
+0
*
Simplify bitfield codegen.
Lauro Ramos Venancio
2008-02-07
2
-52
/
+37
*
Fix codegen of
Lauro Ramos Venancio
2008-02-07
1
-4
/
+9
*
Handle top-level asm declarations.
Anders Carlsson
2008-02-07
1
-0
/
+9
*
Add pointer + int (and vice versa) to the constant emitter.
Anders Carlsson
2008-02-06
1
-2
/
+10
*
Generate code for the various __builtin_ctz functions.
Anders Carlsson
2008-02-06
1
-0
/
+14
*
now that ConvertTagDeclType is nice and simple, use it from UpdateCompletedType.
Chris Lattner
2008-02-06
2
-10
/
+7
*
simplify and speed up type refinement logic. No functionality change.
Chris Lattner
2008-02-06
1
-59
/
+46
[next]