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
*
[LAA] Lift RuntimePointerCheck out of LoopAccessInfo, NFC
Adam Nemet
2015-07-14
4
-55
/
+53
*
[PowerPC] Use the ABI indirect-call protocol for patchpoints
Hal Finkel
2015-07-14
1
-1
/
+43
*
Add support for reading members out of thin archives.
Rafael Espindola
2015-07-14
1
-1
/
+22
*
Add allnodes() iterator range to SelectionDAG. NFC.
Pete Cooper
2015-07-14
4
-20
/
+12
*
Constify parameters in SelectionDAG methods. NFC
Pete Cooper
2015-07-14
1
-3
/
+3
*
Remove unnecessary .getNode() in SelectionDAG. NFC.
Pete Cooper
2015-07-14
1
-22
/
+20
*
Use more foreach loops in SelectionDAG. NFC
Pete Cooper
2015-07-14
1
-7
/
+6
*
MIR Serialization: Serialize the machine basic block live in registers.
Alex Lorenz
2015-07-14
4
-1
/
+44
*
MIR Printer: move the function 'printReg'. NFC.
Alex Lorenz
2015-07-14
1
-13
/
+13
*
GVN: use a static array instead of regenerating it each time. NFC.
Tim Northover
2015-07-14
1
-1
/
+1
*
WebAssembly: add basic int/fp instruction codegen.
JF Bastien
2015-07-14
3
-28
/
+63
*
Fix NDEBUG build warning
Krzysztof Parzyszek
2015-07-14
1
-0
/
+2
*
GVN: tolerate an instruction being replaced without existing in the leaderboard
Tim Northover
2015-07-14
1
-1
/
+4
*
Fix Windows build: replace __func__ with LLVM_FUNCTION_NAME
Krzysztof Parzyszek
2015-07-14
1
-4
/
+5
*
[MMX] Use the appropriate instructions for GR64 <-> VR64 copies.
Bruno Cardoso Lopes
2015-07-14
1
-2
/
+2
*
[PowerPC] Fix the PPCInstrInfo::getInstrLatency implementation
Hal Finkel
2015-07-14
5
-0
/
+55
*
[Hexagon] Generate instructions for operations on predicate registers
Krzysztof Parzyszek
2015-07-14
3
-0
/
+531
*
[CodeGen] Force emission of personality directive if explicitly specified
Keno Fischer
2015-07-14
5
-22
/
+57
*
AMDGPU: Avoid using 64-bit shift for i64 (shl x, 32)
Matt Arsenault
2015-07-14
2
-0
/
+35
*
AMDGPU/SI: Fix read2 merging into a super register.
Matt Arsenault
2015-07-14
3
-13
/
+35
*
MachineRegisterInfo: Remove UsedPhysReg infrastructure
Matthias Braun
2015-07-14
16
-122
/
+23
*
RAGreedy: Keep track of allocated PhysRegs internally
Matthias Braun
2015-07-14
2
-18
/
+32
*
Add missing builtins to the PPC back end for ABI compliance (vol. 4)
Nemanja Ivanovic
2015-07-14
1
-0
/
+6
*
PrologEpilogInserter: Rewrite API to determine callee save regsiters.
Matthias Braun
2015-07-14
26
-134
/
+223
*
AArch64: add rev64 alias for 64-bit rev instruction.
Tim Northover
2015-07-14
1
-0
/
+2
*
[Hexagon] Generate "extract" instructions more aggressively
Krzysztof Parzyszek
2015-07-14
3
-13
/
+278
*
ARMAsmParser: Take MCInst param by const-ref
Hans Wennborg
2015-07-14
1
-8
/
+9
*
Caused regressions: compile Release+Asserts failed on clang-native-arm-cortex-a9
Alexandros Lamprineas
2015-07-14
1
-96
/
+83
*
AMDGPU/SI: Add support for shrinking v_cndmask_b32_e32 instructions
Tom Stellard
2015-07-14
1
-6
/
+27
*
Silencing two MSVC warnings; 'argument' : truncation from 'unsigned int' to '...
Aaron Ballman
2015-07-14
1
-1
/
+1
*
-Added API for retrieving the default FPU of a CPU from TargetParser.
Alexandros Lamprineas
2015-07-14
1
-83
/
+96
*
[mips] Fix li/la differences between IAS and GAS.
Daniel Sanders
2015-07-14
1
-82
/
+83
*
[PM/AA] Reformat GlobalsModRef so that subsequent patches I make here
Chandler Carruth
2015-07-14
1
-155
/
+160
*
[SROA] Don't de-atomic volatile loads and stores
David Majnemer
2015-07-14
1
-6
/
+15
*
Generate correct asm info for mingw and cygwin ARM targets.
Yaron Keren
2015-07-14
1
-2
/
+2
*
Prune trailing whitespaces and CRs.
NAKAMURA Takumi
2015-07-14
1
-23
/
+23
*
Revert "LegalizeDAG: Fix and improve FCOPYSIGN/FABS legalization"
Matthias Braun
2015-07-14
1
-150
/
+74
*
LegalizeDAG: Fix and improve FCOPYSIGN/FABS legalization
Matthias Braun
2015-07-14
1
-74
/
+150
*
Add capability to get and set the personalitty function from the C API
Andrew Wilkins
2015-07-14
1
-0
/
+8
*
Add a herper function. NFC.
Rafael Espindola
2015-07-14
1
-8
/
+7
*
MIR Serialization: Serialize the variable sized stack objects.
Alex Lorenz
2015-07-14
2
-4
/
+11
*
Update enforceKnownAlignment after the isWeakForLinker semantic change
Reid Kleckner
2015-07-14
1
-7
/
+4
*
MIR Serialization: Serialize the sub register indices.
Alex Lorenz
2015-07-13
4
-3
/
+53
*
Fix reading archive members with / in the name.
Rafael Espindola
2015-07-13
1
-3
/
+3
*
[PPC64LE] More improvements to VSX swap optimization
Bill Schmidt
2015-07-13
1
-21
/
+188
*
Loop idiom recognizer was replacing too many uses of popcount.
Pete Cooper
2015-07-13
1
-1
/
+1
*
[WinEH] Emit the LSDA even if no lpads remain but outlining occurred
Reid Kleckner
2015-07-13
1
-6
/
+14
*
[Hexagon] Move BitTracker into the llvm namespace and remove redundant qualif...
Benjamin Kramer
2015-07-13
4
-64
/
+52
*
Add support deterministic output in llvm-ar and make it the default.
Rafael Espindola
2015-07-13
2
-18
/
+45
*
AMDGPU: Minor cleanups to always inline pass
Matt Arsenault
2015-07-13
1
-7
/
+4
[next]