index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
4
-11
/
+0
*
Remove unnecessary temporary construction.
David Blaikie
2013-11-17
1
-1
/
+1
*
Remove redundant explicit default initialization.
David Blaikie
2013-11-17
1
-2
/
+2
*
DwarfCompileUnit: Add type safety to createGlobalVariableDIE
David Blaikie
2013-11-17
3
-5
/
+4
*
Revert "Micro-optimization"
Bill Wendling
2013-11-17
1
-4
/
+5
*
DAGCombiner: Partially revert r192795, getNOT was fixed not to create illegal...
Benjamin Kramer
2013-11-17
1
-1
/
+1
*
Use more getZExtOrTruncs
Matt Arsenault
2013-11-17
2
-9
/
+2
*
Use getZExtOrTrunc instead of repeating the same logic.
Matt Arsenault
2013-11-17
1
-5
/
+1
*
Added a size field to the stack map record to handle subregister spills.
Andrew Trick
2013-11-17
3
-6
/
+50
*
Use right address space pointer size
Matt Arsenault
2013-11-17
1
-1
/
+2
*
Fix assert on unaligned access to global with different address space size.
Matt Arsenault
2013-11-16
1
-1
/
+1
*
Fix codegen for null different sized pointer.
Matt Arsenault
2013-11-16
1
-2
/
+4
*
DwarfCompileUnit: Push type safety of DIDescriptor through CompileUnit::creat...
David Blaikie
2013-11-16
2
-5
/
+5
*
DwarfCompileUnit: Remove unnecessary OwningPtr<T>::get() call
David Blaikie
2013-11-16
1
-1
/
+1
*
For dwarf4 use the correct form for referencing debug_loc locations,
Eric Christopher
2013-11-16
2
-2
/
+4
*
DwarfCompileUnit: Add type safety to CompileUnit::getNode by returning DIComp...
David Blaikie
2013-11-15
2
-5
/
+4
*
DwarfCompileUnit: Add type safety by using DICompileUnit rather than raw MDNo...
David Blaikie
2013-11-15
4
-16
/
+16
*
DwarfCompileUnit: Simplify getLanguage() calls to use existing member function
David Blaikie
2013-11-15
1
-3
/
+3
*
Replace the dangling context hotfix with an assertion.
Adrian Prantl
2013-11-15
1
-4
/
+1
*
DwarfDebug: Push DISubprogram through updateSubprogramScopeDIE
David Blaikie
2013-11-15
2
-7
/
+5
*
DwarfCompileUnit: Push DIDescriptors through a getDIE/insertDIE
David Blaikie
2013-11-15
3
-19
/
+20
*
DwarfCompileUnit: Push DIDescriptor usage out from isShareableAcrossCUs
David Blaikie
2013-11-15
1
-5
/
+5
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
4
-0
/
+11
*
Fix confusing machine verifier error.
Matt Arsenault
2013-11-15
1
-1
/
+1
*
Reimplement r194843 in a slightly less broken way.
Adrian Prantl
2013-11-15
1
-3
/
+5
*
Restore the behaviour from before r194728.
Adrian Prantl
2013-11-15
1
-1
/
+3
*
Avoid illegal integer promotion in fastisel
Bob Wilson
2013-11-15
1
-0
/
+15
*
Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 type
Daniel Sanders
2013-11-15
2
-1
/
+52
*
Add target hook to prevent folding some bitcasted loads.
Matt Arsenault
2013-11-15
1
-1
/
+2
*
Use a reference rather than a pointer as we don't expect a NULL
Eric Christopher
2013-11-15
3
-23
/
+23
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
5
-0
/
+52
*
When folding memory operands, preserve existing MachineMemOperands.
Andrew Trick
2013-11-14
1
-3
/
+14
*
DebugInfo: Simplify/narrow null-check for getOrCreateType
David Blaikie
2013-11-14
1
-2
/
+4
*
DwarfCompileUnit::getOrCreateContext: Return the compile unit DIE rather than...
David Blaikie
2013-11-14
1
-11
/
+4
*
Remove unnecessary 'else' after return.
David Blaikie
2013-11-14
1
-4
/
+3
*
Error if we see an alias to a declaration.
Rafael Espindola
2013-11-14
1
-0
/
+5
*
Minor extension to llvm.experimental.patchpoint: don't require a call.
Andrew Trick
2013-11-14
1
-1
/
+1
*
DIEHash: Move header include to be first in the implementation file to flush ...
David Blaikie
2013-11-13
2
-1
/
+3
*
SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.
Juergen Ributzka
2013-11-13
2
-8
/
+36
*
Replacing HUGE_VALF with llvm::huge_valf in order to work around a warning tr...
Aaron Ballman
2013-11-13
3
-5
/
+6
*
CalcSpillWeights: allow overidding the spill weight normalizing function
Arnaud A. de Grandmaison
2013-11-11
1
-3
/
+4
*
CalcSpillWeights: give a better describing name to calculateSpillWeights
Arnaud A. de Grandmaison
2013-11-11
5
-9
/
+10
*
Unify the adding of enumerators with the construction of the enumeration.
Eric Christopher
2013-11-11
2
-23
/
+25
*
Formatting.
Eric Christopher
2013-11-11
1
-9
/
+8
*
80-col.
Eric Christopher
2013-11-11
1
-5
/
+7
*
Just pass the DIComposite type by value instead of by pointer.
Eric Christopher
2013-11-11
2
-6
/
+6
*
Vector forms of SHL, SRA, and SRL can be constant folded using SimplifyVBinOp...
Daniel Sanders
2013-11-11
1
-0
/
+18
*
CalculateSpillWeights does not need to be a pass
Arnaud A. de Grandmaison
2013-11-10
5
-29
/
+14
*
Use type form of getIntPtrType.
Matt Arsenault
2013-11-10
2
-3
/
+4
*
Re-apply r194300 with fixes for warnings.
Lang Hames
2013-11-09
1
-14
/
+14
[next]