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
*
[A57FPLoadBalancing] Ignore <def>s when checking if a chain may be killed.
James Molloy
2014-09-12
1
-0
/
+4
*
[A57LoadBalancing] unique_ptr-ify.
James Molloy
2014-09-12
1
-25
/
+20
*
[mips][microMIPS] Implement JRADDIUSP instruction
Zoran Jovanovic
2014-09-12
4
-0
/
+52
*
Address comments on r217622
Bill Schmidt
2014-09-12
1
-4
/
+6
*
[mips][microMIPS] Implement BGEZALS and BLTZALS instructions
Zoran Jovanovic
2014-09-12
2
-0
/
+13
*
[mips][microMIPS] Implement JALS and JALRS instructions.
Zoran Jovanovic
2014-09-12
2
-4
/
+37
*
[mips][microMIPS] Implement TLBP, TLBR, TLBWI and TLBWR instructions
Zoran Jovanovic
2014-09-12
3
-5
/
+19
*
[ARM] Teach the cost model that cross-class copies are costly.
James Molloy
2014-09-12
1
-0
/
+7
*
Legalizer: Use the scalar bit width when promoting bit counting instrs on
Benjamin Kramer
2014-09-12
1
-5
/
+6
*
Fix gcc -Wpedantic.
Patrik Hagglund
2014-09-12
1
-1
/
+1
*
Add CMake check for libatomic.
Evgeniy Stepanov
2014-09-12
1
-0
/
+3
*
Fix an ODR violation consisting of two 'struct Query' in the global namespace.
Benjamin Kramer
2014-09-12
2
-0
/
+4
*
Remove a temporary variable and just construct a unique_ptr directly using ma...
Craig Topper
2014-09-12
1
-9
/
+6
*
[MCJIT] Improve the "stub not found" diagnostic in RuntimeDyldChecker.
Lang Hames
2014-09-11
1
-1
/
+4
*
R600/SI: Fix off by 1 error in used register count
Matt Arsenault
2014-09-11
1
-2
/
+4
*
Support: Use llvm::COFF::BigObjMagic
Rui Ueyama
2014-09-11
1
-7
/
+15
*
Support: Delete {aligned_,}{u,}{little,big}8_t
Rui Ueyama
2014-09-11
1
-1
/
+0
*
[C API] Make the 'lower switch' pass available via the C API.
Juergen Ributzka
2014-09-11
1
-0
/
+4
*
[CodeGenPrepare] Teach the addressing mode matcher how to promote zext.
Quentin Colombet
2014-09-11
1
-13
/
+56
*
Remove the unused string section symbol parameter from DwarfFile::emitStrings
David Blaikie
2014-09-11
9
-61
/
+43
*
Support: improve identify_magic to recognize COFF bigobj
Rui Ueyama
2014-09-11
1
-3
/
+9
*
Misc cleanups to the FileSytem api.
Rafael Espindola
2014-09-11
4
-66
/
+43
*
[PATCH, PowerPC] Accept 'U' and 'X' constraints in inline asm
Bill Schmidt
2014-09-11
1
-0
/
+10
*
[MCJIT] Add support for ARM HALF_DIFF relocations to MCJIT.
Lang Hames
2014-09-11
4
-58
/
+183
*
Provide an implementation of getNoopForMachoTarget for SPARC.
Brad Smith
2014-09-11
2
-0
/
+7
*
Add DAG combine for shl + add of constants.
Matt Arsenault
2014-09-11
1
-32
/
+12
*
[MCJIT] Take the relocation addend into account when applying ARM MachO VANILLA
Lang Hames
2014-09-11
1
-1
/
+2
*
[AVX512] Fix miscompile for unpack
Adam Nemet
2014-09-11
1
-56
/
+37
*
Move constant-sized bitvector to the stack.
Benjamin Kramer
2014-09-11
1
-2
/
+2
*
Combine fmul vector FP constants when unsafe math is allowed.
Sanjay Patel
2014-09-11
1
-6
/
+22
*
typo
Sanjay Patel
2014-09-11
1
-1
/
+1
*
R600: Add cmpxchg instruction for evergreen
Aaron Watry
2014-09-11
2
-5
/
+29
*
R600: Add LDS_WRXCHG[_RET] instructions for Evergreen.
Aaron Watry
2014-09-11
1
-0
/
+4
*
R600: Add LDS_MIN_[U]INT[_RET] instructions for Evergreen
Aaron Watry
2014-09-11
1
-0
/
+8
*
R600: Add LDS_XOR[_RET] instructions for Evergreen
Aaron Watry
2014-09-11
1
-0
/
+4
*
R600: Add LDS_OR[_RET] instructions for Evergreen
Aaron Watry
2014-09-11
1
-0
/
+4
*
R600: Add LDS_AND[_RET] instructions for Evergreen
Aaron Watry
2014-09-11
1
-0
/
+4
*
R600: Add LDS_MAX_[U]INT[_RET] instructions for Evergreen
Aaron Watry
2014-09-11
1
-0
/
+8
*
[AlignmentFromAssumptions] Don't crash just because the target is 32-bit
Hal Finkel
2014-09-11
1
-0
/
+4
*
Build correct vector filled with undef nodes
David Xu
2014-09-11
1
-4
/
+20
*
R600/SI: Fix losing chain when fixing reg class of loads.
Matt Arsenault
2014-09-10
1
-6
/
+14
*
R600/SI: Report offset in correct units for st64 DS instructions
Matt Arsenault
2014-09-10
1
-0
/
+15
*
R600: Custom lower frem
Matt Arsenault
2014-09-10
2
-0
/
+20
*
Add doInitialization/doFinalization to DataLayoutPass.
Rafael Espindola
2014-09-10
6
-13
/
+16
*
[AlignmentFromAssumptions] Don't divide by zero for unknown starting alignment
Hal Finkel
2014-09-10
1
-2
/
+4
*
[AArch64] Revert r216141 for cyclone
Gerolf Hoflehner
2014-09-10
1
-1
/
+1
*
[PassManager] Adding Hidden attribute to EnableMLSM option
Gerolf Hoflehner
2014-09-10
1
-2
/
+2
*
[MergedLoadStoreMotion] Move pass enabling option to PassManagerBuilder
Gerolf Hoflehner
2014-09-10
2
-7
/
+8
*
Cleanup: Use the appropriate API for accessing the DIVariable of a
Adrian Prantl
2014-09-10
1
-1
/
+1
*
Make CallingConv::ID an alias of "unsigned".
Alexey Samsonov
2014-09-10
2
-10
/
+6
[next]