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
*
Allow subtarget selection of the default MachineScheduler and document the in...
Andrew Trick
2013-09-20
1
-12
/
+22
*
DebugInfo: GDBIndexEntry*String conversion functions now return const char* f...
David Blaikie
2013-09-20
1
-2
/
+2
*
Add braces to suppress Clang's dangling-else warning.
David Blaikie
2013-09-20
1
-2
/
+4
*
Added support for generate DWARF .debug_aranges sections automatically.
Richard Mitton
2013-09-19
4
-12
/
+226
*
Rename ConvergingScheduler to GenericScheduler.
Andrew Trick
2013-09-19
1
-63
/
+63
*
DebugInfo: llvm-dwarfdump support for gnu_pubnames section
David Blaikie
2013-09-19
1
-2
/
+2
*
PR16726: extend rol/ror matching
Kai Nacke
2013-09-19
1
-2
/
+37
*
Revert PR16726: extend rol/ror matching
Kai Nacke
2013-09-19
1
-35
/
+0
*
PR16726: extend rol/ror matching
Kai Nacke
2013-09-19
1
-0
/
+35
*
DebugInfo: Improve IR annotation comments for GNU pubthings.
David Blaikie
2013-09-19
1
-4
/
+10
*
Unshift the GDB index/GNU pubnames constants modified in r191025
David Blaikie
2013-09-19
1
-13
/
+14
*
DebugInfo: Simplify gnu_pubnames index computation.
David Blaikie
2013-09-19
1
-35
/
+10
*
Remove unnecessary conditional operators performing bool->bool conversion.
David Blaikie
2013-09-19
1
-2
/
+2
*
Fix a typo and simplify a boolean expression.
David Blaikie
2013-09-19
1
-3
/
+2
*
DAGCombiner: Don't fold vector muls with constants that look like a splat of ...
Benjamin Kramer
2013-09-19
1
-3
/
+7
*
Debug info: Get rid of the VLA indirection hack in FastISel.
Adrian Prantl
2013-09-18
1
-15
/
+10
*
Costmodel: Add support for horizontal vector reductions
Arnold Schwaighofer
2013-09-17
1
-0
/
+15
*
Added documentation to getMemsetStores.
Serge Pavlov
2013-09-17
1
-0
/
+18
*
[SelectionDAG] Teach the vector scalarizer about TRUNCATE.
Quentin Colombet
2013-09-17
2
-3
/
+4
*
Debug info: Fix PR16736 and rdar://problem/14990587.
Adrian Prantl
2013-09-16
5
-5
/
+7
*
Use reference instead of copy.
Jakub Staszak
2013-09-16
1
-2
/
+2
*
Implement function prefix data as an IR feature.
Peter Collingbourne
2013-09-16
1
-0
/
+4
*
Replace some unnecessary vector copies with references.
Benjamin Kramer
2013-09-15
1
-2
/
+2
*
Prevent assert in CombinerGlobalAA with null values
Hal Finkel
2013-09-15
1
-1
/
+1
*
[Peephole] Rewrite copies to avoid cross register banks copies.
Quentin Colombet
2013-09-13
1
-84
/
+166
*
Add initial support for handling gnu style pubnames accepted by some
Eric Christopher
2013-09-13
2
-8
/
+117
*
Reformat and hoist section grabbing to top level.
Eric Christopher
2013-09-13
1
-25
/
+30
*
Add an instruction deprecation feature to TableGen.
Joey Gouly
2013-09-12
2
-2
/
+2
*
Fix crash in AggressiveAntiDepBreaker with empty CriticalPathSet
Hal Finkel
2013-09-12
1
-1
/
+1
*
Remove pointless assertion after r190376
Matt Arsenault
2013-09-12
1
-2
/
+0
*
Debug info: add more comments.
Manman Ren
2013-09-11
1
-2
/
+14
*
Add getUnrollingPreferences to TTI
Hal Finkel
2013-09-11
1
-0
/
+3
*
Revert "Give internal classes hidden visibility."
Benjamin Kramer
2013-09-11
22
-42
/
+41
*
Give internal classes hidden visibility.
Benjamin Kramer
2013-09-11
22
-41
/
+42
*
Simplify the checking of function attributes by using the simple methods.
Bill Wendling
2013-09-11
1
-6
/
+3
*
Rename variables for consistency.
Eli Friedman
2013-09-11
1
-6
/
+6
*
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
[next]