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
*
Fix unused variables.
Eli Friedman
2013-09-10
2
-1
/
+2
*
Hoist section call out of loop.
Eric Christopher
2013-09-10
1
-2
/
+2
*
Debug Info: create scope children DIEs when the scope DIE is not null.
Manman Ren
2013-09-10
2
-19
/
+54
*
Debug Info: define a DIRef template.
Manman Ren
2013-09-10
2
-6
/
+4
*
Don't use getSetCCResultType for creating a vselect
Matt Arsenault
2013-09-10
1
-2
/
+1
*
Enable -misched-cyclicpath by default.
Andrew Trick
2013-09-09
1
-1
/
+1
*
Debug Info: move DIScope::getContext back from DwarfDebug.
Manman Ren
2013-09-09
3
-27
/
+1
*
mi-sched: smooth out the cyclicpath heuristic.
Andrew Trick
2013-09-09
1
-1
/
+4
*
white spaces and long lines
Jack Carter
2013-09-09
1
-45
/
+81
*
Always add global names. We're adding them in the rest of the code
Eric Christopher
2013-09-09
1
-3
/
+2
*
Rename for consistency.
Eric Christopher
2013-09-09
2
-4
/
+4
*
Call generateCompactUnwindEncodings() right before we need to output the fram...
Bill Wendling
2013-09-09
1
-4
/
+3
*
Debug Info: Use DIScopeRef for DIType::getContext.
Manman Ren
2013-09-09
2
-7
/
+7
*
Debug Info: move DIScope::getContext to DwarfDebug.
Manman Ren
2013-09-09
3
-5
/
+31
*
Revert patches to add case-range support for PR1255.
Bob Wilson
2013-09-09
2
-36
/
+53
*
Debug Info: Move isSubprogramContext from DebugInfo to DwarfDebug.
Manman Ren
2013-09-09
3
-1
/
+18
*
Debug Info: Rename DITypeRef to DIScopeRef.
Manman Ren
2013-09-09
2
-5
/
+5
*
[stackprotector] Modernize code with IRBuilder
Benjamin Kramer
2013-09-09
1
-32
/
+17
*
[ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.
Joey Gouly
2013-09-09
1
-21
/
+18
*
Generate compact unwind encoding from CFI directives.
Bill Wendling
2013-09-09
1
-3
/
+4
*
Debug Info: Use identifier to reference DIType in containing type field of
Manman Ren
2013-09-07
1
-1
/
+1
*
Debug Info: Use identifier to reference DIType in containing type field of
Manman Ren
2013-09-06
1
-1
/
+1
*
mi-sched: cleanup register pressure update, remove a FIXME.
Andrew Trick
2013-09-06
1
-19
/
+26
*
mi-sched: improve regpressure tracing.
Andrew Trick
2013-09-06
1
-2
/
+7
*
mi-sched: print tree size in -view-misched-dags
Andrew Trick
2013-09-06
1
-1
/
+5
*
mi-sched: register pressure update tracing.
Andrew Trick
2013-09-06
1
-0
/
+4
*
mi-sched: Reorder Cyclicpath (latency) and CriticalMax (pressure) heuristics.
Andrew Trick
2013-09-06
1
-4
/
+4
*
Added MachineSchedPolicy.
Andrew Trick
2013-09-06
1
-35
/
+51
*
avoid unnecessary direct access to LiveInterval::ranges
Matthias Braun
2013-09-06
3
-31
/
+30
*
remove unused argument from LiveRanges::join()
Matthias Braun
2013-09-06
2
-4
/
+2
*
remove pointless assert
Matthias Braun
2013-09-06
1
-2
/
+0
*
fix comment
Matthias Braun
2013-09-06
1
-1
/
+1
*
SelectionDAG: create correct BooleanContent constants
Tim Northover
2013-09-06
2
-2
/
+11
*
Debug Info: Use identifier to reference DIType in base type field of
Manman Ren
2013-09-05
3
-1
/
+14
*
Move accelerator table defines and constants to Dwarf.h since
Eric Christopher
2013-09-05
4
-56
/
+14
*
Reformat.
Eric Christopher
2013-09-05
2
-99
/
+103
*
mi-sched: Force bottom up scheduling for generic targets.
Andrew Trick
2013-09-04
1
-3
/
+23
*
Remove hack ensuring that darwin didn't produce dwarf > 3 for modules
Eric Christopher
2013-09-04
1
-5
/
+1
*
Revert "Revert r189902 as the workaround shouldn't be necessary anymore."
Eric Christopher
2013-09-04
1
-1
/
+5
*
Revert r189902 as the workaround shouldn't be necessary anymore.
Eric Christopher
2013-09-04
1
-5
/
+1
*
comment typo
Andrew Trick
2013-09-04
1
-1
/
+1
*
Remove dead subtree limit code.
Andrew Trick
2013-09-04
1
-9
/
+0
*
-view-misched-dags, better pruning.
Andrew Trick
2013-09-04
1
-1
/
+1
*
mi-sched: DEBUG cleanup, call tracePick for unidirectional scheduling.
Andrew Trick
2013-09-04
1
-0
/
+2
*
80 columns
Andrew Trick
2013-09-04
1
-2
/
+2
*
mi-sched: Suppress register pressure tracking when the scheduling window is t...
Andrew Trick
2013-09-04
1
-16
/
+29
*
mi-sched: Load clustering is a bit to expensive to enable unconditionally.
Andrew Trick
2013-09-04
1
-1
/
+1
*
mi-sched: Reuse an invalid HazardRecognizer to save compile time.
Andrew Trick
2013-09-04
1
-6
/
+14
*
mi-sched: bypass heuristic checks when regpressure tracking is disabled.
Andrew Trick
2013-09-04
2
-27
/
+32
*
Added -misched-regpressure option.
Andrew Trick
2013-09-04
2
-21
/
+51
[next]