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
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a Windows EH preparation pass that zaps resumes
Reid Kleckner
2015-01-29
8
-3
/
+199
*
Remove getSubtargetImpl from AArch64ISelLowering and cache the
Eric Christopher
2015-01-29
3
-13
/
+10
*
Remove getSubtargetImpl from ARMISelLowering and cache the
Eric Christopher
2015-01-29
3
-33
/
+22
*
Small cleanup in ARMFastISel initialization.
Eric Christopher
2015-01-29
1
-5
/
+4
*
Migrate ARM except for TTI, AsmPrinter, and frame lowering
Eric Christopher
2015-01-29
12
-113
/
+70
*
Add nullptr checks for TargetSelectionDAGInfo in SelectionDAG.
Manuel Jacob
2015-01-28
1
-13
/
+19
*
[fuzzer] add option -save_minimized_corpus
Kostya Serebryany
2015-01-28
5
-4
/
+27
*
[LPM] Fix the PPC attribute to be spelled 'global-dynamic'. This should
Chandler Carruth
2015-01-28
1
-2
/
+2
*
Teach SplitBlockPredecessors how to handle landingpad blocks.
Philip Reames
2015-01-28
6
-48
/
+39
*
Add lit-style tests for the Fuzzer library
Kostya Serebryany
2015-01-28
6
-2
/
+64
*
fix typos; NFC
Sanjay Patel
2015-01-28
2
-2
/
+2
*
Build fix for Visual Studio. NFC.
Chris Bieneman
2015-01-28
1
-5
/
+2
*
[dsymutil] Gather the DIE tree child->parent relationships.
Frederic Riss
2015-01-28
1
-0
/
+62
*
Add DWARFUnit::getNumDIEs() and getDIEIndex()
Frederic Riss
2015-01-28
1
-0
/
+20
*
[Hexagon] Updating several V5 intrinsics and adding FP tests.
Colin LeMahieu
2015-01-28
8
-425
/
+1011
*
Spelling fixes. NFC.
Simon Pilgrim
2015-01-28
1
-4
/
+4
*
Line endings fix. NFC.
Simon Pilgrim
2015-01-28
1
-786
/
+786
*
[mips][microMIPS] Implement SWM and LWM aliases
Zoran Jovanovic
2015-01-28
3
-0
/
+69
*
[fuzzer] instructions for building/running clang-format-fuzzer
Kostya Serebryany
2015-01-28
1
-1
/
+9
*
invert check for less indentation; use local vars to reduce duplication; NFC
Sanjay Patel
2015-01-28
1
-19
/
+20
*
[Hexagon] Updating many V4 intrinsic patterns. Adding missing instruction an...
Colin LeMahieu
2015-01-28
4
-252
/
+83
*
[LPM] Try to work around a bug with local-dynamic TLS on PowerPC 64.
Chandler Carruth
2015-01-28
1
-5
/
+18
*
Remove gc.root's performCustomLowering
Philip Reames
2015-01-28
9
-510
/
+489
*
Moving AddLiteralOption's declaration higher up in the header to make gcc happy.
Chris Bieneman
2015-01-28
1
-9
/
+12
*
[Hexagon] Adding XTYPE/MPY intrinsic tests and some missing multiply instruct...
Colin LeMahieu
2015-01-28
6
-6
/
+1195
*
Refactoring llvm command line parsing and option registration.
Chris Bieneman
2015-01-28
3
-193
/
+184
*
Assume code ownership for the PS4 to ensure patches get reviewed, per the Dev...
Alex Rosenberg
2015-01-28
1
-0
/
+4
*
Fix build breakage caused by memory leaks in llvm-c-test
Bjorn Steinbrink
2015-01-28
1
-0
/
+4
*
[Hexagon] Deleting a lot of old variants of intrinsics and updating references.
Colin LeMahieu
2015-01-28
6
-240
/
+81
*
[dsymutil] Add DwarfLinker class.
Frederic Riss
2015-01-28
5
-4
/
+113
*
[Hexagon] Converting XTYPE/BIT intrinsic patterns and adding tests.
Colin LeMahieu
2015-01-28
3
-34
/
+472
*
use SDValue methods directly instead of getNode()->* ; NFCI
Sanjay Patel
2015-01-28
1
-10
/
+10
*
Simplify code. NFC.
Rafael Espindola
2015-01-28
1
-3
/
+1
*
[Hexagon] Replacing XTYPE/SHIFT intrinsic patternss. Adding tests and missin...
Colin LeMahieu
2015-01-28
7
-194
/
+864
*
[mips][microMIPS] Implement LWGP instruction
Jozef Kolek
2015-01-28
10
-1
/
+112
*
[Hexagon] Replacing intrinsics for halfword adds and max/min word/dword.
Colin LeMahieu
2015-01-28
2
-82
/
+55
*
[Hexagon] Replacing old intrinsic tests with organized versions that match th...
Colin LeMahieu
2015-01-28
11
-2293
/
+265
*
Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand for single value MDNodes
Bjorn Steinbrink
2015-01-28
7
-4
/
+70
*
[ELFYAML] Provide explicit value for relocation addendums in the test
Simon Atanasyan
2015-01-28
1
-0
/
+4
*
[x32] Change the condition from bitness to LP64 for TCRETURNdi64.
Michael Kuperstein
2015-01-28
1
-2
/
+2
*
R600: Move DataLayout to AMDGPUTargetMachine
Tom Stellard
2015-01-28
19
-46
/
+47
*
R600: Use a Southern Islands GPU as the default for the amdgcn target
Tom Stellard
2015-01-28
2
-3
/
+7
*
Correct the AggressiveAntiDepBreaker's handling of subregisters defining supe...
Hal Finkel
2015-01-28
1
-0
/
+10
*
[X86] Reduce some 32-bit imuls into lea + shl
Michael Kuperstein
2015-01-28
4
-29
/
+115
*
[x32] Enable sibcall optimization on x32.
Michael Kuperstein
2015-01-28
3
-6
/
+86
*
[docs] Use slightly more proper .rst markup
Sean Silva
2015-01-28
1
-3
/
+3
*
[docs] [cleanup] No need for a comment around C++11 override
Sean Silva
2015-01-28
1
-6
/
+6
*
AVX-512: Added FMA intrinsics with rounding mode
Elena Demikhovsky
2015-01-28
6
-137
/
+428
*
[X86] Teach disassembler to handle illegal immediates on AVX512 integer compa...
Craig Topper
2015-01-28
6
-6
/
+170
*
[X86] Merge printSSECC and printAVXCC. They only differed by an assertion.
Craig Topper
2015-01-28
5
-36
/
+10
[next]