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
*
Remove unneeded include of DeclCXX.h from libParse.
Nico Weber
2014-12-28
1
-1
/
+0
*
Objective-C: Serialize "more than one decl" state of ObjCMethodList.
Nico Weber
2014-12-27
6
-15
/
+59
*
[x86] Prevent instruction selection of AVX512 cmp.ps/pd/ss/sd intrinsics with...
Craig Topper
2014-12-27
2
-22
/
+23
*
PowerPC: CTR shouldn't fire if a TLS call is in the loop
David Majnemer
2014-12-27
2
-1
/
+42
*
Fixing another -Wunused-variable warning, this time in release builds without...
Aaron Ballman
2014-12-27
1
-3
/
+3
*
Removing a variable that is set but never used, to silence a -Wunused-but-set...
Aaron Ballman
2014-12-27
1
-4
/
+0
*
[x86] Prevent instruction selection of AVX512 cmp.ps/pd/ss/sd intrinsics with...
Craig Topper
2014-12-27
1
-15
/
+18
*
[x86] Assert on invalid immediates in the instruction printer for cmp.ps/pd/s...
Craig Topper
2014-12-27
2
-4
/
+8
*
[x86] Prevent llvm.x86.cmp.ps/pd/ss/sd from being selected with bad immediate...
Craig Topper
2014-12-27
2
-26
/
+33
*
[FastIsel][X86] Fix invalid register replacement for bool args
Keno Fischer
2014-12-27
2
-28
/
+47
*
[x86] Also add the missing type casts on the returns in the sha
Chandler Carruth
2014-12-27
1
-6
/
+6
*
[x86] Add missing typecast to __v4si to sha intrinsic header file.
Craig Topper
2014-12-27
1
-6
/
+6
*
Objective-C: Tweak unavailability warning.
Nico Weber
2014-12-27
2
-5
/
+18
*
[x86] Add range checking to the constant argument of cmpps/pd/ss/sd builtinas.
Craig Topper
2014-12-27
2
-4
/
+28
*
[x86] Add the (v)cmpps/pd/ss/sd builtins to match gcc. Use them in the sse in...
Craig Topper
2014-12-27
5
-50
/
+518
*
Add more feature flags to the x86 instrinsic test.
Craig Topper
2014-12-27
1
-0
/
+27
*
Fix formatting. NFC.
Craig Topper
2014-12-27
1
-2
/
+2
*
Address review feedback on r221933.
Nico Weber
2014-12-27
6
-102
/
+125
*
Make the test from r224873 actually pass.
Nico Weber
2014-12-27
1
-2
/
+4
*
Mark __builtin_ia32_cmppd256 and __builtin_ia32_cmpps256 as taking an ICE for...
Craig Topper
2014-12-27
1
-2
/
+2
*
Add more test coverage for the Objective-C deprected selector warning.
Nico Weber
2014-12-27
1
-0
/
+11
*
Convert test to llvm-readobj. NFC.
Rafael Espindola
2014-12-26
1
-318
/
+361
*
[Hexagon] Adding auto-incrementing loads with and without byte reversal.
Colin LeMahieu
2014-12-26
2
-0
/
+100
*
[Hexagon] Adding locked loads.
Colin LeMahieu
2014-12-26
2
-0
/
+23
*
[Hexagon] Adding deallocframe and circular addressing loads.
Colin LeMahieu
2014-12-26
6
-8
/
+163
*
[Hexagon] Adding remaining post-increment instruction variants. Removing unu...
Colin LeMahieu
2014-12-26
4
-61
/
+61
*
[Hexagon] Adding post-increment unsigned byte loads.
Colin LeMahieu
2014-12-26
4
-16
/
+27
*
[Hexagon] Adding post-increment signed byte loads with tests.
Colin LeMahieu
2014-12-26
4
-12
/
+127
*
Adjust the rest of the tests due to r224849.
David Majnemer
2014-12-26
1
-2
/
+2
*
Use llvm-readobj. NFC.
Rafael Espindola
2014-12-26
1
-238
/
+162
*
Escape ? to silence GCC warning about trigraphs.
Daniel Jasper
2014-12-26
1
-1
/
+1
*
[X86] Add the debug registers DR8-DR15 so we can assemble and disassemble ref...
Craig Topper
2014-12-26
4
-11
/
+27
*
[X86] Don't fail disassembly if REX.R/REX.B is used on an MMX register. Simil...
Craig Topper
2014-12-26
3
-6
/
+18
*
Band-aid fix for PR22032: don't emit DWARF debug info if AddressSanitizer is ...
Timur Iskhodzhanov
2014-12-26
2
-3
/
+19
*
No need to run llvm-as. NFC.
Rafael Espindola
2014-12-26
1
-5
/
+4
*
[sanitizer] Treat \r, \n, \t as flag separators.
Evgeniy Stepanov
2014-12-26
2
-1
/
+4
*
[asan] Fix possibly uninitialized coverage flag.
Evgeniy Stepanov
2014-12-26
1
-0
/
+2
*
[ASan/Win] Add basic support for MemoryRangeIsAvailable and DumpProcessMap to...
Timur Iskhodzhanov
2014-12-26
2
-5
/
+47
*
[asan] Bump coverage size limit on 32-bit platforms.
Evgeniy Stepanov
2014-12-26
1
-1
/
+1
*
[asan] Extend coverage test.
Evgeniy Stepanov
2014-12-26
1
-1
/
+13
*
[asan] Allow enabling coverage at activation.
Evgeniy Stepanov
2014-12-26
9
-68
/
+149
*
[ASan/Win] Suppress error messaging when Abort() is called
Timur Iskhodzhanov
2014-12-26
2
-2
/
+17
*
Update tests due to r224849
David Majnemer
2014-12-26
2
-2
/
+2
*
Revert r224838, r224839.
Evgeniy Stepanov
2014-12-26
9
-149
/
+68
*
InstCombine: Infer nuw for multiplies
David Majnemer
2014-12-26
4
-6
/
+57
*
ValueTracking: Small cleanup in ComputeNumSignBits
David Majnemer
2014-12-26
1
-2
/
+2
*
InstCombe: Infer nsw for multiplies
David Majnemer
2014-12-26
5
-89
/
+103
*
Teach disassembler to handle illegal immediates on (v)cmpps/pd/ss/sd instruct...
Craig Topper
2014-12-26
6
-71
/
+84
*
Use MCPhysReg for table of register encodings.
Craig Topper
2014-12-26
1
-3
/
+3
*
Sema: Qualify getPrintable's Expr argument
David Majnemer
2014-12-26
1
-1
/
+1
[next]