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
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600: Add support for local memory atomic add
Tom Stellard
2013-09-05
7
-14
/
+78
*
R600: Expand SELECT nodes rather than custom lowering them
Tom Stellard
2013-09-05
2
-15
/
+6
*
R600: Fix incorrect LDS size calculation
Tom Stellard
2013-09-05
2
-4
/
+14
*
R600/SI: Don't emit S_WQM_B64 instruction for compute shaders
Tom Stellard
2013-09-05
1
-1
/
+2
*
R600: Fix segfault in R600TextureIntrinsicReplacer
Tom Stellard
2013-09-05
1
-0
/
+3
*
Move accelerator table defines and constants to Dwarf.h since
Eric Christopher
2013-09-05
5
-56
/
+30
*
Reformat.
Eric Christopher
2013-09-05
2
-99
/
+103
*
[ARMv8] Implement the new DMB/DSB operands.
Joey Gouly
2013-09-05
7
-20
/
+27
*
Add AArch32 DCPS{1,2,3} and HLT instructions.
Richard Barton
2013-09-05
4
-7
/
+47
*
Reverting 190043 for now.
Tilmann Scheller
2013-09-05
3
-23
/
+3
*
ARM: Add GPR register class excluding LR for use with the ADR instruction.
Tilmann Scheller
2013-09-05
3
-3
/
+23
*
[SystemZ] Add NC, OC and XC
Richard Sandiford
2013-09-05
7
-46
/
+170
*
Declare missing dependency on AliasAnalysis. Patch by Liu Xin!
Nick Lewycky
2013-09-05
1
-0
/
+1
*
[Sparc] Correctly handle call to functions with ReturnsTwice attribute.
Venkatraman Govindaraju
2013-09-05
4
-4
/
+46
*
Fix comments to reflect reality.
Bill Wendling
2013-09-05
1
-6
/
+2
*
Formatting.
Eric Christopher
2013-09-05
1
-2
/
+2
*
mi-sched: Force bottom up scheduling for generic targets.
Andrew Trick
2013-09-04
1
-3
/
+23
*
Add names for mach-o permissions bits and use the symbol names in place of ma...
Nick Kledzik
2013-09-04
1
-2
/
+4
*
Add missing header line.
Bill Wendling
2013-09-04
1
-0
/
+1
*
Use ArrayRef instead of explicit container.
Bill Wendling
2013-09-04
1
-2
/
+2
*
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
*
Rename some variables to match the style guide.
Rafael Espindola
2013-09-04
1
-6
/
+6
*
R600: Use shared op optimization when checking cycle compatibility
Vincent Lejeune
2013-09-04
1
-0
/
+2
*
R600: Non vector only instruction can be scheduled on trans unit
Vincent Lejeune
2013-09-04
4
-19
/
+60
*
R600: Use SchedModel enum for is{Trans,Vector}Only functions
Vincent Lejeune
2013-09-04
4
-23
/
+19
*
Unify and clean up.
Eric Christopher
2013-09-04
1
-9
/
+4
*
ARM: Teach A15 SDOptimizer to properly handle D-reg by-lane.
Jim Grosbach
2013-09-04
1
-0
/
+7
*
Small simplification given that insert of an empty range is a nop.
Rafael Espindola
2013-09-04
1
-2
/
+1
*
Refactor duplicated logic to a helper function.
Rafael Espindola
2013-09-04
1
-36
/
+53
*
Remove dead code.
Rafael Espindola
2013-09-04
1
-10
/
+0
*
Swift: Only build vldm/vstm with q register aligned register lists
Arnold Schwaighofer
2013-09-04
1
-1
/
+4
*
Fix scheduling for vldm/vstm instructions that load/store more than 32 bytes ...
Silviu Baranga
2013-09-04
1
-78
/
+54
*
Revert "Add r159136 back now that pr13124 has been fixed."
Rafael Espindola
2013-09-04
1
-11
/
+0
*
Move generic isPrint and columnWidth implementations to a separate header/sou...
Alexander Kornienko
2013-09-04
5
-115
/
+41
*
Error on linking appending globals with different unnamed_addr.
Rafael Espindola
2013-09-04
1
-1
/
+5
*
[Sparc] Fix an assertion failure while lowering fcmp on long double.
Venkatraman Govindaraju
2013-09-04
1
-1
/
+1
*
Fix linking of unnamed_addr in functions.
Rafael Espindola
2013-09-04
1
-1
/
+5
*
Support/Process: Add comments about PageSize and AllocationGranularity on Cyg...
NAKAMURA Takumi
2013-09-04
2
-2
/
+4
[next]