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
*
Construct a skeleton cu for each compile unit in the module, not just
Eric Christopher
2013-02-05
1
-5
/
+8
*
Add support for emitting a stub DW_AT_GNU_dwo_id as part of the
Eric Christopher
2013-02-05
1
-1
/
+7
*
When the target-independent DAGCombiner inferred a higher alignment for a load,
Owen Anderson
2013-02-05
1
-2
/
+5
*
[Stack Alignment] emit warning instead of a hard error
Manman Ren
2013-02-04
1
-3
/
+3
*
SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.
Benjamin Kramer
2013-02-04
1
-44
/
+115
*
rdar://13126763
Shuxin Yang
2013-02-02
1
-13
/
+20
*
Correct indentation for dumping LexicalScope.
Manman Ren
2013-02-02
1
-8
/
+6
*
[Dwarf] avoid emitting multiple AT_const_value for static memebers.
Manman Ren
2013-02-01
1
-3
/
+9
*
Fix errant fallthrough in the generation of the lifetime markers.
Nadav Rotem
2013-02-01
1
-0
/
+1
*
Use a continue to simplify loop and reduce indentation. No functional change.
Chad Rosier
2013-02-01
1
-24
/
+25
*
Add braces, so my head doesn't explode.
Chad Rosier
2013-01-31
1
-1
/
+2
*
When lowering memcpys to loads and stores, make sure we don't promote alignments
Lang Hames
2013-01-31
1
-0
/
+9
*
[Dwarf] early exit to avoid creating dangling DIEs
Manman Ren
2013-01-31
1
-1
/
+6
*
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-31
2
-3
/
+17
*
Add a special handling case for untyped CopyFromReg node in GetCostForDef() o...
Weiming Zhao
2013-01-29
1
-1
/
+11
*
Support artificial parameters in function types.
David Blaikie
2013-01-29
1
-0
/
+2
*
Fixing warnings revealed by gcc release build
Edwin Vane
2013-01-29
1
-3
/
+2
*
MIsched: cleanup code. Use isBoundaryNode().
Andrew Trick
2013-01-29
1
-2
/
+4
*
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-29
3
-9
/
+138
*
This patch addresses bug 15031.
Bill Schmidt
2013-01-28
2
-9
/
+26
*
Fix comment.
Eric Christopher
2013-01-28
1
-1
/
+1
*
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...
Michael Gottesman
2013-01-28
1
-1
/
+1
*
Legalizer: Reword comment again, per Duncan's suggestion.
Benjamin Kramer
2013-01-27
1
-3
/
+2
*
Legalizer: Add an assert and tweak a comment to clarify the assumptions this ...
Benjamin Kramer
2013-01-27
1
-1
/
+5
*
When the legalizer is splitting vector shifts, the result may not have the ri...
Benjamin Kramer
2013-01-27
1
-2
/
+9
*
Use const reference instead of vector copying.
Jakub Staszak
2013-01-25
1
-1
/
+2
*
This patch aims to reduce compile time in LegalizeTypes by using SmallDenseMap,
Preston Gurd
2013-01-25
2
-9
/
+9
*
MIsched: Print block name. No functionality.
Andrew Trick
2013-01-25
1
-1
/
+2
*
MachineScheduler support for viewGraph.
Andrew Trick
2013-01-25
1
-1
/
+88
*
ScheduleDAG: colorize the DOT graph and improve formatting.
Andrew Trick
2013-01-25
3
-2
/
+10
*
ScheduleDAG: Added isBoundaryNode to conveniently detect a common corner case.
Andrew Trick
2013-01-25
1
-7
/
+19
*
SchedDFS: Complete support for nested subtrees.
Andrew Trick
2013-01-25
1
-33
/
+74
*
MIsched: Improve the interface to SchedDFS analysis (subtrees).
Andrew Trick
2013-01-25
2
-34
/
+42
*
SchedDFS: Initial support for nested subtrees.
Andrew Trick
2013-01-25
1
-37
/
+73
*
MISched: Add SchedDFSResult to ScheduleDAGMI to formalize the
Andrew Trick
2013-01-25
1
-25
/
+55
*
SchedDFS: Refactor and tweak the subtree selection criteria.
Andrew Trick
2013-01-25
1
-24
/
+32
*
Avoid creating duplicate CFG edges in the IfConversion pass.
Jakob Stoklund Olesen
2013-01-24
1
-1
/
+1
*
MachineScheduler: enable biasCriticalPath for all DAGs.
Andrew Trick
2013-01-24
1
-0
/
+4
*
MIsched: Added biasCriticalPath.
Andrew Trick
2013-01-24
1
-0
/
+15
*
Add the heuristic to differentiate SSPStrong from SSPRequired.
Bill Wendling
2013-01-23
1
-23
/
+103
*
Add the IR attribute 'sspstrong'.
Bill Wendling
2013-01-23
1
-0
/
+6
*
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-22
5
-42
/
+29
*
Introduce a new data structure, the SparseMultiSet, and changes to the MI sch...
Michael Ilseman
2013-01-21
1
-45
/
+33
*
Revert 172708.
Nadav Rotem
2013-01-20
2
-14
/
+8
*
The last of PR14471 - emission of constant floats
David Blaikie
2013-01-20
2
-4
/
+19
*
Split out DW_OP_addr for the split debug info DWARF5 proposal.
Eric Christopher
2013-01-18
2
-6
/
+23
*
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
1
-4
/
+4
*
Remove unused parameter. Also use the AttributeSet query methods instead of t...
Bill Wendling
2013-01-18
2
-9
/
+9
*
[MC/Mach-O] Implement integrated assembler support for linker options.
Daniel Dunbar
2013-01-18
1
-7
/
+26
*
Optimization for the following SIGN_EXTEND pairs:
Elena Demikhovsky
2013-01-17
2
-8
/
+14
[next]