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
/
CodeGenFunction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add support for /Ob1 and -finline-hint-functions flags
Hans Wennborg
2016-06-22
1
-2
/
+8
*
[OpenCL] Use function metadata to represent kernel attributes
Yaxun Liu
2016-06-22
1
-30
/
+16
*
[DebugInfo] Add calling conventions to DISubroutineType
Reid Kleckner
2016-06-08
1
-8
/
+11
*
[OPENMP 4.0] Codegen for 'declare simd' directive.
Alexey Bataev
2016-05-06
1
-0
/
+2
*
Debug info: Apply an artificial debug location to __cyg_profile_func.* calls.
Adrian Prantl
2016-04-28
1
-0
/
+1
*
reduce indentation; NFCI
Sanjay Patel
2016-04-19
1
-9
/
+6
*
revert SVN r265702, r265640
Saleem Abdulrasool
2016-04-08
1
-3
/
+2
*
Adapt to LLVM API change
Sanjoy Das
2016-04-08
1
-1
/
+1
*
Basic: move CodeGenOptions from Frontend
Saleem Abdulrasool
2016-04-07
1
-2
/
+3
*
Add -fno-jump-tables and-fjump-tables flags
Nirav Dave
2016-04-05
1
-0
/
+4
*
[Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)
Faisal Vali
2016-03-21
1
-4
/
+16
*
Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...
Mehdi Amini
2016-03-13
1
-17
/
+3
*
Temporarily revert these patches:
Eric Christopher
2016-03-12
1
-3
/
+17
*
Remove compile time PreserveName switch based on NDEBUG
Mehdi Amini
2016-03-11
1
-17
/
+3
*
[MSVC Compat] Correctly handle finallys nested within finallys
David Majnemer
2016-03-01
1
-0
/
+3
*
[OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttr
Xiuli Pan
2016-02-26
1
-4
/
+3
*
[PGO] cc1 option name change for profile instrumentation
Rong Xu
2016-02-04
1
-1
/
+1
*
Move DebugInfoKind into its own header to cut the cyclic dependency edge from...
Benjamin Kramer
2016-02-02
1
-1
/
+1
*
Introduce -fsanitize-stats flag.
Peter Collingbourne
2016-01-16
1
-0
/
+9
*
function names start with a lower case letter ; NFC
Sanjay Patel
2016-01-12
1
-1
/
+1
*
[OpenCL] Pipe type support
Xiuli Pan
2016-01-09
1
-5
/
+24
*
[PGO] Instrument only base constructors and destructors.
Serge Pavlov
2015-12-06
1
-2
/
+1
*
Add the `pass_object_size` attribute to clang.
George Burgess IV
2015-12-02
1
-1
/
+12
*
When producing error messages for always_inline functions with the
Eric Christopher
2015-11-16
1
-2
/
+5
*
Add support for the always_inline + target feature diagnostic to print
Eric Christopher
2015-11-14
1
-6
/
+11
*
[C++] Add the "norecurse" attribute to main() if in C++ mode
James Molloy
2015-11-12
1
-0
/
+8
*
Refactor out some common code from r252834
David Blaikie
2015-11-12
1
-39
/
+26
*
Provide a frontend based error for always_inline functions that require
Eric Christopher
2015-11-12
1
-25
/
+65
*
Move checkTargetFeatures to CodeGenFunction.cpp to make it
Eric Christopher
2015-11-12
1
-0
/
+43
*
CodeGen: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-11-06
1
-2
/
+2
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Support __builtin_ms_va_list.
Charles Davis
2015-09-17
1
-0
/
+4
*
[MS ABI] Make member pointers return true for isIncompleteType
David Majnemer
2015-09-10
1
-1
/
+1
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-61
/
+112
*
add __builtin_unpredictable and convert to metadata
Sanjay Patel
2015-09-02
1
-1
/
+18
*
[MS ABI] Hook clang up to the new EH instructions
David Majnemer
2015-07-31
1
-8
/
+4
*
Update clang for intrinsic rename of framerecover to localrecover
Reid Kleckner
2015-07-07
1
-2
/
+2
*
Revert "Revert 241171, 241187, 241199 (32-bit SEH)."
Reid Kleckner
2015-07-07
1
-6
/
+6
*
Attach attribute "trap-func-name" to call sites of llvm.trap and llvm.debugtrap.
Akira Hatanaka
2015-07-02
1
-2
/
+3
*
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...
Benjamin Kramer
2015-07-02
1
-4
/
+4
*
Revert 241171, 241187, 241199 (32-bit SEH).
Nico Weber
2015-07-02
1
-6
/
+6
*
[SEH] Add 32-bit lowering for SEH __try
Reid Kleckner
2015-07-01
1
-6
/
+6
*
[ASan] Initial support for Kernel AddressSanitizer
Alexander Potapenko
2015-06-19
1
-1
/
+1
*
Protection against stack-based memory corruption errors using SafeStack: Clan...
Peter Collingbourne
2015-06-15
1
-0
/
+2
*
Revert "Re-land r236052, "[SEH] Add 32-bit lowering code for __try""
Reid Kleckner
2015-06-09
1
-7
/
+6
*
Re-land r236052, "[SEH] Add 32-bit lowering code for __try"
Reid Kleckner
2015-06-09
1
-6
/
+7
*
API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/ini...
David Blaikie
2015-05-18
1
-1
/
+1
*
Implement no_sanitize attribute.
Peter Collingbourne
2015-05-15
1
-0
/
+14
*
[cuda] Include GPU binary into host object file and generate init/deinit code.
Artem Belevich
2015-05-07
1
-1
/
+1
[prev]
[next]