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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[bpf] fix build
Alexei Starovoitov
2015-03-30
1
-2
/
+2
*
[Mips] Move the `Elf_RegInfo` structure declaration to the separate file
Simon Atanasyan
2015-03-30
2
-36
/
+51
*
[ELF] Change type of `OutputSection::setType()` argument to int64_t
Simon Atanasyan
2015-03-30
1
-1
/
+1
*
[Mips] clang-format the code
Simon Atanasyan
2015-03-30
2
-6
/
+2
*
Rename const char *Triple argument to TT to avoid shadowing llvm::Triple.
Eric Christopher
2015-03-30
1
-21
/
+20
*
Remove unused MCSubtargetInfo argument from the X86 MCInstPrinter ctors.
Eric Christopher
2015-03-30
2
-2
/
+2
*
DFSan-based fuzzer (proof of concept).
Kostya Serebryany
2015-03-30
11
-4
/
+361
*
Remove unused MCSubtargetInfo argument from the Sparc MCInstPrinter ctors.
Eric Christopher
2015-03-30
2
-6
/
+4
*
Remove unused MCSubtargetInfo argument from the NVPTX MCInstPrinter ctors.
Eric Christopher
2015-03-30
3
-6
/
+4
*
LexicalScopes: Use MDLocation directly instead of DebugLoc
Duncan P. N. Exon Smith
2015-03-30
2
-16
/
+14
*
Remove unused MCSubtargetInfo argument from the ARM MCInstPrinter ctors.
Eric Christopher
2015-03-30
3
-4
/
+3
*
Remove unused MCSubtargetInfo argument from the AArch64 MCInstPrinter ctors.
Eric Christopher
2015-03-30
3
-10
/
+7
*
Remove unused Target argument from MCInstPrinter ctor functions.
Eric Christopher
2015-03-30
15
-37
/
+24
*
[RegisterCoalescer] Fix a potential misuse of direct operand index in the
Quentin Colombet
2015-03-30
1
-4
/
+6
*
DebugInfo: Use the new DebugLoc API from r233573
Duncan P. N. Exon Smith
2015-03-30
1
-11
/
+8
*
[opaque pointer type] Change GetElementPtrInst::getIndexedType to take the po...
David Blaikie
2015-03-30
11
-32
/
+44
*
Fix PR23045.
Rafael Espindola
2015-03-30
6
-20
/
+39
*
Transforms: Update unit tests to use verifyModule()
Duncan P. N. Exon Smith
2015-03-30
1
-6
/
+15
*
DwarfDebug: Avoid creating new DebugLocs in the backend
Duncan P. N. Exon Smith
2015-03-30
3
-5
/
+15
*
Explain how to abandon a review.
Paul Robinson
2015-03-30
1
-1
/
+14
*
DebugInfo: Remove dead code from old DebugLoc API
Duncan P. N. Exon Smith
2015-03-30
2
-27
/
+0
*
Use range loops and add missing braces.
Rafael Espindola
2015-03-30
1
-7
/
+7
*
Transforms: Fix a use of the old DebugLoc in unittests
Duncan P. N. Exon Smith
2015-03-30
1
-3
/
+3
*
[opaque pointer type] More IRBuilder::createGEP (non-inbounds) migrations: Co...
David Blaikie
2015-03-30
3
-13
/
+17
*
MC: For variable symbols, maintain MCSymbol::Section as a cache.
Peter Collingbourne
2015-03-30
9
-45
/
+43
*
Add driver support for Native Client SDK
Derek Schuff
2015-03-30
9
-4
/
+505
*
[analyzer] Add test for previous commit.
Jordan Rose
2015-03-30
1
-0
/
+8
*
[analyzer] Disable all retain count diagnostics on values that come from ivars.
Jordan Rose
2015-03-30
3
-1634
/
+77
*
[analyzer] Don't special-case ivars backing +0 properties.
Jordan Rose
2015-03-30
3
-387
/
+12
*
llvm-dis: Use the new `DebugLoc` API, NFC
Duncan P. N. Exon Smith
2015-03-30
1
-8
/
+4
*
DebugInfo: Use new LLVM API for DebugLoc
Duncan P. N. Exon Smith
2015-03-30
3
-3
/
+3
*
Updating code owners file per discussion with Doug at the 2014-10 dev meeting.
Richard Smith
2015-03-30
1
-2
/
+2
*
Transforms: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
2015-03-30
8
-36
/
+35
*
[PPC] Move argument range checks for HTM and crypto builtins to Sema
Kit Barton
2015-03-30
5
-161
/
+80
*
IR: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
2015-03-30
10
-43
/
+44
*
Verify 'optnone' can run DAG combiner when appropriate.
Paul Robinson
2015-03-30
1
-0
/
+73
*
[NVPTX] Associate a minimum PTX version for each SM architecture
Justin Holewinski
2015-03-30
10
-21
/
+18
*
CodeGen: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
2015-03-30
9
-60
/
+39
*
[PPC] Modify HTM and crypto intrinsics to inherit from GCCBuiltin
Kit Barton
2015-03-30
1
-8
/
+9
*
DebugInfo: Reflow printDebugLoc() to use early returns, NFC
Duncan P. N. Exon Smith
2015-03-30
1
-15
/
+18
*
[Orc] Separate callback manager selection from callback manager construction for
Lang Hames
2015-03-30
2
-21
/
+29
*
Bitcode: Reflow code to use early continues, NFC
Duncan P. N. Exon Smith
2015-03-30
1
-15
/
+18
*
SelectionDAG: Reflow code to use early returns, NFC
Duncan P. N. Exon Smith
2015-03-30
1
-15
/
+19
*
[NVPTX] Add options for PTX 4.1/4.2 and SM 3.2/3.7/5.2/5.3
Justin Holewinski
2015-03-30
5
-0
/
+40
*
[SystemZ] Fix fallout from r233543 on no-assert builds
Ulrich Weigand
2015-03-30
2
-75
/
+517
*
DebugInfo: Write new DebugLoc API
Duncan P. N. Exon Smith
2015-03-30
2
-94
/
+131
*
Drop some CLooG leftovers
Tobias Grosser
2015-03-30
2
-2
/
+0
*
Delete some leftovers from scoplib
Tobias Grosser
2015-03-30
2
-5
/
+0
*
Drop libpluto support
Tobias Grosser
2015-03-30
13
-464
/
+32
*
Work around lack of %zd printf format specifier in MSVC libs.
Adrian McCarthy
2015-03-30
6
-21
/
+14
[next]