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
/
CGBuiltin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add target hook CodeGen queries when generating builtin pow*.
Eli Bendersky
2013-07-03
1
-7
/
+12
*
Remove misplaced comment
Eli Bendersky
2013-06-25
1
-1
/
+0
*
[checked-arithmetic builtins] Added builtins to enable users to perform check...
Michael Gottesman
2013-06-20
1
-0
/
+71
*
[multiprecision-builtins] Added missing builtin __builtin_{add,sub}cb for {ad...
Michael Gottesman
2013-06-18
1
-0
/
+4
*
Fix __clear_cache on ARM.
Rafael Espindola
2013-05-14
1
-3
/
+2
*
Revert accidental commit.
Benjamin Kramer
2013-05-14
1
-3
/
+1
*
Take a stab at trying to unbreak the makefile build.
Benjamin Kramer
2013-05-14
1
-1
/
+3
*
AArch64: teach Clang about __clear_cache intrinsic
Tim Northover
2013-05-04
1
-0
/
+21
*
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
1
-5
/
+5
*
Add RDSEED intrinsic support defined in AVX2 extension
Michael Liao
2013-03-29
1
-1
/
+13
*
Change hasAggregateLLVMType, which conflates complex and
John McCall
2013-03-07
1
-3
/
+1
*
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-28
1
-2
/
+2
*
[ubsan] Add support for -fsanitize-blacklist
Will Dietz
2013-01-18
1
-1
/
+1
*
Correct order of operands forwarding NEON vfma to LLVM fma
Tim Northover
2013-01-16
1
-1
/
+3
*
Multiprecision subtraction builtins.
Michael Gottesman
2013-01-14
1
-2
/
+22
*
CGBuiltin.cpp: Fix abuse of ArrayRef in EmitOverflowIntrinsic().
NAKAMURA Takumi
2013-01-13
1
-2
/
+1
*
Added builtins for multiprecision adds.
Michael Gottesman
2013-01-13
1
-0
/
+70
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-2
/
+2
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-2
/
+2
*
CodeGen: Expand creal and cimag into complex field loads
Meador Inge
2012-12-18
1
-2
/
+8
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-4
/
+4
*
[ubsan] Add flag to enable recovery from checks when possible.
Will Dietz
2012-12-02
1
-1
/
+1
*
Use the individual -fsanitize=<...> arguments to control which of the UBSan
Richard Smith
2012-11-05
1
-1
/
+1
*
Cleanup some clang code to use new type functions instead of using cast<>.
Micah Villmow
2012-10-25
1
-12
/
+6
*
"Implement" codegen support for __noop().
Nico Weber
2012-10-13
1
-0
/
+2
*
-fcatch-undefined-behavior: emit calls to the runtime library whenever one of...
Richard Smith
2012-10-09
1
-1
/
+3
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-1
/
+1
*
Expose __builtin_bswap16.
Benjamin Kramer
2012-10-06
1
-0
/
+1
*
Add an FMA intrinsic for ARM Neon.
Bob Wilson
2012-09-29
1
-0
/
+8
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-3
/
+3
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-3
/
+3
*
Add codegen support for the __debugbreak intrinsic.
Nico Weber
2012-09-26
1
-0
/
+4
*
ARM: Use a dedicated intrinsic for vector bitwise select.
Jim Grosbach
2012-09-21
1
-0
/
+4
*
Tidy up. Trailing whitespace and 80 columns.
Jim Grosbach
2012-09-21
1
-67
/
+69
*
-fcatch-undefined-behavior: Factor emission of the creation of, and branch to,
Richard Smith
2012-09-08
1
-1
/
+1
*
Make alignment computation for pointer values for builtins handle
Eli Friedman
2012-08-29
1
-1
/
+2
*
Attempt to fix clang bootstrap (broken by r162425).
Eli Friedman
2012-08-23
1
-2
/
+22
*
Use the alignment from lvalue emission to more accurately compute the alignment
Eli Friedman
2012-08-23
1
-86
/
+144
*
irgen: inline code for several of complex builtin
Fariborz Jahanian
2012-08-14
1
-0
/
+29
*
Avoid using i64 types for vld1q_lane/vst1q_lane intrinsics.
Bob Wilson
2012-08-14
1
-4
/
+36
*
Add __builtin_readcyclecounter() to produce the @llvm.readcyclecounter() intr...
Hal Finkel
2012-08-05
1
-0
/
+4
*
More replacing of target-dependent intrinsics with target-indepdent
Joel Jones
2012-07-18
1
-2
/
+3
*
Revert commit r160308. We decide to move builtins selection to the backend.
Simon Atanasyan
2012-07-17
1
-29
/
+0
*
MIPS: Implement __builtin_mips_shll_qb builtin function overloading.
Simon Atanasyan
2012-07-16
1
-0
/
+29
*
Capitalize comment.
Eric Christopher
2012-07-14
1
-1
/
+1
*
This is one of the first steps at moving to replace target-dependent
Joel Jones
2012-07-13
1
-1
/
+4
*
Add _rdrand{16,32,64}_step intrinsics to immintrin.h
Benjamin Kramer
2012-07-12
1
-0
/
+21
*
Distinguish more carefully between free functions and C++ instance methods
John McCall
2012-07-07
1
-3
/
+3
*
Dead code eliminate the massive hexagon builtin intrinsic supporting code.
Benjamin Kramer
2012-06-28
1
-2584
/
+0
*
Now that we use the GCC builtin <-> llvm intrinsic, dead code eliminate the h...
Benjamin Kramer
2012-06-28
1
-298
/
+0
[prev]
[next]