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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert r238190 and r238197: [mips] Make TTypeEncoding indirect to allow .eh_f...
Daniel Sanders
2015-05-27
3
-23
/
+4
*
AVX-512: Implemented all forms of sign-extend and zero-extend instructions fo...
Elena Demikhovsky
2015-05-27
3
-75
/
+160
*
[X86] Implement the support for shrink-wrapping.
Quentin Colombet
2015-05-27
3
-35
/
+68
*
[ShrinkWrap] Add a target hook to check whether or not
Quentin Colombet
2015-05-27
1
-5
/
+10
*
ARMLoadStoreOptimizer: Code cleanup; NFC
Matthias Braun
2015-05-27
1
-15
/
+12
*
MachineBasicBlock: Cleanup computeRegisterLiveness()
Matthias Braun
2015-05-27
1
-16
/
+14
*
MCSymbol: Make print() robust against empty names
Matthias Braun
2015-05-27
1
-0
/
+4
*
[inliner] Fix the early-exit of the inline cost analysis to correctly
Chandler Carruth
2015-05-27
1
-25
/
+32
*
[BitcodeReader] Change assert to report_fatal_error
Filipe Cabecinhas
2015-05-27
1
-1
/
+2
*
[BitstreamReader] Make sure the Array operand type is an encoding
Filipe Cabecinhas
2015-05-27
1
-0
/
+3
*
clang-format a couple of lines
Filipe Cabecinhas
2015-05-27
1
-2
/
+2
*
[BitcodeReader] Make sure abbrev records have at least one operand (record code)
Filipe Cabecinhas
2015-05-26
1
-0
/
+3
*
Add initial support for the convergent attribute.
Owen Anderson
2015-05-26
7
-1
/
+12
*
[BitcodeReader] Sanity check on Comdat ID
Filipe Cabecinhas
2015-05-26
1
-2
/
+4
*
[PlaceSafepoints] Entry safepoint location doesn't need to be a terminator
Philip Reames
2015-05-26
1
-17
/
+1
*
[PlaceSafepoints] Cleanup InsertSafepointPoll function
Philip Reames
2015-05-26
3
-20
/
+26
*
[lib/Fuzzer] make the fuzzing timeout 1200 seconds by default (was: infinity)
Kostya Serebryany
2015-05-26
2
-1
/
+3
*
Simplify boolean conditional return statements.
Rafael Espindola
2015-05-26
1
-4
/
+1
*
Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions and
Akira Hatanaka
2015-05-26
3
-31
/
+8
*
Use "auto &" in range-based for-loop and remove the extra braces.
Adrian Prantl
2015-05-26
1
-2
/
+1
*
Fix a use-after-free in a DEBUG output.
Adrian Prantl
2015-05-26
1
-4
/
+4
*
[lib/Fuzzer] fix docs
Kostya Serebryany
2015-05-26
1
-2
/
+2
*
[lib/Fuzzer] fix build with assertions
Kostya Serebryany
2015-05-26
2
-3
/
+4
*
Print "lock \t foo" instead of "lock \n foo".
Rafael Espindola
2015-05-26
1
-1
/
+1
*
R600: Use SIGN_EXTEND_INREG for SEXT loads
Jan Vesely
2015-05-26
1
-6
/
+3
*
R600: Add comments to subword private address load lowering code
Jan Vesely
2015-05-26
1
-0
/
+13
*
Revert "Re-commit changes in r237579 with fix for bug breaking windows builds."
Diego Novillo
2015-05-26
6
-628
/
+17
*
CodeGenPrepare: Don't match addressing modes through addrspacecast
Matt Arsenault
2015-05-26
1
-1
/
+8
*
Object: Add Archive::getNumberOfSymbols().
Rui Ueyama
2015-05-26
1
-14
/
+13
*
R600/SI: Add assembler support for all CI and VI VOP2 instructions
Tom Stellard
2015-05-26
3
-3
/
+70
*
Replace getOrCreateSectionData with registerSection.
Rafael Espindola
2015-05-26
6
-20
/
+17
*
Have getCurrentSectionData return a MCSection.
Rafael Espindola
2015-05-26
3
-21
/
+16
*
Pass a MCSection to getCurrentSectionData.
Rafael Espindola
2015-05-26
1
-9
/
+11
*
Re-commit changes in r237579 with fix for bug breaking windows builds.
Luke Cheeseman
2015-05-26
6
-17
/
+628
*
Test Commit
Luke Cheeseman
2015-05-26
1
-1
/
+0
*
AVX-512: fixed a bug in arithmetic operations lowering for i1 type
Elena Demikhovsky
2015-05-26
1
-0
/
+12
*
AVX-512: fixed a bug in lowering VSELECT for 512-bit vector
Elena Demikhovsky
2015-05-26
1
-1
/
+1
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
30
-963
/
+994
*
[mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only.
Daniel Sanders
2015-05-26
3
-4
/
+23
*
[TableGen] Fix line wrapping logic for the autogenerated header to use math t...
Craig Topper
2015-05-26
1
-7
/
+6
*
[TableGen] Rewrite an assert to not do a bunch unsigned math and then try to ...
Craig Topper
2015-05-26
1
-3
/
+3
*
[TableGen] Put a space between '*' and description in the autogenerated table...
Craig Topper
2015-05-26
1
-7
/
+6
*
[TableGen] Fix indentation. NFC
Craig Topper
2015-05-26
1
-1
/
+1
*
[TableGen] Include header for each cpp file first. NFC
Craig Topper
2015-05-26
3
-4
/
+3
*
[TableGen] Remove unneeded namespace around a function. Just put llvm:: on th...
Craig Topper
2015-05-26
1
-5
/
+1
*
[TableGen] Use 'static' instead of an anonymous namespace.
Craig Topper
2015-05-26
1
-18
/
+16
*
Remove most uses of MCSectionData from MCAssembler.
Rafael Espindola
2015-05-26
7
-33
/
+27
*
Stop using MCSectionData in MCAsmLayout.h.
Rafael Espindola
2015-05-26
5
-48
/
+45
*
Move MCSection destruction to MCContext::reset.
Rafael Espindola
2015-05-26
1
-8
/
+8
*
Stop using MCSectionData in MCMachObjectWriter.h.
Rafael Espindola
2015-05-26
5
-53
/
+39
[prev]
[next]