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 an explicit assignment.
Eric Christopher
2015-08-27
1
-2
/
+2
*
Assume loads fix #2
Piotr Padlewski
2015-08-27
5
-11
/
+18
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-08-27
6
-110
/
+218
*
CGDebugInfo: Factor out a getOrCreateStandaloneType() method.
Adrian Prantl
2015-08-27
2
-3
/
+18
*
Target attribute syntax compatibility fix - gcc uses no- rather than mno-.
Eric Christopher
2015-08-27
1
-1
/
+1
*
Rewrite the code generation handling for function feature and cpu attributes.
Eric Christopher
2015-08-27
1
-62
/
+70
*
Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1
Adrian Prantl
2015-08-27
3
-0
/
+3
*
DI: Clarify meaning of createTempFunctionFwdDecl() arg, NFC
Duncan P. N. Exon Smith
2015-08-26
1
-1
/
+1
*
[X86][SSE] Add _mm_undefined_* intrinsics
Simon Pilgrim
2015-08-26
1
-0
/
+4
*
Revert r245879. Speculative, might have caused crbug.com/524604
Nico Weber
2015-08-25
2
-1
/
+16
*
Convert SampleProfile pass into a Module pass.
Diego Novillo
2015-08-25
1
-12
/
+3
*
[ARM NEON] Use CGF cached Types instead of llvm::Type::get. NFC.
Ahmed Bougacha
2015-08-24
1
-13
/
+11
*
[ARM NEON] Replace redundant code with a new GetFloatNeonType. NFC.
Ahmed Bougacha
2015-08-24
1
-63
/
+22
*
[MS ABI] Don't emit stackrestore in cleanups
David Majnemer
2015-08-24
2
-16
/
+1
*
[WinEH] Update to new EH pad/ret signatures (with tokens required)
Joseph Tremoulet
2015-08-23
3
-8
/
+6
*
[CUDA] Change initializer for CUDA device code based on CUDA documentation.
Jingyue Wu
2015-08-22
1
-1
/
+21
*
[ARM NEON] Use the common naming scheme for vcvt f16 builtins. NFC.
Ahmed Bougacha
2015-08-21
1
-2
/
+2
*
Revert "Generating assumption loads of vptr after ctor call (fixed)"
Piotr Padlewski
2015-08-21
6
-218
/
+110
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-08-21
6
-110
/
+218
*
Properly provide alignment of 'byval' arguments down to llvm.
James Y Knight
2015-08-21
1
-3
/
+18
*
[OPENMP 4.1] Add codegen for 'simdlen' clause.
Alexey Bataev
2015-08-21
1
-4
/
+14
*
[OPENMP 4.1] Initial support for 'simdlen' clause.
Alexey Bataev
2015-08-21
1
-0
/
+1
*
Generating available_externally vtables bugfix
Piotr Padlewski
2015-08-19
1
-6
/
+4
*
[modules] Don't eagerly deserialize so many ImportDecls. CodeGen basically ig...
Richard Smith
2015-08-19
1
-5
/
+2
*
Devirtualize EHScopeStack::Cleanup's dtor because it's never destroyed polymo...
David Blaikie
2015-08-18
13
-44
/
+44
*
Fix for MSVC
David Blaikie
2015-08-18
1
-1
/
+1
*
Wdeprecated: Support movability of EHScopeStack::Cleanup objects as they are ...
David Blaikie
2015-08-18
1
-0
/
+5
*
Initialize the AST consumer as soon as we have both an ASTConsumer and an
Richard Smith
2015-08-18
2
-9
/
+3
*
[OPENMP 4.1] Allow variables with reference types in private clauses.
Alexey Bataev
2015-08-18
1
-6
/
+9
*
Revert "Generating assumption loads of vptr after ctor call (fixed)"
Justin Bogner
2015-08-18
6
-218
/
+110
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-08-18
6
-110
/
+218
*
Revert r245257 "Generating assumption loads of vptr after ctor call"
Hans Wennborg
2015-08-18
5
-216
/
+109
*
Generating assumption loads of vptr after ctor call
Piotr Padlewski
2015-08-17
5
-109
/
+216
*
[MS ABI] Switch catchpad/cleanuppad to use tokens
David Majnemer
2015-08-15
3
-19
/
+22
*
[OPENMP] Fix for http://llvm.org/PR24371: Assert failure compiling blender 2.75.
Alexey Bataev
2015-08-14
1
-19
/
+1
*
Wdeprecated: ByrefHelpers are copy constructed by the ::buildByrefHelpers hel...
David Blaikie
2015-08-13
2
-22
/
+23
*
Avoid iteration invalidation issues around MaterializedTemporaryExpr
David Majnemer
2015-08-13
1
-3
/
+2
*
Fix previous commit: poison only class members, simpler tests
Naomi Musgrave
2015-08-13
1
-7
/
+32
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
8
-21
/
+0
*
Remove raw_svector_ostream::resync and users. It's no-op after r244870.
Yaron Keren
2015-08-13
1
-2
/
+0
*
Remove superfluous private:, TypeCache is private by default.
Yaron Keren
2015-08-13
1
-1
/
+0
*
Wdeprecated: ApplyDebugLocation is returned by value yet if it is ever copied...
David Blaikie
2015-08-12
2
-24
/
+36
*
Wdeprecated: CGBuilderInserter is copy constructed in some contexts - remove ...
David Blaikie
2015-08-12
1
-5
/
+3
*
Revert "Implement poisoning of only class members in dtor, as opposed to also...
Naomi Musgrave
2015-08-12
1
-32
/
+7
*
Implement poisoning of only class members in dtor, as opposed to also poisoni...
Naomi Musgrave
2015-08-12
1
-7
/
+32
*
Untabify.
Eric Christopher
2015-08-11
1
-12
/
+12
*
This patch fixes the assert in emitting captured code in the target data cons...
Michael Wong
2015-08-11
1
-1
/
+3
*
Propagate SourceLocations through to get a Loc on float_cast_overflow
Filipe Cabecinhas
2015-08-11
6
-103
/
+127
*
Print vectorization analysis when loop hint is specified.
Tyler Nowicki
2015-08-11
1
-15
/
+21
*
Append options for vectorization when pointer checking threshold is exceeded.
Tyler Nowicki
2015-08-10
1
-0
/
+19
[next]