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
/
CGExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try to unbreak the Hexagon bot
David Majnemer
2015-02-14
1
-1
/
+1
*
CodeGen: _Atomic(_Complex) shouldn't crash
David Majnemer
2015-02-14
1
-2
/
+6
*
Revert "Revert r229082 for a bit, it caused PR22577."
David Majnemer
2015-02-14
1
-2
/
+3
*
CodeGen: Correctly convert atomic bool from i8 to i1
David Majnemer
2015-02-14
1
-1
/
+1
*
Revert r229082 for a bit, it caused PR22577.
Nico Weber
2015-02-13
1
-3
/
+2
*
MS ABI: Implement /volatile:ms
David Majnemer
2015-02-13
1
-2
/
+3
*
DebugInfo: Attribute calls to overloaded operators with the operator, not the...
David Blaikie
2015-01-25
1
-2
/
+0
*
DebugInfo: Use the preferred location rather than the start location for expr...
David Blaikie
2015-01-25
1
-2
/
+2
*
DebugInfo: Correct the line location of geps on array accesses
David Blaikie
2015-01-24
1
-0
/
+1
*
DebugInfo: Remove outdated comment. Column info is no longer needed to differ...
David Blaikie
2015-01-23
1
-6
/
+0
*
DebugInfo: Remove forced column-info workaround for inlined calls
David Blaikie
2015-01-21
1
-15
/
+2
*
[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...
David Blaikie
2015-01-14
1
-27
/
+10
*
Reimplement -fsanitize-recover family of flags.
Alexey Samsonov
2015-01-12
1
-38
/
+85
*
Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFC
Alexey Bataev
2015-01-12
1
-1
/
+1
*
Revert "DebugInfo: Generalize debug info location handling" and related commits
David Blaikie
2015-01-09
1
-10
/
+27
*
CodeGen: Don't crash when a lambda uses a local constexpr variable
David Majnemer
2015-01-01
1
-16
/
+16
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-30
1
-27
/
+10
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-10
/
+27
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-27
/
+10
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-17
1
-10
/
+27
*
DebugInfo: Generalize debug info location handling
David Blaikie
2014-12-16
1
-27
/
+10
*
Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.
Alexey Bataev
2014-12-16
1
-4
/
+5
*
[OPENMP] Bugfix for processing of global variables in OpenMP regions.
Alexey Bataev
2014-12-16
1
-15
/
+15
*
Implement the __builtin_call_with_static_chain GNU extension.
Peter Collingbourne
2014-12-12
1
-5
/
+11
*
DebugInfo: Correct location information for array accesses to elements of var...
David Blaikie
2014-12-10
1
-0
/
+3
*
DebugInfo: Fix another case of array access line information
David Blaikie
2014-12-10
1
-0
/
+3
*
DebugInfo: Correct the location of array accesses
David Blaikie
2014-12-10
1
-0
/
+2
*
IR: Update clang for Metadata/Value split in r223802
Duncan P. N. Exon Smith
2014-12-09
1
-7
/
+12
*
DebugInfo: Correctly identify the location of C++ member initializer list ele...
David Blaikie
2014-12-09
1
-1
/
+5
*
DebugInfo: Ensure the store for an assignment is attributed to the beginning ...
David Blaikie
2014-12-08
1
-0
/
+2
*
This patch fixes couple of bugs for predefined expression
Fariborz Jahanian
2014-11-14
1
-1
/
+4
*
Bundle conditions checked by UBSan with sanitizer kinds they implement.
Alexey Samsonov
2014-11-11
1
-34
/
+33
*
[OPENMP] Codegen for threadprivate variables
Alexey Bataev
2014-11-11
1
-0
/
+20
*
CGExpr.cpp: Suppress a warning. [-Wunused-variable]
NAKAMURA Takumi
2014-11-11
1
-0
/
+2
*
Propagate SanitizerKind into CodeGenFunction::EmitCheck() call.
Alexey Samsonov
2014-11-10
1
-18
/
+54
*
Introduce a SanitizerKind enum to LangOptions.
Alexey Samsonov
2014-11-07
1
-12
/
+15
*
Get rid of SanitizerOptions::Disabled global. NFC.
Alexey Samsonov
2014-10-30
1
-13
/
+12
*
CodeGen: correct materialize temporary aggregates in ARC mode
Saleem Abdulrasool
2014-10-24
1
-3
/
+17
*
CodeGen: trivial conversion to range based loop
Saleem Abdulrasool
2014-10-24
1
-4
/
+4
*
SanitizerBlacklist: blacklist functions by their source location.
Alexey Samsonov
2014-10-17
1
-1
/
+2
*
Moving CGF::EmitAlignmentAssumption to IRBuilder
Hal Finkel
2014-10-15
1
-29
/
+0
*
Sanitize upcasts and conversion to virtual base.
Alexey Samsonov
2014-10-13
1
-11
/
+13
*
Revert r218865 because it introduced PR21236, a crash in codegen emitting the...
Nick Lewycky
2014-10-10
1
-27
/
+11
*
Fix for bug http://llvm.org/PR17427.
Alexey Bataev
2014-10-09
1
-79
/
+12
*
Fix IRGen for referencing a static local before emitting its decl
Reid Kleckner
2014-10-08
1
-1
/
+2
*
MS ABI: Implement thread_local for global variables
David Majnemer
2014-10-05
1
-1
/
+2
*
Emit lifetime.start / lifetime.end markers for unnamed temporary objects.
Arnaud A. de Grandmaison
2014-10-02
1
-11
/
+27
*
Merge GetAddrOfCXXConstructor and GetAddrOfCXXDonstructor. NFC.
Rafael Espindola
2014-09-11
1
-2
/
+2
*
Implement nonnull-attribute sanitizer
Alexey Samsonov
2014-09-08
1
-1
/
+2
[next]