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
*
unique_ptrify clang::BackendConsumer::takeModule
David Blaikie
2014-08-29
1
-2
/
+2
*
call __asan_load_cxx_array_cookie when loading array cookie in asan mode.
Kostya Serebryany
2014-08-29
1
-5
/
+14
*
Better codegen support for DLL attributes being dropped after the first decla...
Hans Wennborg
2014-08-29
1
-0
/
+8
*
Reverting r216675. This breaks some bots. Before this can be committed again,...
Aaron Ballman
2014-08-28
4
-58
/
+7
*
Objective-C IRGen. Fixes an assertion crash caused by inconsistent
Fariborz Jahanian
2014-08-28
1
-2
/
+1
*
Throw a std::bad_array_new_length exception when the expression (or constant-...
Aaron Ballman
2014-08-28
4
-7
/
+58
*
[C++11] Support for capturing of variable length arrays in lambda expression.
Alexey Bataev
2014-08-28
3
-9
/
+20
*
Properly handle multiple nonnull attributes in CodeGen
Alexey Samsonov
2014-08-28
1
-15
/
+25
*
Kill one of EmitCallArgs overloads. NFC.
Alexey Samsonov
2014-08-28
4
-54
/
+38
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
1
-4
/
+4
*
Fix regression in r216520: don't apply nonnull to non-pointer function
Richard Smith
2014-08-27
1
-2
/
+11
*
Allow __fp16 as a function arg or return type for AArch64
Oliver Stannard
2014-08-27
4
-25
/
+43
*
Move some ARM-specific code from CGCall.cpp to TargetInfo.cpp
Oliver Stannard
2014-08-27
2
-55
/
+45
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
9
-29
/
+22
*
Fix some cases were ArrayRefs were being passed by reference.
Craig Topper
2014-08-27
2
-10
/
+10
*
Re-apply r216491 (Win64 ABI shouldn't extend integer type arguments.)
Julien Lerouge
2014-08-27
1
-1
/
+4
*
Revert 216491, it breaks CodeGenCXX/microsoft-abi-member-pointers.cpp
Julien Lerouge
2014-08-26
1
-0
/
+3
*
Don't segfault in EmitCXXGlobalInitFunc when main file is a membuf
Keno Fischer
2014-08-26
1
-6
/
+12
*
Update for llvm api change.
Rafael Espindola
2014-08-26
1
-2
/
+1
*
Win64 ABI shouldn't extend integer type arguments.
Julien Lerouge
2014-08-26
1
-3
/
+0
*
Update for llvm api change
Rafael Espindola
2014-08-26
1
-1
/
+1
*
Fix an incorrect assert condition added in r216410.
Alexey Samsonov
2014-08-26
1
-1
/
+1
*
Return a std::unique_ptr from getBufferForFile. NFC.
Rafael Espindola
2014-08-26
1
-2
/
+3
*
Convert MC command line flag for fatal assembler warnings into a proper
Joerg Sonnenberger
2014-08-26
1
-0
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-08-26
1
-1
/
+1
*
ARM: Add dbg builtin intrinsic
Yi Kong
2014-08-26
1
-0
/
+5
*
[clang/asan] call __asan_poison_cxx_array_cookie after operator new[]
Kostya Serebryany
2014-08-26
4
-10
/
+27
*
Pass actual CXXConstructExpr instead of argument iterators
Alexey Samsonov
2014-08-25
3
-12
/
+10
*
Pass actual CallExpr instead of CallExpr-specific iterators
Alexey Samsonov
2014-08-25
5
-54
/
+59
*
Implement __builtin_signbitl for PowerPC
Hal Finkel
2014-08-24
1
-2
/
+8
*
DebugInfo: for loop backedge should be attributed to the start of the for sta...
David Blaikie
2014-08-22
1
-0
/
+2
*
DebugInfo: Provide scopes for C++11 range-for loop variables similar to r2162...
David Blaikie
2014-08-22
1
-9
/
+2
*
DebugInfo: Scope for condition variables more narrowly than the loop variable.
David Blaikie
2014-08-22
2
-10
/
+3
*
CGCall: Factor out the logic mapping call arguments to LLVM IR arguments.
Alexey Samsonov
2014-08-22
2
-235
/
+323
*
Update for LLVM API change to remove discriminator tracking from DILexicalBlo...
David Blaikie
2014-08-21
1
-2
/
+1
*
Pass expressions instead of argument ranges to EmitCall/EmitCXXConstructorCall.
Alexey Samsonov
2014-08-21
6
-64
/
+41
*
Coverage Mapping: store function's hash in coverage function records.
Alex Lorenz
2014-08-21
3
-5
/
+8
*
Refactor TLI creation. NFC.
Rafael Espindola
2014-08-21
1
-7
/
+10
*
Range'ify some for loops over RecordDecl::fields()
Hans Wennborg
2014-08-21
1
-8
/
+7
*
Coverage mapping: fix mapping for objective-c for statement
Alex Lorenz
2014-08-20
1
-0
/
+1
*
Coverage mapping: fix mapping for objective-c message expression
Alex Lorenz
2014-08-20
1
-0
/
+10
*
ext_vector IRGen. Patch to allow indexing into
Fariborz Jahanian
2014-08-19
2
-3
/
+37
*
Move the body out of line to try to fix a buildbot.
Rafael Espindola
2014-08-19
1
-0
/
+4
*
Update for llvm api change.
Rafael Espindola
2014-08-19
1
-2
/
+0
*
DebugInfo: While loop backedge should be attribute to the start of the while ...
David Blaikie
2014-08-15
1
-0
/
+1
*
DebugInfo: Fix PR19864 better - attribute the jump at the end of a range-for ...
David Blaikie
2014-08-15
1
-0
/
+1
*
Typo fix in comments: definintion -> definition
James Dennett
2014-08-15
1
-1
/
+1
*
MS ABI: Virtual member pointer thunks are not unnamed_addr
Reid Kleckner
2014-08-15
1
-0
/
+3
*
R600: Add ldexp intrinsic
Matt Arsenault
2014-08-15
1
-6
/
+16
*
Revert "CodeGen: When bitfields fall on natural boundaries, split them up"
Justin Bogner
2014-08-14
1
-9
/
+2
[next]