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
*
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
*
Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this by
Eric Christopher
2013-01-17
2
-4
/
+7
*
Add the DW_AT_GNU_addr_base for the skeleton cu. Add support for
Eric Christopher
2013-01-17
2
-1
/
+7
*
Move MachineTraceMetrics.h into include/llvm/CodeGen.
Jakob Stoklund Olesen
2013-01-17
4
-354
/
+3
*
Provide a place for targets to insert ILP optimization passes.
Jakob Stoklund Olesen
2013-01-17
1
-4
/
+6
*
Define metadata interfaces for describing a static data member
Eric Christopher
2013-01-16
2
-43
/
+100
*
Split address information for DWARF5 split dwarf proposal. This involves
Eric Christopher
2013-01-15
5
-23
/
+114
*
This patch addresses an incorrect transformation in the DAG combiner.
Bill Schmidt
2013-01-14
1
-5
/
+15
*
When lowering an inreg sext first shift left, then right arithmetically.
Benjamin Kramer
2013-01-12
1
-3
/
+3
*
Limit the search space in RAGreedy::tryEvict().
Jakob Stoklund Olesen
2013-01-12
2
-1
/
+33
*
Precompute some information about register costs.
Jakob Stoklund Olesen
2013-01-12
1
-2
/
+22
*
PPC: Implement efficient lowering of sign_extend_inreg.
Nadav Rotem
2013-01-11
1
-1
/
+25
*
Remove some accidentaly duplicated code. This needs urgent cleanup :(
Benjamin Kramer
2013-01-11
1
-270
/
+0
*
Split TargetLowering into a CodeGen and a SelectionDAG part.
Benjamin Kramer
2013-01-11
10
-992
/
+1301
*
ARM Cost Model: Modify the target independent cost model to ask
Nadav Rotem
2013-01-11
1
-12
/
+21
*
For inline asm:
Eric Christopher
2013-01-11
3
-4
/
+18
*
Follow-up typo correction from building the wrong branch.
Andrew Trick
2013-01-11
1
-2
/
+2
*
Fix typo from r170452. Affects -enable-misched heuristics.
Andrew Trick
2013-01-11
1
-2
/
+2
*
Simplify writing floating types to assembly.
Tim Northover
2013-01-11
1
-74
/
+32
*
PR14896: Handle memcpy from constant string where the memcpy size is larger t...
Evan Cheng
2013-01-10
1
-2
/
+3
*
Remove unneeded includes from FunctionLoweringInfo.h.
Jakub Staszak
2013-01-10
1
-1
/
+1
*
Allow hasProperty() to be called on bundle-internal instructions.
Jakob Stoklund Olesen
2013-01-10
1
-0
/
+1
[next]