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
...
*
[CodeGen] When promoting a reference temporary to a global use the inner type...
Benjamin Kramer
2015-04-09
1
-3
/
+4
*
clang-format my last commit
David Blaikie
2015-04-05
1
-3
/
+2
*
[opaque pointer type] More GEP API migrations
David Blaikie
2015-04-05
1
-4
/
+4
*
[opaque pointer type] More GEP API migrations
David Blaikie
2015-04-04
1
-2
/
+2
*
Fix the LLVM type used when lowering initializer list reference temporaries t...
Nick Lewycky
2015-03-18
1
-2
/
+5
*
Revert r232454 and r232456: "Fix the LLVM type used when lowering initializer...
Hans Wennborg
2015-03-17
1
-5
/
+2
*
Fix the LLVM type used when lowering initializer list reference temporaries t...
Nick Lewycky
2015-03-17
1
-2
/
+5
*
Implement bad cast checks using control flow integrity information.
Peter Collingbourne
2015-03-14
1
-0
/
+7
*
Reapply r231508 "CodeGen: Emit constant temporaries into read-only globals."
Benjamin Kramer
2015-03-07
1
-2
/
+20
*
Revert r231508 "CodeGen: Emit constant temporaries into read-only globals."
Hans Wennborg
2015-03-07
1
-22
/
+2
*
CodeGen: Emit constant temporaries into read-only globals.
Benjamin Kramer
2015-03-06
1
-2
/
+22
*
Sema: Parenthesized bound destructor member expressions can be called
David Majnemer
2015-02-25
1
-1
/
+1
*
[OPENMP] Rename methods of OpenMPRuntime class. NFC.
Alexey Bataev
2015-02-25
1
-1
/
+1
*
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
[prev]
[next]