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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make global aliases have symbol size equal to their type
John Brawn
2015-07-17
1
-0
/
+10
*
Only do fmul (fadd x, x), c combine if the fadd only has one use
Matt Arsenault
2015-07-17
1
-1
/
+3
*
MIR Serialization: Serialize the frame setup machine instruction flag.
Alex Lorenz
2015-07-17
4
-6
/
+15
*
MIR Serialization: Serialize the frame index machine operands.
Alex Lorenz
2015-07-16
6
-20
/
+152
*
Fix __builtin_setjmp in combination with sjlj exception handling.
Matthias Braun
2015-07-16
4
-5
/
+12
*
LiveInterval: Document and enforce rules about empty subranges.
Matthias Braun
2015-07-16
3
-0
/
+9
*
Do not duplicate method name in comment, remove duplicate comment
Matthias Braun
2015-07-16
1
-3
/
+0
*
Rename LoopInfo::Analyze() to LoopInfo::analyze() and turn its parameter type...
Cong Hou
2015-07-16
1
-1
/
+1
*
[Codegen] Add intrinsics 'absdiff' and corresponding SDNodes for absolute dif...
James Molloy
2015-07-16
6
-0
/
+50
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
10
-118
/
+114
*
Remove DataLayout from TargetLoweringObjectFile, redirect to Module
Mehdi Amini
2015-07-16
3
-27
/
+26
*
Redirect pointerSize query to the TargetMachine in ASMPrinter
Mehdi Amini
2015-07-16
2
-8
/
+12
*
MIR Serialization: Serialize the jump table index operands.
Alex Lorenz
2015-07-15
6
-5
/
+50
*
MIR Serialization: Serialize the jump table info.
Alex Lorenz
2015-07-15
2
-1
/
+51
*
Create a wrapper pass for BranchProbabilityInfo.
Cong Hou
2015-07-15
1
-3
/
+4
*
TargetRegisterInfo: Provide a way to check assigned registers in getRegAlloca...
Matthias Braun
2015-07-15
5
-7
/
+11
*
MIR Serialization: Serialize references from the stack objects to named allocas.
Alex Lorenz
2015-07-15
2
-6
/
+21
*
Add a "debugger tuning" concept that allows us to fine-tune how we
Paul Robinson
2015-07-15
2
-10
/
+71
*
Rename doFunction() in BFI to calculate() and change its parameters from poin...
Cong Hou
2015-07-15
1
-1
/
+1
*
Revert "Refactor optimizeUncoalescable logic"
Bruno Cardoso Lopes
2015-07-15
1
-246
/
+127
*
Revert "Look through PHIs to find additional register sources"
Bruno Cardoso Lopes
2015-07-15
1
-265
/
+82
*
Test commit.
Cong Hou
2015-07-15
1
-1
/
+0
*
Debug Info: Add basic support for external types references.
Adrian Prantl
2015-07-15
4
-3
/
+28
*
Look through PHIs to find additional register sources
Bruno Cardoso Lopes
2015-07-15
1
-82
/
+265
*
Refactor optimizeUncoalescable logic
Bruno Cardoso Lopes
2015-07-15
1
-127
/
+246
*
[SDAG] Optimize unordered comparison in soft-float mode (patch by Anton Nadol...
Alexey Bataev
2015-07-15
1
-23
/
+31
*
[MachineCombiner] Work with itineraries
Hal Finkel
2015-07-15
1
-4
/
+9
*
Use enum instead of unsigned. NFC.
Pete Cooper
2015-07-15
2
-2
/
+4
*
Use cast<> instead of dyn_cast to remove llvm_unreachable. NFC.
Pete Cooper
2015-07-15
1
-4
/
+2
*
Use another foreach loop. NFC
Pete Cooper
2015-07-15
1
-2
/
+1
*
Use getAnyExtOrTrunc helper instead of manually doing ext/trunc check. NFC.
Pete Cooper
2015-07-15
1
-14
/
+5
*
Use getZExtOrTrunc helper instead of manually doing zext/trunc check. NFC.
Pete Cooper
2015-07-15
2
-4
/
+2
*
Use getStoreSize() instead of getStoreSizeInBits()/8. NFC.
Pete Cooper
2015-07-15
1
-2
/
+1
*
Use more foreach loops in SelectionDAG. NFC
Pete Cooper
2015-07-14
3
-40
/
+37
*
Add allnodes() iterator range to SelectionDAG. NFC.
Pete Cooper
2015-07-14
2
-9
/
+6
*
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
*
[CodeGen] Force emission of personality directive if explicitly specified
Keno Fischer
2015-07-14
5
-22
/
+57
*
MachineRegisterInfo: Remove UsedPhysReg infrastructure
Matthias Braun
2015-07-14
6
-100
/
+8
*
RAGreedy: Keep track of allocated PhysRegs internally
Matthias Braun
2015-07-14
2
-18
/
+32
*
PrologEpilogInserter: Rewrite API to determine callee save regsiters.
Matthias Braun
2015-07-14
3
-27
/
+92
*
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
*
MIR Serialization: Serialize the variable sized stack objects.
Alex Lorenz
2015-07-14
2
-4
/
+11
*
MIR Serialization: Serialize the sub register indices.
Alex Lorenz
2015-07-13
4
-3
/
+53
*
[WinEH] Emit the LSDA even if no lpads remain but outlining occurred
Reid Kleckner
2015-07-13
1
-6
/
+14
*
Service the doxygen comments in DwarfUnit and DwarfDebug.
Adrian Prantl
2015-07-13
2
-148
/
+151
[next]