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
...
*
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
*
Revert r194300 which broke the build.
Nick Lewycky
2013-11-09
1
-14
/
+14
*
[Stackmap] Materialize the jump address within the patchpoint noop slide.
Juergen Ributzka
2013-11-09
2
-4
/
+15
*
Rewrite the PBQP graph data structure.
Lang Hames
2013-11-09
1
-14
/
+14
*
[Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.
Juergen Ributzka
2013-11-08
4
-36
/
+100
*
increase the accuracy of register pressure computation in the presence of dea...
Pedro Artigas
2013-11-08
2
-16
/
+36
*
Fix some minor issues with r194282 to get the tree healthy again.
Lang Hames
2013-11-08
1
-1
/
+2
*
Add a method to get the object-file appropriate stack map section.
Lang Hames
2013-11-08
1
-2
/
+1
*
Revert "CalculateSpillWeights does not need to be a pass"
Arnaud A. de Grandmaison
2013-11-08
5
-9
/
+29
*
[VirtRegMap] Fix for PR17825. Do not ignore noreturn definitions when setting
Quentin Colombet
2013-11-08
1
-1
/
+5
*
CalculateSpillWeights does not need to be a pass
Arnaud A. de Grandmaison
2013-11-08
5
-29
/
+9
*
CalculateSpillWeights cleanup: remove unneeded includes
Arnaud A. de Grandmaison
2013-11-08
1
-2
/
+0
*
Slightly change the way stackmap and patchpoint intrinsics are lowered.
Andrew Trick
2013-11-05
1
-9
/
+27
*
Comment some and reformat for clarity beginFunction.
Eric Christopher
2013-11-01
1
-30
/
+42
*
[Stackmap] Remove erroneous assert.
Juergen Ributzka
2013-11-01
1
-3
/
+0
*
Remove linkonce_odr_auto_hide.
Rafael Espindola
2013-11-01
1
-4
/
+2
*
Commenting out this assert because it is causing the build bots to fail. Thi...
Aaron Ballman
2013-11-01
1
-2
/
+2
*
Fixing an order of evaluation error in an assert.
Aaron Ballman
2013-11-01
1
-1
/
+1
*
DebugInfo: Emit member variable locations as data instead of expressions in b...
David Blaikie
2013-11-01
1
-29
/
+31
*
Unused variable
Andrew Trick
2013-10-31
1
-0
/
+1
*
Add support for stack map generation in the X86 backend.
Andrew Trick
2013-10-31
3
-0
/
+217
*
Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.
Manman Ren
2013-10-31
6
-11
/
+87
*
Lower stackmap intrinsics directly to their target opcode in the DAG builder.
Andrew Trick
2013-10-31
3
-11
/
+216
*
whitespace
Andrew Trick
2013-10-31
1
-7
/
+7
*
Remove the --shrink-wrap option.
Rafael Espindola
2013-10-31
4
-1394
/
+69
*
Legalize: Improve legalization of long vector extends.
Jim Grosbach
2013-10-31
2
-3
/
+63
*
Fix CodeGen for unaligned loads with address spaces
Matt Arsenault
2013-10-30
1
-2
/
+5
*
Produce .weak_def_can_be_hidden for some linkonce_odr values
Rafael Espindola
2013-10-30
1
-7
/
+20
*
DebugInfo: Push header handling down into CompileUnit
David Blaikie
2013-10-30
3
-18
/
+29
*
DwarfDebug: Change Abbreviations member from pointer to reference
David Blaikie
2013-10-30
2
-10
/
+10
*
Revert "SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs spl...
Juergen Ributzka
2013-10-30
2
-35
/
+8
*
SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.
Juergen Ributzka
2013-10-30
2
-8
/
+35
*
Reformat code with clang-format.
Josh Magee
2013-10-30
1
-37
/
+40
*
Debug Info: code clean up.
Manman Ren
2013-10-29
2
-3
/
+5
*
Debug Info: support for DW_FORM_ref_addr.
Manman Ren
2013-10-29
6
-3
/
+67
*
Debug Info: instead of calling addToContextOwner which constructs the context
Manman Ren
2013-10-29
2
-21
/
+9
*
[stackprotector] Update the StackProtector pass to perform datalayout analysis.
Josh Magee
2013-10-29
1
-27
/
+60
*
Move getSymbol to TargetLoweringObjectFile.
Rafael Espindola
2013-10-29
2
-9
/
+9
[prev]
[next]