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
*
Propagate SourceLocations through to get a Loc on float_cast_overflow
Filipe Cabecinhas
2015-08-11
1
-2
/
+4
*
[CodeGen] Simplify creation of shuffle masks.
Benjamin Kramer
2015-07-28
1
-33
/
+8
*
Pass an iterator range to EmitCallArgs
David Blaikie
2015-07-21
1
-2
/
+2
*
Rely on default zero-arg value for IRBuilder::CreateCall calls to zero-arg fu...
David Blaikie
2015-07-14
1
-2
/
+1
*
Respect alignment of nested bitfields
Ulrich Weigand
2015-07-10
1
-9
/
+10
*
Attach attribute "trap-func-name" to call sites of llvm.trap and llvm.debugtrap.
Akira Hatanaka
2015-07-02
1
-2
/
+13
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Implement diagnostic mode for -fsanitize=cfi*, -fsanitize=cfi-diag.
Peter Collingbourne
2015-06-19
1
-2
/
+4
*
Introduce -fsanitize-trap= flag.
Peter Collingbourne
2015-06-18
1
-12
/
+12
*
API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/ini...
David Blaikie
2015-05-18
1
-4
/
+4
*
Unify sanitizer kind representation between the driver and the rest of the co...
Peter Collingbourne
2015-05-11
1
-4
/
+6
*
InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)
Justin Bogner
2015-04-23
1
-4
/
+3
*
[CodeGen] Do a more principled fix for PR231653, always use the inner type.
Benjamin Kramer
2015-04-09
1
-10
/
+9
*
[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
[next]