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
*
Add a doxygen comment to DebugLocEntry::Merge.
Adrian Prantl
2014-04-01
1
-0
/
+3
*
DebugLocEntry: Actually merge the loc entry when returning true.
David Blaikie
2014-04-01
1
-1
/
+5
*
Fix accidental fallthrough in DebugLocEntry::hasSameValueOrLocation
David Blaikie
2014-04-01
1
-5
/
+10
*
Remove unused function DebugLocEntry::isEmpty
David Blaikie
2014-04-01
1
-3
/
+0
*
Refactor out the comparison of the location/value in a DebugLocEntry
David Blaikie
2014-04-01
1
-18
/
+19
*
DebugInfo: Split DebugLocEntry into its own file.
David Blaikie
2014-04-01
2
-85
/
+113
*
DwarfDebug: Prevent DebugLocEntry merging from coalescing two different
Adrian Prantl
2014-04-01
1
-2
/
+9
*
Make isSetCCEquivalent respect the TargetBooleanContents
Matt Arsenault
2014-04-01
1
-19
/
+22
*
Add helpers for checking if a value is a target boolean constant.
Matt Arsenault
2014-04-01
1
-0
/
+48
*
DebugInfo: Factor out common functionality for rendering debug_loc and debug_...
David Blaikie
2014-04-01
2
-10
/
+17
*
Cleanup remaining use of removed variable to fix the build
David Blaikie
2014-04-01
1
-1
/
+1
*
Simplify debug_loc.dwo handling slightly.
David Blaikie
2014-04-01
3
-8
/
+3
*
DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...
David Blaikie
2014-04-01
1
-11
/
+2
*
LTO type uniquing: store the Decl field of a DIImportedEntity as a DIRef.
Adrian Prantl
2014-04-01
1
-1
/
+1
*
[Stackmaps] Update the stackmap format to use 64-bit relocations for the func...
Juergen Ributzka
2014-03-31
1
-20
/
+36
*
Change shouldSplitVectorElementType to better match the description.
Matt Arsenault
2014-03-31
1
-1
/
+1
*
Add an optional ability to expand larger BUILD_VECTORs with shuffles
Hal Finkel
2014-03-31
1
-20
/
+117
*
Add a TLI hook to control when BUILD_VECTOR might be expanded using shuffles
Hal Finkel
2014-03-31
1
-1
/
+10
*
Disable each MachineFunctionPass for 'optnone' functions, unless that
Paul Robinson
2014-03-31
14
-0
/
+42
*
Look at shuffles of build_vectors in DAGCombiner::visitEXTRACT_VECTOR_ELT
Hal Finkel
2014-03-31
1
-7
/
+24
*
Make use of previously generated stores in SelectionDAGLegalize::ExpandExtrac...
Hal Finkel
2014-03-30
1
-4
/
+33
*
Avoid storing Twines.
Benjamin Kramer
2014-03-29
1
-22
/
+19
*
CodeGen: add sensible defaults for the ISD::FROUND operation
Tim Northover
2014-03-29
1
-0
/
+9
*
CodeGenPrep: wrangle IR to exploit AArch64 tbz/tbnz inst.
Tim Northover
2014-03-29
2
-0
/
+81
*
Provide a target override for the cost of using a callee-saved register
Manman Ren
2014-03-27
1
-2
/
+6
*
Canonicalise Windows target triple spellings
Saleem Abdulrasool
2014-03-27
1
-1
/
+1
*
Register Allocator: refactoring and add comments.
Manman Ren
2014-03-27
1
-35
/
+58
*
DebugInfo: TargetOptions/MCAsmInfo support for compressed debug info sections
David Blaikie
2014-03-27
1
-0
/
+3
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-27
1
-1
/
+1
*
This is a fix for PR# 19051. I noticed code gen differences due to code motio...
Ekaterina Romanova
2014-03-26
1
-1
/
+1
*
Add comments. Addressing review comments from Evan on r204690.
Manman Ren
2014-03-26
1
-0
/
+5
*
Fix for incorrect address sinking in the presence of potential overflows.
Jim Grosbach
2014-03-26
1
-1
/
+8
*
Add @llvm.clear_cache builtin
Renato Golin
2014-03-26
1
-0
/
+2
*
Follow-up to r204790: don't try to emit line tables if there are no functions...
Timur Iskhodzhanov
2014-03-26
1
-2
/
+9
*
Fix PR19239 - Add support for generating debug info for functions without lex...
Timur Iskhodzhanov
2014-03-26
2
-16
/
+12
*
Revert "Prevent alias from pointing to weak aliases."
Rafael Espindola
2014-03-26
1
-1
/
+1
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-26
1
-1
/
+1
*
blockfreq: Implement Pass::releaseMemory()
Duncan P. N. Exon Smith
2014-03-25
1
-10
/
+10
*
blockfreq: Use const in MachineBlockFrequencyInfo
Duncan P. N. Exon Smith
2014-03-25
2
-10
/
+10
*
[DAG] Keep the opaque constant flag when performing unary constant folding op...
Juergen Ributzka
2014-03-25
1
-6
/
+12
*
Fix creating illegal setcc cond codes.
Matt Arsenault
2014-03-25
1
-10
/
+18
*
WinCOFF: Add support for -fdata-sections
David Majnemer
2014-03-25
1
-3
/
+9
*
DebugInfo: Add GNU_addr_base and GNU_ranges_base only when there are addresse...
David Blaikie
2014-03-25
1
-13
/
+11
*
DebugInfo: Support debug_loc under fission
David Blaikie
2014-03-25
3
-15
/
+34
*
DebugInfo: Remove unnecessary zero-size check
David Blaikie
2014-03-25
1
-3
/
+0
*
Register Allocator: check other options before using a CSR for the first time.
Manman Ren
2014-03-25
1
-6
/
+57
*
Register Allocator: refactoring (no functionality change).
Manman Ren
2014-03-24
1
-6
/
+30
*
DebugInfo: Simplify debug loc list handling by keeping separate lists
David Blaikie
2014-03-24
3
-33
/
+17
*
DwarfDebug: Simplify debug_loc merging
David Blaikie
2014-03-24
3
-29
/
+13
*
Get rid of an unnecessary use of the * and & operators.
Adrian Prantl
2014-03-24
1
-1
/
+1
[next]